cardview_item.xml MyAdapter.kt package com.jwsoft.kotlinproject import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.TextView import androidx.recyclerview.widget.RecyclerView class MyAdapter : RecyclerView.Adapter() { inner class MyViewHolder(itemView: View) : RecyclerView.ViewHolder(itemView) { private val tvPosition: TextView = itemVie..
build.gradle (Module: app) dependencies { // RecyclerView implementation 'androidx.recyclerview:recyclerview:1.1.0' } recyclerview_item.xml MyAdapter.java package com.jwsoft.javaproject; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.re..
build.gradle (Module:app) dependencies { // RecyclerView implementation 'androidx.recyclerview:recyclerview:1.1.0' } recyclerview_item.xml MyAdapter.kt package com.jwsoft.kotlinproject import android.content.Context import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.TextView import androidx.recyclerview.widget.RecyclerView class MyAdap..
RecyclerView + ItemClickListener + ItemLongClickListener build.gradle (Module: app) dependencies { // RecyclerView implementation 'androidx.recyclerview:recyclerview:1.1.0' // CardView implementation 'androidx.cardview:cardview:1.0.0' } cardview_item.xml activity_main.xml MyAdapter.kt package com.jwsoft.kotlinproject import android.content.Context import android.view.LayoutInflater import androi..
RecyclerView + ItemClickListener + ItemLongClickListener build.gradle (Module: app) dependencies { // RecyclerView implementation 'androidx.recyclerview:recyclerview:1.1.0' // CardView implementation 'androidx.cardview:cardview:1.0.0' } cardview_item.xml activity_main.xml MyAdapter.java package com.jwsoft.javaproject; import android.content.Context; import android.view.LayoutInflater; import and..
- Total
- Today
- Yesterday
- Vue.js #Vue.js + javascript
- MVVM
- TabLayout
- Intent
- 코틀린
- DataBinding
- Design Pattern
- activity
- Livedata
- ArrayList
- ViewPager2
- Architecture Pattern
- View
- Android
- 안드로이드 #코틀린 #Android #Kotlin
- 혀가 길지 않은 개발자
- CoordinatorLayout
- James Kim
- JSONArray
- java
- 안드로이드
- fragment
- XML
- handler
- Kotlin
- coroutine
- JSONObject
- ViewModel
- 자바
- recyclerview
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |