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
As I have mentioned in my earlier post Android – Types of EditText Android has tried a lot in ADT 11.0 to provide more flexibility to developer to design UI…
Hi, I came across to making phone vibrate when user change the orientation from portrait to landscape or viceversa. So How do we make phone vibrate programatically in android? Code:…
Today I came across this setEmptyView() method of ListView. Many times it happens that we make a call on web service and we receive nothing in response at that time…
Hi, Here i am going to write about "How do we Enable and Disable Wifi programmatically in android application?" To Enable WiFi: To Disable WiFi: Note: To access with WiFi…
Hi, Here i am going to discuss about on making activity full-screen by hiding Title bar and notification bar from the activity. So question here is: Android - How do…
Here I am going to show how to fetch some device values: 1. Brand name of Android device (SDK Says: The Brand the software is customized, if any) => Build.BRAND 2.…