Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 728 Bytes

1st.md

File metadata and controls

26 lines (18 loc) · 728 Bytes

1st day

  • about RecycleView in kotlin

what is RecycleView

https://developer.android.com/guide/topics/ui/layout/recyclerview?hl=ja

RecycleView is list which can be scrolled.

RecycleView and ScrollView are similar to ListView. however, data size and process speed are good for RecycleView

  1. main layout /xml
  2. one line layout /xml
  3. ViewHolder link data and id for one line /kt
  4. Adapter adjust data and layout /kt
  5. main activity /kt

error

''' The device needs more free storage to install the application (extra space is needed in addition to APK size). Retry Failed to launch an application on all devices '''