Category "android"

How to draw x-axis labels between 2 Bars from 1 group of BarChart Android Studio

I'm using BarCharts for a project in Android Studio I created a Barchart with 2 vertical bars for each group. I also changed the x axis by adding a list of name

WebViewFeature.isFeatureSupported(WebViewFeature.FORCE_DARK) returns false

I'm trying to add a dark theme to my app (which uses an Android web view) but whenever I call to check WebViewFeature.isFeatureSupported(WebViewFeature.FORCE_DA

Why is my android app losing ability to read/write its own files?

I am having a strange problem. My app downloads reference files both to private files directory (data/data) and to public app specific directory (Android/data).

Full width alert dialog buttons

I'm trying to get my AlertDialogs to look like this, with the full width button: I'm following the Google's documentation and it says to use this style: R.sty

How to make Dialog re-measure when a child size changes dynamically?

I implemented a simple dialog with Jetpack Compose on Android. I am trying to show a caution message when isRehearsal is true. The variable isRehearsal is toggl

How to make visible a element when the RecyclerView is loaded?

I'm making an social app and I want to implement a system where when you click on the comment button a Input dropdown... The problem is that it doesn't matter w

Mqtt Android PahoClient Connection Issue

Hi I am using Android paho library for getting connect with an mqtt server. My app level Gradle side Code : implementation 'org.eclipse.paho:org.eclipse.paho.

Compose's "AndroidView"'s factory method doesn't recall when "remember" value change

I've an AndroidView on my UI and I'm creating a custom view class using factory scope. And I've remember value above my android view which is changing by user a

MediaStore API is unable to fetch the folder which is already created before Clear Data of the Application

To support Android 11 storage, I have implemented Scoped Storage - MediaStore API successfully. However, I ended up with one scenario which I am not sure how to

How can I add a stickyHeader to LazyVerticalGrid like LazyColumn in jetpack compose?

I want to achieve a UI effect like this: <GridView> <Title of Grid content in a single row /> <Grid content arranged in the form of n * 3

publishing to Application play store from Delphi community edition 10.4

I am a retired disabled programmer who is battling to publish a simple but fun game to the application store. I am using the Delphi community edition version 10

How can I bring the PAHO/Eclipse MQTT Android Service into an Android Studio Project

I am simply not able to bring the PAHO / Eclipse MQTT Android Service into an Android Studio project. The PAHO documentation advises you to add this line to app

How to write android backend code for a React native UI

I have a complete frontend ready in React Native (using Expo) and now I want to write the backend for it in Java. In my project directory, I see an android fold

Firebase 9.0.0.8-beta could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds

I've been facing this issue for the past few days. I digged as far as i could on it and couldn't find a solution. I'm using React Native 0.64.2 and the last Fir

noticed a Strange thing in previous pages on chrome history

I saw this com.google.android.trichromelibrary_495106133 suddenly on my phon in the history in menu on Chrome. What is it?

Android Studio: Installation failed due to: 'device 'xxxxxxxx' not found'

I'm struggling with an issue connecting Android Studio to my Google Pixel 2. When I plug my phone into my laptop, Android Studio now recognizes the physical de

Kivy/MySQL/colab-google Mysql request does not work

I'm using python/Kivy/MySQL/colab-google to compile an apk. When I run the app on Android, I give the command to register the app shuts down. main.py import k

How to change Jectpack Compose BasicTextField's text color?

I'm trying to make a search bar using BasicTextField. The default text color is black and I couldn't find any option to change the text color. Also I need to ch

Android Pre-launch test Crash due to androidx.test.espresso.web.sugar.Web$WebInteraction.doEval execption

It happens when the Robotest tries to load Google Webpages into the Webview of the App. Specifically for Samsung Device SM-G960U1, SDK 8, API Level 26. Fatal ex

How to invalidate apollo android cache?

Here is my apollo client code for caching val apolloSqlHelper = ApolloSqlHelper.create(context,"my_app") val sqlNormalizedCacheFactory = SqlNormalized