Android-How to Add In-App Review Google Play API in Android to Gain Users Ratings

Android-How to Add In-App Review Google Play API in Android to Gain Users Ratings

You want users to give a review to your app and you have to implement some codes to redirect users into Google Playstore so that they can review the app which is inconvenience. In this article, you will learn how to integrate In-App Review API into Android applications that mean the user has not to leave your app but they can review the app inside app...

Sovary May 9, 2022 3.34K
#Android  #Java  #Video 
How to Implement Awesome Chart Graph in Your Android App

How to Implement Awesome Chart Graph in Your Android App

Today I will show you how to draw a chart with a library real quick within 5 minutes. This is simple implementation bar chart in Android App. You can try with different chart supports such Line chart, pie chart, bubble chart..

Sovary May 8, 2022 5.52K
#Android  #Java  #Video 
Android - Firebase Realtime Database with CRUD Operation

Android - Firebase Realtime Database with CRUD Operation

In this article, we will learn how to perform CRUD (Create, Read, Update, Delete) operations in android application based on Firebase Realtime Database...

Sovary May 8, 2022 4.36K
#Android  #Java  #Video  #Firebase 
Android Show a Biometric Fingerprint Authentication Dialog Example

Android Show a Biometric Fingerprint Authentication Dialog Example

This is short authentication biometric fingerprint, and you will learn how to use the Android Biometric API to integrate biometric fingerprint authentication in your Android app...

Sovary May 8, 2022 4.65K
#Android  #Java  #Video 
Android - How to Generate QR Code in Android Studio free Source Code

Android - How to Generate QR Code in Android Studio free Source Code

In this tutorial, we'll look at how to create a QR Code for our small app. So, to build this functionality, we'll be using a GitHub library...

Sovary May 8, 2022 3.51K
#Android  #Java  #Video 
How to Extract Website Data with Java using Jsoup Library

How to Extract Website Data with Java using Jsoup Library

Basically, web data extraction is done by individuals and enterprises who wanted to draw better choices by using the big proportion of publicly available web data. This article will help you to practice with real website...

Sovary May 8, 2022 2.75K
#Java  #Video  #Web scraping 
Android - Convert Website to Android App and Solve Error Text Permitted

Android - Convert Website to Android App and Solve Error Text Permitted

This article will explain and you will learn how to turn a website into an android application with simple steps. On the other hand, we will solve the problem which occurs when we access the internet (API or Website) net::ERR_CLEARTEXT_NOT_PERMITTED..

Sovary May 8, 2022 2.8K
#Javascript  #Android  #Java  #Video 
JavaScript-setTimeout inside Loop not work correctly

JavaScript-setTimeout inside Loop not work correctly

Be careful with setTimeout in loops or we will see setTimeout in for-loop does not print consecutive values..

Sovary May 8, 2022 393
#Javascript 
Android-How to Setup Firebase Database Connect to Android Project

Android-How to Setup Firebase Database Connect to Android Project

Basically, before we can implement any service in Firebase we have to add the configuration file and setup in our Android project. We will learn how to make configurations and set up Firebase in Android..

Sovary May 8, 2022 1.86K
#Android  #Video  #Firebase 
Android - How to Pass Data From One Activity to Second Activity

Android - How to Pass Data From One Activity to Second Activity

This article shows you how to send data from one activity to another activity. In this example we have two activities, the first activity is the source activity and the second activity is the destination activity..

Sovary May 8, 2022 697
#Android  #Kotlin  #Java