자바스크립트가 비활성화 되어있습니다.
자바스크립트가 활성화 되어야 콘텐츠가 깨지지 않고 보이게 됩니다.
자바스크립트를 사용할수 있도록 옵션을 변경해 주세요.
- willbsoon

본문 바로가기

전체 글257

안드로이드 동적으로 widget 추가 https://stackoverflow.com/questions/6216547/android-dynamically-add-views-into-view Android - Dynamically Add Views into View I have a layout for a view - 2022. 12. 31.
안드로이드 bottom sheet 만들기 예시 https://black-jin0427.tistory.com/237 [Android, BottomSheet] 안드로이드 버텀 시트 사용 안녕하세요. 블랙진입니다. 이번 시간에는 안드로이드에서 많이 사용하는 머티리얼 디자인 중 하나인 bottom sheets 에 대해서 알아보겠습니다. 구성 bottom sheets는 다음과 같은 3가지로 구성되어 있 black-jin0427.tistory.com https://debbi.tistory.com/7 BottomSheetDialogFragment background 설정하기 BottomSheetDialogFragment를 사용할때 background에 round를 주고싶었지만 xml에 설정을 해주어도 변경이 안되더라구요.. 그럴때 AppTheme style에 b.. 2022. 12. 31.
안드로이드 firebase flavor 만드는거 https://developers.google.com/android/guides/google-services-plugin#adding_the_json_file The Google Services Gradle Plugin | Google Play services | Google Developers The Google Services Gradle Plugin Stay organized with collections Save and categorize content based on your preferences. Introduction As part of enabling Google APIs or Firebase services in your Android application you may have to a.. 2022. 12. 31.
안드로이드 서비스 실행 상태 체크 https://stackoverflow.com/a/5921190/14209387 2022. 12. 31.
안드로이드 receiver 등록, 등록 상태 확인, 예시 1. 등록 https://developer88.tistory.com/34 2. 등록상태 확인 https://stackoverflow.com/a/3568906/14209387 How to check if Receiver is registered in Android? I need to check if my registered receiver is still registered if not how do i check it any methods? stackoverflow.com 없음. unregister 메서드에서 에러 체크하는 방식으로 하는법밖에.. 3. 예시 https://duzi077.tistory.com/12 2022. 12. 31.