폴드 유저로써 앱 개발 시에 폴드를 펼쳤을 때를 알고 싶어서 찾아봤다. https://developer.android.com/guide/topics/large-screens/make-apps-fold-aware?hl=ko 앱에서 접힌 상태 인식 | Android 개발자 | Android Developers 이 페이지는 Cloud Translation API를 통해 번역되었습니다. 앱에서 접힌 상태 인식 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. 펼친 상태의 대형 디스플레이 developer.android.com 2024.03.26 - [Android/Etc] - [ Etc #17 ] Android Foldable 상태 유지 되도록 lifecycleScope.launch..
만보기 class StepRecordHelper( private val callback: () -> Unit ): SensorEventListener { private var sensorManager: SensorManager? = null private var sensor: Sensor? = null fun start(context: Context) { sensorManager = context.getSystemService(Context.SENSOR_SERVICE) as SensorManager sensor = sensorManager?.getDefaultSensor(Sensor.TYPE_STEP_DETECTOR) sensorManager?.registerListener(this, sensor, Se..

심플하게 인디케이터를 사용해야 할 때 class IndicatorDotView @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0 ): LinearLayout(context, attrs, defStyleAttr) { private val dotList = mutableListOf() init { orientation = LinearLayout.HORIZONTAL } fun withViewPager(viewPager: ViewPager2) { initDotView(viewPager.adapter?.itemCount ?: 0) } fun select(index: Int) { dotList...
맨날 까먹어서 기록, Fragment 로 데이터를 전달 할때 Bundle 을 사용한다. 2024.02.28 - [Android/Etc] - [ Etc #15 ] Bundle vs Intent [ Etc #15 ] Bundle vs Intent 간단하게 정리 Intent 는 데이터를 전달하는 개념이고, Bundle 은 데이터를 저장하는 용도 주로 Activity 에 데이터를 전달 할 때에는 Intent 를 사용. Fragment 로 데이터를 저장(?) 할때에는 Bundle 을 사용.. jihunstudy.tistory.com FragmentMain().apply { arguments = Bundle().apply { putInt("int", 2) putString("string", "22") putBool..
- Total
- Today
- Yesterday
- 쏘렌토 하이브리드 시그니처
- Android
- 갤럭시 워치
- android widget 만들기
- 안드로이드 플립 대응
- 기름잡아주는
- api key 관리
- 테스트 배포
- github actions
- 폴더블 이벤트 받기
- 폴더블 상태 유지
- widget 이미지 로딩
- widget 만들기
- 테스트 앱 배포
- widget onreceive
- github
- widget onupdate
- firebase distribution
- 오브제썬스틱
- 맥 전용
- aos img url bitmap
- 풀배열 키보드
- 웨어러블
- flutter web
- 쏘렌토 하이브리드
- github secrets
- wear os
- local.properties
- 안드로이드 폴드 대응
- widget glide
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |