Android AdapterViewFlipper 15:05 0 comments Example: How to implement AdapterViewFlipper In android.And why we are used? Simple ViewAnimator that will Aniamte between two... Read more
How to prevent Activity going to Sleep Mode ? 16:03 0 comments Exaplain:- How to prevent Activity going to sleep mode Android ? Stop the activity in pause Mode . @Overridepublic... Read more
How Stay Wake Android Device programmatical? 15:57 0 comments Example:-Prevent the android device Screen going to sleep (foreground) ? First you can given Manifest Permission <uses-permission... Read more
NumberFormatException in Android 11:57 0 comments Explain- How to used Decimal Integer Value in android? The NumberFormatException occurred when we are add Decimal value... Read more
How to prevent next line in EditText. 10:19 0 comments Example:- Restrict edittext single line, means edittext have a single line.The User Press " enter key" the cursor should... Read more