Disable Fading Edges Scroll Effect Android Views
How to disable Fading Edges effect for Textviews or other scrollable views like HorizontalScrollView but using Xml attribute and Programatically i.e. java code.
Hide Scrollbar from Android Views
How to hide Horizontal or Vertical Scrollbars from Android Views like LinearViews, TextViews in layout Xml or Programatically.
How to Disable EditText Keyboard Android App
How to disable Android soft Keyboard for EditText field. Keyboard will not be displayed when EditText is set to focus.
ActivityManager Warning: Activity not started, its current task has been brought to the front
Android ActivityManager warning Activity not started, its current task has been brought to the front.
Disable EditText Cursor Android
How to disable android EditText cursor using layout xml attribute or programmatically using java code.
INSTALL_FAILED_INSUFFICIENT_STORAGE Error Android Emulator
How to resolve INSTALL_FAILED_INSUFFICIENT_STORAGE error while working with android emulator.
Change Max and Min Value of Android Seekbar Programmatically
Example code of how we can set SeekBar max values. This can be achieved both programatically and using Layout XML.
Get Button Text onClick Android App
How to Center text align TextView in Android ( programatically and in xml layout file)
Center Align TextView Android Horizontally or Vertically
How to Center text align TextView in Android ( programatically and in xml layout file)
Android Disable EditText from Auto Focus on Activity load
Check out How to Disable Auto Focus (Keyboard) on Android Activity EditText or ListView when an Intent loads.
21 Useful Android Emulator Short-cut Keyboard Keys
Checkout some very useful android emulator shortcut keys.
Changing Android Intent Tittle using java code
If you what to change the android app tittle for an intent programatically using java code, here is how you can achieve it.
How To Disable Landscape Mode in Android Application
Here is how we can disable landscape mode for an android app activity using java code or AndroidManifest.xml file.
Disable Back Button in Android Programmatically
Do you want to disable the back button functionality your android app. Check out how you can achieve it programmatically in java code
Android-Failed to install apk on device EOF Timeout Error
How to solve Android-Failed to install *.apk on device Timeout Error on Android SDK. This error is encountered sometimes while installing application on Emulator or device.
INSTALL_FAILED_INSUFFICIENT_STORAGE Android Error
Here is how we can Solve INSTALL_FAILED_INSUFFICIENT_STORAGE error while running Android Application on Emulator.
ADT quit unexpectedly error on Mac OSX Android Eclipse SDK
Android Eclipse SDK Crashes a lot of times while working on Mac OSX , especially while Exporting a Signed APK file. Here is a quick guide on how to fix this issue.
Check Internet Connection WIFI 4G is active on Android Programmatically
Here is the code to check if Internet connection ( 2G, 3G , Wifi , 4G , LTE ) is available and active on Android Device. It is always preferred to check Internet Connection before fetching/posting data over http
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 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.