
fragment_red.xml fragment_green.xml fragment_blue.xml FragmentRed.java package com.jwsoft.javaproject; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; public class FragmentRed extends Fragment { @Nullable @Override ..

fragment_red.xml fragment_green.xml fragment_blue.xml FragmentRed.kt package com.jwsoft.kotlinproject import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import androidx.fragment.app.Fragment class FragmentRed : Fragment() { override fun onCreateView( inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle? ): Vie..

2021.06.05 업데이트 둥근 모서리 추가 build.gradle (Module: app) dependencies { implementation 'com.google.android.material:material:1.1.0' } BottomSheetDialog 는 머티리얼 디자인이므로 의존성 추가 activity_main.xml bottom_sheet.xml BottomSheetFragment.kt package com.jwsoft.kotlinproject import android.content.Context import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.Vi..

build.gradle (Module: app) dependencies { implementation 'com.google.android.material:material:1.1.0' } BottomSheetDialog 는 머티리얼 디자인이므로 의존성 추가 activity_main.xml bottom_sheet.xml BottomSheetFragment.java package com.jwsoft.javaproject; import android.content.Context; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import andro..

build.gradle (Module: app) dependencies { implementation 'com.google.android.material:material:1.1.0' } BottomSheetDialog 는 머티리얼 디자인이므로 의존성 추가 activity_main.xml bottom_sheet.xml MainActivity.java package com.jwsoft.javaproject; import androidx.appcompat.app.AppCompatActivity; import android.content.Context; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; i..
- Total
- Today
- Yesterday
- fragment
- View
- 혀가 길지 않은 개발자
- JSONArray
- coroutine
- TabLayout
- 안드로이드
- ArrayList
- java
- 자바
- ViewPager2
- Livedata
- JSONObject
- James Kim
- CoordinatorLayout
- 코틀린
- ViewModel
- Design Pattern
- Vue.js #Vue.js + javascript
- DataBinding
- Kotlin
- recyclerview
- MVVM
- Intent
- Android
- 안드로이드 #코틀린 #Android #Kotlin
- handler
- activity
- XML
- Architecture Pattern
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |