Android
Error : Invalid key hash.The key hash does not match any stored key hashes
How to resolve Facebook Android SDK Error: Invalid key hash. The key hash does not match any stored key hashes.
Android
Maven : java.lang.ClassNotFoundException: Xmx512m
How to resolve java.lang.ClassNotFoundException: Xmx512m that may occur while executing maven command in terminal or command prompt.
Android
JavaScript : redirect page to other url
How to redirect a page to another url using JavaScript.
Android
Remove ActionBar from Activity that extends appcompat-v7
How to remove ActionBar from a particular Android Activity that extends ActionBarActivity from appcompat-v7 library.
Android
Implementing Android Text to Speech Example
Implementing Text to Speech example in Android Programming.
Android
AlertDialog with image using ImageView Example
This post describes how we can create a custom AlertDialog with an Image using ImageView.
Android
Set Title to Android AlertDialog
How we can set title to an Android AlertDialog box.
Android
Android AlertDialog with Yes No and Cancel Button
How to create Android AlertDialog with yes, no and cancel button implementation. Includes source code.
Android
Create Custom Android AlertDialog
How to create custom AlertDialog for an Android App using FrameLayout.
Android
AlertDialog with single button example : Android
How to create an Android AlertDialog with just one single button.
Android
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
Android AlertDialog with 3 buttons example
How to create an Android AlertDialog with 3 buttons. Includes code snippet with example.
Android
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
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
Android : Duplicate registration for activity com.example.abc
How to resolve Duplicate registration for activity com.example.abc in Android Manifest file.