Skip to main content

Questions tagged [android]

Android is Google's mobile operating system, used for programming or developing digital devices (Smartphones, Tablets, Automobiles, TVs, Wear, Glass, IoT). For topics related to Android, use Android-specific tags such as android-intent, android-activity, android-adapter, etc. For questions other than development or programming but related to the Android framework, use this link: https://android.stackexchange.com.

-3 votes
1 answer
15 views

Python libraries that can record audio and works in android

I'm making an Android app using Flet, and I would like it to record audio while playing audio in the background. So far, I haven't found any Python libraries that can do this and also work in Android. ...
Sudarshan's user avatar
0 votes
0 answers
15 views

material3 TextInputLayout actual text overlaps with prefix when it's inside recycler view

I'm using TextInputLayout and TextInputEditText as item layout inside a recycler view. the recycler view has 9 items, the first 4 items that are shown have no problem, the problem is within items 5,6,...
Mahes's user avatar
  • 103
1 vote
0 answers
23 views

App Crash com.google.gms:google-services:4.3.15

I encountered below problem. Problem: App Crash com.google.gms:google-services:4.3.15 FATAL EXCEPTION: main java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xxx.yyy/com.xxx.yyy....
Ed Cao's user avatar
  • 11
0 votes
0 answers
8 views

android 14 execution of binary files raise error=2, No such file or directory

I have several binary files in /data/data/[package_name]/bin/ which are busybox, sshpass ... Now when i execute the binary files on android <14, the files executed successfully, but when i executes ...
Beam config's user avatar
0 votes
0 answers
20 views

Duplicating Last Item of First Page and not getiing last item in RecycleView

i am making app from Laravel Api, i am stuck into problem that i am fetching the list of posts but when i scroll down to get second page i am not getting last post instead getting last post of first ...
my apps's user avatar
0 votes
2 answers
34 views

how can i fix app crash? when i change targetSdkVersion 33 to 34

I am using React Native version 0.71.6. When I changed targetSdkVersion from 33 to 34, the app crashed and there was no log. only in Android and i also tried change MainApplication.java file ...
jack volten's user avatar
0 votes
1 answer
19 views

Does the delay function compensate for the time the system hangs?

When calling delay() in android using kotlin and a system sleep occurs before the timeout, does the delay() time actually get longer? For example, when I call delay(10 minutes) at exactly 10:00, but ...
progquester's user avatar
  • 1,550
0 votes
0 answers
19 views

Miui Remove Permission Android Java Programtically

How to removes this bottom 3 permission if permission allow by user in miui How to set only show on lock screen permission allow and other permission if allowed by user then auto denied that ...
Kunjal's user avatar
  • 1
0 votes
0 answers
21 views

Android studio is not Starting up and i want to know the reason behing it

it shows "Internal error. Please refer to https://issuetracker.google.com/issues/new?component=192708" and then " com.intellij.ide.plugins.EssentialPluginMissingException: Missing ...
Relaxed Hue's user avatar
0 votes
1 answer
15 views

Crash reporting tool which differentiate crash from my SDK and Client App in Android

I have an Android SDK and my clients integrate into their Apps, I have added FirebaseAnalytics and Sentry to detect my SDK crash but I am also getting the clients app crashes. How to filter it out or ...
user3606902's user avatar
0 votes
2 answers
21 views

registerForActivityResult(ActivityResultContracts.RequestMultiplePermissions()) in fragment not working correctly

I use registerForActivityResult to request permissions in a fragment as follows private var mediaLauncher = registerForActivityResult(ActivityResultContracts.RequestMultiplePermissions()) { ...
DucK's user avatar
  • 17
0 votes
1 answer
13 views

how to add room dependencies in android studio?

I'm trying to add these dependencies but other dependencies using libs objects , I watched multiple YouTube videos none pf them use libs obj and they just add dependencies without problems. here is ...
user's user avatar
  • 21
-1 votes
0 answers
21 views

Host a vpn server on android [closed]

is it possible to host a vpn server on android? Basically I want to host a server on the same device that will connect to it(I want to see what requests are being made on the phone and I wanna block ...
Maksim Kreydin's user avatar
0 votes
1 answer
21 views

Android 14 Foregroud Service Types are required for Dependencies in Android SDK Upgrade Assistant

I'm familiar with Foreground Service Type requirement in Android 14. The app does not have any foreground services itself. However when running Android SDK Upgrade Assistant it shows a number of ...
AlexVPerl's user avatar
  • 7,916
0 votes
0 answers
18 views

button.setOnClickListener() Crashes Android App, on Device Rotation

I'm working on a project that updates a textview with text when a button is pressed. For example, you press 0 and 0 displays on the textview. When the device changes orientation, such as when the user ...
myles's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
94577