I hope to define a variable mAction which implement the interface MediaRecorder.OnInfoListener . But Code A isn't correct, how can I fix it? Code A val mActio
After implementing the pull to refresh button on webview I'm facing the screen scrolling issue on webview. When I try to scroll the screen upwards or downwards
Error while building the app in studio.enter image description here
Android: 11 NETStandard.Library: 2.0.3 Xamarin.Forms: 5.0.0.2012 Permissions(i tried): "android.permission.FOREGROUND_SERVICE" "android.permission.INSTANT_APP_F
I am writing a mp3 player for android with ndk. Im using AMediaExtractor and AMediaCodec as in ndk example NativeCodec. Now would reposition the stream and I wo
I have single activity app using navigation components. I have three fragments: WelcomeScreen -> HomeScreen -> MovieDetailsScreen. I use Notification in m
I have single activity app using navigation components. I have three fragments: WelcomeScreen -> HomeScreen -> MovieDetailsScreen. I use Notification in m
So me and a friend of mine have been working on our own FNF mod for quite some time and we decided to build it for android We managed to build the app and get i
I have read a lot of question on stackoverflow but none of them answer the question. I am trying to set up dynamic links so that a link will deep link the user
I'm just using it for text detection only. below code added in manifest file ,but no changes in the build right now ,still it takes too much size. How to solv
I have to create an application that activates the proximity alert at certain times of the day (this period of time can be several hours long). The proximity al
I have a Flutter App in the Playstore and if you have Android 12, it will just pop an Error Message: "AppName cannot be installed" My Flutter version is 2.5.0 I
While setting tint for an ImageView in xml, I am getting a warning that shows:- Must use app:tint instead of android:tint Why should I use app:tint?
i am trying to store the video on Device Storage and showing video in app but android version like 10,11 and 12 it is showing error that not able to create fold
I solved this issue with the code below in my build.gradle allprojects { configurations.all { resolutionStrategy { force 'org.xerial:sqlite-jdbc:3
I am using default camera and capturing image. we have converted Base64 image after converting image quality is blur and image size getting very low below 50kb.
I have a modal that a link is passed to for image pinch zoom and it works perfectly on iOS, but apparently android has a limitation with the fresco plugin. I ge
I have tried recording in Android Studio with different emulated devices and programs, but all my records flicker heavily. The screen of the emulator itself doe
Have anyone had the experience in using Flutter to make Android app that utilize the Android accessibility API? Is this possible?
My app has a feature that exports GPS data in txt format into a shared folder (now accessed with getExternalStorageDirectory), and I have to switch it to Scoped