Android Image UpLoad to server From Camera and gallery

Android Image UpLoad to server

Hey in this tutorial I am Sharing Android Image UpLoad to server. How to use a camera to capture an image and gallery to pick an image and pick convert to bitmap and upload to the server. It very is and simpler to use the camera in android and upload the image to the server. … Read more

Android WebView Example Tutorial

Android WebView Example Tutorial

  Android WebView Example Tutorial Android WebView is used to display HTML in an android app. We can use android WebView to load HTML page into an android app. Android WebView component is a full-fledged browser implemented as a View subclass to embed it into our android application. In WebView, you can call a URL … Read more

Android how to use a static spinner dropdown list

Android how to use a static spinner dropdown list in this article, I am sharing how to use a spinner in android.  spinner is like a dropdown list to select an item dropdown list. Spinners provide a quick way to select one value from a set. In the default state, a spinner shows its currently … Read more

Android DatePicker dialog Box to Get ToDate and FromDate

Android DatePicker dialog Box to Get ToDate and FromDate Hey in this article I am sharing how to use a date picker in android and select a date .is just simply way to implement the date picker in your android app. in this I am working on a show date picker to click a textView … Read more

Android dotted progress bar example

Android Dotted Progress Bar In this article am learning how to use a Dotted Progress Bar in android. To create a good UI for Android and used it to many more type.  like as a splash screen, API calling and more option to use it I improve your UI in android.      Step 1:   Start Android Studio Step 2 :  … Read more

Android GPS Tracking and Get Address with Street Name, City for Location with Geocoding

Android GPS Tracking and Get Address with Street Name, City for Location with Geocoding Hey in this articl I am sharing how to get user location to throw GPS in android is very easy to get user current location for used google map and security type of App. Today most of Project to required GPS for access user … Read more

Android Circular ImageView with Picasso library

Android Circular ImageView like a profile pic with Picasso library In this tutorial, I am shared how to create a circular profile image in android it’s very easy to use a circular image and gets the image to an API and show on image view easy way. In Android create a good UI most of the used … Read more

Android Detect Internet Connection Status

Android Detect Internet Connection Status Android Detect internet connection status in your app. This is very easy. In this article, you will learn how to detect internet connection in android app status manually and automatically. Using a broadcast receiver, your app will be automatically notified when there is a change in the network connection. Creating … Read more

Android QR Code / Bar Code Scanner – ZxingScannerView 2022

Android QR Code / Bar Code Scanner - ZxingScannerView 2022

Android QR Code  &  Bar Code Scanner – ZxingScannerView 2022. Hey in this tutorial I am creating an easy way to android bar code scanner. today bar is used in every product to use digital market show detail. you can scan the bar code and get detail of the product. Android Create a Bar Code … Read more