Restful Webservice Call using OKHTTP with worker Thread

Restful Webservice Call using OKHTTP with worker Thread In your project create a class file and name it as  RequestToServer .java . T...

xml parsing in android example

xml parsing in android example In your project create a class file and name it as XMLParser.java. The parser class mainly deals the fo...

Sqlite database for an Android app

Full Example Of Sqlite DB for Android package com.example.demo.db; import java.util.ArrayList; import java.util.List; import com.examp...

How to parse json parsing Using GSON in android

Download Gson jar file PropertyModel[] response; // Model Class Gson gson = new Gson(); //Gson Object InputStream source = null ; /...

How can I fetch data from a web server in an android application

AsyncroTask Basics:      1.  AsyncTask provide easy way to use of the UI thread.      2.  Perform background operations and publish...

Recursion in java

Recursion:  A function called it self called recursion. Recursion in java Program public class Logic {  public static void mai...

External sqlite database for an Android app

Create Sqlite Database and Tables by using Sqlite Manager  Create new table called “android_metadata” CREATE TABLE "android_metada...
Next Older Posts