Top 5 Useful Android Apps for IT Pros

Useful Android Apps for IT Pros : Good news for tech support staffs, network administrators and one more advantages who use Android smartphones: There are hundreds of Android apps designed to help you get your work done better, faster and best of all remotely. Do Read More …

Introduction to Android SQLite Database

In the series of Android tutorials, this part of the tutorial describes about an Android SQLite Database . What is SQLite? SQLite is an open source database. It supports standard relational database features like SQL syntax, prepared statement , transactions,  etc. SQLite does not have Read More …

Android from Scratch – What are Adapters?

What is Adapter? Adapters in Android is a link between the AdapterView and underlying data for that view. The Adapter provides the opportunity to use data items. Here is What Developers Guide tells about Adapters AdapterView Class: The adapter view is a derived class of view group. Adapter view Read More …

Top 100 Android Interview Questions and Answers

Before going to the Android Interview Questions , Check here the Complete Android Topics here. (FREE PDF) 1. What is Android? Android is a Software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own Read More …

Learn JSON Basics in Android

Before reading the article, if you are the beginner just take out to learn more about JSON integration with Android. This article will cover the following, What is JSON? Why JSON and Structures? How and When to use JSON? Let’s start, What Read More …