How to make TextView Text Transparent [Android]
How to set alpha for TextView texts to make it look transparent in android programming.
Can't Run SDK Manager find_java.bat issue
Android Studio SDK manager not loading after update to 1.0 version.
How to change Android EditText Cursor Color
How we can change the color of Android EditText View Cursor using custom XML. Note works only for API level 12 or above.
Fixing Android unknown error 961 while downloading app
How to fix unknown error 961 faced while downloading or installing an App on your Android device.
Android Emulator Soft Back button action using Computer keyboard
How to perform back button operation on your Android Emulator using Mac OS X or Windows keyboard.
ADT Installation Error: requires plug-in org.eclipse.wst.sse.ui
How to resolve ADT Installation Error: requires plug-in org.eclipse.wst.sse.ui while installing Eclipse ADT plugin.
Android Installation error: INSTALL_FAILED_OLDER_SDK on Device
What is Android Installation error: INSTALL_FAILED_OLDER_SDK and how to resolve it.
Type R is already defined error : Android Error
How to resolve Type R is already defined error error faced while working with Android Eclipse IDE.
Fixed Length Android Edittext
How to make a fixed-length EditText in Android programming. Examples included.
Android : Prevent App for rotation landscape or portrait
How to prevent your android app from rotation. Restrict rotation to either landscape or portrait.
Android : Connection with adb was interrupted 0 attempts have been made to reconnect
You get this error message when you try to run your app on the device using USB. Connection with ADB was interrupted.
How to add Newline to text in Android TextView
How we can add a new line to text in TextViews in Android Programming.
How to make Text in TextView bold and italic in Android
How to make text in Android TextView Bold, Italic, or both with examples.
Make Android View Scrollable both Horizontally and Vertically
Tutorial to demonstrate how we can make an Android View both Horizontally and Vertically scrollable using HorizontalScrollView and ScrollView.
How to add border to Android TextView
Tutorial on how we can add a Border to Android TextView and set its color with examples.
Android : How to make TextView Scrollable
How to make Android TextView Scrollable vertically using ScrollView.
Center align text in TextView Android Programming
How to center align text in a TextView i.e exactly in the middle : vertically and horizontally.
How to change TextView or EditText Text Color on Focus and on Press
How we can change TextView or EditText Text Color when it is being selected i.e when brought in focus or when Pressed.
Android Wifi WPA2/WPA Connects and Disconnects issue
How to resolve Android Wifi auto disconnection issue with WPA/WPA2 security.