Android
Latest stories
More stories
-
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
-
How to Copy and Paste Android Text From EditText – Copy Paste Text in Android
In this post you will learn how to copy and paste android text from edittext, So we will use ClipboardManager in this tutorial to copy text from edittext in android application and we will also use ClipData to convert our copied text to plain text in android app. So let’s start our tutorial by creating […] More
-
-
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
-
Firebase Authentication Android With Email and Password
Firebase Authentication Android provides backend services to developers out there, in order to authenticate users in the application. In this tutorial, we will implement the Firebase Authentication Android service provided by Firebase using Email and Password SignIn method. But first we need to connect our Android project with Firebase to start using Firebase services. Connecting Firebase project […] 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
-
How to connect mobile to android studio without USB cable
When we are making Android apps, We have to connect our android device to our laptop with a USB cable. The USB cable is annoying and limits our movements. But don’t worry I know a little trick how to connect mobile to android studio without USB cable. In this article I will show you how […] More
-
How To Create A New Project In Android Studio 2021
Create A New Project In Android Studio 2021 We create a new project in android studio to create a new Mobile Application for Android. To create a new project in android studio perform the following steps: 1. Click on “Create New Project” 2. After that you will see Select a Project Template on your computer […] More
-
-
How to Generate QR Code in Android
QR Codes are used in many softwares to show data in machine-readable form. These codes are used to display data in a secured way and that data is only readable by machines not by humans. We have seen many apps which provide QR code service, with the help of those apps we can scan QR […] More