Category "android"

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

WARN: Unable to load JNA library (OS: Mac OS X 12.2) warning when running flutter app on release mode. (M1 Mac)

I built a simple tic-tac-toe app on Flutter. It works in debug mode without any problem, but when I run it in release mode it gives me an error: WARN: Unable t

Error building kivy app for android with buildozer

I am fairly new to Kivy and app development in general. I made a simple app and wanted to try creating an apk file using buildozer. I ran the following command:

How to get the string content of text() widgets and give the styling below image shown in flutter

I want this type of output using single Text() widget I am getting data from Api and i get gender from it so i just want to highlight that value by bold it on w

How to remove lock screen using android management api

I am currently developing an android application that is supposed to run in kiosk mode. Everything else works well however, we have a lock screen issue, the app

Android: Drawing a bitmap on a hardware-accelerated canvas yields corrupted display, odd behavior

I've been stuck for several days on drawing to a hardware-accelerated canvas from a live wallpaper. When the wallpaper launches, it's in portrait mode and every

include local.properties file in android jenkins build

I am trying to set up jenkins pipeline for android app. we are not commiting the local.properties file on git server for security reasons. now the problem is th

How to change fonts and add page number to epub android flutter

I have library using epub package to read the E-book files but it didn't show the page number, also I want to add my customized fonts. please tell me if anyone

Edit apk without android stud

is it possible to edit a file in apk (like in 7zip, not android stud.)? If yes, after i edited the file the apk won't install on my mobile. I tried to edit it i

StorageReference getFile doesn't work properly

I have a text file I'm storing on the Firebase database and I'm trying to retrieve the text as following: File tempFile = File.createTempFile("tempfile", ".txt"

Three type of action on single button

I am creating a simple counting app when the button pressed on button ACTION_DOWN and ACTION_UP store the time. When time difference is less than 300 ms increme

Bottom overflowed by xxx pixel using TabBarView() in flutter

I have 2 columns on the top is simple container and the the bottom is TabBarView() what I want to achieve is the tabbarview() result is scrollable using singlec

How to remove Play Games Services from game?

I'm having a hard time setting up a Leaderboard using Google Play Games Services, so I want to remove Play Games Services from my game and restart from scratch,