게시글
질문&답변
recyclerview 의 onBindViewHolder 안에서 overridePendingTransition 를 적용할수 있나용?
답변 감사합니다. 확인해본결과 위에 소스는 이상이 없었으나 context 넘기는 방법이 잘못된것으로 확인하였습니다;; 감사합니당ㅎㅎ
- 0
- 2
- 338
질문&답변
알려주신데로 2차원 recycler뷰를 이용해 구현했는데.. 또 다른 문제가 생기네요 ㅎㅎ;
게시글이 너무 길어져서.. 아래 링크로 문의드렸습니다 ㅠ; https://www.inflearn.com/dwquestion/리사이클러뷰를-2차로-구현시-문제점입니다-ㅠㅠ/
- 0
- 2
- 338
질문&답변
말로 설명드리기가 어려워서... 동영상으로 댓글 남깁니다 ㅠㅠ;
답변 감사합니다 ㅠ; 결국은 리사이클러로 하는거네요 ㅠㅠ;기초만 가지고 하다보니...이게 정석으로 레이아웃 구성하는게 맞는건지도 모르겠고;; 정말 난해 하네요ㅜㅜ사실 말씀주신 "사이클려뷰를 2차원으로 만들어서 특정 아이템 행에다가 horizontal 리사이클러뷰를 넣어주어서"데로도 이미 해보았습니다 ㅠㅠ★그런데 정녕 이렇게 하는게 맞는가? 이게 맞는방법인가? 라는 의문이 자꾸 들고 해결되지 않아★에 글을 남겼었는데... 의문이 해소되었네요 ㅠㅠ;정말 감사합니다. ㅠㅠ제가 질문 너무 많이 해서 죄송할 따름입니다; 질문안하고 혼자 해결해 보려고 3일간 이것만 했는데..뭐가 정답인지 몰라서... 이러지도 못하고 저러지도 못했는데 ㅠㅠ; 감사합니다ㅎ;다음번에는 초급 뿐만 아니라 중급(실무, 많이 쓰이는 부분유주 ㅠㅠ 또는 방향성?) 강좌도 꼭 부탁드리겠습니다.
- 0
- 7
- 531
질문&답변
말로 설명드리기가 어려워서... 동영상으로 댓글 남깁니다 ㅠㅠ;
답변 감사합니다 ㅠ; 결국은 리사이클러로 하는거네요 ㅠㅠ;기초만 가지고 하다보니...이게 정석으로 레이아웃 구성하는게 맞는건지도 모르겠고;; 정말 난해 하네요ㅜㅜ사실 말씀주신 "사이클려뷰를 2차원으로 만들어서 특정 아이템 행에다가 horizontal 리사이클러뷰를 넣어주어서"데로도 이미 해보았습니다 ㅠㅠ★그런데 정녕 이렇게 하는게 맞는가? 이게 맞는방법인가? 라는 의문이 자꾸 들고 해결되지 않아★에 글을 남겼었는데... 의문이 해소되었네요 ㅠㅠ;정말 감사합니다. ㅠㅠ제가 질문 너무 많이 해서 죄송할 따름입니다; 질문안하고 혼자 해결해 보려고 3일간 이것만 했는데..뭐가 정답인지 몰라서... 이러지도 못하고 저러지도 못했는데 ㅠㅠ; 감사합니다ㅎ;다음번에는 초급 뿐만 아니라 중급(실무, 많이 쓰이는 부분유주 ㅠㅠ 또는 방향성?) 강좌도 꼭 부탁드리겠습니다.
- 0
- 7
- 531
질문&답변
말로 설명드리기가 어려워서... 동영상으로 댓글 남깁니다 ㅠㅠ;
그 안에 다시 viewpager(배너)와 recycler뷰가 존재합니다; ㅠhttp://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"xmlns:app="http://schemas.android.com/apk/res-auto"android:background="#ccc"android:orientation="vertical"android:layout_width="match_parent"android:layout_height="match_parent"> android:layout_width="match_parent" android:layout_height="wrap_content"> android:id="@+id/main1_viewpager" android:layout_width="match_parent" android:layout_height="200dp"> android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="160dp" android:gravity="right" android:paddingRight="20dp" android:orientation="horizontal"> android:text="1" android:id="@+id/now_page" android:layout_width="wrap_content" android:layout_height="wrap_content" /> android:text="/" android:layout_width="wrap_content" android:layout_height="wrap_content" /> android:text="5" android:id="@+id/total_page" android:layout_width="wrap_content" android:layout_height="wrap_content" /> android:id="@+id/item_list" android:layout_width="match_parent" android:layout_height="wrap_content" app:layoutManager="android.support.v7.widget.LinearLayoutManager" >
- 0
- 7
- 531
질문&답변
말로 설명드리기가 어려워서... 동영상으로 댓글 남깁니다 ㅠㅠ;
프레임 레이아웃 안에 다시 탭뷰가 존재하구요...http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="vertical"xmlns:app="http://schemas.android.com/apk/res-auto"tools:context=".fragment.HomeFragment"> android:id="@+id/main_tablayout" android:layout_width="match_parent" app:tabMode="scrollable" android:layout_height="50dp"> android:id="@+id/main_viewpager" android:layout_width="match_parent" android:layout_height="800dp">
- 0
- 7
- 531
질문&답변
말로 설명드리기가 어려워서... 동영상으로 댓글 남깁니다 ㅠㅠ;
참고로 동영상 초반에 보시면 따로 놀다가 중반부 이후에 전체가 스크롤이 되는 이유는 (위에 뷰페이져)에서 화면을 끌어 내렸기 때문에 가능했습니다;ㅠㅠ; 참고로 메인엑티비티 레이아웃은 다음과 같습니다. http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity" android:background="#acac">
- 0
- 7
- 531
질문&답변
데이터읽기(동기)강좌에 버그가 있는것 같습니다.
답변주신데로realTimeKeyArrayList.removeAt(position)break를 추가하니까 됩니다~ㅋ;break 꼭 써줘야 되나 봅니다... break 안써주면 또 다른 에러가 발생하네요^^ㅎㅎ;
- 0
- 2
- 145