Today's

길을 나서지 않으면 그 길에서 만날 수 있는 사람을 만날 수 없다

반응형

모바일 앱(안드로이드) 362

안드로이드 앱 만들기 : kotlin 배우기를 위한 공유

https://vtsen.hashnode.dev/free-android-development-learning-resources-for-beginners Free Android Development Learning Resources for Beginners Ultimate free resources and courses that I find useful while learning Android development as a beginner vtsen.hashnode.dev 오늘은 아침에 찾은 링크 하나를 공유하는 것으로... 짧은 영어 이기는 해도 배우는 것들이 다 영문 사이트 이므로... 한 번은 읽어봐야 할 것 같아서... 끝.

안드로이드 앱 만들기 : jetpack compose 에서 SnackBar 을 쉽게...

앱에서 알림을 구현하는 방법은 여러 가지가 있다. alertDiaglog을 이용하는 방법도 있기는 하지만, 요새는 SnackBar을 구현하는 경우가 많은 것 같다. Jetpack Compose에서는 아직 잘 모르겠는 부분이 있어서 구글을 하다 찾아보게 되었다. https://stackoverflow.com/questions/68909340/how-to-show-snackbar-with-a-button-onclick-in-jetpack-compose Unit, doActionPerformed:() -> Unit ) { val scaffoldState = rememberScaffoldState() // this contains the `SnackbarHostState` val coroutineScope = ..

안드로이드 앱 만들기 : navigation 을 편리하게 ? (두번째 이야기)

https://flatteredwithflutter.com/using-compose-destinations%ef%bf%bc/ Using compose destinations We will cover briefly: Current navigation in composeUsing compose destinations(Optional) Modify existing test cases Current navigation in compose We get Compose Navigation from the Jetpack Com… flatteredwithflutter.com navigation 의 첫 이야기 다음... 그것을 어떻게 풀어낼 것인가를 찾아 돌아다니다가 또 하나의 링크를 찾았다. 이것을 보면서 이해를 하기..

안드로이드 앱 만들기 : navigation 을 편리하게 ?

https://medium.com/@ibrajix/how-i-built-this-nice-looking-app-using-jetpack-compose-3974db7eb9e How I built this nice looking app using Jetpack Compose Jetpack compose is the future of building UI’s on Android. ibrajix.medium.com 이 글을 읽고 있는 중이다... kotlin을 이용해서 앱을 구현해 보고 있는 중이라서... 이글에는 splash 화면에 대한 이야기도 있는 것 같고, navigation에 대한 이야기도 있는 듯하다. navigation 은 원래 이분이 작성한 것은 아닌 듯하고, 저 글에서 봐야 하는 것은 splas..

안드로이드 앱 만들기 : kotlin 과 compose 의 호환성 지도 ?

앱을 만들다 보니 이런 건도 알고 있어야 하네... Caused by: org.gradle.api.GradleException: Compilation error. See log for more details 이 메시지를 보기 전에 지나가버린 메시지 가 있는데, 그건 잘 보이지 않는 경우가 있다. 그래서 빌드창을 위아래로 드래그를 해 봐도 이것만 봐서는 알 수가 없고, 구글링을 해도 딱히 맞는 오류 대처 방안이 보이지 않는 다. 그래서 다시 빌드를 하면서 메시지들이 넘어가지 않도록 조절을 해서 찾은 이전 메시지 앞에서 로그의 자세히 보라고 했으니 잘 찾아 보았다면 헤매지 않아도 되겠지만, 영어가 짧은 개발자는 마지막 메시지를 그냥 구글링을 해 보게 된다는 것이다. ㅋㅋ~ 그래서 찾은 상세 메시지에는 kot..

안드로이드 앱 만들기 : 지문 인증 하는 앱도 만들어 보기.

https://blog.devgenius.io/how-to-use-biometric-authentication-in-kotlin-9885f372230f How to use Biometric Authentication in Kotlin You can use biometric authentication, like face recognition or fingerprint recognition, to protect sensitive data or premium content in… blog.devgenius.io 오늘도 한걸음 배워 보도록 하겠다. 다른 게 아니라 로그인할 때 지문을 이용하여 로그인하는 기능을 구현해 보는 케이스를 찾았다. 그것도 kotlin으로 말이다. 다음 앱을 개발할 때 적용해 보아야겠다...

안드로이드 앱 만들기 : SafetyNet API 사용이 중지 된다고 ?

https://developer.android.com/training/safetynet/deprecation-timeline Discontinuing the SafetyNet Attestation API | Android Developers The SafetyNet Attestation API is deprecated and has been replaced by the Play Integrity API. Learn more. Discontinuing the SafetyNet Attestation API In order to help you safely grow your business, Google builds tools to protect your Android apps and games develop..

안드로이드 앱 만들기 : jetpack compose 최종 버전 오류(?)

https://stackoverflow.com/questions/72908707/problem-with-updating-compose-version-to-1-3-0-alpha01 Problem with updating compose version to 1.3.0-alpha01 I have an Android Studio project that works fine when I'm using Kotlin version 1.6.21 and compose version 1.2.0-rc01. The problem arises when I want to update both dependencies to the latest versio... stackoverflow.com android studio 가 가이드를 잘해..

안드로이드 앱 만들기 : local.properties 의 활용 API 키 숨기기

https://barros9.medium.com/how-to-keep-your-certificates-and-api-keys-secrets-on-android-ebc5fde4b106 How to keep your certificates and API Keys secrets on Android 🤫 It could happen that pre-lunch report of your app reports a security issue: Your app contains exposed Google Cloud Platform (GCP) API keys barros9.medium.com 원작자의 글 : 위 링크에 있는 원작자의 말은 공개된 소스 창고(git 등)에 소스를 게시하는 경우 극히 개인적이어야 하는 API K..

안드로이드 앱 만들기 : 나의 앱도 다국적 앱이 되어 본다. (언어설정)

https://yunaaaas.tistory.com/19 [Android/Kotlin] 언어설정 (Eng / Kor) 변경하기 2020 스마트 관광 앱 개발 공모전에 K-Pop 명소 추천 플랫폼인 'Kravel'을 개발하였는데요. 외국인을 타겟으로 한 앱이다 보니 영어/중국어,등 설정언어를 변경할 수 있도록 해주는 기능 이 필요했습 yunaaaas.tistory.com 먼저 이글은 위 게시물에 기반해서 작성된 것임을 밝힘. 앱을 만들면서 여러나라 사람이 사용할 수 있는 앱을 만들고 싶다. 그래서 번역 API 을 활용하는 앱을 만들기 시작했다. 그러다 보니, 나의 앱은 우리나라에서만 사용하는 사람들을 위한 앱이 되어 가고 있는데, 이 나라에 온 사람들이 다 자기 나라말을 하고 싶을 것이다. 그래서 앱의 언..

반응형