More stories

  • Android Horizontal Progressbar Tutorial With Example

    Are you working on an Android app and want to display a Android Horizontal Progressbar to indicate ongoing tasks or loading processes? In this article, we’ll walk you through adding a horizontal progress bar to your Android app. It’s a simple yet effective way to keep your users informed about what’s happening in the background. […] More

  • in app update in android

    How to Implement In App Update in Android Application

    Welcome to our beginner-friendly guide on how to implement in app update in your Android app! If you’re an Android developer seeking to improve your app’s user experience and keep your users up-to-date with the latest features, in-app update is powerful API you should consider. In this tutorial, we will take you through the process […] More

  • Firebase Realtime Database Android CRUD Operations in Java

    Hey guys, here is the complete Firebase Realtime Database Android with Java guide. Firebase realtime database is NoSQL database which means we don’t have the traditional columns and rows. In firebase realtime database we can store data in the form of JSON tree structure like below. In this post we will create an app in […] More

  • firebase-realtime-database-android

    Firebase Realtime Database Android CRUD Operations in Kotlin

    Hey guys, here is the complete Firebase Realtime Database Android with Kotlin guide. Firebase realtime database is NoSQL database which means we don’t have the traditional columns and rows. In firebase realtime database we can store data in the form of JSON tree structure like below. In this post we will create an app in […] More

  • How to Add Back Button to Toolbar Android

    In this post you will learn how to add the back button to toolbar android, We use the toolbar back button to go back in our application.   create a new project in android studio   First of all we need to add second activity in our project like below   Open activity_second.xml and paste […] More

  • How to Send Data From One Activity to Another in Android

    In this post you will learn how to send data from one activity to another in android, we will use intent to pass data from one activity to another in android. Intents are very useful in term of communicating between activities or between application and OS.   So let’s start our tutorial by creating new project […] More

  • pinterest icon android icon

    How to Design Bottom Navigation View Like Pinterest in Android Studio

    In this post you will learn how to design Bottom Navigation View Like Pinterest in Android. We use bottom navigation view to navigate through our android application, So to design Bottom Navigation like Pinterest. We will use custom design for our Bottom Navigation View. First of all create a new project in android studio 1. […] More

  • How To Create Emulator In Android Studio 2021

    In android development, we need an android device to run the application. So, developers of Android Studio provide an option to install the android virtual devices to run it. In this article, we will learn how to create emulator in android studio. Follow the below steps to create emulator in Android Studio. Step 1: Firstly, […] More

Load More
Congratulations. You've reached the end of the internet.