How to build a weather app using Kotlin for JavaScript
In this tutorial, we will be covering JavaScript from a browser perspective. We will create a single page web app that will show the...
Android Native Application API
(For more resources related to this topic, see here.)
Based on the features provided by the functions defined in these header files,...
What is Android Studio and how does it differ from other IDEs?
Android Studio is a powerful and sophisticated development environment, designed with the specific purpose of developing, testing, and packaging Android applications. It can be...
Android Virtual Device Manager
This article written by Belén Cruz Zapata, the author of the book Android Studio Essentials, teaches us the uses of the AVD Manager tool....
Drawing and Drawables in Android Canvas
In this article by Mir Nauman Tahir, the author of the book Learning Android Canvas, our goal is to learn about the following:
Drawing on...
Common AsyncTask issues
(For more resources related to this topic, see here.)
Fragmentation issues
AsyncTask has evolved with new releases of the Android platform, resulting in behavior that varies...
Creating, Compiling, and Deploying Native Projects from the Android NDK
(For more resources on Android, see here.)
Compiling and deploying NDK sample applications
I guess you cannot wait anymore to test your new development environment. So...
Why are Android developers switching from Java to Kotlin?
When we talk about Android app development, the first programming language that comes to mind is 'Java'. However Java isn’t the only language you...
How to Secure and Deploy an Android App
In this article, we will be covering two extremely important Android-related topics:
Android application security
Android application deployment
We will kick off the post by...
How to convert Java code into Kotlin
This Kotlin programming tutorial has been taken from Kotlin Programming Cookbook.
One of the best things about Kotlin is its interoperability with Java. If you're a...