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 First Example to Developer an app ( Hello Android )

Android First Example to Developer an app ( Hello Android  ) In this Article, I am sharing how to create a simple android application. we are creating a simple empl. Using android studio. Step1: Start Your Android Studio. Step2: Create an Activity in the android studio. and select language java and Kotlin. Kotlin officially announces … 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 Application Development Environment Setup

Android Application Development Environment Setup Android application development can be start on either of the following operating systems: Microsoft Windows XP or later version. Mac OS X 10.5.8 or later version with Intel chip. Linux including GNU C Library 2.7 or later. Second point is that all the required tools to develop Android applications are … Read more

Android Application Components

Android Application Components Basic Components Application components are the essential building blocks of an Android application. These components are loosely coupled by the application manifest file Android Manifest.xml that describes each component of the application and how they interact. Components Description Activities They dictate the UI and handle the user interaction to the smart phone screen Services … Read more