ORMLite in android for making sqlite database operation Easier

ORMLite is lightweight Java ORM supports for android Sqlite Database.The full form

Using Content Provider in Android

In Android security model, one application cannot directly access (read/write) other application's

Using Styles And Thems in Android

When designing your application, you can use styles and themes to apply uniform formatting to its various screens and UI elements. A

Basics of SQLITE database with Multiple table example

This tutorial will cover the creating the Multiple tables in sqlite Database for that we will need to have 2 separate packages Model and helper. Creating

Secret / Hidden Codes in Android Smartphones

Here is the collection of some of the secret codes common to the android platform.

Fast way to do network Operation using Volley Library

At Google I/O last year, the search engine giant showcased a faster way to make network requests within an Android application by introducing

Understanding the Async Task

                     What is