id
int64
28.5M
73.8M
title
stringlengths
15
150
question_body
stringlengths
69
39.4k
body_text
stringlengths
6
29.2k
tags
stringlengths
7
120
score
int64
-19
384
creation_date
stringlengths
20
24
year
int64
-1
2.02k
month
int64
-1
12
hour
int64
-1
23
dayofweek
int64
-1
6
view_count
int64
3
367k
answer_count
int64
0
34
body_len
int64
6
29.2k
title_len
int64
15
150
tag_count
int64
1
6
code_block_cnt
int64
0
17
has_code
bool
2 classes
is_unanswered
bool
2 classes
is_popular
bool
2 classes
is_viral
bool
2 classes
is_highly_voted
bool
2 classes
is_negative
bool
2 classes
score_bucket
stringclasses
5 values
72,800,567
Android instrumentation tests throwing SecurityException
<p>I'm developing a small set of instrumented tests using JUnit and Espresso to automate the testing process of my activities and fragments, but I'm having some crashes in some devices.</p> <p>The test suite runs fine on the Pixel 6 with API 31 and on the Pixel 3 with API 30. I chose those devices/APIs because I intend...
I'm developing a small set of instrumented tests using JUnit and Espresso to automate the testing process of my activities and fragments, but I'm having some crashes in some devices. The test suite runs fine on the Pixel 6 with API 31 and on the Pixel 3 with API 30. I chose those devices/APIs because I intend to run th...
android|testing|android-espresso|android-instrumentation
1
2022-06-29T11:23:34.940Z
2,022
6
11
2
77
0
839
56
4
1
true
true
false
false
false
false
low
72,800,577
My app design in Figma works perfectly but not works in android, while scrolling whole screen scroll and after that images scrolls
<p><a href="https://i.stack.imgur.com/mBLkj.png" rel="nofollow noreferrer">Home page image works fine</a></p> <p><a href="https://i.stack.imgur.com/SasZt.png" rel="nofollow noreferrer">after export and run on android not content not showing properly</a></p> <p><a href="https://i.stack.imgur.com/Wyijd.png" rel="nofollow...
Home page image works fine after export and run on android not content not showing properly horizontal scroll works fine in figma while scrolling in android main screen scroll
android|user-interface|mobile|figma
0
2022-06-29T11:24:13.320Z
2,022
6
11
2
49
0
175
130
4
0
false
true
false
false
false
false
zero
72,800,584
Android in-app purchases for multiple flavors
<p>Hello Stackoverflow Community</p> <p>I am currently working on whitelabeling an Android Project which is planned to get many more flavors in the future. The currently existing app (flavorX) has implemented in-app purchases to buy 1 subscription for the app. The currently implemented flavor (flavorY) will not support...
Hello Stackoverflow Community I am currently working on whitelabeling an Android Project which is planned to get many more flavors in the future. The currently existing app (flavorX) has implemented in-app purchases to buy 1 subscription for the app. The currently implemented flavor (flavorY) will not support any in-ap...
android|in-app-purchase|in-app-billing|android-productflavors
0
2022-06-29T11:24:44.627Z
2,022
6
11
2
27
0
1,428
45
4
0
false
true
false
false
false
false
zero
72,800,714
Android - Add Subtle Ping Sound Before URL on TextView when Accessibility is ON
<p>I have a simple textview which has some URLs and I use Accessibility (or Talkback).</p> <p>On Samsung Galaxy tablets, I hear a subtle ping sound before it reads URL aloud. But on some devices, I don't hear this subtle sound. For example:</p> <ul> <li><p>Galaxy tablets read like: &quot;some URL is (BEEP sound here) <...
I have a simple textview which has some URLs and I use Accessibility (or Talkback). On Samsung Galaxy tablets, I hear a subtle ping sound before it reads URL aloud. But on some devices, I don't hear this subtle sound. For example: Galaxy tablets read like: &quot;some URL is (BEEP sound here) www.google.com another URL ...
android|accessibility|talkback
0
2022-06-29T11:33:54.097Z
2,022
6
11
2
23
0
540
79
3
2
true
true
false
false
false
false
zero
72,800,790
expo-images-picker network request failed error on Android
<p>I use the expo-images-picker library to select and afterwards upload images. On iOS everything works as expected but on Android i get this error</p> <pre><code>[Unhandled promise rejection: TypeError: Network request failed] at node_modules/whatwg-fetch/dist/fetch.umd.js:535:17 in setTimeout$argument_0 </code></pre>...
I use the expo-images-picker library to select and afterwards upload images. On iOS everything works as expected but on Android i get this error [CODE] What the upload gets is a Uri link like this: [CODE] on iOS it looks like this: [CODE] And then I Upload it like this: [CODE] The error is probably happening on the fet...
android|react-native|file-upload|expo
0
2022-06-29T11:38:54.250Z
2,022
6
11
2
54
0
352
58
4
4
true
true
false
false
false
false
zero
72,800,834
Could not resolve com.stripe:stripe-android:20.4.1 in flutter
<p>I am getting following error while trying to build Android app in Flutter project</p> <pre><code>What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. &gt; Could not resolve all files for configuration ':app:debugRuntimeClasspath'. &gt; Could not resolve com.stripe:stripe-android:20.4.1. R...
I am getting following error while trying to build Android app in Flutter project [CODE] pubspec.yaml file [CODE] android/build.gradle file [CODE] I think the problem is related to jcentre() but not using jcentre() in my app or stripe is also not using it but still I am getting the error. Build just retries again and a...
android|flutter|gradle|stripe-payments|jcenter
0
2022-06-29T11:42:14.043Z
2,022
6
11
2
90
0
381
61
5
3
true
true
false
false
false
false
zero
72,800,886
Why is Google Play reporting IncompatibleClassChangeError on ReactNativeFirebaseAuthModule for Android8/API 26 devices?
<p>The error was reported by Google Play &quot;Report Before Launch&quot; when trying to publish my react-native app. The stack-trace marked A (below) is from Google Play.</p> <p>After that I did some more testing on Android8 (API 26) and Android8.1 (API 27)- emulators. The app fails on both with a stack trace as shown...
The error was reported by Google Play &quot;Report Before Launch&quot; when trying to publish my react-native app. The stack-trace marked A (below) is from Google Play. After that I did some more testing on Android8 (API 26) and Android8.1 (API 27)- emulators. The app fails on both with a stack trace as shown below (B)...
android|react-native|google-play|runtime-error|react-native-firebase
0
2022-06-29T11:46:18.777Z
2,022
6
11
2
86
0
1,313
119
5
6
true
true
false
false
false
false
zero
72,800,960
error: 4 positional argument(s) expected, but 0 found
<p>I'm trying to build an app with flutter. I'm getting an error which I cant figure out:</p> <p><strong>This is the code for the Navigation Bar where it is then called to several pages</strong> <a href="https://i.stack.imgur.com/sXpRW.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/sXpRW.png" alt="e...
I'm trying to build an app with flutter. I'm getting an error which I cant figure out: This is the code for the Navigation Bar where it is then called to several pages This is where the error is occuring: I tried adding the required this.name, .. arguments but it shows different errors. Error image
android|flutter|dart|navigation
0
2022-06-29T11:51:29.223Z
2,022
6
11
2
51
3
299
53
4
0
false
false
false
false
false
false
zero
72,801,031
Checkbox on RecyclerView and their State
<p><strong>After some research on this one of the complex issue</strong></p> <p><strong>I did this like this for my currency convertor project:</strong></p> <p><strong>Below are steps:</strong></p> <ol> <li>Created A Custom Adapter with inner ViewHolder</li> <li>Created an Interference for Selection changed and to noti...
After some research on this one of the complex issue I did this like this for my currency convertor project: Below are steps: Created A Custom Adapter with inner ViewHolder Created an Interference for Selection changed and to notify the Adaper in MainActivty Created an Model Class Created an layout for My list Coding: ...
java|android|android-recyclerview
0
2022-06-29T11:57:04.840Z
2,022
6
11
2
18
0
510
40
3
5
true
true
false
false
false
false
zero
72,801,073
Firebase How to Input Data under Unique Key
<p>I am trying to add an Item under a Collection in Firebase.</p> <p><img src="https://i.stack.imgur.com/w1q6q.png" alt="Firebase Real Time Database" /></p> <p>I am adding an Item and the Key is being assigned a value of null. I want to be able to add the Item below the Key for collection5. So I need a way to make the ...
I am trying to add an Item under a Collection in Firebase. I am adding an Item and the Key is being assigned a value of null. I want to be able to add the Item below the Key for collection5. So I need a way to make the Key get the Value of collection5's Key. There is a Recycler View which displays added Collections to ...
java|android|firebase|firebase-realtime-database
0
2022-06-29T11:59:45.187Z
2,022
6
11
2
34
0
608
43
4
3
true
true
false
false
false
false
zero
72,801,080
How to make "notches" on axis line at values in MPAndroidChart?
<p>I want to make notches at value on my axis in MPAndroidChart. For example the Google Fit graph. Can you help me with that?</p> <p><a href="https://i.stack.imgur.com/XFIN7.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/XFIN7.png" alt="enter image description here" /></a></p>
I want to make notches at value on my axis in MPAndroidChart. For example the Google Fit graph. Can you help me with that?
android
0
2022-06-29T12:00:25.910Z
2,022
6
12
2
20
0
122
63
1
0
false
true
false
false
false
false
zero
72,801,089
I'm using Android Studio. When I add button in activity_main The app stop on the AVD
<p>When I add button in &quot;activity_main&quot; The app stop on the AVD but If I delete the button, app run normally.</p> <p>If I make the button as comment or delete this, The app run correctly. What should I do?</p> <p>please teach me What I have to do.</p> <p>This is Logcat.</p> <p><div class="snippet" data-lang="...
When I add button in &quot;activity_main&quot; The app stop on the AVD but If I delete the button, app run normally. If I make the button as comment or delete this, The app run correctly. What should I do? please teach me What I have to do. This is Logcat. [CODE] And This is my activity_main. I think it hasn't problem....
android|kotlin
0
2022-06-29T12:00:55.700Z
2,022
6
12
2
51
1
371
84
2
3
true
false
false
false
false
false
zero
72,801,196
Specify Gallery image for imageview
<p>first time poster &amp; very new to Android/Java. This board has been a great help, thanks!</p> <p>I'm having problems trying to use a string to select an exact filename for an image in my device gallery and display it in an imageview - (not browse/pick from the gallery, that works fine) and avoiding deprecated meth...
first time poster & very new to Android/Java. This board has been a great help, thanks! I'm having problems trying to use a string to select an exact filename for an image in my device gallery and display it in an imageview - (not browse/pick from the gallery, that works fine) and avoiding deprecated methods like start...
java|android|android-image
0
2022-06-29T12:09:25.353Z
2,022
6
12
2
51
1
730
35
3
1
true
false
false
false
false
false
zero
72,801,208
How to delete a list and create a new list in firebase android?
<p>Im having a database as below,</p> <p><img src="https://i.stack.imgur.com/iKxFZ.png" alt="firebase database" /></p> <p>Here, I want to dynamically delete the existing list &quot;20211127&quot;, and add a new list with a different name in place of deleted one.</p> <p>I have been going over this issue for 6 days now, ...
Im having a database as below, Here, I want to dynamically delete the existing list &quot;20211127&quot;, and add a new list with a different name in place of deleted one. I have been going over this issue for 6 days now, without a solution. Could you please help me with this?
java|android|firebase|firebase-realtime-database
0
2022-06-29T12:10:11.207Z
2,022
6
12
2
23
1
277
63
4
0
false
false
false
false
false
false
zero
72,801,291
Grid View image click event goes to Image Slide view . Android
<p>By clicking on any image in the grid view, all the images in the grid system should be reflected as a slide show. I do not know what the coding for this is. Let those who know to answer me</p>
By clicking on any image in the grid view, all the images in the grid system should be reflected as a slide show. I do not know what the coding for this is. Let those who know to answer me
java|android|android-studio
0
2022-06-29T12:16:48.897Z
2,022
6
12
2
20
0
188
62
3
0
false
true
false
false
false
false
zero
72,801,359
What is the regex for this the pattern "--> xxx"
<p>&quot;--&gt; xxx&quot;, where xxx is a digit</p> <p>example:</p> <pre><code>--&gt; 200 --&gt; 201 --&gt; 403 </code></pre> <p>I want to check if a string begins with that pattern</p> <p>My attempt:</p> <pre><code>message.contains(Regex(&quot;--&gt;\\s+(\\d+)&quot;)) </code></pre>
&quot;--> xxx&quot;, where xxx is a digit example: [CODE] I want to check if a string begins with that pattern My attempt: [CODE]
android|regex|kotlin
-5
2022-06-29T12:21:30.303Z
2,022
6
12
2
2,290
1
129
48
3
2
true
false
false
false
false
true
negative
72,801,383
Programatically create checkbox menu in fragment java
<p>I am having a <strong>Fragment</strong> and below is how i am adding <code>menus</code> in my <code>onCreateOptionsMenu</code> programatically</p> <pre><code> @Override public void onCreateOptionsMenu(@NonNull Menu menu, @NonNull MenuInflater inflater) { menu.add(0, 0, 0, new Config().menuIconWithText( ...
I am having a Fragment and below is how i am adding menus in my onCreateOptionsMenu programatically [CODE] Below is my menuIconWithText function used in the adding of the menus [CODE] What i would like to achieve is for the menus to have a checkbox Below is what i have tried I first tried creating menus in menu layout ...
android|android-checkbox|android-optionsmenu|oncreateoptionsmenu
0
2022-06-29T12:23:06.933Z
2,022
6
12
2
22
1
676
53
4
7
true
false
false
false
false
false
zero
72,801,424
403 Forbidden. The request signature we calculated does not match signature you provided. Check your key and signing method from Android to Amazon S3
<p>I am trying to call get api using an AWS signing method but not able to get the response. Below is my code.</p> <pre><code>val secretkey = &quot;E+t5/nDf6/NKNJBjbsdjv&quot; val accesskey = &quot;DJKSBDKSBNKFGNBFG&quot; val credentials: AWSCredentials = BasicAWSCredentials(accesskey, secretkey) val API_GATEWAY_SERVIC...
I am trying to call get api using an AWS signing method but not able to get the response. Below is my code. [CODE] Not able to figure out, what I am doing mistake. Please help me out with this issue.
android|amazon-web-services|kotlin|amazon-s3
3
2022-06-29T12:25:54.520Z
2,022
6
12
2
159
1
199
149
4
1
true
false
false
false
false
false
low
72,801,425
Schedule a notification depending on the data in the database when the app is closed - flutter
<p>I need to schedule a notification at an exact time, but not to show it except if a certain value exists in the SQLite database.</p> <p>This can be done in another way, by checking the database daily at 00:00, and scheduling the notification depending on the data.</p> <p>So, I need to control if the OS should show a ...
I need to schedule a notification at an exact time, but not to show it except if a certain value exists in the SQLite database. This can be done in another way, by checking the database daily at 00:00, and scheduling the notification depending on the data. So, I need to control if the OS should show a notification or n...
android|ios|flutter|notifications|sqflite
0
2022-06-29T12:25:54.740Z
2,022
6
12
2
101
1
460
94
5
0
false
false
false
false
false
false
zero
72,801,462
Black space at the bottom with targetSdkVersion 22 on a device with Android 11
<p>Following bug occurs on a fairly new Motorola Defy with Android 11:</p> <p>I have a weird black bottom bar in my app when my <code>targetSdkVersion</code> is 22 which disappears if I set 24 as <code>targetSdkVersion</code>.</p> <p><a href="https://i.stack.imgur.com/y5gey.png" rel="nofollow noreferrer"><img src="http...
Following bug occurs on a fairly new Motorola Defy with Android 11: I have a weird black bottom bar in my app when my targetSdkVersion is 22 which disappears if I set 24 as targetSdkVersion . The bug does not appear on my Motorola E2 with Android 5. I'd wish to stay at targetSdkVersion 22 for valid reasons. The app wil...
android|android-layout|user-interface|android-appcompat|targetsdkversion
1
2022-06-29T12:29:03.120Z
2,022
6
12
2
62
1
785
78
5
5
true
false
false
false
false
false
low
72,801,558
Currently working on react-native web. How can I generate apk out of react-native web?
<p>I are working on react-native-web for first time as I have to keep a common codebase for our application. Now I am confused that how can I generate an apk out of react-native-web in order to check the working of application.</p> <p>I humbly request you to answer my question pls.</p>
I are working on react-native-web for first time as I have to keep a common codebase for our application. Now I am confused that how can I generate an apk out of react-native-web in order to check the working of application. I humbly request you to answer my question pls.
android|reactjs|react-native
0
2022-06-29T12:37:13.423Z
2,022
6
12
2
16
0
272
86
3
0
false
true
false
false
false
false
zero
72,801,564
Android Accessibility Event .getAction() always returns 0
<p>I am trying to build an accessibility service for android and when I am trying to call this function, it always returns 0</p> <pre><code>class AccessibilityPerform extends Accessibility Service{ @Override protected void onServiceConnected() { accessibilityButtonController = getAccessibilityButtonCo...
I am trying to build an accessibility service for android and when I am trying to call this function, it always returns 0 [CODE] Also I am having minimumSdk version 28 so no problem with FLAG_REQUEST_ACCESSIBILITY_VERSION and I have also set my xml file properly and all flags have been added. So my question is, Is this...
android|accessibilityservice
0
2022-06-29T12:37:42.717Z
2,022
6
12
2
20
0
532
57
2
1
true
true
false
false
false
false
zero
72,801,645
recycler view hides message upward when keyboard is open / how to keep recycler View from scrolling when keyboard is on
<p>I am making chat app but when I send message recycler view does not show first 2 messages because it is up I want something like whatsapp if I open keyboard recycler view is shown from start I tried following but it sticks chats to end even after I close keyboard:</p> <pre><code> LinearLayoutManager layou...
I am making chat app but when I send message recycler view does not show first 2 messages because it is up I want something like whatsapp if I open keyboard recycler view is shown from start I tried following but it sticks chats to end even after I close keyboard: [CODE] . following is my code: [CODE] } following is my...
java|android-studio|android-recyclerview
0
2022-06-29T12:43:54.387Z
2,022
6
12
2
44
2
333
119
3
3
true
false
false
false
false
false
zero
72,801,714
How to set External_User_Id in OneSignal using web(js)?
<p>I noticed that OneSignal is creating a unique <strong>player_id</strong> and adding a column in its database when my web app is loaded for the first time by any user.</p> <p>I'm trying to add a custom <strong>external_user_id</strong> into the same one signal DB field using below code (as per <a href="https://docume...
I noticed that OneSignal is creating a unique player_id and adding a column in its database when my web app is loaded for the first time by any user. I'm trying to add a custom external_user_id into the same one signal DB field using below code (as per OneSignal docs ): [CODE] But somehow, the external_user_id field is...
javascript|android|jquery|android-studio|onesignal
3
2022-06-29T12:48:32.757Z
2,022
6
12
2
161
2
874
55
5
5
true
false
false
false
false
false
low
72,801,724
How to generate the links for a specific post in android firebase
<p>Am developing a social media app with android and firebase. However, I want to be able to create dynamic links for each post when a user clicks on the share button. I mean when a user clicks on the share button they should be able to share a link that contains some details of that specific post so that when someone ...
Am developing a social media app with android and firebase. However, I want to be able to create dynamic links for each post when a user clicks on the share button. I mean when a user clicks on the share button they should be able to share a link that contains some details of that specific post so that when someone cli...
android|firebase|kotlin|firebase-dynamic-links
1
2022-06-29T12:49:31.033Z
2,022
6
12
2
67
0
434
65
4
0
false
true
false
false
false
false
low
72,801,730
How to use work request chaining on Periodic Work Request in work Manager in kotlin
<p>I have three work request as below</p> <pre><code> val imageWorker = OneTimeWorkRequestBuilder&lt;ImageUploadingWorker&gt;() .setConstraints(constraints) .addTag(&quot;imageWork&quot;) .build() val gpSurveyWorker = OneTimeWorkRequestBuilder&lt;GpSurveyUploadingWorker&gt;(...
I have three work request as below [CODE] and I enqueue them in work Manager as [CODE] And this work perfectly, but I want periodic work request that executes after every 4 hours, I can not schedule them individually because each request depends on the previous request. And I need it periodically because it syncs my of...
kotlin|android-workmanager
1
2022-06-29T12:50:14.587Z
2,022
6
12
2
72
1
622
83
2
2
true
false
false
false
false
false
low
72,801,867
How to I import androidx's "ApplicationLifecycleDispatcher"?
<p>I am removing expo modules from my android project and switching over to androidx. However, I cannot seem to find the &quot;ApplicationLifecycleDispatcher&quot; in either expo modules' documentation or androidx's documentation. Does anyone know how to find this in androidx or why I'm having difficulties finding any ...
I am removing expo modules from my android project and switching over to androidx. However, I cannot seem to find the &quot;ApplicationLifecycleDispatcher&quot; in either expo modules' documentation or androidx's documentation. Does anyone know how to find this in androidx or why I'm having difficulties finding any off...
android|android-studio|expo|androidx
0
2022-06-29T13:01:02.367Z
2,022
6
13
2
63
0
408
60
4
0
false
true
false
false
false
false
zero
72,802,025
MockK Mocking a Surface object for Android
<p>I'm trying to test some code, and I need a valid <code>Surface</code> object for Android in order to properly test it, since a lot of the code checks if there is a valid surface (ie <code>surface.isValid()</code> where surface is of the Surface class: <a href="https://developer.android.com/reference/android/view/Sur...
I'm trying to test some code, and I need a valid Surface object for Android in order to properly test it, since a lot of the code checks if there is a valid surface (ie surface.isValid() where surface is of the Surface class: https://developer.android.com/reference/android/view/Surface ) With MockK, is there a way I ca...
java|android|kotlin|mocking
0
2022-06-29T13:12:34.137Z
2,022
6
13
2
28
1
558
42
4
2
true
false
false
false
false
false
zero
72,802,115
Precondition check failed when try to create a subscriptions
<p>I am implementing InApp Purchases in my react native application, when I try to create a subscription from the google play console, it throws the pre condition failed check error, I am attaching the screenshot for a better understanding. <a href="https://i.stack.imgur.com/apNlA.png" rel="nofollow noreferrer">screens...
I am implementing InApp Purchases in my react native application, when I try to create a subscription from the google play console, it throws the pre condition failed check error, I am attaching the screenshot for a better understanding. screenshot . any help would be appreciated. Thanks in advance.
android|reactjs|react-native|in-app-purchase|google-play-console
2
2022-06-29T13:18:11.387Z
2,022
6
13
2
91
1
300
60
5
0
false
false
false
false
false
false
low
72,802,154
Could not resolve com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5
<p>The app was built in API level 28. Current Android Studio version is 2021.2.1. Now I have migrated the old code to Androidx. Gradle plugin and all the dependencies are updated properly but getting this following error on build :</p> <p>&quot;Could not resolve com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5&quot...
The app was built in API level 28. Current Android Studio version is 2021.2.1. Now I have migrated the old code to Androidx. Gradle plugin and all the dependencies are updated properly but getting this following error on build : &quot;Could not resolve com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5&quot; [CODE] A...
android|kotlin|gradle|plugins|gradle-kotlin-dsl
0
2022-06-29T13:21:03.877Z
2,022
6
13
2
92
0
349
70
5
2
true
true
false
false
false
false
zero
72,802,172
Is it possible to get a context in a CompositionLocalProvider?
<p>I've got some configuration in a json file stored at the asset folder of the app. I need this configuration during my complete app so I thought a CompositionLocalProvider may be a good choice.</p> <p>But now I realize I need the context for parsing that json file and that doesn't seem to be possible.</p> <p>Might th...
I've got some configuration in a json file stored at the asset folder of the app. I need this configuration during my complete app so I thought a CompositionLocalProvider may be a good choice. But now I realize I need the context for parsing that json file and that doesn't seem to be possible. Might there be another wa...
android|json|android-jetpack-compose
0
2022-06-29T13:22:04.690Z
2,022
6
13
2
37
1
496
62
3
2
true
false
false
false
false
false
zero
72,802,216
binding.bottomNavigationView.setupWithNavController doesn't work
<p>I'm developing an Android app, in which I utilize both <strong>Android Navigation Component</strong> and <strong>BottomNavigationView</strong>.</p> <blockquote> <p>The problem is that assigning setupWithNavController to my BottomNavigationView, and when i run the app is crashed and generate java.lang.RuntimeExceptio...
I'm developing an Android app, in which I utilize both Android Navigation Component and BottomNavigationView . The problem is that assigning setupWithNavController to my BottomNavigationView, and when i run the app is crashed and generate java.lang.RuntimeException error Code NewsActivity.ky [CODE] activity_news.xml [C...
kotlin|navigation|android-jetpack
0
2022-06-29T13:25:22.053Z
2,022
6
13
2
17
0
371
64
3
4
true
true
false
false
false
false
zero
72,802,218
Facebook AppLinkData.fetchDeferredAppLinkData is returning null in android
<p>I am using deferred deep link in my project, when I click the notification from facebook app it must navigate to my app and return the appLinkData. For the first time if I click the notification it navigates to my app and AppLinkData.fetchDeferredAppLinkData function returns the appLinkData value and if I click next...
I am using deferred deep link in my project, when I click the notification from facebook app it must navigate to my app and return the appLinkData. For the first time if I click the notification it navigates to my app and AppLinkData.fetchDeferredAppLinkData function returns the appLinkData value and if I click next ti...
android|facebook|kotlin
1
2022-06-29T13:25:30.730Z
2,022
6
13
2
40
0
407
74
3
1
true
true
false
false
false
false
low
72,802,219
Flutter: How to detect that the app is running on LD Player
<p>I am working in a Flutter app with some security requirements, one of them is to prevent the app from working in Emulators, just real devices, in order to prevent the screenshots and screen recordings from the Emulators.</p> <p>I have used <a href="https://pub.dev/packages/safe_device" rel="nofollow noreferrer">safe...
I am working in a Flutter app with some security requirements, one of them is to prevent the app from working in Emulators, just real devices, in order to prevent the screenshots and screen recordings from the Emulators. I have used safe_device and device_info_plus packages to detect whether the app is running on Emula...
android|flutter|dart|security|android-emulator
0
2022-06-29T13:25:33.340Z
2,022
6
13
2
191
2
649
59
5
1
true
false
false
false
false
false
zero
72,802,374
Unable to get Lat Long in background and after mobile screen lock. Xamarin
<p>I am not getting current latitude and longitude in background and after mobile screen lock . permission</p>
I am not getting current latitude and longitude in background and after mobile screen lock . permission
xamarin.android
-2
2022-06-29T13:37:26.783Z
2,022
6
13
2
21
1
103
74
1
0
false
false
false
false
false
true
negative
72,802,387
Compose View instead of Native view for marker's info window
<p>I am using compose maps library to display clusters of markers. Now to display a custom info window adapter I want to use the compose. I have followed the <a href="https://developer.android.com/jetpack/compose/interop/interop-apis" rel="nofollow noreferrer">documentation</a> of interoperability of compose via <stron...
I am using compose maps library to display clusters of markers. Now to display a custom info window adapter I want to use the compose. I have followed the documentation of interoperability of compose via ComposeView . but when I add the ComposeView inside the info window method I am getting this error of cannot locate ...
android|kotlin|android-jetpack-compose|android-jetpack
0
2022-06-29T13:38:10.100Z
2,022
6
13
2
187
1
584
60
4
1
true
false
false
false
false
false
zero
72,802,388
Adding background music in Flutter
<p>Is there any way to add our own background music in Flutter application? I have tried several tutorials online but keep getting some errors. Is there any easy way to add it? I want the music to be played without pressing any buttons.</p>
Is there any way to add our own background music in Flutter application? I have tried several tutorials online but keep getting some errors. Is there any easy way to add it? I want the music to be played without pressing any buttons.
android|flutter|dart|background
0
2022-06-29T13:38:16.567Z
2,022
6
13
2
36
1
233
34
4
0
false
false
false
false
false
false
zero
72,802,432
Jetpack Compose Instantiate a Class from Composable
<p>I have my following logic class</p> <pre><code>class Logic(){ private val state: MyViewModel = MyViewModel() @Composable fun PublicComposable(){ Text(&quot;My public composable&quot;) } fun setSomething(value:String){ state.setSomething(value) } fun getSomething()...
I have my following logic class [CODE] I have my ViewModel which should not be accessible to the UI but only to the Logic class [CODE] Then I have my composable which I call as follows: [CODE] Output [CODE] What am I doing wrong here because I don't want the view model to be available on the compose app ui but to be pr...
android|kotlin|android-jetpack-compose|android-jetpack|android-viewmodel
0
2022-06-29T13:40:57.337Z
2,022
6
13
2
57
0
352
51
5
4
true
true
false
false
false
false
zero
72,802,470
Android Studio display SQL data in TextView boxes (Java)
<p>I'm trying to create an android app to print off labels, I am currently just getting started and new to android development. The app &quot;should&quot; display 7 textbox's on the screen each being a new column from SQL. The app runs but doesn't display any of the data, I haven't been able to find anything online to ...
I'm trying to create an android app to print off labels, I am currently just getting started and new to android development. The app &quot;should&quot; display 7 textbox's on the screen each being a new column from SQL. The app runs but doesn't display any of the data, I haven't been able to find anything online to hel...
java|android|sql-server|xml|database-connection
0
2022-06-29T13:44:20.470Z
2,022
6
13
2
37
0
631
56
5
5
true
true
false
false
false
false
zero
72,802,531
io.getstream:stream-chat-android-ui-components dont run app in android studio - compose
<p>I use implementation &quot;io.getstream:stream-chat-android-ui-components:4.8.1&quot; for starting chat project with compose but can not run , just build successfully.</p>
I use implementation &quot;io.getstream:stream-chat-android-ui-components:4.8.1&quot; for starting chat project with compose but can not run , just build successfully.
android|kotlin
0
2022-06-29T13:47:42.750Z
2,022
6
13
2
3
0
167
87
2
0
false
true
false
false
false
false
zero
72,802,543
set image resource from android native resources, programmatically
<p>IMAGE adding in the drawable folder, this code work.</p> <p>XML</p> <pre><code>android:src=&quot;@drawable/myImage&quot; </code></pre> <p>JAVA</p> <pre><code>image1.setImageResource(R.drawable.myOtherImage); </code></pre> <p>But,</p> <p>IMAGE get with android studio when i use drag and drop palette editor :</p> <p>X...
IMAGE adding in the drawable folder, this code work. XML [CODE] JAVA [CODE] But, IMAGE get with android studio when i use drag and drop palette editor : XML [CODE] JAVA [CODE]
java|xml|android-studio|imageview
-1
2022-06-29T13:48:33.867Z
2,022
6
13
2
58
2
175
66
4
4
true
false
false
false
false
true
negative
72,802,630
Listing all installed apps on my Kivy App
<p>I need to list all the installed applications on an operating system like android or window etc. on my KIVY app, just like the list that we got in our app manager. So I need to write a program by which I can do so. Please Help.</p> <p>How to list all installed applications on an operating system in my KIVY applicati...
I need to list all the installed applications on an operating system like android or window etc. on my KIVY app, just like the list that we got in our app manager. So I need to write a program by which I can do so. Please Help. How to list all installed applications on an operating system in my KIVY applications?
android|ios|linux|windows|kivy
0
2022-06-29T13:55:08.550Z
2,022
6
13
2
30
0
314
41
5
0
false
true
false
false
false
false
zero
72,802,650
Is there a way to increase a Composable size by chaining with another Modifier?
<p>In jetpack Compose when you use <code>Layout</code> or <code>SubcomposeLayout</code> you measure your Composable with the <code>Constraints</code> limits.</p> <p>If there is a fixed size Modifier, Modifier.size(500.dp), let's say 1000x1000 in Int, if any child Composable needs to have 1100x1000px size, <code>layout<...
In jetpack Compose when you use Layout or SubcomposeLayout you measure your Composable with the Constraints limits. If there is a fixed size Modifier, Modifier.size(500.dp), let's say 1000x1000 in Int, if any child Composable needs to have 1100x1000px size, layout function should be as [CODE] since Constraints has maxW...
android|android-jetpack-compose
1
2022-06-29T13:56:53.723Z
2,022
6
13
2
161
1
1,632
79
2
5
true
false
false
false
false
false
low
72,802,699
I am getting the "QUERY_ALL_PACKAGES" warning in my play console dashboard
<p>My app is live on the google play store, and I can push weekly updates. But today, I noticed something odd in my Policy &gt; App content section.</p> <p><a href="https://i.stack.imgur.com/tQoYC.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/tQoYC.png" alt="enter image description here" /></a> <a ...
My app is live on the google play store, and I can push weekly updates. But today, I noticed something odd in my Policy > App content section. There is a &quot;To do&quot; task pending, and it's for the &quot; QUERY_ALL_PACKAGES .&quot; I really have no idea what's that and how to fix this warning, and should I ignore ...
android|flutter|dart|google-play|google-play-console
0
2022-06-29T14:00:48.140Z
2,022
6
14
2
208
0
368
74
5
0
false
true
false
false
false
false
zero
72,802,770
How to set label count for XAxis in MPAndroidChart?
<p>In MPChart library we can set label count for Y axis by using <code>labelCount</code> (doc: ets the number of label entries for the y-axis). But it's not working for X axis. So how can we set <code>labelCount</code> for X axis?</p> <pre><code>xAxis.apply { // doesn't work labelCount = 2 } </code></pre>
In MPChart library we can set label count for Y axis by using labelCount (doc: ets the number of label entries for the y-axis). But it's not working for X axis. So how can we set labelCount for X axis? [CODE]
android
0
2022-06-29T14:06:05.353Z
2,022
6
14
2
18
0
208
51
1
1
true
true
false
false
false
false
zero
72,802,834
Gradle task Failed: app:transformClassesWithMamifyTransformForDebug
<p>I am trying to generate a build with ADAL android library</p> <pre><code>implementation('com.microsoft.aad:adal:4.1.0') { exclude group: 'com.android.support' } </code></pre> <p>I added below lines into proguard rules</p> <pre><code># Needed for adal Mircosoft azure -keep class com.microsoft.aad.adal.** { *; } ...
I am trying to generate a build with ADAL android library [CODE] I added below lines into proguard rules [CODE] I am below error on gradle task while run or generate build for android application [CODE] I tried clean and build the project. But no luck.
android|android-gradle-plugin|build.gradle|adal
0
2022-06-29T14:09:49.733Z
2,022
6
14
2
22
0
252
67
4
3
true
true
false
false
false
false
zero
72,802,842
Run thyrlian / AndroidSDK docker image on Mac
<p>As the title says, I'm trying to get <a href="https://github.com/thyrlian/AndroidSDK" rel="nofollow noreferrer">thyrlian / AndroidSDK</a> running on Mac — specifically:</p> <ul> <li>macOS Monterey 12.4</li> <li>Intel Core i7</li> <li>docker desktop 4.6.1</li> </ul> <p>There's a set of <a href="https://andresand.medi...
As the title says, I'm trying to get thyrlian / AndroidSDK running on Mac — specifically: macOS Monterey 12.4 Intel Core i7 docker desktop 4.6.1 There's a set of instructions on Medium that's a couple of years old and has a couple of typos, but has gotten me quite close. Both the regular and the VNC enabled docker imag...
android|docker|docker-desktop
0
2022-06-29T14:10:12.640Z
2,022
6
14
2
72
1
1,619
45
3
5
true
false
false
false
false
false
zero
72,802,964
how may i resolve ListView Problem ? ERROR: on a null object reference
<p>hello guys i'm back again on a question conserning my final project. i have made a googlemap app with navigation drawer using activity( no fragment). i think you know about that. then rather than using header and menu, i have use a layout where the header should be so that i can make there a listview to display even...
hello guys i'm back again on a question conserning my final project. i have made a googlemap app with navigation drawer using activity( no fragment). i think you know about that. then rather than using header and menu, i have use a layout where the header should be so that i can make there a listview to display events ...
java|android|listview|navigation-drawer|adapter
0
2022-06-29T14:17:41.647Z
2,022
6
14
2
61
0
1,183
70
5
6
true
true
false
false
false
false
zero
72,802,997
Inflate menu does not work on custom toolbars
<p>i am having a problem with my menu, i made a custom toolbar using (androidx.appcompat.widget.Toolbar), and if i try to inflate my menu on that custom toolbar it simply won't show like on the android studio basic toolbar.</p> <p>This is the kotlin code.</p> <pre><code> override fun onCreateOptionsMenu(menu: Me...
i am having a problem with my menu, i made a custom toolbar using (androidx.appcompat.widget.Toolbar), and if i try to inflate my menu on that custom toolbar it simply won't show like on the android studio basic toolbar. This is the kotlin code. [CODE] And this is the custom toolbar code in the xml file [CODE] enter im...
android-studio|menu
0
2022-06-29T14:19:23.030Z
2,022
6
14
2
17
0
340
45
2
2
true
true
false
false
false
false
zero
72,803,001
Android Background Service which check current Date
<p>I programmed a simple calendar app where you can add Events to specific Dates.</p> <p>When I close the app it still should check once a day which Date is it and if an Event is on this Date. If there is an Event a push notification shall appear.</p> <p>How could I do that? I save the Date with an event within the sha...
I programmed a simple calendar app where you can add Events to specific Dates. When I close the app it still should check once a day which Date is it and if an Event is on this Date. If there is an Event a push notification shall appear. How could I do that? I save the Date with an event within the sharedPrefrences. Ca...
java|android|android-studio
1
2022-06-29T14:19:31.083Z
2,022
6
14
2
53
1
335
51
3
0
false
false
false
false
false
false
low
72,803,042
GeneratedPluginRegistrant.m:12:9: fatal error: module 'device_info' not found when build flutter app
<p>When I start build the flutter 2.10.x project in macOS 12.4, shows error like this:</p> <pre><code>&quot;af&quot;: 5 untranslated message(s). To see a detailed report, use the untranslated-messages-file option in the l10n.yaml file: untranslated-messages-file: desiredFileName.txt &lt;other option&gt;: &lt;other sel...
When I start build the flutter 2.10.x project in macOS 12.4, shows error like this: [CODE] anyone facing the similiar problem? what should I do to fixed this problem?
flutter|android-studio
0
2022-06-29T14:22:26.440Z
2,022
6
14
2
21
0
166
100
2
1
true
true
false
false
false
false
zero
72,803,069
Unable to run Test class with Coverage in latest android studio Chimunk
<p>Just upgraded to chipmunk with the latest studio i am unable to run the test class coverage . getting error as below <a href="https://i.stack.imgur.com/bg7bA.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/bg7bA.png" alt="error" /></a></p> <p>after clicking Recompile getting error as</p> <pre><cod...
Just upgraded to chipmunk with the latest studio i am unable to run the test class coverage . getting error as below after clicking Recompile getting error as [CODE] any help ?
android-studio|android-studio-chipmunk
0
2022-06-29T14:24:24.497Z
2,022
6
14
2
71
0
176
71
2
1
true
true
false
false
false
false
zero
72,803,107
Change the android framework
<p>given the content of the site <a href="https://developer.android.com/" rel="nofollow noreferrer">https://developer.android.com/</a>, I would like to make some changes to the framework. I don't understand how to apply and compile the changes made to the framework. Have you ever found any version of Android (common ty...
given the content of the site https://developer.android.com/ , I would like to make some changes to the framework. I don't understand how to apply and compile the changes made to the framework. Have you ever found any version of Android (common type) that had all the framework files inside it (.java files) and could be...
android|android-studio|frameworks
0
2022-06-29T14:27:38.403Z
2,022
6
14
2
28
0
389
28
3
0
false
true
false
false
false
false
zero
72,803,112
Kotlin Android Room Composite primary key many to many relation
<p>I have got two tables: equipment and location. Equipment table has composite primary key consisted of columns &quot;component_id&quot;, &quot;id&quot;. Location table has primary key &quot;id&quot;.</p> <p><strong>Could you show me the way how to create many to many relationship in room with composite key?</strong><...
I have got two tables: equipment and location. Equipment table has composite primary key consisted of columns &quot;component_id&quot;, &quot;id&quot;. Location table has primary key &quot;id&quot;. Could you show me the way how to create many to many relationship in room with composite key? [CODE] [CODE]
kotlin|many-to-many|android-room|composite-primary-key
0
2022-06-29T14:27:50.707Z
2,022
6
14
2
53
0
306
63
4
2
true
true
false
false
false
false
zero
72,803,239
Get data from string instead of text for random option
<p>I have a question regarding using strings instead of just text. I would like to use strings instead of text, to make translation easier. So when I use:</p> <pre class="lang-java prettyprint-override"><code>taken f02 = new taken(&quot;tegd&quot;) </code></pre> <p>its working but when i implement the code:</p> <pre cl...
I have a question regarding using strings instead of just text. I would like to use strings instead of text, to make translation easier. So when I use: [CODE] its working but when i implement the code: [CODE] the app keeps closing without an error message. Someone who has experience with this and can help me solve the ...
java|android
0
2022-06-29T14:36:05.167Z
2,022
6
14
2
35
1
344
54
2
4
true
false
false
false
false
false
zero
72,803,281
How to find out which nested graph i navigate to?
<p>I need to observe event when navigation graph changes, not the fragments within graph. How i can add such listener?</p> <p>As i know, i can add listener to controller, listen to all events, and retrieve data about certain fragment it navigates to. But i can't find which graph it navigates to.</p> <p>my graph: <a hre...
I need to observe event when navigation graph changes, not the fragments within graph. How i can add such listener? As i know, i can add listener to controller, listen to all events, and retrieve data about certain fragment it navigates to. But i can't find which graph it navigates to. my graph: https://i.stack.imgur.c...
android|android-jetpack-navigation
0
2022-06-29T14:38:40.860Z
2,022
6
14
2
32
0
410
49
2
0
false
true
false
false
false
false
zero
72,803,423
How to convert time value into double/int value?
<p>Is there a way to convert time value into double or int? Here's is the code to my timer which I wanted to change into double value because I wanted it to hold the time value as a double so later on I want to calculate the total price based on the data from the timer.I've tried the convert method but its seems to fai...
Is there a way to convert time value into double or int? Here's is the code to my timer which I wanted to change into double value because I wanted it to hold the time value as a double so later on I want to calculate the total price based on the data from the timer.I've tried the convert method but its seems to failed...
android|flutter|android-studio
-1
2022-06-29T14:48:12.053Z
2,022
6
14
2
53
3
406
48
3
1
true
false
false
false
false
true
negative
72,803,450
How to configure Web Page Kiosk with Android Management API
<p>I have tried deploying a web page as a kiosk app on a fully managed device enrolled via QR code. following the example configuration at <a href="https://developers.google.com/android/management/policies/dedicated-devices#kiosk_mode" rel="nofollow noreferrer">https://developers.google.com/android/management/policies/...
I have tried deploying a web page as a kiosk app on a fully managed device enrolled via QR code. following the example configuration at https://developers.google.com/android/management/policies/dedicated-devices#kiosk_mode resulting in the following policy json: [CODE] Upon deploying a device with the policy it produce...
android-management-api
0
2022-06-29T14:50:02.797Z
2,022
6
14
2
61
1
518
59
1
2
true
false
false
false
false
false
zero
72,803,560
Deleting images from Resources/Drawable does not delete references in Android.csproj
<p>After I manually deleted images from Resources/Drawable folder in Android project I started receiving a build error: <strong>Source file 'Resources\drawable\imagename.png' could not be found</strong>. I found out that Android.csproj file was no updated, meaning the references to the images were not deleted. So the q...
After I manually deleted images from Resources/Drawable folder in Android project I started receiving a build error: Source file 'Resources\drawable\imagename.png' could not be found . I found out that Android.csproj file was no updated, meaning the references to the images were not deleted. So the question is should I...
android|visual-studio|xamarin.forms|xamarin.android
0
2022-06-29T14:57:10.363Z
2,022
6
14
2
20
1
448
84
4
0
false
false
false
false
false
false
zero
72,803,682
How to update a view in fragment not in "Compose" by observing Stateflow object that Contains my data?
<p>I have a fragment that contains a current user data like <code>firstName</code>, <code>lastName</code> and <code>address</code></p> <pre><code>class EditUserFragment :Fragment() { val viewModel: EditUserAddressViewModel by viewModels() ... @SuppressLint(&quot;ClickableViewAccessibility&quot;) overrid...
I have a fragment that contains a current user data like firstName , lastName and address [CODE] ViewModel [CODE] so our repo will update the same flow that I'm observing for user data. the problem here is that in compose the compose already handles to check what's the data already changed and what's not so it already ...
android|xml|state|kotlin-stateflow
0
2022-06-29T15:03:43.953Z
2,022
6
15
2
38
0
519
102
4
2
true
true
false
false
false
false
zero
72,803,706
What framework for hosting web app in mobile app, alternatives to Cordova
<p>I have a mobile web app written in Bootstrap that I would like to release as a native app for iOS/Android. I was planning on using Apache Cordova as a wrapper, but this is no longer supported by iOS/Android. I don't need any native functionality, I just want the app to behave exactly as the web app does.</p> <p>What...
I have a mobile web app written in Bootstrap that I would like to release as a native app for iOS/Android. I was planning on using Apache Cordova as a wrapper, but this is no longer supported by iOS/Android. I don't need any native functionality, I just want the app to behave exactly as the web app does. What is the be...
android|ios|mobile|architecture|frameworks
0
2022-06-29T15:05:01.013Z
2,022
6
15
2
68
0
353
73
5
0
false
true
false
false
false
false
zero
72,803,867
How to async this two related process with kotlin coroutine in correct way
<p>firstly i need to store image in storage and get uri to store in Firestore ,but it doesn't await to return a uri</p> <pre><code>override suspend fun signUp(..): DataStateResult&lt;Unit&gt; { try { firebaseAuth.createUserWithEmailAndPassword(email, password).await() profileImageUrl = saveProfileIm...
firstly i need to store image in storage and get uri to store in Firestore ,but it doesn't await to return a uri [CODE] This Is saveProfileImageInFirebaseStorage method [CODE] } I try by this but it take many seconds to get successed [CODE]
android|firebase|kotlin-coroutines
0
2022-06-29T15:15:43.250Z
2,022
6
15
2
41
0
240
74
3
3
true
true
false
false
false
false
zero
72,803,920
java.lang.IllegalStateException: Trying to get a LocalDate
<p>I´m trying to get a LocalDate with Retrofit but it doesn´t works.</p> <p>I get this error: E/Error: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 35 path $[0].fecha_alta <a href="https://i.stack.imgur.com/P4jaP.png" rel="nofollow noreferrer">Error</a></p> <p>Retrofit class:</...
I´m trying to get a LocalDate with Retrofit but it doesn´t works. I get this error: E/Error: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 35 path $[0].fecha_alta Error Retrofit class: [CODE] } POJO: [CODE] Code where it´s called: [CODE]
java|android|retrofit|localdate
1
2022-06-29T15:18:38.583Z
2,022
6
15
2
53
0
278
58
4
3
true
true
false
false
false
false
low
72,803,924
Flutter Video Player Broken
<p>has anyone experienced this with a video player? I'm using Samsung A70</p> <p><a href="https://i.stack.imgur.com/VHc44.jpg" rel="nofollow noreferrer">https://i.stack.imgur.com/VHc44.jpg</a></p>
has anyone experienced this with a video player? I'm using Samsung A70 https://i.stack.imgur.com/VHc44.jpg
android|flutter|dart|video
0
2022-06-29T15:18:48.970Z
2,022
6
15
2
28
0
106
27
4
0
false
true
false
false
false
false
zero
72,804,006
How to add drawable's next to textfield in jetpack compose?
<p>I am trying to figure out how to add a drawable to a text within a textfield (OutlinedTextField) but without any success. I have already created a drawable in the drawable folder. Do I need to create a seperate composable to insert it or can I directly add it inside the textfield ?</p> <p>This is my textfield in the...
I am trying to figure out how to add a drawable to a text within a textfield (OutlinedTextField) but without any success. I have already created a drawable in the drawable folder. Do I need to create a seperate composable to insert it or can I directly add it inside the textfield ? This is my textfield in the composabl...
android|kotlin|android-jetpack-compose|android-drawable
1
2022-06-29T15:24:21.117Z
2,022
6
15
2
162
1
329
59
4
1
true
false
false
false
false
false
low
72,804,046
How to programmatically turn on (Power-On) the android device at a certain time?
<p>How to implement it in Android Studio(API LEVEL &gt;= 17) in my App(System-App + rooted device)?</p> <p>I know it is possible because my phone(Lenovo A516) and some others have this feature ---&gt;&gt;&gt;<a href="https://i.stack.imgur.com/4z9mQ.png" rel="nofollow noreferrer">Screenshot</a>&lt;&lt;&lt;---</p> <p>..n...
How to implement it in Android Studio(API LEVEL >= 17) in my App(System-App + rooted device)? I know it is possible because my phone(Lenovo A516) and some others have this feature --->>> Screenshot <<<--- ..need some ideas to start with.. Can i use AlarmClock for this?
java|android|system|root|setalarmclock
2
2022-06-29T15:26:56.617Z
2,022
6
15
2
106
2
269
80
5
0
false
false
false
false
false
false
low
72,804,084
FLUTTER - Deleting the permission vs. adding the tools:node=”remove”?
<p>I want to remove the QUERY_ALL_PACKAGES permission from my app, and I found two ways to do that.</p> <ol> <li><p>deleting the entire line</p> </li> <li><p>adding the <strong>tools:node=”remove”</strong> suffix to the permission</p> </li> </ol> <p><strong>E.g.</strong></p> <pre><code>&lt;uses-permission android:name=...
I want to remove the QUERY_ALL_PACKAGES permission from my app, and I found two ways to do that. deleting the entire line adding the tools:node=”remove” suffix to the permission E.g. [CODE] I want to know what the better way to remove the permisison is?
android|flutter|dart
0
2022-06-29T15:29:23.100Z
2,022
6
15
2
59
0
253
69
3
1
true
true
false
false
false
false
zero
72,804,202
Failed to resolve library
<p>I know there are a lot of questions like this, but none of them worked for me. I tried using settings.Gradle, adding &quot;www.&quot;</p> <p>I'm using jitpack to publish my android library in a GitHub repo</p> <p>my app-level gradle</p> <pre><code>apply plugin: 'com.android.application' android { compileSdkVers...
I know there are a lot of questions like this, but none of them worked for me. I tried using settings.Gradle, adding &quot;www.&quot; I'm using jitpack to publish my android library in a GitHub repo my app-level gradle [CODE] my project level gradle [CODE] My jitpack logs : logs My library : ColorPickerDialog
android|github|gradle|android-library|jitpack
0
2022-06-29T15:38:00.267Z
2,022
6
15
2
39
0
310
25
5
2
true
true
false
false
false
false
zero
72,804,250
react-native-gradle-plugin:compileKotlin FAILED
<p>I upgraded react native vrsion from 0.64.1 to latest. And when try to run</p> <pre><code>cd .\android\ &amp;&amp; ./gradlew clean </code></pre> <p>I'm getting the following error,</p> <pre><code>&gt; Task :react-native-gradle-plugin:compileKotlin FAILED Caching disabled for task ':react-native-gradle-plugin:compileK...
I upgraded react native vrsion from 0.64.1 to latest. And when try to run [CODE] I'm getting the following error, [CODE] my java version is 11
android|react-native|gradle
4
2022-06-29T15:41:23.153Z
2,022
6
15
2
323
0
142
47
3
2
true
true
false
false
false
false
low
72,804,282
Error : column '_data' does not exist. Available columns: []
<p>I am using the camera application to capture the video for that I am creating a temp file and passing that with the camera intent and onActivityResult using that file again for processing. But I am seeing below crash on some device pixel and Redmi mainly.</p> <p><strong>Adb Log of Error</strong>:</p> <pre><code>2022...
I am using the camera application to capture the video for that I am creating a temp file and passing that with the camera intent and onActivityResult using that file again for processing. But I am seeing below crash on some device pixel and Redmi mainly. Adb Log of Error : [CODE] Code: [CODE] ISSUE: Now onActivityResu...
android|android-intent|android-activity|android-camera2
0
2022-06-29T15:43:58.797Z
2,022
6
15
2
87
0
581
60
4
2
true
true
false
false
false
false
zero
72,804,383
Convert an SQLite JSON column into a ForeignKey ID (Android)
<p>I have an application that has several tables (Using room), one of them has 35 columns, in which 5 of them are JSON objects, which are being saved (Using TypeConverters).</p> <p>I think this brings quite a few data inconsistency issues. The idea is to transform the columns with JSON into foreignKey to other tables. ...
I have an application that has several tables (Using room), one of them has 35 columns, in which 5 of them are JSON objects, which are being saved (Using TypeConverters). I think this brings quite a few data inconsistency issues. The idea is to transform the columns with JSON into foreignKey to other tables. The proble...
android|sqlite|migration|android-room|typeconverter
0
2022-06-29T15:50:37.197Z
2,022
6
15
2
28
0
588
60
5
0
false
true
false
false
false
false
zero
72,804,449
No system image are available, Are you connected to the internet?
<p>I'm new to Android Studio, I tried to create a virtual device and it says to me: No system image are available, Are you connected to the internet?</p> <p>What should I do ?</p>
I'm new to Android Studio, I tried to create a virtual device and it says to me: No system image are available, Are you connected to the internet? What should I do ?
android|android-studio
0
2022-06-29T15:55:46.493Z
2,022
6
15
2
31
0
165
65
2
0
false
true
false
false
false
false
zero
72,804,495
How to retrieve the list of all GitHub repositories of a person? parsing json list with no key value
<p>I know this question has been answered at <a href="https://stackoverflow.com/questions/8713596/how-to-retrieve-the-list-of-all-github-repositories-of-a-person">this post</a> with same question. however, my question is the Json response by the most upvoted answer will be a json list with no key value. (you can also c...
I know this question has been answered at this post with same question. however, my question is the Json response by the most upvoted answer will be a json list with no key value. (you can also check the sample json from the official github website ) I am using Moshi library to parse json. However, I have no idea how t...
android|json|kotlin|github|moshi
0
2022-06-29T15:59:50.037Z
2,022
6
15
2
37
1
682
100
5
1
true
false
false
false
false
false
zero
72,804,545
How to showing response string in a textview?
<pre><code>Result: {&quot;Status&quot;:&quot;OK&quot;,&quot;Message&quot;:&quot;Report Genarated.&quot;,&quot;Result&quot;:&quot;JVBERi0xLjUKJeLjz9MKMSAwIG9iago8PC9UeXBlL0ZvbnQvU3VidHlw&quot;} </code></pre> <p>I am getting these response from the post api calling.Now How can i am get the Result string value.</p> <p>Cod...
[CODE] I am getting these response from the post api calling.Now How can i am get the Result string value. Code: [CODE] UserReponse is a Model which have String status,message, result.
android-studio|post|android-volley
0
2022-06-29T16:03:19.950Z
2,022
6
16
2
52
1
184
45
3
2
true
false
false
false
false
false
zero
72,804,679
Class Not Found When Unmarshalling: com.example.Parcelable.User
<p>I'm facing following Errors/Exceptions when receiving data from <code>one App to another App</code> in Kotlin (Android):</p> <ol> <li>Class Not Found When Unmarshalling: com.example.Parcelable.User</li> <li>mExtras=Bundle[{)}]</li> <li>mParcelledData=null</li> <li>mMap=size 0</li> </ol> <p>Also, In MainActivtiy: <co...
I'm facing following Errors/Exceptions when receiving data from one App to another App in Kotlin (Android): Class Not Found When Unmarshalling: com.example.Parcelable.User mExtras=Bundle[{)}] mParcelledData=null mMap=size 0 Also, In MainActivtiy: if(intent.hasExtra(&quot;USER&quot;)) statement giving error and displayi...
java|android|kotlin|bundle|parcelable
0
2022-06-29T16:12:34.480Z
2,022
6
16
2
39
0
557
63
5
3
true
true
false
false
false
false
zero
72,804,695
Why can I retrieve file names but not file objects from the FTP server?
<p>I'm trying to access files on an FTP server embedded in specialised hardware with the Apache Commons Net library. For some reason <code>listNames()</code> works, but <code>listFiles()</code> does not.</p> <p>The documentation for the hardware is very limited, but it does at least say that active mode has to be used....
I'm trying to access files on an FTP server embedded in specialised hardware with the Apache Commons Net library. For some reason listNames() works, but listFiles() does not. The documentation for the hardware is very limited, but it does at least say that active mode has to be used. Connection to the hardware is made ...
java|android|ftp|apache-commons-net
1
2022-06-29T16:13:40.113Z
2,022
6
16
2
37
1
784
71
4
2
true
false
false
false
false
false
low
72,804,828
Flutter Stack Widget inside ListView widget?
<p>I am using the Stack widget in my app and it is working great but now I have a problem with wrapping this Stack widget inside ListView Widget.</p> <p>I am getting error</p> <pre><code>RenderBox was not laid out: RenderPointerListener#20d10 relayoutBoundary=up7 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE 'package:flutt...
I am using the Stack widget in my app and it is working great but now I have a problem with wrapping this Stack widget inside ListView Widget. I am getting error [CODE] My Stack Widget is [CODE] When I am passing stackWidget directly in body then it is working fine but after wrapping inside ListView, it is creating pro...
android|flutter|flutter-layout|flutter-dependencies
0
2022-06-29T16:25:29.233Z
2,022
6
16
2
62
1
405
44
4
4
true
false
false
false
false
false
zero
72,804,863
Axios post request network error on android
<p>So i'm posting a formdata object with axios to a node.js server. On iOS everything works perfectly, the data get posted and the image uploaded. But on android i'm getting this error</p> <pre><code>[AxiosError: Network Error] </code></pre> <p>here's my axios call</p> <pre><code>const handleSubmit = async (listing, { ...
So i'm posting a formdata object with axios to a node.js server. On iOS everything works perfectly, the data get posted and the image uploaded. But on android i'm getting this error [CODE] here's my axios call [CODE] Please note that on iOS it works without a problem. here's a screenshot of the error when i used the re...
ios|react-native|android-studio|axios|expo
0
2022-06-29T16:27:26.703Z
2,022
6
16
2
530
2
339
43
5
2
true
false
false
false
false
false
zero
72,804,868
Error: Unable to resolve module ./lib/create-icon-set etc the same kind of error occurs very frequently
<p>Whenever I try to install a library in React, this error comes very oftenly. Sometimes it gives the same error even when I import a file from the local storage like &quot;./src/comp&quot;. It wasn't giving such errors before, maybe it is because of new version updates or smt else. Also, it doesn't give such errors i...
Whenever I try to install a library in React, this error comes very oftenly. Sometimes it gives the same error even when I import a file from the local storage like &quot;./src/comp&quot;. It wasn't giving such errors before, maybe it is because of new version updates or smt else. Also, it doesn't give such errors in r...
android|react-native
0
2022-06-29T16:27:53.730Z
2,022
6
16
2
24
0
646
103
2
2
true
true
false
false
false
false
zero
72,804,904
push notification addAction intent does not work when android app is in background
<p>Be informed we have attached a pendingIntent that opens a url inside the webview of our app on addAction click. The intent works perfectly fine when app is closed, but when app is in foreground or background,the intent just opens the app without going to the said url.</p> <p>The code is as given below</p> <pre><code...
Be informed we have attached a pendingIntent that opens a url inside the webview of our app on addAction click. The intent works perfectly fine when app is closed, but when app is in foreground or background,the intent just opens the app without going to the said url. The code is as given below [CODE]
android|push-notification
0
2022-06-29T16:31:06.843Z
2,022
6
16
2
24
0
302
82
2
1
true
true
false
false
false
false
zero
72,804,952
Impossible to change AVD storage size
<p>I'm trying to create an AVD with Android 7 (arm image as I'm on a m1 Mac mini) with at least 3gb of internal storage.</p> <p>While creating the AVD I put the parameters as I want them: <a href="https://i.stack.imgur.com/PB0nS.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/PB0nS.png" alt="enter im...
I'm trying to create an AVD with Android 7 (arm image as I'm on a m1 Mac mini) with at least 3gb of internal storage. While creating the AVD I put the parameters as I want them: under the newly created AVD properties, the partition size is like expected: but when launching the emulator (both quick launch and cold start...
android|android-studio|avd
1
2022-06-29T16:34:29.080Z
2,022
6
16
2
43
0
920
37
3
1
true
true
false
false
false
false
low
72,805,195
Flutter - ListView scroll not working (bottom overflows by some pexels)
<p>Flutter - While importing listview widget from one file then it just throws an error on the app's screen &quot;Bottom overflowed by 500 pixels&quot; but when if listview is directly used inside the home file it works fine. only throws error while importing listview widget from another file.</p> <p>Here is the home f...
Flutter - While importing listview widget from one file then it just throws an error on the app's screen &quot;Bottom overflowed by 500 pixels&quot; but when if listview is directly used inside the home file it works fine. only throws error while importing listview widget from another file. Here is the home file and th...
flutter|error-handling|flutter-layout|android-widget
0
2022-06-29T16:57:19.887Z
2,022
6
16
2
58
3
378
71
4
2
true
false
false
false
false
false
zero
72,805,243
How can I use the custom colors in Material Design 3?
<p>Yesterday I upgraded my app from MD2 to MD3 and everything works well. But I still don't understand the custom colors in MD3.</p> <p><strong>The Questions</strong></p> <ol> <li>When should I use the custom colors? What is its real usage to it?</li> <li>How should I use the custom colors?</li> </ol> <p>I did not find...
Yesterday I upgraded my app from MD2 to MD3 and everything works well. But I still don't understand the custom colors in MD3. The Questions When should I use the custom colors? What is its real usage to it? How should I use the custom colors? I did not find anyone to explain how to use the custom colors on the internet...
android|material-design
0
2022-06-29T17:00:29.853Z
2,022
6
17
2
35
0
332
53
2
0
false
true
false
false
false
false
zero
72,805,286
Why is this apk on read-only mode in android studio?
<p>I got an apk from my client and I have to edit the app but I cannot do so because whenever I try to do something, it shows that the app is read-only. It is a native android application game and I need to do some changes to it to make it start. I have tried the lock button on the bottom right. It doesn't matter if it...
I got an apk from my client and I have to edit the app but I cannot do so because whenever I try to do something, it shows that the app is read-only. It is a native android application game and I need to do some changes to it to make it start. I have tried the lock button on the bottom right. It doesn't matter if it is...
java|android|android-studio
0
2022-06-29T17:03:57.400Z
2,022
6
17
2
27
0
336
52
3
0
false
true
false
false
false
false
zero
72,805,388
How to store contacts from adb shell? [Android]
<p>I came across the following: <a href="https://stackoverflow.com/questions/25927731/android-adb-command-to-get-total-contacts-on-device">Android adb command to get total contacts on device</a></p> <p>Im at a point where my display isnt working. The command given above just displays my contatcts. Is there some way I c...
I came across the following: Android adb command to get total contacts on device Im at a point where my display isnt working. The command given above just displays my contatcts. Is there some way I can convert it to a backup file? So that I can restore it on my spare android phone?
android|adb|android-debug|android-debugging
0
2022-06-29T17:12:39.960Z
2,022
6
17
2
61
1
282
47
4
0
false
false
false
false
false
false
zero
72,805,406
Attempt to invoke virtual method 'java.util.List com.example.btl.Database.DBContext.getAllNhanViens()' on a null object reference
<p>I am going to call the getAllNhanViens() method in my database. But this error display.</p> <p>Here my code <a href="https://i.stack.imgur.com/TF6V5.png" rel="nofollow noreferrer">enter image description here</a></p> <p><a href="https://i.stack.imgur.com/OsmB8.png" rel="nofollow noreferrer">enter image description h...
I am going to call the getAllNhanViens() method in my database. But this error display. Here my code enter image description here enter image description here
android-studio
0
2022-06-29T17:13:50.387Z
2,022
6
17
2
13
0
158
129
1
0
false
true
false
false
false
false
zero
72,805,558
Two instances of the same network when searching wifi network
<p>I am trying to connect to a device via wifi</p> <pre><code>final WifiNetworkSpecifier wifiNetworkSpecifier = new WifiNetworkSpecifier.Builder() .setSsidPattern(new PatternMatcher(networkSSIDPattern, PatternMatcher.PATTERN_PREFIX)) .setWpa2Passphrase(passWord) .build();...
I am trying to connect to a device via wifi [CODE] I am getting a dialog with the good device network, after connecting, the same network appears two times in the dialog. how can I fix it? First connection view: after one connection, the same network appears 2 times: The problem only occurs on android12
android|kotlin|wifi|android-wifi
1
2022-06-29T17:26:08.167Z
2,022
6
17
2
116
3
304
61
4
1
true
false
false
false
false
false
low
72,805,567
MpAndroidChart (or another iOS/Swift chart tool) use gradient based on 3rd variable
<p>In matlab I can iterate through data points and plot each line segment with a colormap based on a 3rd variable <a href="https://i.stack.imgur.com/icZkx.jpg" rel="nofollow noreferrer">see image below </a></p> <p>Is there a way to do this in MpAndroidChart (or another tool usable in iOS)?</p> <p>So far, I'm able to cr...
In matlab I can iterate through data points and plot each line segment with a colormap based on a 3rd variable see image below Is there a way to do this in MpAndroidChart (or another tool usable in iOS)? So far, I'm able to create a LineChartDataSet for each point with a programmatic color, but then it doesn't render t...
ios|swift|charts|mpandroidchart
0
2022-06-29T17:26:44.173Z
2,022
6
17
2
42
1
471
83
4
0
false
false
false
false
false
false
zero
72,805,663
Unable to change video datasource flutter
<p>I hope you're doing good, but I am not honestly! I am badly stuck on a problem please help me out :&lt;) Thanks in advance. I am building a video player app using flutter for that BetterVideoPlayer dependency is being used as a Video Player in my app everything is completed till now but the most problamatic issue is...
I hope you're doing good, but I am not honestly! I am badly stuck on a problem please help me out :<) Thanks in advance. I am building a video player app using flutter for that BetterVideoPlayer dependency is being used as a Video Player in my app everything is completed till now but the most problamatic issue is I Wan...
android|flutter|dart|flutter-dependencies|flutter-state
0
2022-06-29T17:36:20.663Z
2,022
6
17
2
55
0
871
41
5
2
true
true
false
false
false
false
zero
72,805,727
What is the "authority" that DocumentsContract.moveDocument() needs?
<p>I have a simple file inside either the apps <code>getExternalFilesDir</code> or a user selected folder. When i create a subfolder and try to move the file from the parent folder into that newly created subfolder moveDocument() fails.</p> <p>Logcat says</p> <pre><code>W/DocumentsContract: Failed to move document java...
I have a simple file inside either the apps getExternalFilesDir or a user selected folder. When i create a subfolder and try to move the file from the parent folder into that newly created subfolder moveDocument() fails. Logcat says [CODE] Both DocumentFiles give an empty string when i try .getUri().getAuthority() [COD...
android|storage-access-framework|documentfile
0
2022-06-29T17:41:36.177Z
2,022
6
17
2
41
1
482
68
3
3
true
false
false
false
false
false
zero
72,805,731
Retrofit2: consume ASP.NET Web API with streaming files
<p>How to consume this REST API (<a href="https://github.com/canton7/RestEase" rel="nofollow noreferrer">RestEase</a> + ASP.NET Web API) using Android Retrofit2?</p> <p>RestEase interface:</p> <pre><code>public interface IApiFile { [Get(&quot;DOWNLOAD&quot;)] Task&lt;Stream&gt; DownloadAsync(string path); ...
How to consume this REST API ( RestEase + ASP.NET Web API) using Android Retrofit2? RestEase interface: [CODE] The controller: [CODE] Upload usage: [CODE] Download usage: [CODE]
android|rest|asp.net-web-api|retrofit2|streaming
0
2022-06-29T17:42:06.553Z
2,022
6
17
2
41
0
177
55
5
4
true
true
false
false
false
false
zero
72,805,787
Android App (capacitor) opens "App Info" screen instead of opening the app
<p>Whenever I bundle my app and upload it for internal testing it goes to an &quot;App Info&quot; screen instead of the main app. On some devices the app is completely hidden and doesn't even come up in a search.</p> <p>Here's my <code>AndroidManifest.xml</code>:</p> <pre class="lang-xml prettyprint-override"><code>&lt...
Whenever I bundle my app and upload it for internal testing it goes to an &quot;App Info&quot; screen instead of the main app. On some devices the app is completely hidden and doesn't even come up in a search. Here's my AndroidManifest.xml : [CODE]
android|capacitor
0
2022-06-29T17:47:19.510Z
2,022
6
17
2
34
1
248
74
2
1
true
false
false
false
false
false
zero
72,805,808
Firebase Database users is not created-android
<p>The register section of my app, android, is working fine. It creates a new users in the firebase database authentication section. However, i am unable to create a user's database. I do not get any error. The app works fine except that it does not create the user section in my firebase database. Any reason and soluti...
The register section of my app, android, is working fine. It creates a new users in the firebase database authentication section. However, i am unable to create a user's database. I do not get any error. The app works fine except that it does not create the user section in my firebase database. Any reason and solution ...
java|android|firebase
0
2022-06-29T17:49:03.050Z
2,022
6
17
2
20
0
341
46
3
1
true
true
false
false
false
false
zero
72,805,822
React-native-sms-retriever not receiving SMS when used from react-native module library
<p>I am developing a react-native module library that requires OTP verification for which I am using <code>react-native-sms-retriever</code>.<br /> The issue is that when I am using the library directly in my sample app, it works perfectly. But when the SmsRetriever is called from the module library, it won't detect th...
I am developing a react-native module library that requires OTP verification for which I am using react-native-sms-retriever . The issue is that when I am using the library directly in my sample app, it works perfectly. But when the SmsRetriever is called from the module library, it won't detect the incoming SMS. The g...
android|react-native|event-handling|react-native-modules|deviceeventemitter
0
2022-06-29T17:49:37.817Z
2,022
6
17
2
117
0
937
87
5
3
true
true
false
false
false
false
zero
72,805,971
How to log bitrate and stall in a programmatic way on Youtube android app?
<p>I'm doing some experiments which require me to log variations of QoE metrics like bitrate and stall (buffering) durations of YouTube in response to various network conditions. I'm able to achieve this on a Linux desktop by using tcpdump for recording network data and injecting a script into Chromium (through a local...
I'm doing some experiments which require me to log variations of QoE metrics like bitrate and stall (buffering) durations of YouTube in response to various network conditions. I'm able to achieve this on a Linux desktop by using tcpdump for recording network data and injecting a script into Chromium (through a local ex...
android|logging|youtube
0
2022-06-29T18:04:19.553Z
2,022
6
18
2
13
0
481
74
3
0
false
true
false
false
false
false
zero
72,806,243
Issue with two direction scrollview and tableview in Android
<p>I am trying to create the following result in XML with android</p> <p><a href="https://i.stack.imgur.com/oPRVC.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/oPRVC.png" alt="enter image description here" /></a></p> <p>Its a table with row for each user followed by their team picks for each week.<...
I am trying to create the following result in XML with android Its a table with row for each user followed by their team picks for each week. The table also needs to be able to scroll both vertically and horizontally as it will not fit all in one screen. Here is the XML i have done so far: [CODE] And the XML which I in...
android|android-recyclerview|android-scrollview
0
2022-06-29T18:30:41.053Z
2,022
6
18
2
29
1
572
60
3
2
true
false
false
false
false
false
zero
72,806,417
How can I handle mailto and tel in android webview
<p>I already make a java WebView for my website, this website in the footer the phone number and the email address when I click in it they told me (the webpage at tel could not be loaded because err_unknown_url_scheme), What should i do ?</p> <p>MainActivity.Java</p> <pre><code>package xxx.xxxxxxx.xxxxxxxxx; import an...
I already make a java WebView for my website, this website in the footer the phone number and the email address when I click in it they told me (the webpage at tel could not be loaded because err_unknown_url_scheme), What should i do ? MainActivity.Java [CODE]
java|android
0
2022-06-29T18:49:48.130Z
2,022
6
18
2
49
1
260
50
2
1
true
false
false
false
false
false
zero
72,806,512
How to change the Activity when app is moved to background and then again when it is resumed?
<p>my goal is to make my Password Manager app's current visible activity (e.g. MainMenuActivity) change to EmptyScreenActivity when app is paused (so nobody can see the passwords when the app is in background) and then run LoginScreenActivity when the app is resumed for user to log back in. I used <a href="https://stac...
my goal is to make my Password Manager app's current visible activity (e.g. MainMenuActivity) change to EmptyScreenActivity when app is paused (so nobody can see the passwords when the app is in background) and then run LoginScreenActivity when the app is resumed for user to log back in. I used this code by vokilam to ...
android|android-studio|kotlin|android-lifecycle|lifecycle
0
2022-06-29T18:58:57.923Z
2,022
6
18
2
44
0
617
93
5
3
true
true
false
false
false
false
zero
72,806,571
Android Jetpack Compose Preview UI_MODE_NIGHT_YES does not show dark background in preview
<p>I am following <a href="https://developer.android.com/jetpack/compose/tutorial" rel="nofollow noreferrer">https://developer.android.com/jetpack/compose/tutorial</a></p> <p>and the code</p> <pre class="lang-kotlin prettyprint-override"><code>@Preview(name = &quot;Light Mode&quot;) @Preview(name = &quot;Dark Mode&quot...
I am following https://developer.android.com/jetpack/compose/tutorial and the code [CODE]
android|android-dark-theme|android-darkmode
3
2022-06-29T19:02:53.743Z
2,022
6
19
2
281
1
89
90
3
1
true
false
false
false
false
false
low
72,806,602
How do I test in app purchases before deploying the backend with Android?
<p>I have successfully released in app purchases for ios where it is possible to do sandbox subscriptions with a local development device.</p> <p>With Android however it seems that to be able to test subscriptions the app has to be in at least the closed test track first. I guess that this means that the app needs to g...
I have successfully released in app purchases for ios where it is possible to do sandbox subscriptions with a local development device. With Android however it seems that to be able to test subscriptions the app has to be in at least the closed test track first. I guess that this means that the app needs to go through ...
android|react-native|expo|in-app-purchase
1
2022-06-29T19:05:27.113Z
2,022
6
19
2
46
0
931
73
4
0
false
true
false
false
false
false
low