How to create menu List using fragments in Android

Hii everyone in this, Article I am sharing how to create a menu list using fragments in android. I am using two fragments in an activity and in Fragment A is show the Menu list. And  Fragment B shows there product according to Menu. Today market UI is one of the best parts for developing … Read more

Android how to Implement App suggestion when open first time

Hii Developer in this Android Article, I am sharing android how to Implement App suggestion when open the first time.  Hare is an easy way to make your App user-friendly. Android how to used App Suggestion. For making these Android Example I am using a Github library  MaterialTapTargetPrompt. This Android library working with AndroidX and google … Read more

Android Bottom Sheet with Dialog Box Example

Hi Everyone in This Android Tutorial, I am Working with Android bottom Sheet dialog box. Bottom Sheet like Google Drive App. You can notice bottom sheets in apps like map apps (bottom sheet reveals location, directions information), music players (Play bar sticks to bottom and opens when swipe up and also open With button click … Read more

Android How to used bottom sheet

Android How to used Bottom Sheet

Hii developer in this Article I am sharing Android development how to used bottom Sheet. Android Bottom Sheet component slides up from the bottom showing more relevant content. You can notice bottom sheets in apps like map apps (bottom sheet reveals location, directions information), music players (Play bar sticks to bottom and opens when swipe up and also … Read more

What is android.os.FileUriExposedException

Hii Everyone in This Article I am sharing how to resolve Android Camera App Creasing in  Android 9. If you share files with other apps using a Uri, you may have encountered this error on API 24+. Error is android.os.FileUriExposedException. And hare I Give you solution What is android.os.FileUriExposedException and what you can do about it. … Read more

Email and phone number validation in android

Hii Developers in this article you can read how to use validation in android. Hare is an easy way to implement Email and phone number validation in Android. Also, you can see an empty field and match string like password and confirm password. Let’ s Start on firstly make a registration form and create a … Read more

Android How to used Actionbar notification count with Server

Hii everyone in this Android tutorial, I am sharing Android How to used Actionbar notification count with Server. In these Android action bar tutorial, you can learn how to add Icons in action bar. perform an action on Button click like an activity and Inactive Your profile. Show an Android action bar notification with count. … Read more

Android ProgressBar Show Count Progress with Examples

Android ProgressBar

Hi Everyone in this android development tutorial, I am sharing Android ProgressBar Show Count Progress with Examples. Android ProgressBar tutorial here you can learn how to show a number in progress bar. By default the ProgressBar will be displayed as a spinning wheel, in case if we want to show it like a horizontal bar … Read more

Android Number formatting and Convert String to Integer in Android

Android Number formatting

Hii Developer in this Article I am sharing Android Number formatting and Convert String to Integer in Android. Convert String to integer, and Integer to String, Dobule to String, Type of formating with example.  And also convert a number value 10000 to 10k. 1000 to 1k   5821 to 5.8k 10500 to 10k 101800 to 101k … Read more

How to used ImageView Zoom-in and Zoom-Out in android

Hi Everyone in this Article I am sharing How to used ImageView Zoom-in and Zoom-Out in android. hare is an easy way to used zoon in and zoom out in recycler view list. I am used a GitHub Library  com.github.chrisbanes.photoview.PhotoView.   In this android programming code example, we are going the explore how to pinch ImageView … Read more