I have a JSON data looking like this questions: [ { id: "1", question_type: "FREE_TEXT", answer_type: "SINGLE_LINE_TEXT", question_text: "what's your name?", op
Using a Samsung S10e on Android 12, I was able in the past to open our React Native application (https://github.com/pass-culture/pass-culture-app-native) throug
I am using Google Fit API to get fitness data for a kotlin app. But API does not work in internal testing on Google Play Developer Console. When connecting the
When I plug in fontSize = dimensionResource(id = R.dimen.textLabelTextSize) where the dimens or 54sp or 60sp depending on the device, I get an error on Text() "
I've a composable called ParentScreen and a ViewModel named ParentViewModel. Inside the ParentViewModel, I am collecting a value from my repo. class MyRepo @Inj
In the example below I can pass several composables as a function to a Column. Is it possible to pass them in any other way? Ideally, as an array of composables
I have a ShapeableImageView here, with 5dp stroke: <com.google.android.material.imageview.ShapeableImageView android:id="@+id/profile_picture" androi
I am trying to reanimate an old application A problem occurred evaluating project ''. Failed to apply plugin [id 'com.android.internal.library'] Cannot add a
I have a button in fragment A and when I click on fragment A, I want it to be redirected to fragment B. How to achieve this in kotlin? Right now I am using this
My Android Studio compiles are taking forever. Min 10 mins and quite often longer than that. This started with the upgrade of gradle plugin to 7.0.4 This is my
I am searching for a test automation tool that supports the following test case: start an app on the smartphone click on a button; the click on the button start
I am new to test cases and I am trying to write test cases for the below code but I did not get success after trying several method. My main target is to cover
See This Google Play Mail:- Issue: Inaccurate Target Audience We determined that your app and store listing contain elements that appeal primarily to chil
I'm trying to submit a build to Google play internal testing but it fails with the error: Google Api Error: Invalid request - APKs are not allowed for this appl
I am using org.apache.legacy library in my xamarin project. I have added <uses-library> tag in my manifest file but I get an error while building the proj
I want to build this awesome button animation pressed from the AirBnB App with Jetpack Compose Unfortunately, the Animation/Transition API was changed recently
i am developing an android application an, in order to avoid that the os kill my background service, i realized that the app must to be locked. User could lock
I am trying to integrate Exoplayer library to my android app. Below are the following code i have implemented in android app. Layout.xml <?xml version="1.
BottomNavigationBar() can only take the background and contentColor but there is no option for tint color.
I'm using Hilt to inject context and other dependencies into my HomeViewModel class; Everything is working properly but I'm getting this warning. How can I prev