How to share your app using internal testing on Google PlayThere are so may ways to share your app but not all of them are convenience. This article is showing you how to share app using internal…Aug 5, 2022Aug 5, 2022
How to use Proto DataStore in AndroidAndroidX provides new tool for local storage, which is DataStore. There are two types of DataStore, one is Preferences DataStore, which you…Jan 18, 2022Jan 18, 2022
Support multiple Firebase projects in your Android appHave you ever thought about create multiple environments in Android app? I’d got this question since I created my first Firebase project…Aug 16, 2021Aug 16, 2021
Mom, my Firebase auth is not working after publishing on Google Play!Just like the title mentioned, the Firebase auth of my Android app is not working after publishing it 🤷♂️. After all, I figured out that…Mar 17, 2021Mar 17, 2021
Android 設定多 Firebase 專案你曾是否想過在 Android 專案中建立多種環境? 當我建立第一個 Firebase 專案時,我就想如何區分 Debug 和 Release 環境.這篇文章要跟各位分享,如何設定不同 Variants 來串接多個 Firebase 專案.Oct 2, 2020Oct 2, 2020
分享 Android Activity’s launchMode身為 Android 開發者當然知道 Activity 這個元件,當 App 啟動時,系統會建立一個 Back Stack 來存放 Activities,當新開 Activity,系統會根據 Activity 的 launchMode 做相對應的動作,今天就要來分享…Aug 16, 2019Aug 16, 2019