BREAKING:

Paresh Mayani

CEO & Co-Founder at SolGuruz® | Organiser @ GDG Ahmedabad | Top 0.1% over StackOverflow | 15+ years experienced Tech Consultant | Helping startups with Custom Software Development

Android – Install Android Tools/Plugin easy way (Offline)

Problem: How do I install Android Tools/Plugin without having internet connection? Solution: After having experience to work in Android, I was thinking why shouldn’t we install Android tools/plugin by offline(without having network connection), as Android is suggesting you to download Android SDK-tools, various Android platforms(3.1, 3.0, 2.3.3, 2.3,2.2 and many other), Android ADT plugin for […]

Read More

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: At command prompt with location […]

Read More

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 1: Write the below code […]

Read More

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 background color in android? Solution: […]

Read More

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 Android). Is it possible? yes, […]

Read More

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

Read More

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 […]

Read More