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 can I include other layouts inside the current XML layout file? Solution: Today I came across a great solution that we can also include other layout by using…
Android Developer blog has stated yesterday that they are ready to roll out new Android market app for the Android enabled devices (having Android 2.2 Froyo or higher). New…
Problem: Android - ListView with Two TextViews and ImageView Welcome to the Part 4 of ListView series. So far this series: Part 1 - Simple ListView Part 2 - ListView…
Problem: How to create a custom Toast notification? Solution: First, if you don't know about Toast notification in android, then I would suggest you to go through the previous article…
Problem: How to give alert message (text notification) to the user of the application? Toast notification It is known as Toast notification in Android. It is non-interactive message. It is…
Problem: How do I enable the "Move to SD card" feature? Solution: To solve the above problem, we have to set the android:installLocation attribute inside the AndroidManifest.xml file. android:installLocation =>…
Today this tutorial is about the autoLink attribute of TextView. andorid:autoLink => By using this attribute, android can controls whether links(such as urls, emails, phone and address) are automatically found and converted to…