Android – simple Tab bar example
Problem: How to display Tab bar in Android? Solution: main.xml TabBarActivity.java tab_test.xml FirstActivity.java SecondActivity.java AndroidManifest.xml...
Problem: How to display Tab bar in Android? Solution: main.xml TabBarActivity.java tab_test.xml FirstActivity.java SecondActivity.java AndroidManifest.xml...
Same as my previous article on ListView attributes: Android – 0101 Attributes of ListView to keep in mind, here i am going to share about the attributes of GridView which we...
If you are knowing and has already worked with Android ListView, then these are the attributes you should know and use inside your android application to give a great look...
In almost all the normal application, we have to make a WebService call to fetch response and display it. Here is a snippet to make a call on web to...
Today while developing and testing android application, I can across “ADB connection timeout” exception: OR After trying lot to search for the solution, I got the fix. Solution: Window =>...
If you are about to launch application in android market or developing android application then this post is for you to take care about some AndroidManifest.xml attributes value to set...
Hi, I love to read and check others code and implement also in my application and i am sure programmers mostly are in the search of code to extend and...