Android Toolbar example with appcompat_v7 21
How to use Android Toolbar that was added in Android API level 21 (Lollipop 5.0) with appcompat_v7 21 to make it work with older devices.
Android Constant and Resource Type Mismatches Lint
How to resolve Android Constant and Resource Type Mismatches Lint error message received in Android Studio or ADT Eclipse.
Android : Duplicate registration for activity com.example.abc
How to resolve Duplicate registration for activity com.example.abc in Android Manifest file.
Android : Exception raised during rendering: action_bar API 22
How to solve the Rendering Problems: Exception raised during rendering: action_bar
Android : Accidental Octal Lint Warning
What is Accidental Octal Lint warning message in Android Programming and how to avoid it.
Android Studio Change SDK Path
How we can change the default sdk path in IntelliJ Android Studio IDE.
Android : IOException: Unable to open sync connection!
The solution from IOException: Unable to open sync connection! Error while trying to debug an Android app on the device
Android read text file from internal storage
How to read text file contents from a file stored in Internal Storage: Android Programming
Android : java.lang.IllegalArgumentException File contains a path separator
How to resolve java.lang.IllegalArgumentException: File /Dir/data.txt contains a path separator error.
Read Text file from SD Card : Android Programming
Source code and explanation of how to read a Text file from SD Card (External Memory Card) in Android Programming.
Android : DeviceMonitor] Sending Tracking request failed! Error
Android : DeviceMonitor] Sending Tracking request failed! ddmlib] Broken pipe Error message on console logs.
Get Wifi Details : Android Programming
How to get Wifi Details like SSID, IP address, Mac address, and Link speed in Android Programming.
How to Detect Phone Shakes Android Programming
Tutorial to demonstrate how we can detect phone shakes in Android Programming using Accelerator. Examples and code snippets included.
Change Android Toast background color
How to change the background color for Android Toast programmatically.
Android Toast position top
How to display a Toast Message at Top of Android Activity programmatically.
Android Display Toast on Button Click
How to display a toast message in Android programming when a button is being clicked.
Android Studio Native typeface cannot be made error
Error in Android Studio while trying to use a custom font in the assets folder. The native typeface cannot be made.
incorrect line ending: found carriage return (\r) without corresponding newline (\n)
Error: incorrect line ending: found carriage return (\r) without corresponding newline (\n): in Android layout.xml file.
Android Studio Ctrl Shift o auto import not working
Ctrl + Shift + O option for Auto Importing statements not working in Android Studio even if Keymap is changed to Eclipse.
Android : Neither user 10085 nor current process has android.permission.ACCESS_NETWORK_STATE
Resolving SecurityException: ConnectivityService: Neither user 10085 nor current process has android.permission.ACCESS_NETWORK_STATE in Android Studio.