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... 0
Android Swipe Views with Tabs October 28, 2014 android tabsswipe view tutorialswipe views 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 ... 0
Android Chat Bubble tutorial October 19, 2014 9 ptach imagesandroid chat applicationandroid chat bubbles 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 ... 0
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... 0
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... 0
Android GridView Tutorial September 10, 2014 Download this project MainActivity.java package com.gridviewdemo; import android.os.Bundle; import android.support.v7.app.ActionBarActivity;... 0
Android SQLite Database Operations September 06, 2014 Download Project MainActivity.java package com.firstapp; import android.content.Intent; import android.os.Bundle; import android.support.v7.... 0