Category "android"

Gradle sync failed: Plugin [id: 'com.android.application', version: '7.1.2', apply: false] was not found in any of the following sources:

I have upgraded my Android Studio and after that I'm facing this error: Gradle sync failed: Plugin [id: 'com.android.application', version: '7.1.2', apply: fals

Zebra write RFID in Android Kotlin preforming correctly with some tags but not others

I am working on a inventory management system where it's required to write asset ids (with length of maximum 17) in to an RFID tag. First the problem was that w

Gradle : How to automatically install CMake

I am working on an Android native project which builds using CMake. In my build.gradle I specify : if(project.hasProperty("native")) { externalNativeBui

Is there a way to delay a Spring AnimationSpec in Jetpack Compose Animation?

In Jetpack Compose Animation, for tween AnimationSpec, we can have a delay val translationY by transition.animateFloat( tran

Setting Circular progressbar is not updating the progress

My Code is really simple and it has nothing fancy logic in it. I am just taking a value and trying to set the value. This value is coming from the a LiveData ob

Flutter issue on save PDF file to android file manager app

Hello I am facing issue on save PDF file at android file manager app. Works good in iOS. Android error log : [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhan

Android Hal is not registered at runtime in Android R(11)

I added my hal interface in manifest.xml, vendor_compatibilityMatrix.xml, and also in device.mk. And also I have created hal.rc file as well for my hal. but at

Admob Banner randomly changing from BANNER to FULL_BANNER size with Jetpack Compose

I am integrating Admob's banners in my app, this app runs both in AndroidTV and Android, where it's running in mobile the dimensions must be 320x50(BANNER) whic

Jetpack compose deeplink handling branch.io

I'm using branch.io for handling deep links. Deep links can contain custom metadata in a form of JsonObject. The data can be obtained by setting up a listener,

File pattern was reassigned to file type by 'Android' plugin. You can confirm or revert reassigning pattern

I am developing an app using Flutter 2.10.3 but I assume this issue is not related to Flutter. Since upgrading to Android Studio Bumblebee | 2021.1.1 Patch 2 I

Jetpack Compose vector parsing issue

I'm trying to load a vector but keep getting this error stack trace java.lang.IllegalArgumentException: Unknown command for: R at androidx.compose.ui.graph

BottomSheet in flutter under the SystemNavigationBar

When updating flutter, bottomsheet hidden under the systemnavigationbar in android, app should be like above image but show below image my code that show bott

Android app data analysis over supermarket deals images

For an university project i need to create an Android application that collects and aggregates data from various supermarket flyers in order to filter deals by

Cannot pass null for argument 'pathString' in child() in android studio

Trying to Delete messages in a chatting application. There are 2 ways, 1) Delete for Me and 2) Delete for Everyone. But I'm not able to perform any of those as

Calling Firebase cloud function causes DEADLINE_EXCEEDED error when using Firebase emulator

I've got a very simple cloud function that returns a string in a JSON. const functions = require("firebase-functions"); // Create and Deploy Your First Cloud F

Android: The borders of TableRow of TableLayout are shaken once data is inserted programmatically

I am trying to achieve something like below the below image: And uptil now I have been able to somewhat achieve this, but after the data is inserted the entire

Android selector layout of a menu item not working on a checkable item

I am trying to make a favourite item in the menu that can display a hollow heart when unchecked and a solid one when checked However the selector approach is no

Android selector layout of a menu item not working on a checkable item

I am trying to make a favourite item in the menu that can display a hollow heart when unchecked and a solid one when checked However the selector approach is no

Token not received after redirecting from login

I am trying to use AD FS as Identity provider with react-native-azure-auth library. It works fine with iOS, redirects and returns token back from the login scr

Token not received after redirecting from login

I am trying to use AD FS as Identity provider with react-native-azure-auth library. It works fine with iOS, redirects and returns token back from the login scr