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.

android
0 votes
0 answers
5 views

Mutiple package Name in React-Native Project

Hello friends i have create a react-native application now i have to create the mutiple application with the same code with different app name, app icon and also add them on the play store. Now for ...
priyansh kasera's user avatar
0 votes
0 answers
8 views

Flutter styled toast not showing toast in Release mode but working in debug mode

Here the package used flutter_styled_toast: ^2.2.1 Method used to show toast. Perfectly working in debug mode, but toast not appearing in Release Mode. showToast( msg, context: context, ...
J.Dhinesh's user avatar
0 votes
0 answers
4 views

Camera.MAUI.ZXing (.Net 8) The function does not detect my cameras

I'm using Camera.MAUI.ZXing and Camera.MAUI in my .Net MAUI project. On my xaml.cs I have the following code: private async void InitializeCamera() { // barcode detection cameraView....
Giorgio's user avatar
  • 85
0 votes
0 answers
9 views

Initialise SavedStateHandle in shared view model

I have a parent fragment and a child fragment which have a shared viewmodel. The viewmodel uses the SavedStateHandle to retain viewmodel state even after process kill. The parent fragment uses shared ...
Tushar Singhal's user avatar
0 votes
0 answers
9 views

Flutter - issues with background task

In my Flutter application, I'm trying to crop image in background using compute() method, because if I try to perform this task on main thread, UI will freeze for many seconds. This is my method to ...
RitchyCZE's user avatar
  • 168
0 votes
0 answers
5 views

How can I take high resolutions pictures with my custom camera on newer Android phones with Xamarin Forms?

I'm developing a Xamarin Forms application in the netstandard2.0 framework to deploy both on Android and iOS. The purpose of the program is to create a custom camera to capture and handle high ...
Pablo Arrieumerlou's user avatar
0 votes
0 answers
17 views

How to show/hide bottom navigation in Compose?

I have a code which calculates if bottom navigation bar should be visible, but once I got to specific screen the navigation resets to first home tab. I guess recomoposition occurs for whole Scaffold, ...
BorkoC's user avatar
  • 26
0 votes
0 answers
10 views

Android Cuttilefish not launch with building aosp

I build Debian packages and install, https://github.com/google/android-cuttlefish. But Android Cuttilefish not work after build aosp aosp_cf_x86_auto, it shows error: Detected unexpected exit of ...
AnswerZhao's user avatar
0 votes
0 answers
7 views

Debugging Android applications on Embarcadero RAD Studio 12.1

Question for those who develop an application for Android on Embarcadero RAD Studio 12.1. Should the debugger work after launching the application on the phone using the Run button (F9) if the ...
DmitryB's user avatar
  • 505
0 votes
0 answers
6 views

Corodova Capacitor permision of BroadCast in ANDRoid 14 Target

I am using Corodova sms plugin. It seems not currently maintained and allready raised issue but no response https://github.com/cordova-sms/cordova-sms-plugin/blob/master/src/android/Sms.java I Have ...
Lajith's user avatar
  • 1,847
0 votes
0 answers
11 views

android application [closed]

i want to make an android application where the app first fetch the word file and after that we edit the data in the application that the word file fetch and after we save it i dont how to do. so the ...
Pratham Sharma's user avatar
0 votes
1 answer
24 views

What is the minSdkVersion for targetSdkVersion 34?

What is the minSdkVersion for targetSdkVersion 34 ? Can I build for minSdkVersion 21 and with targetSdkVersion 34? No warning in Android studio?
Slava's user avatar
  • 617
0 votes
0 answers
7 views

How do I detect if media3 item transition has been triggered from next or previous seek?

I have implemented media3 with MediaSessionService or my song player service and I am using MediaController for my UI side. In my service I also have implemented MediaSession.Callback(). val ...
Debayan Ghosh Dastider's user avatar
0 votes
0 answers
9 views

return a MaterialPageRoute in a static Route<dynamic>

I got a code which works but it doesn't use my routing system : Navigator.push( context, MaterialPageRoute( builder: (context) => ChatScreen( ...
Zarkoffe's user avatar
0 votes
0 answers
18 views

Splashscreen api crashes on android 12

My android app crashes due to new splashscreen api implementation after releasing to playstore. Some users have experienced crashes in splashscreen issue as per the crashlytics I have tested in ...
user3048997's user avatar

15 30 50 per page
1
2 3 4 5
33