본문 바로가기

Frontend/Android

(47)
[Android] Tablayout + Recyclerview 좋은 예제 Java 코드로 좋은 예제인 듯.. https://www.11zon.com/zon/android/how-to-change-the-color-of-icon-of-the-selected-tab-of-tablayout.php How to change the color of icon of the selected tab of TabLayout www.11zon.com
[Android] AsyncTask 에서 각 단계별 처리 방법 * 특히 background task 에서 값을 전달하는 방법이 소개가 잘 돼 있는 예제라고 생각한다. Network connection 을 주기적으로 체크할 때 찾아본 글이다. https://developer.android.com/training/basics/network-ops/connecting 네트워크에 연결 | Android 개발자 | Android Developers 애플리케이션에서 네트워크 작업을 수행하려면 manifest에 다음과 같은 권한을 포함해야 합니다. 안전한 네트워크 통신 설계 앱에 네트워킹 기능을 추가하기 전에 데이터와 정보를 네트워크를 통해 전송할 때 앱 내에서 안전하게 유지해야 합니다. 데이터와 정보를 안전하게 유지하려면 다음 네트워킹 보안 권장사항을 따르세요. 네트워크를 통..
[Android] SIP Server Library Build 에러 'Android resource compilation failed' 에러 해결 방법 출처: https://thepassion.tistory.com/278 [좋은향기's 프로그램 블로그] Android resource compilation failed Android resource compilation failed 오픈소스를 하나 다운받이 분석해 보려 한다. 타겟은 omniNotes 소스를 다운받고, 빌드해서 실행해 보려 했으나 빌드 부터 말썽이다. 발생하는 오류는 Android resource comp.. thepassion.tistory.com
[Android] Flutter -"tools:replace="android:appComponentFactory" 에러 해결법 문제> 2018년도 프로젝트를 실행하려고 했는데 tools:replace="android:appComponentFactory" 에러가 뜸. 해결> gradle.properties에서 아래 내용을 추가하고 sync now 를 했습니다. android.useAndroidX=true android.enableJetifier=true 메뉴 항목의 refactor -> migrate to androidx 를 선택해줍니다. 이렇게 하면 자동으로 마이그레이트 해주는데 백업을 하라는 경고가 나옵니다. 혹시라도 이상이 있을것에 대한 대비정보 되는거 같아요. 권장하는데로 백업을 하고 마이그레이트를 진행합니다. 참고> https://cishome.tistory.com/108 htt..
[Andorid] Dagger2 정리 잘 돼 있음. https://brunch.co.kr/@oemilk/70
[Android] WorkManager https://www.raywenderlich.com/6040-workmanager-tutorial-for-android-getting-started WorkManager Tutorial for Android: Getting Started In this WorkManager tutorial for Android, you’ll learn how to create background tasks, how to chain tasks, and how to add constraints to each task. www.raywenderlich.com
[Android] Kotlin과 Rx로 간결하고 명료하게 조립해 사용하기. https://academy.realm.io/kr/posts/compose-everything-rx-kotlin/ Rx와 Kotlin으로 간결하고 명료하게 모든 것을 조립해보세요! 다양한 예제와 코드를 바탕으로 Rx와 Kotlin으로 안드로이드 앱을 구성하는 방법을 자세하게 알려드립니다. academy.realm.io
[Android] 쉬운 디버깅 라이브러리 - Debot https://www.slideshare.net/tomoakiimai2/debot-android-debugging-library Debot android debugging library This slide explains a simple Android library called Debot. Debot offers features that are useful to debug Android applications. Those features can be added to … www.slideshare.net https://github.com/tomoima525/debot tomoima525/debot A simple Android library to create Debugging menu. Contribute..