Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE

Hi Developer in this android studio article I share how to fix Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE. This issue comes when you upgrade your android project and Run your App Android 12. Google has toled to use the FLAG_IMMUTABLE or FLAG_MUTABLE  for the PendingIntent. When you run … Read more

8 best Android emulators for PC and Mac of 2022

8 best Android emulators for PC and Mac of 2022

There are plenty of legitimate reasons to prefer running Android emulators from their computer. App developers might be looking to test their apps before releasing it. Gamers might want to use keyboards and a mouse on their games. Perhaps you want to be there for the sake of having it. Whatever the case, Android emulation on PC is possible … Read more

Android 13 Features and APIs first developer preview :

Android 13 Features and APIs first developer preview :

Android 13 Features and APIs first developer preview :  Android 13 introduces great new features and APIs that developers can use. The following sections will help you discover the new features available for your apps , and also get you acquainted with the APIs that are related. For a complete list of the new, modified APIs, … Read more

Razorpay payment gateway integration

Razorpay payment gateway integration

Hi, Android developer in this article we learn about Razorpay payment gateway integration in android. And Also we learn what is a payment gateway how it’s working. To get more details about to Difference Payment Gateway vs Payment Processor Table of Content: What is the payment gateway? Difference Payment Gateway vs Payment Processor Razorpay payment … Read more

ci cd pipeline process for Android

Android ci cd pipeline process

Hi, Android developer in this article we learn about the android ci cd pipeline and its process. How To Implement CI CD For Android App Development.  So that let’s start with a question, As an Android developer how much time do you make deploying an APK for someone to test? Let’s divide the whole procedure … Read more

How to create swipeable videos like Tiktok

How to create swipeable videos like Tiktok

Hi, developer in this android article we learn how to create swipeable videos like TikTok. So in this tutorial, we create an app with UI like the TikTok app. Whare auto-play video, swipeable to next video and add the heart of video a comment share video. So let’s create a new project and learn with … Read more

Pdf.js can’t show PDF file they showing error message missing pdf 

Pdf.js can't show PDF file they showing error message missing pdf 

Hi, Developer in this Android article we share the solution Pdf.js can’t show PDF file they showing error message missing pdf. Like if you have used the PDF.js library for showing pdf files for the external stores. Show that current the have some update on the library they can not show file in web view … Read more

How to obtain the phone number of the Android phone Programmatically

How to obtain the phone number of the Android phone Programmatically

Hii In this Android solution we make an example for obtaining the phone number of the Android Phone Programmatically.  Like you can see some professional App automatically get the mobile no and show it to the user in the popup. so let’s How to obtain the phone number of the Android phone Programmatically. When the … Read more

How to create an excel file in android?

How To Create Excel File In Android

Hi in this Android article I am sharing How to create an excel file in android?. We are sharing an easy way to create an excel file on Android. You can add customer Heading and your List of data to add in your excel file. we are using writableworkbook  to write data in your excel file … Read more

MPAndroidChart using Bar Chart with group bar

MPAndroidChart

In This Article, we discuss Android how uses Group Bar Chart with MPAndroidChart Library. Bar charts are most useful for Dashboard App and showing a comparison between different groups of numerical data or to track changes to numerical data. MPAndroidChart is the leading open-source free-to-use native charting library for Android and ioS that supports many … Read more