avatar
Larry HsiaoMobile App Developer · Android & Flutter

The cost of using timestamp in build.gradle and how to reduce it.

2021-04-14-(1 min read)
In reality of Android application development, we build apk with timestamp to identify what version of the app is running on the user's hand…
繼續閱讀...

Clock Alarm application on Android

2021-02-17-(4 min read)
Note: This article was completed by AI (Claude Opus 4.7) from my initial notes and thoughts. Implementing a clock alarm app on Android the…
繼續閱讀...

Custom options for intent chosoer

2019-06-30-(1 min read)
In our day to day Android app development work. In most scenarios we have to provide action selection dialog for various Intent. Here is a a…
繼續閱讀...

UI testing with CI

2018-11-24-(2 min read)
It is always a pain running automatic Android UI testing on CI Servers. Especially when we don`t have much resources for CI server to run a …
繼續閱讀...

Handling orientation for scrolling position

2018-04-22-(2 min read)
Orientation is a common event which can be trigger easily by user. Handling orientation to keep the views states which increase user experie…
繼續閱讀...