News

A tutorial on how to use a web api from within an Android app. We discuss JSON, XML and Android's AsyncTask.
Telephony manager, which is part of the Android application framework, provides a telephony API to user applications. It consists of the android.telephony and android.telephony.gsm Java packages.
Learn how to use a web API from within an Android app using Retrofit. Get posts from social media, store data on the cloud, and much more!
Developers use application programming interfaces to hide complexity, organize code, design reusable components, and connect different systems, applications, or services.
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 ...
An application programming interface, or API, is a "go-between" that enables a software program to interact with other software.
API is a term common in professional settings and discussions about software development, but what does it mean and how do they work?