Android M cannot run app using play button : Android Studio
Cannot run (compile) Android M Application on Android Studio IDE.
Failed to sync Gradle project Error:failed to find target android-23
How to resolve Android Studio Error: failed to find target android-23 Gradle error.
Android : Remove ListView Separator/divider programmatically or using xml property
Let's see how we can remove Android ListView Separator Programmatically as well as using Layout XML property.
Increase Android Emulator Timeout time
How to increase the Android Emulator Timeout time value in Eclipse or Android Studio IDE.
Android : Error in http connection java.net.SocketException: Permission denied
How to resolve Android Error in http connection java.net.SocketException: Permission denied.
Android : Class file collision: A resource exists with a different case
How to resolve Class file collision: A resource exists with a different case: /App/bin/classes/com/example/app/ className.class error in Android Eclipse IDE.
DDMS files not found hprof-conv.exe
How to resolve Android DDMS files not found: adb.exe hprof-conv.exe error in Eclipse IDE.
NOTE: This project contains resource errors, so aapt did not succeed, which can cause rendering failures. Fix resource problems first.
NOTE: This project contains resource errors, so aapt did not succeed, which can cause rendering failures. Fix resource problems first.
Stop android adb service from command prompt or terminal
How to stop Android adb service manually buy running command on MS Command Prompt or Mac OS X Terminal.
Error : Facebook SDK AndroidRuntime?FATAL EXCEPTION: main
How to resolve Fatal Exception: main error encountered while working with Facebook Android SDK.
Failed to find provider info for com.facebook.katana.provider.PlatformProvider
How to resolve Failed to find provider info for com.facebook.katana.provider.PlatformProvider.
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.
Maven : java.lang.ClassNotFoundException: Xmx512m
How to resolve java.lang.ClassNotFoundException: Xmx512m that may occur while executing maven command in terminal or command prompt.
Remove ActionBar from Activity that extends appcompat-v7
How to remove ActionBar from a particular Android Activity that extends ActionBarActivity from appcompat-v7 library.
Implementing Android Text to Speech Example
Implementing Text to Speech example in Android Programming.
AlertDialog with image using ImageView Example
This post describes how we can create a custom AlertDialog with an Image using ImageView.
Android AlertDialog with Yes No and Cancel Button
How to create Android AlertDialog with yes, no and cancel button implementation. Includes source code.