by Hans | Jun 14, 2017 | android
Interoperable Kotlin Its interoperability with Java is perhaps among Kotlin features that attracts many Android programmers to incorporate this relatively new programming language (21 years younger than Java) into their Android projects. Then it’s time to make...
by Hans | Jul 11, 2014 | android
The Android ProgressDialog provides a simple visual feedback to our users, especially when it is used with a background task. However, when the task involves retrieving data from the network, the actual completion time can be unpredictable. If the task completes very...