사용언어 :kotlin,xml
목표 : 가상 스팀 앱만들기
Netfilex처럼 구성하고 게임영상 플레이, 게임 구매 , 로그인 로그아웃 데이터 베이스(mysql)로 관리
Java나 C#을 이용해서 Web 구성후 크로스 플랫폼 가능하도록 만들 예정
조금 시간을 잡아먹었지만 그래도 찾아보니 해결은됬다
아래는 자바로 되어 있어서 kotlin바꾸는 거랑
Adapter내부에 subAdapter를 만들어서 recyclerView를 만들어주는게 핵심 포인트였던것같다.
이제는 여러이미지랑 조금 이쁘게 꾸며보도록 하겠습니다.
참고링크:
medium.com/@ashishkudale/android-list-inside-list-using-recyclerview-73cff2c4ea95
Multiple Horizontal RecyclerView in Vertical RecyclerView like Google Play Store.
We are going to design this activity from scratch.
medium.com
'프로그래밍언어 > Android' 카테고리의 다른 글
<Android 12>Tab Layouts 완 (0) | 2021.01.02 |
---|---|
<Android 11>Tab Layouts 1 (0) | 2020.12.31 |
<Android 09>Heterogeneous Layouts (display vertical horizontal recycle view)-미완 (0) | 2020.12.29 |
<Android 08>RecycleView List (0) | 2020.12.28 |
<Android 07>Sign in, Sign up, My SQL-02 (0) | 2020.12.27 |