News

A tutorial on how to use a web api from within an Android app. We discuss JSON, XML and Android's AsyncTask.
The Awareness API was introduced at Google I/O 2016 and provides a method for apps to get a more accurate idea of what's happening around it. This tutorial demonstrates how to add Awareness to ...
Android is the prime OS for developing applications in today for many reasons. The main reasons being that it is Open Source and Intuitive. In addition it uses Java for development, which is quite … ...
Android 13 is bringing a new run time notification permission. So that you can opt-out of getting them while installing an app.
Android has been leveraging the more efficient Vulcan API for many years. With Android 16’s new changes, Google is doubling down, requiring devices to support the new Host Image Copy feature.
The accelerometer is a hardware sensor used to detect a shake motion. William Francis shares the accelerometer code that he uses in his Android apps.
Android has long offered an Activity Recognition API that processes device sensor data with machine learning models in a battery-efficient manner. Google is now offering an Android Sleep API to ...