본문 바로가기
728x90

Android4

헬스 커넥트(Health Connect) 데이터 유형 목록 헬스 커넥트는 사용자가 사이클링 속도에서 체온에 이르기까지 모든 항목을 측정할 수 있는 50가지 이상의 다양한 데이터 유형을 지원한다. 🔗 Jetpack 참조 활동: 사용자가 하는 모든 활동을 캡처한다. 달리기, 수영, 수면과 같은 건강 및 피트니스 활동을 포함할 수 있다. 신체 측정: 신체와 관련된 일반적인 데이터를 캡처한다. 다른 데이터 유형 중에서 사용자의 체중이나 기초 대사율을 캡처하는 기능이 포함된다. 월경 주기 추적: 월경 주기 및 관련 데이터 포인트(예: 배란 테스트의 바이너리 결과)를 캡처한다. 영양: 수분 섭취 및 영양 데이터 유형을 캡처한다. 수분 섭취는 사용자가 한 번에 마신 물의 양을 .. 2023. 10. 16.
[Android] Jetpack Compose Chart - vico 사용하기 graph를 그리기 위해 제일 먼저 뜨는 vico를 사용해 보았다. https://github.com/patrykandpatrick/vico GitHub - patrykandpatrick/vico: A light and extensible chart library for Android. A light and extensible chart library for Android. Contribute to patrykandpatrick/vico development by creating an account on GitHub. github.com build.gradle.kts(:app) minSdk가 최소 16(뷰 시스템의 경우) 또는 최소 21(Jetpack Compose의 경우)로 설정되어 있는지 확인 코드 .. 2023. 9. 20.
[Android Jetpack Compose UI] Composable Text() 함수 사용법 ✏️ Text() 함수 : Text.kt에 정의 @Composable fun Text( text: String, modifier: Modifier = Modifier, color: Color = Color.Unspecified, fontSize: TextUnit = TextUnit.Unspecified, fontStyle: FontStyle? = null, fontWeight: FontWeight? = null, fontFamily: FontFamily? = null, letterSpacing: TextUnit = TextUnit.Unspecified, textDecoration: TextDecoration? = null, textAlign: TextAlign? = null, lineHeight: Tex.. 2023. 9. 8.
[Unity] CommandInvokationFailure: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details. 📝 Unity에서 만든 프로그램을 안드로이드에 빌드하면서 이런 에러가 떴다. CommandInvokationFailure: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details. 1. 지금 테스트하려고 하는 단말기에 이미 설치된 버전이랑 맞지 않아서 발생 2. 현재 핸드폰의 용량 부족 3. etc. 1. 핸드폰에 있는 앱을 지우고 다시 컴파일한다. 2. 핸드폰 용량을 정리 후 빌드한다. 3. [다른 .. 2023. 4. 18.
728x90