Category "android"

If I use Media Store APIs, where will the files be stored?

I have some doubts regarding the storage in the android! If I use Media Store APIs, where will the files be stored? I am making a messenger like WhatsApp and am

Android packages are ignored when using VCPKG with manifest mode

I was trying to install android libraries using vcpkg manifest, but they are simply skipped for some reason. I am lost, pls tell me what I am doing wrong. This

Unable to install and run Android Emulator for VSCode without Installing Android Studio

I'm new to VScode and Flutter development. I'm attempting to install and run an android emulator in VScode without installing Android studio. The following is t

How does WhatsApp use and manage the storage. some of the files are stored in android/media, some are in DCIM, and some are in app-specific storage?

I have some doubts regarding the storage in the android! I am making a messenger like WhatsApp and am stuck in the storage part? Please help me! I am open to su

adb server version (40) doesn't match this client (41); killing... On MacOS

I am looking my problem solution. I try many method to solve this problem. ( I am using MacOS) I am trying to run Flutter Demo App on Android Studio before the

"Unsupported value: Tiramisu" while I try to set up the Android 13 SDK

I followed this page: https://developer.android.com/about/versions/13/setup-sdk to set up Android 13 SDK. In my build.gradle: android { compileSdkVersion("T

Implement autofill service in android app

I'm trying to build a password manager application. During the process I've come across a problem: implementing the autofill functionality that other password m

Jetpack Compose structure

I have a question Now, for example, in the old days, we had different activities, we had different fragments The code was divided into different files For examp

How do I resolve InflateException: Binary XML file line problem?

I'm going to inflate the recycler view in the home fragment using the Navigation component. There are two problems here. InflateException Issues Only one first

Flutter formkey exception displayed _CastError (Null check operator used on a null value)

I have created a form by wrapping a column widget in Form() as so Form( key: formKey, child: Column( children: [ But when I try to set fina

Android Studio - Kotlin - how to display scrollable text

I am new to Android Studio and Kotlin. I am outputting texts regularly to the display. Think of an old-fashioned ticker-tape newsfeed, where the latest text is

Stacked Barchart: Display only sum of each stack

According to this question, it's necesarry to use the StackedValueFormatter in order to only display the total sum of every stack on top of the bar. However, it

Why Surface child compasable fill max size if i don't wrap it in an other container?

This code fills the full screen if i specify the size to be 100.dp. ComposeTheme { Surface( modifier = Modifier.fillMaxSize(), color = Mater

Unable to start service intent u=0 when trying to bind to service

We have two apps now, say app1 and app2. We want to start app2 first and then app2 will call context.bindService() to invoke app1 without even requiring app1 to

send id number from recyclerview to another activity

I have an activity that contains a RecyclerView and a button that open another activity with some EditTexts that insert the data to google sheet and I read all

How to use SearchView with fragment

I am using a RecyclerView and on the top of the RecyclerView I am using a SearchView but the SearchView is not focusable. I have tried with EditText too, but th

Why bottom sheet not work with bottom navigation in jetpack compose?

I try to learn jetpack compose these days, and I have a simple project in jetpack compose, bottom sheet work in my project, but when I use bottom navigation, it

React native app(just created) crashes with following error messages when install packages like react-native-gesture handle

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Error: Command f

Unrecognized part 'mnc*' in configuration mcc*-mnc* on android studio

About compile project come below error: Task :Messaging:mergeDebugResources FAILED Execution failed for task ':Messaging:mergeDebugResources'. Unrecognized par

How to retrieve large datasets from Firestore in chunks?

My app has around 50K objects. And I need to retrieve atleast 10000 objects to build charts for stats; I am not able to get more than 600 objects in a single ca