
JamesThread.java package com.jwsoft.javaproject; import android.util.Log; public class JamesThread extends Thread { @Override public void run() { super.run(); Log.e("NickName : ", "혀가 길지 않은 개발자"); showLastName(); showFirstName(); } public void showLastName() { Log.e("LastName : ", "Kim"); } public void showFirstName() { Log.e("FirstName : ", "James"); } } MainActivity.java package com.jwsoft.jav..

MainActivity.java package com.jwsoft.javaproject; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; public class MainActivity extends AppCompatActivity { private String name; MainActivity person; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); person = new ..

JamesClass.java package com.jwsoft.javaproject; public class JamesClass { private J j; public void set(J j) { this.j = j; } public J get() { return this.j; } } MainActivity.java package com.jwsoft.javaproject; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(..

MVVM + Room + RecyclerView + CardView + AlertDialog build.gradle (Module: app) dependencies { // RecyclerView implementation 'androidx.recyclerview:recyclerview:1.1.0' // CardView implementation 'androidx.cardview:cardview:1.0.0' // Room implementation 'androidx.room:room-runtime:2.2.5' annotationProcessor 'androidx.room:room-compiler:2.2.5' testImplementation 'androidx.room:room-testing:2.2.5' ..

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
- JSONArray
- Architecture Pattern
- 혀가 길지 않은 개발자
- 안드로이드
- java
- 코틀린
- ViewModel
- JSONObject
- DataBinding
- recyclerview
- activity
- handler
- TabLayout
- ViewPager2
- Livedata
- fragment
- XML
- Android
- Vue.js #Vue.js + javascript
- Kotlin
- James Kim
- 안드로이드 #코틀린 #Android #Kotlin
- ArrayList
- Intent
- Design Pattern
- CoordinatorLayout
- MVVM
- View
- coroutine
- 자바
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |