Create Custom Android AlertDialog
How to create custom AlertDialog for an Android App using FrameLayout.
AlertDialog with single button example : Android
How to create an Android AlertDialog with just one single button.
AlertDialog with no buttons (just text message)
How to create a Android AlertDialog with no buttons, just some text message and hides when tapped outside it window.
Android AlertDialog with 3 buttons example
How to create an Android AlertDialog with 3 buttons. Includes code snippet with example.
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.