In this post we are going to learn about how to connect to MySQL Database from your Android Application and perform database operations. Her...
Home › All posts
Passing the click events back to the dilaog's host in android
December 20, 2014
In this post i am going to show you how to get the dialog's click events back to the host activity or fragment. By default the click eve...
Create Android Options Menu Programatically
November 28, 2014
In this post we are going to learn about how to show an android menu without using a separate menu layout xml file. You can create a menu in...
Android Swipe Views with Tabs
In this post we are going to learn about how to integrate the android tab view with the fragments using ViewPager and ActionBar class. For ...
Android Chat Bubble tutorial
In this post we will discus about how to create a simple android chat application graphical user interface and how the data is displayed in ...
Android Expandable ListView
October 10, 2014
CLICK HERE TO DOWNLOAD THIS PROJECT activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android...
Android ListView with Custom Layout
September 26, 2014
MainActivity.java Download This Project package com.customlistviewdemo; import android.app.Activity; import android.os.Bundle; import androi...
Subscribe to:
Posts (Atom)