
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..

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