• never explored

android combining tab layout and list view

Android Combining Tab Layout and List View

In Android Tab Layout Tutorial i explained how to implement a tab view. This tutorial is about implementing list view inside a tab layout. Everything is same except tabs will have listview inside it. List data is displayed by fetching …

Read More..

Advertisement
android connecting to mysql php

How to connect Android with PHP, MySQL

We are going see how to make a very simple Android app (in our case, a product inventory app) that will call a PHP script to perform basic CRUD(Create, Read, Update, Delete) operations. To brief you on the architecture, this …

Read More..

android listview with load more button

Android ListView with Load More Button

In this tutorial i am discussing about adding load more functionality to listview. It will be useful when you want to show data into paged format instead of loading huge amount of data into listview. Paged XML data For this …

Read More..

Tag Cloud
Advertisement