본문 바로가기 메뉴 바로가기

blog

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

blog

검색하기 폼
  • 분류 전체보기 (81)
    • JSP (8)
    • SQL (2)
    • JAVA (4)
      • GUI(Swing) (0)
      • Error (0)
      • Programing (1)
      • 정리 (3)
    • Android (54)
      • Fragment (2)
      • Camera (3)
      • ViewPager (5)
      • RecyclerView (2)
      • Notification (3)
      • Layout (2)
      • Room ( Database ) (1)
      • CusomView (1)
      • Etc (20)
      • ReactiveX (1)
      • Firebase (4)
      • Coroutine (0)
      • Wear (3)
      • Sensor (1)
      • Widget (2)
      • CICD (4)
    • Flutter (1)
    • 일상 (12)
  • 방명록

반응형
SMALL
Android (54)
반응형
LIST
[ Etc #16 ] Android Foldable Status Event

폴드 유저로써 앱 개발 시에 폴드를 펼쳤을 때를 알고 싶어서 찾아봤다. 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..

Android/Etc 2024. 3. 22. 15:29
[ Sensor #1 ] TYPE_STEP_DETECTOR

만보기 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..

Android/Sensor 2024. 2. 29. 17:46
[ ViewPager #6 ] Dot Indicator ( Simple ver )

심플하게 인디케이터를 사용해야 할 때 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...

Android/ViewPager 2024. 2. 28. 18:53
[ Etc #15 ] Bundle vs Intent

간단하게 정리 Intent 는 데이터를 전달하는 개념이고, Bundle 은 데이터를 저장하는 용도 주로 Activity 에 데이터를 전달 할 때에는 Intent 를 사용. Fragment 로 데이터를 저장(?) 할때에는 Bundle 을 사용.. 그럼 Fragment 는 왜 Intent 로 데이터 전달이 되지 않는가 .. ? 결국은 둘다 Bundle을 사용하는거 같은데 ????????

Android/Etc 2024. 2. 28. 18:27
[ Fragment #2 ] Fragment Bundle ( inc. Serializable )

맨날 까먹어서 기록, 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..

Android/Fragment 2024. 2. 28. 18:19
이전 1 2 3 4 5 6 ··· 11 다음
이전 다음
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • 공부방
TAG
  • 쏘렌토 하이브리드 시그니처
  • 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
more
«   2025/10   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바