Home Tags Android application development

Tag: android application development

Android App Development: Hardware and Sensors

3
I’m back with another article on Android application development. This time, we will discuss how to access some of the phone’s hardware components like...

Android Application Development: Playing with SQLite Database

64
In this article, I will focus on building an Android app using an SQLite database; I assume readers are familiar with the basics of...

Android Application Development: CLI Tools

3
This article on Android application development introduces you to the command line utilities that come packaged with the Android SDK, all of which are...

Android Application Development Basics

10
Here's a basic Android application -- a Simple Interest Calculator, which illustrates the application development method. To follow this tutorial, you should have written...