How to Embed Web Server In Android Application
This tutorial shows how to add web server functionality into Android applications and allow external clients connecting to it.
This tutorial shows how to add web server functionality into Android applications and allow external clients connecting to it.
Explanation of one- and two-way communication between “native” code and the contents of WebView component in Android applications
Source code and discussion of the re-implementation of the notorious Android AsyncTask using Kotlin Coroutines framework.
My argument against using ContentProvider component for automatic initialization of Android libraries.
Thorough discussion of testing techniques and other quality assurance approaches to detect bugs in Android applications.
Detailed review of the relationship between Android, Android Studio, Gradle and Java.
Handy script which automatically refactors Java and Kotlin code from so-called Hungarian Notation to Camel Case Notation.
Detailed summary of a clean approach to runtime permissions management in Android applications.
My analysis of the native Android development ecosystem in 2020 and predictions for 2021.
My argument against Kotlin Coroutines’ default background dispatchers: Dispatchers.Default and Dispatchers.IO.