
@JvmOverloads + FrameLayout back_title_layout.xml BackTitleLayout.kt package com.jwsoft.kotlinproject import android.app.Activity import android.content.Context import android.util.AttributeSet import android.view.LayoutInflater import android.widget.FrameLayout import android.widget.ImageButton open class BackTitleLayout @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, d..

StickyHeader + RecyclerView build.gradle (Module: app) dependencies { // RecyclerView implementation 'androidx.recyclerview:recyclerview:1.1.0' } activity_main.xml sticky_item.xml normal_item.xml StickyItem.kt package com.jwsoft.kotlinproject data class StickyItem ( var country: String, var normalItem: NormalItem, var isSticky: Boolean ) NormalItem.kt package com.jwsoft.kotlinproject data class ..
CustomView.java package com.jwsoft.javaproject; import android.content.Context; import android.util.AttributeSet; import android.view.View; import androidx.annotation.Nullable; public class CustomView extends View { public CustomView(Context context) { super(context); } public CustomView(Context context, @Nullable AttributeSet attrs) { super(context, attrs); } public CustomView(Context context, ..

build.gradle (Module: app) dependencies { // Glide implementation 'com.github.bumptech.glide:glide:4.11.0' } activity_main.xml MainActivity.java package com.jwsoft.javaproject; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.widget.ImageView; import com.bumptech.glide.Glide; public class MainActivity extends AppCompatActivity { ImageView ivPicture; @Over..
- Total
- Today
- Yesterday
- Android
- JSONArray
- ViewPager2
- MVVM
- Architecture Pattern
- fragment
- java
- Vue.js #Vue.js + javascript
- coroutine
- 혀가 길지 않은 개발자
- XML
- Livedata
- James Kim
- JSONObject
- 자바
- Intent
- ArrayList
- ViewModel
- DataBinding
- 코틀린
- CoordinatorLayout
- recyclerview
- 안드로이드
- Design Pattern
- activity
- handler
- Kotlin
- View
- 안드로이드 #코틀린 #Android #Kotlin
- TabLayout
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |