Android Error Generating Final Archive - Debug Certificate Expired
Lets see how to overcome Debug Certificate Expired error encountered while using Android SDK using Eclipse IDE (Solution explained for all Operation Systems ,be it on Windows , Mac or Linux).
Programmatically Send an Email from Android App using Intent
Here is how we can send an Email from your android app using Intent.ACTION_SEND from a Activity class.
Share Image and Text on Instagram from Android App using Share Dialog
Here is how we can share an Image with text message on Instagram using Share Dialog. There is no need to use any Instagram API's.
Share or Send SMS via Android Intent
An example of how you can share an SMS programmatically via Andorid Intent
Detect swipes on Android Activity
Code example on how we can detect swipe gestures on Android Activity.
Android Eclipse This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in
How to resolve Android Eclipse This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in error.
How to get the Android OS installed version programmatically
Code to check if Facebook app is been installed on the device. This could be really handy if you are trying to manage backward compatibility.
Programmatically check if Facebook is installed on Android device
How to programmatically check if Facebook is installed on Android device. This post provides and example in Java code.
Java code to check Internet Connection on Android Device Programmatically
Android code snippet to check if Internet connectivity is available on Android device and is active. Check connections like Wifi and Mobile Subscriber Internet connections like 2g, 3g, 4g etc.
Generate Facebook Android SDK keyhash using java code
Trouble generating keyhash for facebook sdk integration with your application, here is the java code to generate keyhash.
How to repeat background image in Android Activity
An example to achieve repeated tile background for an Android Activity screen page using android:tileMode properties in xml code.
Hide Navigation Bar from Android Screen Activity
This is an example with code snippet as in how you can hide Navigation Bar from Android Screen Activity both using Java code and XML.