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

How to use Alarm Manager and Broadcast Receiver in Android

In this Android Atrical, How to use Alarm Manager and Broadcast Receiver in Android. here I have also used an android service for creating an android Alarm Tutorial for android development. and also show android alarm notifications. here I am user android background service and android Broadcast receiver to start an alarm. Android Service:- Android … Read more

How to load image from url android Example

android Example , load image

  Hi, Developer in this Android tutorial I am Sharing How to load image from URL android Example. here you can read an easy way to load an image on imageView From URL in android API Bitmap Image om ImageView with Picasso Library. in this article solve your android development like show image in Profile Activity, Show Image … Read more

Android How get list of checked checkboxes from recyclerview android

checked checkboxes from recyclerview android

Hi everyone today I am discussing How to get list of checked checkboxes from recyclerview android. In this android tutorial, I solve this problem. Android how to used recycler view list in android. how to add checkbox in recycler view.  Get the value of a selected item in the recycler view list. how to Add … Read more

Android how to change application theme color programmatically

Android how to change application theme color programmatically

Hi everyone in this android tutorials, I am Sharing Android how to change the application theme color programmatically. In these android tutorials, you can learn an easy way to create an android app where you can change the android application theme color programmatically according to your choice. Hare, I create a simple code for the android change … Read more

How to create a video streaming from server in android

download videoder

  Hi everyone in this article I am sharing How to create a video streaming from the server in android. These articles in a decision on VideoView and streaming facebook video. hare I am using WebView, VideoView. In Web View, you can open facebook and select a videoView for playing Fb video in your App. … Read more

How to create awesome home screen UI design

  Hii Everyone in this Article I, am sharing how to create an Android  App UI Design Like PayTM, and more. today market UI is the most important part of creating an attractive android App hare you can find Create Awesome Home Screen Design in Android. Home Screen is most effective for an App hare … Read more

Android recyclerview with cardview android example e-Commerce

Hi, everyone in this Article I am sharing how to create an e-commerce App. And how to show there product in  App with a Good UI Design. Android recycler view with card view android example-e-Commerce. I am Using Android RecyclerView with CardView for Show List of product in your App. Let’s start to create your … Read more