Topic: android - Page 15

Android
Copy Text to Android Clipboard Programmatically ClipboardManager
Here is how we can Copy Text to Android Clipboard using ClipboadManager. The post covers handling for both older and newer Android SDK versions
Android
Android R Cannot Be Resolved To A Variable
R Cannot Be Resolved to a variable is the most common error that one encounters when working with Android Eclipse SDK. Lets see the reasons for this error and how we can resolve it.
Android
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).
Android
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.
Android
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.
Android
Share or Send SMS via Android Intent
An example of how you can share an SMS programmatically via Andorid Intent
Android
Detect swipes on Android Activity
Code example on how we can detect swipe gestures on Android Activity.
Android
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.
Android
Check Android OS Installed Version Programmatically
In this article we see how to check Android OS Installed Version Programmatically using Java Code.
Android
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.
Android
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.
Android
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.
Android
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.
Android
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.
"Simplicity is the ultimate sophistication." - Leonardo da Vinci | Page 15 of 15