- Home
- Archives
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
-
Paresh Mayani
- July 2, 2011
Got a book “Linchpin” as a gift from Digicorp
Today I am not going to write any technical articles. But i would like to discuss about my gift which I got from Mr. Abhishek Desai on behalf of Digicorp Information systems pvt. Ltd. Digicorp has initiated to give books/gifts to the employees whoever completes their anniversary at Digicorp. As i have completed 1st year […]
-
Paresh Mayani
- July 1, 2011
Android – GridView – 1001 attributes to keep in mind
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 frequently use inside the application. Here are attributes: Mostly Used: 0000 => android:numColumns=”auto_fit” 0001 => android:verticalSpacing=”5dp” 0010 => android:horizontalSpacing=”10dp” 0011 => android:stretchMode=”columnWidth” 0100 => android:columnWidth=”90dp” […]
-
Paresh Mayani
- June 26, 2011
Android – 0101 Attributes of ListView to keep in mind
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 & feel to ListView. FYI, i have noted down these attributes as mostly used, i know there are some attributes also we can set while […]
-
Paresh Mayani
- June 21, 2011
Android – Retrieve InputStream from Web through HTTP
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 fetch/retrieve the response. It will fetch the InputStream and if you want to display result as a string then you have to convert InputStream into […]
-
Paresh Mayani
- June 20, 2011
PHP – About ORM(Idiorm)
Hi, After been around 1 year i have again started to enjoy with PHP along with Android programming. But this time i am used to develop web-service to be used inside android application. Before 1 year, i have done all the rough coding as i have developed my own DB class and other stuffs. This […]
-
Paresh Mayani
- June 16, 2011
Android – Solution for "ADB connection time out"
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 => Preferences => ADB Connection time out(ms): 10000, just set it in ms(milliseconds) value.
-
Paresh Mayani
- June 13, 2011
Search
Explore Topics
Short Stories
From Payroll to People: The Evolution of
- 7 min read
How to Host a Web App :
- 6 min read
Why Hiring a Flutter Developer is the
- 10 min read