Notice
Recent Posts
Recent Comments
Link
«   2025/09   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Tags
more
Archives
Today
Total
관리 메뉴

🌱 dreaming DiNO

[Android Studio] recyclerView : list형태로 imageView, textView 뽑아내기 본문

Android/Android Studio

[Android Studio] recyclerView : list형태로 imageView, textView 뽑아내기

MK_____ 2021. 11. 2. 16:42

strings.xml 에 가져다 쓸 문구들 써놓기

 

2. activity_main.xml 

recyclerView 추가하고 id값을 지정해줌

MainActivity.java 

 

MyAdapter.java

 

Logcat 참조 (editor에서 로그별 색상 다르게 + 로그 필터링 + 톱니바퀴 : 필요없는 값들 체크 해제)