How to generate Google Maps API key for android MapView?

|

Hi Guys, Have you used the MapViews in android ever? if you have used then you might have faced one question regarding how to generate api key to be used in MapView, if it right then here are the steps to generate Maps API key for android Mapview: Step 1:...

Android – Change Tab bar background image

|

Same as my previous article Android – Change Tab bar background color, if you want to set background image, then we just need to use the setBackgroundResource() method for selected and unselected tab instead of setBackgroundColor() image. Problem: How do i change Tab Bar background image in android? Solution: Step...

Android – Change Tab bar background color

|

Same as my previous post on TabBar as mentioned below, this article is also on TabBar and it is for changing Background color of Tab bar. Article 1: Android – simple Tab bar example Article 2: Android – iPhone like Tab bar in Android Problem: How to change Tab Bar...

Android – iPhone like Tab bar in Android

|

If you have gone through my previous article to Display Tab Bar in android, where we have just seen the simple Tab bar display process as per the Android way. But what if we want to display iPhone Like tab bar in Android(i.e. Displaying Tab bar at bottom side in...

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...

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...