일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SSAID
- RecyclerView
- NumberPIcker
- gradle plugin
- Android
- 화면 회전
- BottomSheetDialogFragment
- DialogFragment
- Navigation
- http
- layout_constrainedWidth
- studywithme
- findNavController
- Load failed
- kotlin
- WorkManager
- json
- Collections Function
- Lifecycle
- todo
- DataBinding
- Retrofit2
- Room
- 기기고유값
- layout_constrainedHeight
- Popup menu background color
- log
- ThreeTen Backport
- multipart
- 생명주기
- Today
- Total
목록Android/My Library (8)
chacha's
How change position of popup menu on android overflow button? - stack overflow Popup menu with icons - Android Code Snippets 를 참고하여 작성한 게시물입니다. 1. menu 리소스 작성하기 2. popup menu style 리소스 정의하기 // res/menu/pop_up_menu.xml 3. Activity/Fragment에서 Popup menu 보여주기 아래의 코드는 Fragment에서 popup menu를 보여주는 코드입니다. override fun onViewCreated(view: View, savedInstanceState: Bundle?) { super.onViewCreated(view, sa..
목차 📦 FCM ( Firebase Cloud Messaging ) Firebase Console Firebase 클라우드 메시징(FCM)은 메시지를 안정적으로 전송할 수 있는 크로스 플랫폼 메시징 솔루션입니다. 직접 구현한 서버에서 애플리케이션에 알림/메시지를 전송하기 위해서는 애플리케이션과 서버가 연결을 계속 유지하고 있어야 합니다. 하지만 FCM을 이용하면, 연결을 유지하고 있지 않아도 메시지를 전송하고 받을 수 있습니다. 🎯 Notification과 Data FCM 메시지 정보 Android FCM Data와 Notification - 해리의 유목코딩 푸시 알림으로 보낼 수 있는 메시지는 아래와 같이 2가지 유형으로 나뉩니다. Notification은 앱이 포그라운드일 때만 푸시 알림이 오고 Da..
Kotlin Android Fundamentals: 10.3 Design for everyone google-developer-training/android-kotlin-fundamentals-apps - Github 를 참고하여 작성하였습니다. 1. ChipGroup 생성하기 2. ChipGroup 안에 사용할 Chip 레이아웃 생성하기 app:chipBackgroundColor는 chip이 체크되었을 때 백그라운드 색상을 바꿔주기 위해 사용합니다. // res/color/selected_highlight.xml // 82% 투명 State List는 Top에서 Bottom으로 동작하므로 위와 같이 선언합니다. View의 상태(state)가 바뀌면 위의 코드가 Top에 위치한 코드부터 차례로 실행되면서..
목차 Navigating to Dialog Destinations - Medium post Navigation: Dialog destinations - MAD Skills - Youtube Dialogs - Documentation Create destinations - Documentation Dialogs - material.io AlterDialog - Documentation MAD Skills Navigation Sample - Github androidx.compose.material.AlterDialog - Documentation 를 참고하여 작성한 게시물입니다. 🧭Navigation을 이용해서 Dialog로 전환하기 1. DialogFragment를 상속받는 Fragment와 xml을 생..
Headers in RecyclerView - Codelabs TrackMySleepQuality with RecyclerView - Github 를 참고하여 작성한 글입니다. RecyclerView는 LayoutManager로부터 레이아웃 로직을 위임받기 때문에 우리가 화면에 표시하려는 데이터에 대해 전혀 알지 못합니다. Adapter가 화면에 데이터를 보일 수 있게 하는 작업을 하기 때문에, Header를 어떻게 보여줄지도 결정합니다. 따라서 우리는 리사이클러뷰가 사용하는 어댑터를 수정하여 Header를 추가해줘야 합니다. 첫 번째 방법 Header를 표시해야 하는지/Item을 표시해야 하는지 인덱스를 체크하고, Header와 Item이 서로 다른 뷰 홀더(ViewHolder)를 사용하도록 하는 것입..
아래에서 사용된 코드는 Github 에서 확인하실 수 있습니다. - Implement a Click Listener with RecyclerVIew and DataBinding 👆 DataBinding을 사용할 때, RecyclerView에 ClickListenr를 추가하는 방법 1. 어댑터 클래스가 있는 파일에서 clickListener 클래스를 만듭니다. class SleepNightAdapter() : ListAdapter(SleepNightDiffCallback()) { ... } /** * click 을 감지하고 클릭과 관련되어 처리해야 데이터를 fragment 에 전달합니다. * click event 가 발생할 때마다 이를 fragment 에 알리는 * 아래의 Callback method 는 ..
목차 Working with the AppBar - Docs App bars: top - material.io 를 참고하여 작성한 게시글입니다. App bars: top ToolBar Menu in Fragment 개발자를 위한 레시피 - 안드로이드 액션바(ActionBar) 기본 사용법 을 참고하였습니다. 1. res/menu 폴더에 menu 리소스 파일을 생성해줍니다. 여기서 showAsAction 속성에 따라서 AppBar에 어떻게 보여질지가 결정됩니다. 속성 설명 app:showAsAction="always" 을 항상 AppBar의 액션으로 표시해줍니다. app:showAsAction="never" AppBar의 액션으로 표시하지 않고 오버플로우 메뉴에 표시 app:showAsAction="ifR..
목차 Android Architecture Components Advanced Navigation Sample - Github BottomNavigationView - Getting Started With Navigation Component - Youtube Null NavHostFragment/NavController with FragmentContainerView - stack overflow Using Bottom Navigation - material.io Integrate the Navigation component - Docs 위의 내용을 참고하여 작성하였습니다. BottomNavigationView 🚨 UI 주의사항 Bottom Navigation UI를 사용할 때 주의해야 할 사항이 있습..