Recycler View 내 LongClick 기능 추가#25
Open
weedrice wants to merge 3 commits into
Open
Conversation
…여줍니다. iOS에서 3D터치를 이용한 팝업 웹페이지 표현에서 아이디어를 얻었습니다.
parkdaye
reviewed
Jan 20, 2019
| /** | ||
| * 현재 창 안에 Dialog를 이용한 웹 사이트 출력 */ | ||
| @Override | ||
| public void startSimpleView(String linkUrl, String movieTitle) { |
There was a problem hiding this comment.
movietitle 변수는 사용되지 않으니 지우셔도 될 것 같습니다!
Author
There was a problem hiding this comment.
에구 MainActivity에서 Base로 넘겨줬어야했는데 잊고 지나쳤네요 지적 감사합니다
movieTitle변수 사용되도록 변경
MainActivity 내 showDialog 함수 인자로 movieTitle 추가
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recycler View 내의 Item이 LongClick 되었을 때 화면 전환되지 않고 Pop-up으로 WebView를 통해 영화 상세 페이지를 표시하도록 구현했습니다.
iOS에서 3D터치를 이용한 팝업 웹페이지 표현에서 아이디어를 얻었습니다.