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