Founder & CEO at SolGuruz® | Organiser @ Google Developers Group Ahmedabad | Top 0.1% over StackOverflow | 17+ years experienced Tech Consultant | Helping startups with CRM, SaaS, AI Solutions, and Custom Software Development
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…
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…
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…
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 –…
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.…
Problem: How to display Tab bar in Android? Solution: main.xml TabBarActivity.java tab_test.xml FirstActivity.java SecondActivity.java AndroidManifest.xml