Android Sync SQLite Database with Server using PHP and MySQL

abd

Let’s start to learn Android Sync SQLite Database with Server. Assume we have to send some information from the application to our web server and the internet is not available on the device at a particular time. So instead of giving an error to the user that the internet is not available we can store the data … Read more

Android Room Database Example

Hi everyone, in this post, we will learn about another component of Android which is Room Library. In this android room database example, we will learn how to use a room for handling our SQLite database. What is Room? The Room library provides an abstraction layer over SQLite to allow for more robust database access … Read more

Android – RadioGroup

Radio Button in Android apps is very common. In this tutorial, we’ll implement the Android radio button widget in our application. Radio Buttons are used when we need to select only one item from a list of presented items. Android Radio Button A radio button consists of two states – checked and unchecked. Clicking an … Read more

Sending simple data to other apps Like Share Via

Sending simple data to other apps Like Share Via In this Article, I am sharing how to share via simple sending data to other apps. When you use an intent, you must specify the action Intent to “trigger.” Android defines several actions, including ACTION_SEND which, as you can probably guess, indicates that the intent is sending data … Read more

Android Recycler view list with Swipe Refresh and Search bar in recycler list

Android Recycler view list with Swipe Refresh and Search bar in recycler list In this article, I am sharing how to used recycler view in android and Swipe Refresh list to refresh the recycler view list with a search bar to search any item in the recycler list easy. It’s very easy to implement these just … Read more

Android Splash Screen Animation

Android Splash Screen Animation Hey everyone, in this example I am creating a splash screen with animation . is very easy to implement these you can just follow the simple step to implement these and create an animated splash screen in android. Step 1: First one to  Start Android Studio Step 2 :  Seconds step to … Read more

How to used Image slider in Android SliderLayout

 Image slider in Android Slider Layout Hey in these I am sharing Image slider with API. In this tutorial, I get image list and show on Slider and use the time duration to slide image . and used network library volley to get response throw API, its a easy way to used multiple image show … Read more

RatingBar Tutorial With Example In Android Studio

How to used Review Rating Bar in android app In this article I am sharing to how to used a rating bar in Android  How to implement in Android and how to get rating number with a star rating. these I a very simple way to implement the rating. Rating bar is used to get the … Read more