Android Programming

With an ever changing landscape of devices, Android Programming has become an increasingly challenging task. That’s why we built the Packt Hub. We provide the latest news from tools and languages like Android Studio, Kotlin and Java.

forecast

How to build a weather app using Kotlin for JavaScript

0
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

0
(For more resources related to this topic, see here.) Based on the features provided by the functions defined in these header files,...
android studio

What is Android Studio and how does it differ from other IDEs?

0
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

0
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

0
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

0
(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

0
(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?

0
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...
Applications

How to Secure and Deploy an Android App

0
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

0
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...

Must Read in Mobile

Understanding the Foundation of Protocol-oriented Design

0
When Apple announced Swift 2 at the World Wide Developers Conference (WWDC) in 2016, they also declared that Swift was the world’s first protocol-oriented...

Interviews