전체 글
-
Android 버전 선택ETC 2024. 5. 23. 10:50
[참고] https://no-dev-nk.tistory.com/110 안드로이드 버전별 점유율 2024.2이 글의 주제는 안드로이드 버전별 점유율의 상태에 대해서 작성하는 글인데요. 사실 한 철만 볼 수 있는 주제에 가까운데 왜 포스팅을 하느냐하면, 각 API 별로 분류를 해 볼까 해서입니다. 현재no-dev-nk.tistory.com https://cliearl.github.io/posts/android/how-much-minsdkversion/ 2021년 7월 현재, minSdkVersion 몇으로 해야 할까?minSdkVersion 과연 몇으로 해야할지 정해드립니다. 다음 코드는 build.gradle의 코드 일부입니다. build.gradle의 minsdkversion은 내 앱을 설치할 수 있는 ..
-
[Android Studio] IDE Caches 지우는 방법IDE/Android Studio 2024. 5. 22. 15:26
[참고]https://jaejong.tistory.com/161 [Android] Default Activity not found 에러 해결방법Default Activity not found 에러 해결방법 Default Activity Not Found 에러 발생 시 여러 해결방법들이 있는데, 본인이 직접 시도해본 방법들과 최종으로 본인이 해결한 방법을 정리했습니다 Default Activity Not Fjaejong.tistory.com
-
[React Native] react-native-biometrics카테고리 없음 2024. 3. 20. 10:19
[참고] https://github.com/SelfLender/react-native-biometrics GitHub - SelfLender/react-native-biometrics: React Native module for iOS and Android biometrics React Native module for iOS and Android biometrics - SelfLender/react-native-biometrics github.com https://zzwkdzz77.tistory.com/4 [RN] react-native 생체인증 구현, biometrics와 touch-id 앱의 지문, FACE ID 로그인을 위해 생체인증을 적용 했다. react-native-touch-id로 작업을 했..
-
[React Native] Android Native Module카테고리 없음 2024. 3. 15. 17:37
[참고] https://stackoverflow.com/questions/41677735/react-native-unable-to-open-device-settings-from-my-android-app React-Native: Unable to open device settings from my android app I'm using React-Native (^0.35.0) for making Android application. There is scenario where I need to check whether internet connectivity is present or not. If there is no internet connectivity then I... stackoverflow.com ..
-
[React Native] SVG icon카테고리 없음 2024. 3. 12. 18:16
[참고] https://github.com/kristerkari/react-native-svg-transformer#for-react-native-v059-or-newer GitHub - kristerkari/react-native-svg-transformer: Import SVG files in your React Native project the same way that you would in Import SVG files in your React Native project the same way that you would in a Web application. - kristerkari/react-native-svg-transformer github.com https://ricale.kr/blog/p..
-
[React Native] @react-native-async-storage/async-storage카테고리 없음 2024. 2. 26. 10:48
[참고] https://fomaios.tistory.com/entry/React-Native-AsyncStorage-%EC%82%AC%EC%9A%A9%ED%95%B4-%EB%94%94%EB%B0%94%EC%9D%B4%EC%8A%A4%EC%97%90-%EB%8D%B0%EC%9D%B4%ED%84%B0-%EC%A0%80%EC%9E%A5%ED%95%98%EA%B8%B0Store-data-on-a-device-using-AsyncStorage [React Native] AsyncStorage 사용해 디바이스에 데이터 저장하기(Store data on a device using AsyncStorage) 안녕하세요 Foma 입니다! 오늘은 저번 시간에 다뤘던 List 화면 을 기반으로 AsyncStorage를 이용하..
-
[React Native] axios카테고리 없음 2024. 2. 26. 09:51
[참고] https://dev.to/hey_yogini/useaxios-a-simple-custom-hook-for-calling-apis-using-axios-2dkj useAxios : A simple custom hook for calling APIs using axios Hello folks, Frontend apps are not complete if there are no api calls involved and calling an api... dev.to