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,806,623
Running Appium tests in Jenkins
<p>I am starting to learn Appium for Android and iOS apps automation. And now I have stopped on setting up CI/CD for tests using Jenkins.</p> <ol> <li>I can't understand how to generate new .apk (Android) and .ipa (iOS) files for used them in my tests. I want to run tests for new versions of apps</li> <li>If I have se...
I am starting to learn Appium for Android and iOS apps automation. And now I have stopped on setting up CI/CD for tests using Jenkins. I can't understand how to generate new .apk (Android) and .ipa (iOS) files for used them in my tests. I want to run tests for new versions of apps If I have set up Jenkins locally - is ...
jenkins|appium|appium-android|appium-ios
0
2022-06-29T19:06:52.427Z
2,022
6
19
2
54
1
390
31
4
0
false
false
false
false
false
false
zero
72,806,784
ConstraintLayout Inside DrawerLayout problems
<p>How could I change these layout to the right layer? I try to move fragment_container to different but still cannot work.&quot;個人檔案&quot;is the drawer view. It should be appear seperately like this image. <a href="https://i.stack.imgur.com/E1pyr.png" rel="nofollow noreferrer">enter image description here</a></p> <p><...
How could I change these layout to the right layer? I try to move fragment_container to different but still cannot work.&quot;個人檔案&quot;is the drawer view. It should be appear seperately like this image. enter image description here nav_view : bottom bar nav_view2 : drawer enter image description here [CODE]
android|navigation-drawer|android-constraintlayout|drawerlayout
0
2022-06-29T19:21:35.217Z
2,022
6
19
2
59
0
309
45
4
1
true
true
false
false
false
false
zero
72,806,966
Use Coil in compose to preload and later display images
<p>I've been going around in circles trying to figure out how to use Coil within Compose. I want to preload the images so there won't be any lag in my UI. I read that COIL has a cache. <a href="https://stackoverflow.com/questions/71474661/jetpack-compose-coil-preload">This answer</a> seems to imply that I can create an...
I've been going around in circles trying to figure out how to use Coil within Compose. I want to preload the images so there won't be any lag in my UI. I read that COIL has a cache. This answer seems to imply that I can create an ImageRequest with an assigned memory cache key, and then use that request in an AsyncImage...
android|android-jetpack-compose|android-jetpack|preload|coil
0
2022-06-29T19:37:50.377Z
2,022
6
19
2
149
1
893
55
5
0
false
false
false
false
false
false
zero
72,807,013
Column takes whole screen space
<p>I am working on a simple POC that displays a form and takes some input from the user, so far it looks like this:</p> <p><a href="https://i.stack.imgur.com/rYnfn.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/rYnfn.png" alt="enter image description here" /></a></p> <p>The layout is declared as fol...
I am working on a simple POC that displays a form and takes some input from the user, so far it looks like this: The layout is declared as follow: [CODE] So far so good. Now I would like to take it one step further and add input validation, eg.: if the input is invalid then show a Text() with red color underneath the T...
android|android-jetpack-compose|android-jetpack-compose-text
0
2022-06-29T19:43:41.727Z
2,022
6
19
2
21
1
602
31
3
3
true
false
false
false
false
false
zero
72,807,038
android best linter
<p>what is the more efficient linter which can be used with android studio? I need a fast one in which We can find with it kotlin and <strong>xml</strong> code smells</p> <p>I tried the Android studio built in lint but it is too slow</p>
what is the more efficient linter which can be used with android studio? I need a fast one in which We can find with it kotlin and xml code smells I tried the Android studio built in lint but it is too slow
android|xml|kotlin|lint
-2
2022-06-29T19:46:00.830Z
2,022
6
19
2
61
1
206
19
4
0
false
false
false
false
false
true
negative
72,807,041
LeakCanary mContext leaking memory
<p>Now this could be just an issue with reading LeakCanary, but I am having issues fixing a memory leak associated with a widget that I am using. I am on Jelly-Bean, heres the log:</p> <pre><code> * EXCLUDED LEAK. * com.ui.exmaple.in.ui.MySetupActivity has leaked: * static TextLine.!(sCached)! , matching exclusion st...
Now this could be just an issue with reading LeakCanary, but I am having issues fixing a memory leak associated with a widget that I am using. I am on Jelly-Bean, heres the log: [CODE] So its holding onto the context of MySetupActivity . via xml I am using the widget MyInputField$MyInternalInputField . So this is using...
android|memory-leaks|leakcanary
0
2022-06-29T19:46:21.913Z
2,022
6
19
2
64
0
727
34
3
1
true
true
false
false
false
false
zero
72,807,082
Compose : how to stock a list of composable files
<p>I wanted to make a list of all the elements I would draw in my composable fragment. And make it as easy to maintain as possible.</p> <p>So I thought, I should not put the list of elements inside my fragment, but outside, in a class that will stock and order those elements. Here is the solution I came with :</p> <pre...
I wanted to make a list of all the elements I would draw in my composable fragment. And make it as easy to maintain as possible. So I thought, I should not put the list of elements inside my fragment, but outside, in a class that will stock and order those elements. Here is the solution I came with : [CODE] Create diff...
android|kotlin|android-jetpack-compose
0
2022-06-29T19:50:25.877Z
2,022
6
19
2
33
0
536
49
3
2
true
true
false
false
false
false
zero
72,807,135
When retrofit2 won't return me Call in a typical implementation of CallAdapter.Factory()?
<p>Given following implementation of Retrofit2 CallAdapter.Factory():</p> <pre><code> override fun get( returnType: Type, annotations: Array&lt;Annotation&gt;, retrofit: Retrofit ): CallAdapter&lt;*, *&gt;? { // suspend functions wrap the response type in `Call` if (Call::class.java != getRawType(r...
Given following implementation of Retrofit2 CallAdapter.Factory(): [CODE] If returnType is null, Utils.getRawType will throw NullPointerException. How I can make retrofit to return me WildcardType or any other expected by method getRawType type that is not Call? Is it just a check if retrofit returns what is promised o...
android|kotlin|retrofit2
0
2022-06-29T19:55:24.117Z
2,022
6
19
2
39
0
354
89
3
1
true
true
false
false
false
false
zero
72,807,247
Error: Expected a value of type 'String', but got one of type 'Null' (in flutter)
<p>I am trying to authenticate a user's login info in a flutter app (having a login page and signup page) using nodeJS and MongoDB, but whenever I enter a valid user and press login button, I get the following error:</p> <pre><code> Launching lib\main.dart on Chrome in debug mode... This app is linked to the debug s...
I am trying to authenticate a user's login info in a flutter app (having a login page and signup page) using nodeJS and MongoDB, but whenever I enter a valid user and press login button, I get the following error: [CODE] I am running the code in VSCode editor and my server is running in Heroku. Here are my codes: From ...
android|node.js|flutter|error-handling|backend
0
2022-06-29T20:07:14.717Z
2,022
6
20
2
125
0
697
81
5
4
true
true
false
false
false
false
zero
72,807,321
Android 12: on LocationChanged has invalid location?
<p>In Android 12, my Android app (written in Delphi) can no longer access the <code>Jlocation</code> after this is supplied by <code>onLocationChanged</code>. It works fine in earlier versions.</p> <p>The location system is running from a Foreground Service, which is started by the main App. <code>ACCESS_BACKGROUND_LOC...
In Android 12, my Android app (written in Delphi) can no longer access the Jlocation after this is supplied by onLocationChanged . It works fine in earlier versions. The location system is running from a Foreground Service, which is started by the main App. ACCESS_BACKGROUND_LOCATION has been set. User &quot;Location A...
java|android|delphi
0
2022-06-29T20:14:50.153Z
2,022
6
20
2
97
0
629
52
3
2
true
true
false
false
false
false
zero
72,807,524
I have a composable not setting button text as expected; wondering why. Have a reproducible example
<p>this started as a new compose project with the following code the intent is to change the text to the picked time. The code is commented where the behavior occurs</p> <pre><code>class MainActivity : ComponentActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) ...
this started as a new compose project with the following code the intent is to change the text to the picked time. The code is commented where the behavior occurs [CODE]
android-jetpack-compose
1
2022-06-29T20:32:26.807Z
2,022
6
20
2
32
1
169
99
1
1
true
false
false
false
false
false
low
72,807,532
Flutter lags when opening the keyboard
<p>I have a flutter project (chat) with a flutter/material.dart vaporizer. When opening the keyboard (<code>TextField</code>), lags appear. I don't quite understand the reason. Can you help?</p> <p><a href="https://photos.google.com/share/AF1QipOiofFFfZ8LaruT3M7xWNe4GLfvP2E9FlxwnGKeXh4-mIsWGaPH0r7HEhzLlmI2Lw/photo/AF1Q...
I have a flutter project (chat) with a flutter/material.dart vaporizer. When opening the keyboard ( TextField ), lags appear. I don't quite understand the reason. Can you help? Video I added Scaffold(resizeToAvoidBottomInset: false , but it didn't help. I don't understand why even after adding resizeToAvoidBottomInset ...
android|flutter|dart|material-ui
0
2022-06-29T20:33:01.157Z
2,022
6
20
2
66
0
482
38
4
1
true
true
false
false
false
false
zero
72,807,889
Make FrameLayout element scrollable
<p>I am working on adapting an app which was designed for a larger vertical screen dimension (1200px) to a device with a smaller size (vertical=800px). I've managed to get things displaying properly by editing the layout XML files--except for one thing. As you can see, the crossword puzzle is cut off at the bottom. Its...
I am working on adapting an app which was designed for a larger vertical screen dimension (1200px) to a device with a smaller size (vertical=800px). I've managed to get things displaying properly by editing the layout XML files--except for one thing. As you can see, the crossword puzzle is cut off at the bottom. Its or...
android|android-framelayout
0
2022-06-29T20:33:13.397Z
2,022
6
20
2
137
0
944
35
2
1
true
true
false
false
false
false
zero
72,807,615
Android Room - Unknown tokenizer - FtsOptions.TOKENIZER_UNICODE61
<p>I'm using FTS4 with a tokenizer to remove diacritics. The database is abstracted with Room.</p> <p>Something like:</p> <p><strong>Content</strong></p> <pre class="lang-java prettyprint-override"><code>@Entity( tableName = &quot;test&quot; ) public class Test { @PrimaryKey(autoGenerate = true) @Colum...
I'm using FTS4 with a tokenizer to remove diacritics. The database is abstracted with Room. Something like: Content [CODE] FTS [CODE] This results in a SQLite query: [CODE] Everything works on newer Android versions (i.e. API 30), but on older versions (i.e.API 25 or 27) I get the following error: [CODE] The official d...
android|sqlite|android-sqlite|android-room|fts4
1
2022-06-29T20:42:13.013Z
2,022
6
20
2
111
0
4,078
65
5
4
true
true
false
false
false
false
low
72,807,725
NoClassDefFoundError: Could not initialize class androidx.customview.poolingcontainer.PoolingContainer
<p>With Jetpack Compose UI Tooling <code>1.2.0-rc01</code> and Compose Compiler <code>1.2.0</code>;</p> <pre><code>android { composeOptions { kotlinCompilerExtensionVersion &quot;1.2.0&quot; } } dependencies { debugImplementation &quot;androidx.compose.ui:ui-tooling:1.2.0-rc01&quot; debugImpleme...
With Jetpack Compose UI Tooling 1.2.0-rc01 and Compose Compiler 1.2.0 ; [CODE] The IDE cannot display the @Preview ; it fails with: [CODE] The actual cause is something else: [CODE] How can I provide the missing androidx.customview.poolingcontainer.R$id ?
android|android-studio|dependencies|android-jetpack-compose|androidx
3
2022-06-29T20:52:10.567Z
2,022
6
20
2
743
1
255
102
5
3
true
false
false
false
false
false
low
72,807,921
I get the following code when building Linageos-19.1 for nintendo switch, How do i get it to compile?
<p><a href="https://i.stack.imgur.com/rAc38.png" rel="nofollow noreferrer">This is the error I am getting</a></p> <p>I run into error after error on building Lineageos 19.1 for nintendo switch.</p>
This is the error I am getting I run into error after error on building Lineageos 19.1 for nintendo switch.
android|compilation|rom|lineageos
0
2022-06-29T21:11:46.087Z
2,022
6
21
2
27
0
107
101
4
0
false
true
false
false
false
false
zero
72,807,995
Recyclerview move to penultimate position when the list is update
<p>Currently i have the next config.</p> <p><code>RecyclerView</code> + <code>MutableLiveData</code> + <code>DiffUtils</code></p> <p>The behavior is:</p> <p>When i move to the last position and update the list, the RecyclerView move automatically to penultimate item, but only happen with the last position</p>
Currently i have the next config. RecyclerView + MutableLiveData + DiffUtils The behavior is: When i move to the last position and update the list, the RecyclerView move automatically to penultimate item, but only happen with the last position
android|kotlin|android-recyclerview|mutablelivedata|android-diffutils
0
2022-06-29T21:20:36.447Z
2,022
6
21
2
74
1
243
65
5
0
false
false
false
false
false
false
zero
72,808,006
Question about android minsdk allowing build to happen
<p>I have a project where our minsdk is 24, targetsdk is 32, compilesdk is 32. Then I used the DateTimeFormatter class from java.time.format which was only introduced in API Level 26. But when I build the app, it does not complain about the usage of this class. Why is that? Shouldn't android studio inform me that I can...
I have a project where our minsdk is 24, targetsdk is 32, compilesdk is 32. Then I used the DateTimeFormatter class from java.time.format which was only introduced in API Level 26. But when I build the app, it does not complain about the usage of this class. Why is that? Shouldn't android studio inform me that I cannot...
android
0
2022-06-29T21:21:51.393Z
2,022
6
21
2
18
0
368
54
1
0
false
true
false
false
false
false
zero
72,808,180
Using emulator-5554 setprop "debug.mono.extra" "" fails
<p>I'm creating a Xamarin Forms app with Visual Studio 2022 and every time I get to emulator-5554 setprop &quot;debug.mono.extra&quot; in the Xamarin Diagnostics log, it fails with &quot;Index (zero based) must be greater than or equal to zero and less than the size of the argument list.&quot;<br /> This is because the...
I'm creating a Xamarin Forms app with Visual Studio 2022 and every time I get to emulator-5554 setprop &quot;debug.mono.extra&quot; in the Xamarin Diagnostics log, it fails with &quot;Index (zero based) must be greater than or equal to zero and less than the size of the argument list.&quot; This is because there is not...
android|xamarin.forms
0
2022-06-29T21:42:19.690Z
2,022
6
21
2
96
0
1,580
55
2
3
true
true
false
false
false
false
zero
72,808,277
'Too many positional arguments: 0 expected, but 1 found.'
<pre><code>import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; class AuthForm extends StatefulWidget { const AuthForm({Key? key}) : super(key: key); @override State&lt;AuthForm&gt; createState() =&gt; _AuthFormState(); } class _AuthFormState extends State&lt;AuthForm&gt; { ...
[CODE] May I know what must be changed in the above code to fix the error? I tried modifying some arguments but to no avail. Should I consider specifying the type of argument? It is showing the following output: Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or spec...
android|flutter|visual-studio
0
2022-06-29T21:56:01.493Z
2,022
6
21
2
145
1
501
57
3
1
true
false
false
false
false
false
zero
72,808,330
Authenticated Employee is Null on HomeFragment
<p>I'm trying to make it to where my Employee model populates labels and images on the HomeFragment whenever they login or register on the app. However, when I try to, the HomeFragment logs that the <code>currentEmployee</code> is Null. The weird thing is that I have it to where if authentication is null, they are pres...
I'm trying to make it to where my Employee model populates labels and images on the HomeFragment whenever they login or register on the app. However, when I try to, the HomeFragment logs that the currentEmployee is Null. The weird thing is that I have it to where if authentication is null, they are presented with the W...
android-studio|kotlin|firebase-realtime-database|firebase-authentication
0
2022-06-29T22:02:28.430Z
2,022
6
22
2
20
0
671
46
4
3
true
true
false
false
false
false
zero
72,808,535
Firebase data Cannot be retrieved to Flutter
<p>I am trying to retrieve data from a Realtime database in Firebase to Flutter. The data should be parsed to be used in the building of a listview inside a future builder. However, after I execute the code I got an error that displayed on the Emulator screen. My understanding is that there is a type mismatch inside th...
I am trying to retrieve data from a Realtime database in Firebase to Flutter. The data should be parsed to be used in the building of a listview inside a future builder. However, after I execute the code I got an error that displayed on the Emulator screen. My understanding is that there is a type mismatch inside the c...
android|flutter|firebase|dart|firebase-realtime-database
0
2022-06-29T22:31:52.487Z
2,022
6
22
2
51
1
555
44
5
2
true
false
false
false
false
false
zero
72,808,557
`@TargetApi` vs `minSdkVersion` in Android library
<p>The short version of my question is: When is it right to use <code>minSdkVersion</code> over <code>@TargetApi</code> when developing an Android library?</p> <p>My understanding of <code>minSdkVersion</code> in the manifest is that it will block the app from using the library if the app's own <code>minSdkVersion</cod...
The short version of my question is: When is it right to use minSdkVersion over @TargetApi when developing an Android library? My understanding of minSdkVersion in the manifest is that it will block the app from using the library if the app's own minSdkVersion is not at least as high. But the app can override the behav...
android|android-library
0
2022-06-29T22:35:23.857Z
2,022
6
22
2
31
1
1,878
50
2
0
false
false
false
false
false
false
zero
72,808,569
How to put an application on a full screen in the newer versions of Android?
<p>I have a old problem to put my app in (almost) full screen mode (short edges) in my Android 11 (and now 12) Samsung cell phone as I've explained <a href="https://stackoverflow.com/questions/70948103/how-adjust-my-app-in-android-11-in-cell-phone-screen">here</a>.</p> <p>My app has this look</p> <p><a href="https://i...
I have a old problem to put my app in (almost) full screen mode (short edges) in my Android 11 (and now 12) Samsung cell phone as I've explained here . My app has this look And I would like this look Today I've discovered that my app, can be configurated in Settings , Display , Full Screen Apps . My app is between the ...
android
2
2022-06-29T22:37:29.430Z
2,022
6
22
2
31
1
940
76
1
1
true
false
false
false
false
false
low
72,808,695
How to get cursor position for TextField (Jetpack Compose)?
<p>For a regular EditText, we can get the cursor position by calling the getSelectionStart() method. In Jetpack Compose this posibility is available for ClickableText, but apparently not for TextField or OutlinedTextField.</p> <p>Has anyone come across this problem and know how to solve it?</p>
For a regular EditText, we can get the cursor position by calling the getSelectionStart() method. In Jetpack Compose this posibility is available for ClickableText, but apparently not for TextField or OutlinedTextField. Has anyone come across this problem and know how to solve it?
android|android-jetpack-compose|cursor-position
1
2022-06-29T22:59:00.280Z
2,022
6
22
2
231
1
281
59
3
0
false
false
false
false
false
false
low
72,808,775
Any way to detect if a KeyPress event was originated from certain BluetoothDevice?
<p>I am facing a &quot;A Shutter3&quot; selfie bluetooth device. I overrided the onKeyEvent and the event works pretty good, it detects the key press on any connected device and the smartphone itself.</p> <p>Wat I am trying to achieve is to check if that event was originated from certain BluetoothDevice.</p> <p>Is ther...
I am facing a &quot;A Shutter3&quot; selfie bluetooth device. I overrided the onKeyEvent and the event works pretty good, it detects the key press on any connected device and the smartphone itself. Wat I am trying to achieve is to check if that event was originated from certain BluetoothDevice. Is there any way to map ...
android|bluetooth-lowenergy|input-devices
0
2022-06-29T23:16:04.103Z
2,022
6
23
2
16
0
535
82
3
0
false
true
false
false
false
false
zero
72,808,899
Make Private Class Accessible from SDK But Not App
<p>Say I have the following class in an SDK library:</p> <pre><code>public class Everything { public String external1; public String external2; public String internal1; public String internal2; } </code></pre> <p>That I'm trying to split up into 2 separate classes:</p> <pre><code>public class External {...
Say I have the following class in an SDK library: [CODE] That I'm trying to split up into 2 separate classes: [CODE] With the intention of exposing the External class to any app injecting my SDK, while hiding and not making the Internal class accessible to any application injecting said SDK. Is there a way to accomplis...
java|android|oop|sdk|access-modifiers
0
2022-06-29T23:38:58.750Z
2,022
6
23
2
22
0
741
50
5
2
true
true
false
false
false
false
zero
72,809,074
Jsoup not connecting to webpage in Android Studio
<p>I am working on a project right now where I use jsoup in a class with the function retrieveMedia in order to return an ArrayList filled with data from the webpage. I run it in a thread since you shouldn't be connecting to URLs from the main thread. I run it and join it. However, it doesn't work (I tested the same co...
I am working on a project right now where I use jsoup in a class with the function retrieveMedia in order to return an ArrayList filled with data from the webpage. I run it in a thread since you shouldn't be connecting to URLs from the main thread. I run it and join it. However, it doesn't work (I tested the same code ...
java|android|android-studio|jsoup
0
2022-06-30T00:11:54.300Z
2,022
6
0
3
63
1
587
49
4
1
true
false
false
false
false
false
zero
72,809,221
How can I control the look and appearance of the keyPreviewLayout in android?
<p>I'm a beginner in Android and I'm trying to make a keyboard, but I want to display the keyPreviewLayout in a more beautiful way, but I couldn't do that, I want to display it so that it is free and appears even outside the keyboard from the top</p> <p><a href="https://i.stack.imgur.com/trkz8.png" rel="nofollow norefe...
I'm a beginner in Android and I'm trying to make a keyboard, but I want to display the keyPreviewLayout in a more beautiful way, but I couldn't do that, I want to display it so that it is free and appears even outside the keyboard from the top my keyboard I want it to be like this My keyboardPreview.xml [CODE] My keybo...
java|android|android-studio|android-layout|keyboard
0
2022-06-30T00:42:44.850Z
2,022
6
0
3
23
0
374
77
5
2
true
true
false
false
false
false
zero
72,809,438
LibraryExtension not found when using catalog version and kotlin dsl
<p>I'm having trouble using Catalog Version in gradle, which I'm trying to apply to my project. I took an example from here <a href="https://github.com/android/nowinandroid" rel="nofollow noreferrer">https://github.com/android/nowinandroid</a> but when I get an error like in :</p> <p><div class="snippet" data-lang="js"...
I'm having trouble using Catalog Version in gradle, which I'm trying to apply to my project. I took an example from here https://github.com/android/nowinandroid but when I get an error like in : [CODE] The code I'm trying to implement is like this: [CODE] and after that it is called here [CODE]
android|kotlin|gradle|gradle-kotlin-dsl
3
2022-06-30T01:35:32.943Z
2,022
6
1
3
110
0
295
68
4
3
true
true
false
false
false
false
low
72,809,504
eas build --profile development --platform android fails
<p>Everytime I run this code it fails. I run it using git. I always get this error</p> <pre><code>The minCompileSdk (31) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties) is greater than this module's compileSdkVersion (android-30). Dependency: androidx.work:work-runti...
Everytime I run this code it fails. I run it using git. I always get this error [CODE] This is the full error: [stderr] FAILURE: Build failed with an exception. [stderr] What went wrong: [stderr] Execution failed for task ':app:checkDebugAarMetadata'. [stderr] Multiple task action failures occurred: [stderr] A failure ...
android|react-native|gradle|expo|eas
0
2022-06-30T01:48:41.633Z
2,022
6
1
3
108
0
2,699
56
5
1
true
true
false
false
false
false
zero
72,809,546
Android Emulator can't connect to Mongo Atlas
<p>I'm a newbie trying to build my first Flutter app whilst using MongoDB Atlas as a database, however when I try the following code:</p> <pre><code> final db = await Db.create('mongodb+srv://admin:***@cluster0.z286eob.mongodb.net/****?retryWrites=true&amp;w=majority'); print(&quot;AHH&quot;); await db.open(); </c...
I'm a newbie trying to build my first Flutter app whilst using MongoDB Atlas as a database, however when I try the following code: [CODE] The AHH never gets printed, ever. The *** in the URL represents my user password and database name, and they're correct because It works when I try it on a real device, but not on th...
android|mongodb|flutter|android-emulator
0
2022-06-30T01:58:09.270Z
2,022
6
1
3
38
1
391
45
4
1
true
false
false
false
false
false
zero
72,809,593
Using adb monkey seed across different devices/emulators
<p>I am working on automating monkey testing for Android apps.</p> <p>My question is, if I obtain the seed when monkey causes a crash, what are the requirements to use the seed to reproduce the crash again across devices?</p> <p>Like Android os version, exact emulator. Is it even possible?</p> <p>I couldn't find the ex...
I am working on automating monkey testing for Android apps. My question is, if I obtain the seed when monkey causes a crash, what are the requirements to use the seed to reproduce the crash again across devices? Like Android os version, exact emulator. Is it even possible? I couldn't find the exact seed requirements fo...
android|random-seed|monkey|android-device-manager
2
2022-06-30T02:05:59.323Z
2,022
6
2
3
77
1
343
56
4
0
false
false
false
false
false
false
low
72,809,638
Android Studio Lint and Code Inspection not picking up VectorPath issueId
<p>I introduced a <code>vector</code> drawable that has a long path (&gt; 800 characters) in my Android app.</p> <p>However, when I perform code inspection (Code --&gt; Inspect Code) or run <code>./gradlew app:lintDebug</code> on my Android app, I do not see the <code>VectorPath</code> issue being reported in lint, eve...
I introduced a vector drawable that has a long path (> 800 characters) in my Android app. However, when I perform code inspection (Code --> Inspect Code) or run ./gradlew app:lintDebug on my Android app, I do not see the VectorPath issue being reported in lint, even though I have VectorPath enabled in lint. Static anal...
android|android-studio|android-drawable|lint|android-lint
0
2022-06-30T02:13:19.810Z
2,022
6
2
3
49
0
519
73
5
0
false
true
false
false
false
false
zero
72,809,647
Fingerprint was not saving in firebese
<p>Whenever I am trying to paste SHA-1 on fingerprint section on firebase, and clicking on save button it doesn't saves it. How can I add fingerprint or SHA-1.</p>
Whenever I am trying to paste SHA-1 on fingerprint section on firebase, and clicking on save button it doesn't saves it. How can I add fingerprint or SHA-1.
firebase|android-studio|sha1
0
2022-06-30T02:15:08.497Z
2,022
6
2
3
18
0
156
38
3
0
false
true
false
false
false
false
zero
72,809,668
Unable to Initialize DesktopLauncher After Upgrading Android Studio
<p>I upgraded Android Studio from Bumblebee to Chipmunk and now I cannot run the Desktop application, it was working before the upgrade. The Android application still runs fine on my phone, it is only the desktop that is no longer working. I also tried upgrading Gradle, but still the same problem.</p> <p>I created bran...
I upgraded Android Studio from Bumblebee to Chipmunk and now I cannot run the Desktop application, it was working before the upgrade. The Android application still runs fine on my phone, it is only the desktop that is no longer working. I also tried upgrading Gradle, but still the same problem. I created brand new LibG...
java|android-studio|libgdx
1
2022-06-30T02:19:53.043Z
2,022
6
2
3
41
1
856
67
3
1
true
false
false
false
false
false
low
72,809,762
Unable to use ReactNative Navigation (Stack) on Android project
<p>I am building a mobile application for both Android and IOS platforms using ReactNative. I am using React Navigation, <a href="https://reactnavigation.org/docs/getting-started" rel="nofollow noreferrer">https://reactnavigation.org/docs/getting-started</a> for navigating between screens. I installed the libraries run...
I am building a mobile application for both Android and IOS platforms using ReactNative. I am using React Navigation, https://reactnavigation.org/docs/getting-started for navigating between screens. I installed the libraries running the following commands. npm install @react-navigation/native npm install react-native-s...
android|react-native|react-navigation|react-navigation-stack
0
2022-06-30T02:38:39.817Z
2,022
6
2
3
210
3
585
63
4
1
true
false
false
false
false
false
zero
72,809,829
RequestPermissions isn't giving a prompt Android Studio API 32
<p>I'm working on Android Studio chipmunk using java language. I'm trying to request permission for Nearby devices. So far I have already tried the AppCompat and regular requestpermissions method but none seems to work. The app is not prompting the user to allow the device to access any of the required permissions incl...
I'm working on Android Studio chipmunk using java language. I'm trying to request permission for Nearby devices. So far I have already tried the AppCompat and regular requestpermissions method but none seems to work. The app is not prompting the user to allow the device to access any of the required permissions includi...
java|android|request|sdk|chipmunk
0
2022-06-30T02:53:12.263Z
2,022
6
2
3
146
1
461
62
5
2
true
false
false
false
false
false
zero
72,809,852
looking for a way to actively stop the scrolling of a ScrollView in Flutter
<p>The question is difficult to understand due to machine translation. Sorry.</p> <p>I am looking for a way to actively stop the scrolling of a ScrollView in Flutter.</p> <p>The action is Scroll state -&gt; multiple touches -&gt; idle scrolling I'm thinking of a flow like this.</p> <p>The Listener widget is already abl...
The question is difficult to understand due to machine translation. Sorry. I am looking for a way to actively stop the scrolling of a ScrollView in Flutter. The action is Scroll state -> multiple touches -> idle scrolling I'm thinking of a flow like this. The Listener widget is already able to acquire multiple touches ...
android|flutter|dart
0
2022-06-30T02:58:00.963Z
2,022
6
2
3
100
1
756
75
3
1
true
false
false
false
false
false
zero
72,809,860
How to disable switch's response to touch event in android compose ui?
<p>I want to turn my xml layout below to a compose code</p> <pre class="lang-xml prettyprint-override"><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; xmlns:tools=&quot;http://schemas.android.com/tools&quot;...
I want to turn my xml layout below to a compose code [CODE] Here is my compose code: [CODE] But when I use xml layout, I can disable a SwitchCompat to respond to touch event. And I can toggle the SwitchCompat by click everywhere of the LinearLayout. I try to ensure the same effect by compose. But It's not exactly the s...
android|android-jetpack-compose
0
2022-06-30T03:00:45.090Z
2,022
6
3
3
45
1
664
70
2
2
true
false
false
false
false
false
zero
72,809,928
I want to set shortcuts for "navigateBack" and "navigateForward" in Android studio on mac
<p>workbench.action.navigateBack workbench.action.navigateForward</p> <p>My personal computer is a macbook. I want to set the shortcut setting of the above command id in android studio, but I can't find it in key map. It would be helpful if you could tell me the names of these commands, how to search them, or how to se...
workbench.action.navigateBack workbench.action.navigateForward My personal computer is a macbook. I want to set the shortcut setting of the above command id in android studio, but I can't find it in key map. It would be helpful if you could tell me the names of these commands, how to search them, or how to set them.
android-studio|keyboard-shortcuts
0
2022-06-30T03:13:52.853Z
2,022
6
3
3
15
1
317
89
2
0
false
false
false
false
false
false
zero
72,809,960
why there is no such thing [create landscape variation] but a [ landscape qualifier ] in Android Studio?
<p>I new in Android , and follow[ https://developer.android.com/codelabs/android-training-layout-editor-part-b#6 ] official study . But I can find [create landscape variation] in orientation button , only can find a [ create landscape qualifier ] in somewhere else . why this happen ? A version change ?</p> <p>not fou...
I new in Android , and follow[ https://developer.android.com/codelabs/android-training-layout-editor-part-b#6 ] official study . But I can find [create landscape variation] in orientation button , only can find a [ create landscape qualifier ] in somewhere else . why this happen ? A version change ? not found pic: ente...
android|android-layout
0
2022-06-30T03:19:34.630Z
2,022
6
3
3
33
0
395
104
2
0
false
true
false
false
false
false
zero
72,809,997
How to send variable between classes while multithreading
<p><em>This a much simplified version of my multithreading project and its just a way to replicate the issue in a simpler way for easy understanding.</em></p> <p>So I have two classes startSession.java and main.java</p> <p>what I am trying to do is to send a variable from startSession.java to main.java and Im also usin...
This a much simplified version of my multithreading project and its just a way to replicate the issue in a simpler way for easy understanding. So I have two classes startSession.java and main.java what I am trying to do is to send a variable from startSession.java to main.java and Im also using multithreading. However,...
java|android|multithreading|android-multithreading
-1
2022-06-30T03:26:21.350Z
2,022
6
3
3
91
1
1,093
57
4
2
true
false
false
false
false
true
negative
72,810,054
Is it possible to setup One Signal integration via flutterFlow in a flutterFlow project?
<p>Is it possible to setup One Signal integration via flutterFlow in a flutterFlow project?. If yes, please share me the related articles for reference.Thanks</p>
Is it possible to setup One Signal integration via flutterFlow in a flutterFlow project?. If yes, please share me the related articles for reference.Thanks
android|ios|flutter|mobile|flutter-web
0
2022-06-30T03:37:28.547Z
2,022
6
3
3
55
0
155
88
5
0
false
true
false
false
false
false
zero
72,810,064
SIG 9 Crash in android
<p>I am working on an app that has 2 product flavors having different app ids. When I install both of these apks on the same device one of them starts crashing on the app open. Whichever app is being opened 2nd crashes. I am not getting any useful information in logs only this</p> <pre><code>D/XXXXXXX: ProcessId: 31258...
I am working on an app that has 2 product flavors having different app ids. When I install both of these apks on the same device one of them starts crashing on the app open. Whichever app is being opened 2nd crashes. I am not getting any useful information in logs only this [CODE] I suspected that both flavors may shar...
android|crash|runtime-error|signals|low-memory
0
2022-06-30T03:40:14.973Z
2,022
6
3
3
47
0
618
22
5
1
true
true
false
false
false
false
zero
72,810,081
Expo : com.segment.analytics.android:analytics error while submitting my app to Google Play Console
<p>I tried to upload the latest version of my app but I couldn't able to do the same because of the segment SDK version policy changes, etc. Even though the expo team says that this issue is fixed I'm facing the same error, kindly guide me if I'm doing something wrong. <a href="https://i.stack.imgur.com/8HFbl.png" rel=...
I tried to upload the latest version of my app but I couldn't able to do the same because of the segment SDK version policy changes, etc. Even though the expo team says that this issue is fixed I'm facing the same error, kindly guide me if I'm doing something wrong. Error Screenshot I tried the following actions Downgr...
android|react-native|expo|google-play|google-play-console
4
2022-06-30T03:42:29.560Z
2,022
6
3
3
1,081
2
711
99
5
2
true
false
false
false
false
false
low
72,810,095
Delphi 11.1 crash staring Foregound Service
<p>I just upgraded from Delhi 11.0 to 11.1, because of issues with Jlocation on Android 12.</p> <p>Now my App no longer works at all, on ANY version of Android.</p> <p>It crashes when the App starts the Foreground Service, looks like the 'OnCreate'. It is dead before the first log entry.</p> <p>The App starts the Servi...
I just upgraded from Delhi 11.0 to 11.1, because of issues with Jlocation on Android 12. Now my App no longer works at all, on ANY version of Android. It crashes when the App starts the Foreground Service, looks like the 'OnCreate'. It is dead before the first log entry. The App starts the Service like this: [CODE] The...
android|delphi-11-alexandria
0
2022-06-30T03:45:23.463Z
2,022
6
3
3
80
2
428
43
2
2
true
false
false
false
false
false
zero
72,810,187
appsFlyer report an Anr with IGetInstallReferrerService?
<p><a href="https://i.stack.imgur.com/4gA9U.png" rel="nofollow noreferrer">anr info image</a></p> <p>My app Integrate the appsFlyer, and addd the Google Play Install Referrer dependency;</p> <p>But there are several anr reports in firebase, like image; ah.....</p>
anr info image My app Integrate the appsFlyer, and addd the Google Play Install Referrer dependency; But there are several anr reports in firebase, like image; ah.....
android|appsflyer
0
2022-06-30T04:05:47.943Z
2,022
6
4
3
19
0
167
56
2
0
false
true
false
false
false
false
zero
72,810,291
Cannot scan BLE devices around
<p>I'm working on Android Studio chipmunk using java language. Trying to discover Bluetooth Low Energy devices. Relevant Permissions are granted to the app but it still is not discovering devices around it. mLeDevices array size being zero returning null.</p> <p>I am using Pixel 3 device to run my code with Android 12....
I'm working on Android Studio chipmunk using java language. Trying to discover Bluetooth Low Energy devices. Relevant Permissions are granted to the app but it still is not discovering devices around it. mLeDevices array size being zero returning null. I am using Pixel 3 device to run my code with Android 12. [CODE] Le...
java|android|bluetooth|sdk|bluetooth-lowenergy
0
2022-06-30T04:24:09.477Z
2,022
6
4
3
57
0
403
30
5
4
true
true
false
false
false
false
zero
72,810,329
How to perform swipe down programmatically in android
<p>Hi I want to refresh a application by swiping down programmatically (for example Facebook app) from a service running in the background. Is it possible?</p>
Hi I want to refresh a application by swiping down programmatically (for example Facebook app) from a service running in the background. Is it possible?
java|android
1
2022-06-30T04:32:03.203Z
2,022
6
4
3
38
1
152
53
2
0
false
false
false
false
false
false
low
72,810,406
How can I use proxy to HTTP traffic in android app (Android studio)
<p>I'm creating an android app with &quot;Android Studio&quot; and want to use Firebase service for login and sign up options in app. But Unfortunately firebase services are suspended in my country and it give 403 error. I want a way to use proxy for firebase in my app that users doesn't need to enable VPN for register...
I'm creating an android app with &quot;Android Studio&quot; and want to use Firebase service for login and sign up options in app. But Unfortunately firebase services are suspended in my country and it give 403 error. I want a way to use proxy for firebase in my app that users doesn't need to enable VPN for registering...
android|android-studio
0
2022-06-30T04:46:04.023Z
2,022
6
4
3
35
0
363
67
2
0
false
true
false
false
false
false
zero
72,810,443
How to hide status & navigation bars DURING popup menu? [Kotlin]
<p>This is my progress so far. The problem with this is that the status bar flashes briefly when the menu starts, and the navigation bar stays present during the menu and selection.</p> <p>Is anyone aware of how to make a popup menu display in a fullscreen application without the system bars ever showing?</p> <pre><cod...
This is my progress so far. The problem with this is that the status bar flashes briefly when the menu starts, and the navigation bar stays present during the menu and selection. Is anyone aware of how to make a popup menu display in a fullscreen application without the system bars ever showing? [CODE] XML file [CODE] ...
android|kotlin|fullscreen|statusbar|popupmenu
1
2022-06-30T04:51:39.187Z
2,022
6
4
3
76
1
331
64
5
3
true
false
false
false
false
false
low
72,810,628
Splash screen api Android white box on landscape mode
<p>I'm doing some tests in my app to take them to the others, but I have a problem implementing the splash screen api. Rather, the problem I have is with the result on the screen once I take the device to landscape mode. A white &quot;box&quot; appears at the start or end of the device. This happens in emulator as in p...
I'm doing some tests in my app to take them to the others, but I have a problem implementing the splash screen api. Rather, the problem I have is with the result on the screen once I take the device to landscape mode. A white &quot;box&quot; appears at the start or end of the device. This happens in emulator as in phys...
android|kotlin
0
2022-06-30T05:22:08.067Z
2,022
6
5
3
47
0
585
53
2
6
true
true
false
false
false
false
zero
72,810,692
How to call a composable function in onClick event
<p>This is a composable function and I want to do that when I click on cardview then article will open in android view but didn't understand how to achieve this. I also try with lamda but not got success.</p> <p>I Want to call ShowOnWebView composable function when NewsCardView(Card View) function clicked but compiler ...
This is a composable function and I want to do that when I click on cardview then article will open in android view but didn't understand how to achieve this. I also try with lamda but not got success. I Want to call ShowOnWebView composable function when NewsCardView(Card View) function clicked but compiler shows an e...
android|kotlin|android-jetpack-compose|android-jetpack|android-jetpack-compose-text
2
2022-06-30T05:30:29.760Z
2,022
6
5
3
552
1
578
50
5
2
true
false
false
false
false
false
low
72,810,778
smartbanner.js breaking all Angular unit tests
<p>iOS smart app banners have proven impractical in my Angular SPA. So, I've opted for a 3rd party library, ain/smartbanner.js: <a href="https://github.com/ain/smartbanner.js" rel="nofollow noreferrer">https://github.com/ain/smartbanner.js</a></p> <p>Unfortunately, this breaks all of my unit tests with the following me...
iOS smart app banners have proven impractical in my Angular SPA. So, I've opted for a 3rd party library, ain/smartbanner.js: https://github.com/ain/smartbanner.js Unfortunately, this breaks all of my unit tests with the following message: Error: No options detected. Please consult documentation. The setup instructions ...
javascript|android|ios|angular|typescript
0
2022-06-30T05:40:38.477Z
2,022
6
5
3
27
0
962
46
5
2
true
true
false
false
false
false
zero
72,810,794
EditText event for suggestion strip when tapping on copied item
<p>Using <code>ViewCompat.setOnReceiveContentListener()</code> does not receive anything when tapping an item in the strip.</p>
Using ViewCompat.setOnReceiveContentListener() does not receive anything when tapping an item in the strip.
android|android-edittext
0
2022-06-30T05:42:39.837Z
2,022
6
5
3
14
0
107
63
2
0
false
true
false
false
false
false
zero
72,810,808
I want to test apk on simulator also, how to include simulator(intel) architecture to build process
<p>We want to test apk files on simulators. But the problem is we cannot install it on simulators running on intel machines. How to include intel(x86) architecture to build process.</p>
We want to test apk files on simulators. But the problem is we cannot install it on simulators running on intel machines. How to include intel(x86) architecture to build process.
android|flutter|x86|apk|simulator
0
2022-06-30T05:44:29.870Z
2,022
6
5
3
29
1
178
99
5
0
false
false
false
false
false
false
zero
72,810,850
AppAuth-Android - Response state param did not match request state
<p>Recently we tried to update the <a href="https://github.com/openid/AppAuth-Android" rel="nofollow noreferrer">AppAuth-Android</a> version used on our project from version 0.5.1.5 to 0.11.1. When successfully login from the browser and come back to the app, there is error data and we can't continue the process.</p> <...
Recently we tried to update the AppAuth-Android version used on our project from version 0.5.1.5 to 0.11.1. When successfully login from the browser and come back to the app, there is error data and we can't continue the process. This is how we request: [CODE] On authorization completed, the responseData has error data...
android|authentication|oauth-2.0|openid
2
2022-06-30T05:48:55.580Z
2,022
6
5
3
65
0
818
66
4
1
true
true
false
false
false
false
low
72,810,861
Ant media whiteboard is not printing anything on canvas in a android phone browser
<p>I am using antmedia webrtc whiteboard feature in my angular web application. I open my app in chrome in android phone and tries to write through pencil on canvas of whiteboard through my thumb but it dose not printing anything. PLease tell me how to make it supportable in android phone browser.</p>
I am using antmedia webrtc whiteboard feature in my angular web application. I open my app in chrome in android phone and tries to write through pencil on canvas of whiteboard through my thumb but it dose not printing anything. PLease tell me how to make it supportable in android phone browser.
javascript|android|canvas|ant-media-server|whiteboard
0
2022-06-30T05:50:33.887Z
2,022
6
5
3
24
0
295
82
5
0
false
true
false
false
false
false
zero
72,810,994
react-native can't install any libraries :compileDebugAidl
<p>I can't install any libraries on my react-native project</p> <p>here is an example error after installing react-native-async-storage:</p> <pre><code> npx react-native run-android </code></pre> <ul> <li>What went wrong: Could not determine the dependencies of task ':react-native-async-storage_async-storage:compileDe...
I can't install any libraries on my react-native project here is an example error after installing react-native-async-storage: [CODE] What went wrong: Could not determine the dependencies of task ':react-native-async-storage_async-storage:compileDebugAidl'. Could not resolve all task dependencies for configuration ':re...
android|react-native|kotlin|ubuntu
0
2022-06-30T06:06:09.343Z
2,022
6
6
3
33
0
1,821
58
4
2
true
true
false
false
false
false
zero
72,811,015
How to rotate ImageView to current angle?
<p><a href="https://i.stack.imgur.com/k7ktB.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/k7ktB.png" alt="enter image description here" /></a></p> <p>How to rotate ImageView to current angle?</p>
How to rotate ImageView to current angle?
android
0
2022-06-30T06:08:38.023Z
2,022
6
6
3
32
0
41
41
1
0
false
true
false
false
false
false
zero
72,811,050
How to get ParcelableExtra from RecyclerView
<p>I had one learning project that require RecyclerView item to send his detailed data to another activity with getParcelableExtra, my problem is when I clicked the item, the data is null on detailsActivity then I check it with the log.d, and yes it's null. any solution ;</p> <p>here's the code main activity</p> <pre><...
I had one learning project that require RecyclerView item to send his detailed data to another activity with getParcelableExtra, my problem is when I clicked the item, the data is null on detailsActivity then I check it with the log.d, and yes it's null. any solution ; here's the code main activity [CODE] here's the ad...
android|android-studio|kotlin|android-recyclerview|parcelable
0
2022-06-30T06:12:08.500Z
2,022
6
6
3
62
3
471
44
5
5
true
false
false
false
false
false
zero
72,811,068
Is there any way to set TTL (expiration) for Room record in Android?
<p>I'm trying to implement an offline cache using Room instead of OkHttp Cache. The cache result of each request is only valid for short time like 30 mins.</p> <p>Here is the flow:</p> <ol> <li>The app first load data from database</li> <li>If the data is available and not expired, display it to user. If not:</li> <li>...
I'm trying to implement an offline cache using Room instead of OkHttp Cache. The cache result of each request is only valid for short time like 30 mins. Here is the flow: The app first load data from database If the data is available and not expired, display it to user. If not: Load data from API Refresh cache with new...
android|android-room
1
2022-06-30T06:13:59.350Z
2,022
6
6
3
75
1
351
68
2
0
false
false
false
false
false
false
low
72,811,074
How to compare a string column of firestore with a arraylist?
<p>I have a string column in firestore document :</p> <pre><code>String display = &quot;Date, Day, Weather, Battery&quot;; </code></pre> <p>Now I have a :</p> <pre><code>arraylist&lt;String&gt; = &quot;Date, Weather&quot;; </code></pre> <p>Now i want to get all documents from firestore where display contains any item f...
I have a string column in firestore document : [CODE] Now I have a : [CODE] Now i want to get all documents from firestore where display contains any item from arraylist. Can somebody tell, how can i do it ?
java|android|firebase|google-cloud-firestore
0
2022-06-30T06:14:34.470Z
2,022
6
6
3
35
0
207
61
4
2
true
true
false
false
false
false
zero
72,811,175
Android WebView cache only images and reload images from cache
<p>I want to load WebView from network but if it contain any images, I want to cache them and on reload, load them from cache.</p> <p>I got many solutions but many of those are <strong>deprecated or not working</strong>. At <a href="https://developer.android.com/reference/android/webkit/WebSettings" rel="nofollow noref...
I want to load WebView from network but if it contain any images, I want to cache them and on reload, load them from cache. I got many solutions but many of those are deprecated or not working . At Android doc I found these four settings LOAD_DEFAULT LOAD_CACHE_ELSE_NETWORK LOAD_NO_CACHE LOAD_CACHE_ONLY But none of the...
android|caching|webview
1
2022-06-30T06:27:44.383Z
2,022
6
6
3
46
0
349
62
3
0
false
true
false
false
false
false
low
72,811,313
Android studio - Bluetooth application for broadcast and receiving data
<p>I am currently working on a project where I need to create an application for Android which will show data from a vehicle and also will be able to broadcast commands to CAN bus. I got the thing working if I only use one activity/screen, but when I started to register more data I decided to open new activity where I ...
I am currently working on a project where I need to create an application for Android which will show data from a vehicle and also will be able to broadcast commands to CAN bus. I got the thing working if I only use one activity/screen, but when I started to register more data I decided to open new activity where I wou...
android|bluetooth|esp32
0
2022-06-30T06:43:11.263Z
2,022
6
6
3
29
0
724
71
3
0
false
true
false
false
false
false
zero
72,811,317
Can not extract resource from com.android.aaptcompiler.ParsedResource@f3ad3a0
<p>I was just trying to run my project after adding a progress bar to it(which was done successfully) but now whenever I tried to run the project it shows an error like this: <code>Can not extract resource from com.android.aaptcompiler.ParsedResource@17ebfcf.</code> I tried to clean and rebuild project, along with inva...
I was just trying to run my project after adding a progress bar to it(which was done successfully) but now whenever I tried to run the project it shows an error like this: Can not extract resource from com.android.aaptcompiler.ParsedResource@17ebfcf. I tried to clean and rebuild project, along with invalidating the cac...
android|android-studio|kotlin
0
2022-06-30T06:43:30.770Z
2,022
6
6
3
605
1
844
77
3
0
false
false
false
false
false
false
zero
72,811,324
android studio do not show system images file for create emulator
<p>I am using Bumblebee version of Android Studio,<a href="https://i.stack.imgur.com/gKPSC.jpg" rel="nofollow noreferrer">when I want to create a new emulator with Android 11, it does not show anything in the list for download.</a></p> <p><a href="https://i.stack.imgur.com/G8TuY.jpg" rel="nofollow noreferrer">I think t...
I am using Bumblebee version of Android Studio, when I want to create a new emulator with Android 11, it does not show anything in the list for download. I think the problem is with the following repositories, they may be deprecated, but I can not find a replacement for them Thank you .
android|android-studio|android-emulator
0
2022-06-30T06:44:08.383Z
2,022
6
6
3
20
0
287
65
3
0
false
true
false
false
false
false
zero
72,811,333
Create timestamp for image captured by camera android return blank
<p>I try to create timestamp when user capture image from camera in android studio (java)</p> <p>this is my code</p> <pre><code> Bitmap src = BitmapFactory.decodeFile(new File(imagePath).getAbsolutePath()); Matrix matrix = new Matrix(); // I'm not using this matrix.postRot...
I try to create timestamp when user capture image from camera in android studio (java) this is my code [CODE] The code above can write current date in top-left, but give blank (transparant) image. I expected the result is like original image, have timestamp, and in new image file. But image result is rotate 90° and bla...
java|android|android-studio
0
2022-06-30T06:44:50.867Z
2,022
6
6
3
18
0
350
66
3
1
true
true
false
false
false
false
zero
72,811,373
How to return multiple arguments when popUntil?
<pre><code>Navigator.popUntil(context, (route) =&gt; route.isFirst); </code></pre> <p>I try this back transition this. I wanna get bool argument at the same time.</p> <pre><code>class Position { Position(bool isFirst, bool value); } Navigator.popUntil(context, ((route) { return Position(route.isFirst, true); })); ...
[CODE] I try this back transition this. I wanna get bool argument at the same time. [CODE] I tried this, but I got error. [CODE] How can I do?
android|ios|flutter|dart
0
2022-06-30T06:47:33.497Z
2,022
6
6
3
44
2
142
47
4
3
true
false
false
false
false
false
zero
72,811,466
two mp3 file playing same time...? and white screen appearing for 5 secend by using onback and onpaused then screen become normal
<p>I am trying to make a soundboard app but facing a problem and want know 2 things...</p> <p>Problem that facing...</p> <ol> <li>I am using onbackpressed and onpause so that if any music was playing it should stop and not play in background...but when i press back it give a white screen for 3-5 second and start main a...
I am trying to make a soundboard app but facing a problem and want know 2 things... Problem that facing... I am using onbackpressed and onpause so that if any music was playing it should stop and not play in background...but when i press back it give a white screen for 3-5 second and start main activity...also when i m...
java|android|android-studio|mp3
0
2022-06-30T06:56:38.270Z
2,022
6
6
3
20
1
651
129
4
1
true
false
false
false
false
false
zero
72,811,542
SSL handshake exception despite custom X509TrustManager
<p>I have been using the approach with a custom trust manager to avoid SSL handshake exceptions</p> <pre><code>static { try { SSLContext ctx = SSLContext.getInstance(&quot;TLS&quot;); ctx.init(null, new TrustManager[]{ new X509TrustManager() { ...
I have been using the approach with a custom trust manager to avoid SSL handshake exceptions [CODE] and then using JSoup to get the page contents: [CODE] But recently I ran against an url on which that approach didn't work. http://feeds.dzone.com/link/18931/15381195/what-are-microservices-2 I got that exception again I...
android|ssl|https|ssl-certificate|sslhandshakeexception
-1
2022-06-30T07:03:34.447Z
2,022
6
7
3
71
1
1,095
55
5
3
true
false
false
false
false
true
negative
72,811,551
How to avoid error while running mobile tests: Original error: socket hang up
<p>I have android tests which are running through jenkins on appium docker image, but everytime causes this error:</p> <pre><code>Original error: Could not proxy command to the remote server. Original error: socket hang up </code></pre> <p>What i tried:</p> <ol> <li>Updated all binaries and appium version</li> <li>Impl...
I have android tests which are running through jenkins on appium docker image, but everytime causes this error: [CODE] What i tried: Updated all binaries and appium version Implemented dynamic port change Implemented listener to quit/close app Don't know what causes it and what to do.
java|android|appium
1
2022-06-30T07:04:13.707Z
2,022
6
7
3
81
0
285
77
3
1
true
true
false
false
false
false
low
72,811,566
java.security.spec.InvalidKeySpecException: java.lang.RuntimeException: error:0c0000be:ASN.1 encoding routines:OPENSSL_internal:WRONG_TAG
<p>I am implementing revenue monster sdk in my android kotlin project. This is the sdk github repo link-&gt;</p> <blockquote> <p><a href="https://github.com/RevenueMonster/rm-kotlin-sdk" rel="nofollow noreferrer">https://github.com/RevenueMonster/rm-kotlin-sdk</a></p> </blockquote> <p>This is my code in main activity.<...
I am implementing revenue monster sdk in my android kotlin project. This is the sdk github repo link-> https://github.com/RevenueMonster/rm-kotlin-sdk This is my code in main activity. [CODE] Currenlty i am getting this error -> java.security.spec.InvalidKeySpecException: java.lang.RuntimeException: error:0c0000be:ASN....
java|android|kotlin
1
2022-06-30T07:04:54.750Z
2,022
6
7
3
57
0
552
137
3
1
true
true
false
false
false
false
low
72,811,578
How to Integrate Samsung Knox SDK with your Enterprise Android Application
<p>I am not able to figure out how to integrate Samsung Knox SDK with the android application to take control of Android devices through it. Knox Documentation is being too complex for me unable to figure out how to do it, can anyone please guide me through the same.</p> <p>also, each and every sample application provi...
I am not able to figure out how to integrate Samsung Knox SDK with the android application to take control of Android devices through it. Knox Documentation is being too complex for me unable to figure out how to do it, can anyone please guide me through the same. also, each and every sample application provided by Sam...
java|android|android-studio|sdk|samsung-knox
0
2022-06-30T07:05:54.057Z
2,022
6
7
3
102
1
1,899
74
5
0
false
false
false
false
false
false
zero
72,811,609
Why we are able to redefine the system/ framework level of permission in any android app?
<p>I am trying to define a signature level permission in framework/base/core/res/AndroidManifest.xml as there is already so much permission that is already defined. I thought of if I will define it here so that any other app can't redefine that same permission in their apps. Even I am able to redefine <code>&quot;andro...
I am trying to define a signature level permission in framework/base/core/res/AndroidManifest.xml as there is already so much permission that is already defined. I thought of if I will define it here so that any other app can't redefine that same permission in their apps. Even I am able to redefine &quot;android.permis...
android|android-studio|android-permissions|android-source
1
2022-06-30T07:09:03.343Z
2,022
6
7
3
73
0
1,429
89
4
1
true
true
false
false
false
false
low
72,811,662
How do I insert text into the datePicker?
<p>I need to insert text into the native Android <code>DatePicker</code>. How do I do this?</p> <p>Here is my layout code:</p> <pre><code>&lt;TableLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; android:layout_width=&quot;700px&quot; android:layout_height=&quot;300px&quot; androi...
I need to insert text into the native Android DatePicker . How do I do this? Here is my layout code: [CODE] The final effect to be achieved is this:
java|android|xml|datepicker
0
2022-06-30T07:12:52.557Z
2,022
6
7
3
40
1
148
41
4
1
true
false
false
false
false
false
zero
72,811,721
How to specify a keyboard language in Android Compose
<p>I'm coding an app in Android Compose. I have a TextField with text in known language, say German. When a user taps the TextField, the keyboard pops up. I want the keyboard to pop up preset with German language (given it is present on the phone) to save the user few taps. How can I do it?</p>
I'm coding an app in Android Compose. I have a TextField with text in known language, say German. When a user taps the TextField, the keyboard pops up. I want the keyboard to pop up preset with German language (given it is present on the phone) to save the user few taps. How can I do it?
android-jetpack-compose|android-softkeyboard|android-input-method
0
2022-06-30T07:17:23.480Z
2,022
6
7
3
51
1
288
53
3
0
false
false
false
false
false
false
zero
72,811,817
How can I use com.github.barteksc:android-pdf-viewer in a tv app?
<p>Getting Failed to resolve: com.github.barteksc:android-pdf-viewer:3.2.0-beta.1 when trying to add the package as an dependency. Also tried to add jCentre as repository but that didn't work.</p> <p>Suggestion of any other packages would be fine too.</p> <p>project level gradle -</p> <pre><code>// Top-level build file...
Getting Failed to resolve: com.github.barteksc:android-pdf-viewer:3.2.0-beta.1 when trying to add the package as an dependency. Also tried to add jCentre as repository but that didn't work. Suggestion of any other packages would be fine too. project level gradle - [CODE] Module level gradle - [CODE] settings.gradle - [...
android|pdf|android-tv|pdf-viewer
1
2022-06-30T07:25:48.017Z
2,022
6
7
3
91
0
343
65
4
3
true
true
false
false
false
false
low
72,811,891
Unable to toggle switch to on mode in List View in android studio
<p>I am Using <code>ListView</code> to fetch the names from the database and while the user clicks on the switch it has to move to next activity using Intent which I have given using <code>onClickListener</code>, but the switch doesn't change to on mode when I click it. I am able to move to next activity and see the te...
I am Using ListView to fetch the names from the database and while the user clicks on the switch it has to move to next activity using Intent which I have given using onClickListener , but the switch doesn't change to on mode when I click it. I am able to move to next activity and see the textviews which I am sending, ...
java|sql|android-studio|listview|android-listview
0
2022-06-30T07:31:50.017Z
2,022
6
7
3
51
1
445
65
5
2
true
false
false
false
false
false
zero
72,811,948
How To Run Multiple File Feature Automation Testing Using Behave On The Command Terminal
<p>For an example, I have created some feature for automation testing using Behave <code>login_account.feature</code> and <code>choose_product.feature</code>. To run on a single feature, I use this command on the terminal <code>behave -f behave_html_formatter:HTMLFormatter -i login_account.feature</code>.</p> <p>I want...
For an example, I have created some feature for automation testing using Behave login_account.feature and choose_product.feature . To run on a single feature, I use this command on the terminal behave -f behave_html_formatter:HTMLFormatter -i login_account.feature . I want to run on multiple feature login_account.featu...
automated-tests|appium|appium-android|python-behave|python-appium
3
2022-06-30T07:36:50.137Z
2,022
6
7
3
47
1
516
88
5
0
false
false
false
false
false
false
low
72,812,085
Ctrl +c and Ctrl +v is not working in android studio
<p>I am able to copy text from other programs and paste it to Android Studio. I am able to right click and copy selected text. I am able to cut text and paste it using shortcut. But while using shortcut Ctrl + C to copy text I am often unable to copy. This is very annoying problem. Does anyone here knows how to solve i...
I am able to copy text from other programs and paste it to Android Studio. I am able to right click and copy selected text. I am able to cut text and paste it using shortcut. But while using shortcut Ctrl + C to copy text I am often unable to copy. This is very annoying problem. Does anyone here knows how to solve it?
java|android|copy
-2
2022-06-30T07:49:19.157Z
2,022
6
7
3
78
2
319
52
3
0
false
false
false
false
false
true
negative
72,812,110
How to debug a website in Android Studio?
<p>I've suspected for a while that my website doesn't work on Android WebView. Trying to debug this, I've installed Android Studio, and fired up some emulators. Sure enough, my website does not behave properly when viewed in WebView in the emulator.</p> <p>But, I'm not an app developer, and I've never used Android Stud...
I've suspected for a while that my website doesn't work on Android WebView. Trying to debug this, I've installed Android Studio, and fired up some emulators. Sure enough, my website does not behave properly when viewed in WebView in the emulator. But, I'm not an app developer, and I've never used Android Studio before....
android-studio|android-webview
0
2022-06-30T07:51:13.773Z
2,022
6
7
3
21
0
656
41
2
0
false
true
false
false
false
false
zero
72,812,112
Android Nearby Share supported regions
<p>Why it is mentioned that 'This feature may not yet work in your region.' on the <a href="https://support.google.com/files/answer/10514188?hl=en#zippy=%2Csend-files-or-apps" rel="nofollow noreferrer">NearBy Share support page</a> (<a href="https://i.stack.imgur.com/d675E.png" rel="nofollow noreferrer">Screenshot</a>)...
Why it is mentioned that 'This feature may not yet work in your region.' on the NearBy Share support page ( Screenshot ) for Android? Do we have the list of regions that do not support NearBy share in Android devices?
android|share|google-nearby
0
2022-06-30T07:51:21.927Z
2,022
6
7
3
19
0
217
38
3
0
false
true
false
false
false
false
zero
72,812,165
Get Url from other apps android Studio
<p>Get Url from other sources/apps. like when you click share button on YouTube you see a bunch of apps.</p> <p>How can I implement this ability in my app .</p> <p>Example - open url with x app .</p> <p>I have searched on internet but found nothing .</p>
Get Url from other sources/apps. like when you click share button on YouTube you see a bunch of apps. How can I implement this ability in my app . Example - open url with x app . I have searched on internet but found nothing .
java|android
0
2022-06-30T07:54:47.513Z
2,022
6
7
3
46
2
226
38
2
0
false
false
false
false
false
false
zero
72,812,197
Improving Time Efficiency on two custom List in KOTLIN
<p>There are two lists:</p> <pre><code>val listA:List&lt;Amodel&gt; val listB:List&lt;Int&gt; data class Amodel(val id:Int,var isUsed:Boolean=false) </code></pre> <blockquote> <p>Need to update listA isUsed =true based on the int id of the listB</p> <p>What I'm doing now:</p> </blockquote> <pre><code>listB.foreach()...
There are two lists: [CODE] Need to update listA isUsed =true based on the int id of the listB What I'm doing now: [CODE] any GOOD solution. Note list size is 500k+ for simulation
android|list|performance|kotlin|time-complexity
0
2022-06-30T07:56:52.540Z
2,022
6
7
3
52
4
179
54
5
2
true
false
false
false
false
false
zero
72,812,200
How to use real time kinematics(RTK) with arcore?
<p>Android uses device GPS and Visual Positioning System to improve accuracy. But I would like to use an RTK device for improved location.</p>
Android uses device GPS and Visual Positioning System to improve accuracy. But I would like to use an RTK device for improved location.
android|kotlin|augmented-reality|android-augmented-reality
0
2022-06-30T07:57:03.723Z
2,022
6
7
3
17
0
135
49
4
0
false
true
false
false
false
false
zero
72,812,235
Samsung Android 12: application is started in background during the install
<p>On Samsung devices with Android 12, the application is started in the background during the installation. On our application, this behavior leads to an issue when the application is installed using a Firebase Dynamic Link, i.e. the user doesn’t have the app installed and access a dynamic link that opens the Google P...
On Samsung devices with Android 12, the application is started in the background during the installation. On our application, this behavior leads to an issue when the application is installed using a Firebase Dynamic Link, i.e. the user doesn’t have the app installed and access a dynamic link that opens the Google Play...
android|samsung-mobile|android-12
0
2022-06-30T08:00:06.010Z
2,022
6
8
3
46
0
591
75
3
0
false
true
false
false
false
false
zero
72,812,293
Is it currently possible to read the inbox of RCS messages?
<p>i'am currently developing a Flutter application for Android, and i found myself in need of reading RCS messages received through Google Messages. I have already spent some time searching for an answer on Google, but sadly with no result.</p> <p>So the question is, is it currently possible to read inbox of RCS messag...
i'am currently developing a Flutter application for Android, and i found myself in need of reading RCS messages received through Google Messages. I have already spent some time searching for an answer on Google, but sadly with no result. So the question is, is it currently possible to read inbox of RCS messages at all,...
android|flutter|kotlin|ims|rich-comm-service
0
2022-06-30T08:05:26.443Z
2,022
6
8
3
58
1
426
59
5
0
false
false
false
false
false
false
zero
72,812,307
Flutter Failed to transform lifecycle-common-java8-2.2.0.jar
<p>Flutter is failing build for one single project, the same project is working fine on other team members, and I am able to run other projects on my machine too.</p> <p>Tried flutter pub cache repair, dart pub cache repair, cleaning the project, recloning, invalidating the cache from android studio. Nothing worked. Ha...
Flutter is failing build for one single project, the same project is working fine on other team members, and I am able to run other projects on my machine too. Tried flutter pub cache repair, dart pub cache repair, cleaning the project, recloning, invalidating the cache from android studio. Nothing worked. Has anyone f...
android|flutter|gradle
0
2022-06-30T08:06:44.557Z
2,022
6
8
3
20
0
973
60
3
0
false
true
false
false
false
false
zero
72,812,406
How to create custom Maps IconGenerator stroke and corners?
<p>I need to create icons for markers something similar to Google Fit kilometers markers while running. I found that we can make info window like icons by using IconGenerator but we can barely customize it. I need to it to the IconGenerat'ed marker stroke and make angles more rounded. Can you help me with that?</p> <pr...
I need to create icons for markers something similar to Google Fit kilometers markers while running. I found that we can make info window like icons by using IconGenerator but we can barely customize it. I need to it to the IconGenerat'ed marker stroke and make angles more rounded. Can you help me with that? [CODE] Res...
android|maps
0
2022-06-30T08:14:43.877Z
2,022
6
8
3
21
0
336
59
2
1
true
true
false
false
false
false
zero
72,812,487
Issue :- Two click counters interacting with each other
<p>I have 5 buttons and 2 menu button:</p> <ol> <li>First list</li> </ol> <ul> <li>back,</li> <li>random,</li> <li>next</li> </ul> <ol start="2"> <li>Second list</li> </ol> <ul> <li>copy,</li> <li>share,</li> <li>first quote,</li> <li>latest quote</li> </ul> <p>The menu buttons are the first quote and the latest quote<...
I have 5 buttons and 2 menu button: First list back, random, next Second list copy, share, first quote, latest quote The menu buttons are the first quote and the latest quote In the first list of buttons, I have added a counter of 10, which means after 10 clicks the interstitial ad should be shown. In the second list o...
java|android|counter
1
2022-06-30T08:21:00.557Z
2,022
6
8
3
46
1
763
55
3
2
true
false
false
false
false
false
low
72,812,525
flutter data table with the right element
<p>below there is a part where it is bold , i need to make the row to work with future build as specified below</p> <pre><code>Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: const Text(' '), ), body: SizedBox( width: MediaQuery.of(context).size.width, child: ...
below there is a part where it is bold , i need to make the row to work with future build as specified below [CODE] it returns red screen , how can i fix this ?anyone? any ideas? below is the error text Failed assertion: line 401 pos 15: '!rows.any((DataRow row) => row.cells.length != columns.length)': is not true.
android|flutter|android-studio|flutter-layout
0
2022-06-30T08:24:25.690Z
2,022
6
8
3
33
1
316
41
4
1
true
false
false
false
false
false
zero
72,812,541
appium just flashes white Screen and does not open the app
<p>I am facing a strange issue, appium just flashes white Screen and does not open the app and if i keep the app open manually in the emulator it works. This issue just happen all of sudden.</p> <p>My Observations on this issue. ( Not aware how to resolve this )</p> <ul> <li>it happens only for few apps like Telegram</...
I am facing a strange issue, appium just flashes white Screen and does not open the app and if i keep the app open manually in the emulator it works. This issue just happen all of sudden. My Observations on this issue. ( Not aware how to resolve this ) it happens only for few apps like Telegram in the appium logs i don...
appium|appium-android
1
2022-06-30T08:26:12.937Z
2,022
6
8
3
35
1
852
58
2
0
false
false
false
false
false
false
low
72,812,610
how can i display object data in flutter?
<p>Thanks for open my question, i'll post my code first, then i'll put the question below it.</p> <p>ResultData class</p> <pre><code>ResultData resultDataFromMap(String str) =&gt; ResultData.fromMap(json.decode(str)); String resultDataToMap(ResultData data) =&gt; json.encode(data.toMap()); class ResultData { Re...
Thanks for open my question, i'll post my code first, then i'll put the question below it. ResultData class [CODE] searchRequest [CODE] Response i get from API : [CODE] The Question is = how can i store the response data into Resultdata and result class?, and how can i display them using futurebuilder listview? i reall...
android|flutter
0
2022-06-30T08:31:15.483Z
2,022
6
8
3
46
3
386
41
2
3
true
false
false
false
false
false
zero
72,812,784
Android layout with fixed size in cm / inches
<p>What can be used to make sure the container will always be the same size in cm / inches when developing in android studio?</p> <p>I need it to be centered in the middle of the screen regardless of what phone/tablet is running on so that the element in the middle is same height/length.</p> <p>Thanks!</p>
What can be used to make sure the container will always be the same size in cm / inches when developing in android studio? I need it to be centered in the middle of the screen regardless of what phone/tablet is running on so that the element in the middle is same height/length. Thanks!
android|android-layout
0
2022-06-30T08:43:59.607Z
2,022
6
8
3
28
1
286
45
2
0
false
false
false
false
false
false
zero
72,812,809
Apk cannot be promoted from internal testing to production because of unrelated crash found in pre-launch report
<p>Google play rejected our updated apk, with the pre-launch report saying:</p> <blockquote> <p>Crashes and ANRs</p> <p>Issue 1 of 1 Detected on 1 device during testing</p> </blockquote> <p>I'm puzzled by the rejection as the crash does not seem to relate to my app, but concerns <code>com.google.android.googlequicksear...
Google play rejected our updated apk, with the pre-launch report saying: Crashes and ANRs Issue 1 of 1 Detected on 1 device during testing I'm puzzled by the rejection as the crash does not seem to relate to my app, but concerns com.google.android.googlequicksearchbox , as stack trace shows: [CODE] The device listed by...
android|google-play|apk|google-play-console
2
2022-06-30T08:45:56.483Z
2,022
6
8
3
144
0
431
112
4
1
true
true
false
false
false
false
low
72,812,884
* What went wrong: Execution failed for task ':expo-modules-core:compileDebugKotlin'
<p>I'm using expo, There's no error when i trycompiling on android studio. then i did an <code>expo run:android</code> on running my app . but i got this error:</p> <pre><code>* What went wrong: Execution failed for task ':expo-modules-core:compileDebugKotlin'. </code></pre> <p>Does anyone has an idea on this one? Than...
I'm using expo, There's no error when i trycompiling on android studio. then i did an expo run:android on running my app . but i got this error: [CODE] Does anyone has an idea on this one? Thank you so much in advance
android|react-native|expo|expo-core-modules
0
2022-06-30T08:50:35.307Z
2,022
6
8
3
130
0
217
84
4
1
true
true
false
false
false
false
zero
72,812,912
Network scanning with vendor detection - Is it still possible in Android 11?
<p>What would be the best way in Android 11 to go about creating a network scanner that allows me to be able to detect a specific device is in the network so that I can communicate with it?</p> <p>With Android 11+ changes there's been a bunch of restrictions around the MAC addresses and thus it seems to be impossible t...
What would be the best way in Android 11 to go about creating a network scanner that allows me to be able to detect a specific device is in the network so that I can communicate with it? With Android 11+ changes there's been a bunch of restrictions around the MAC addresses and thus it seems to be impossible to to find ...
android|mac-address|android-11
0
2022-06-30T08:52:20.030Z
2,022
6
8
3
45
0
653
76
3
0
false
true
false
false
false
false
zero
72,813,036
Update location every seconds with the help of workmanager
<p>I am working on tracking app where i get the location update in background mode from gps. I have search on google i found that <strong>Android 12 - Foreground service launch restrictions</strong>. So you have use Work manager insted of foreground intentService.</p> <p>And <strong>workManager minimum limit is 15 mi...
I am working on tracking app where i get the location update in background mode from gps. I have search on google i found that Android 12 - Foreground service launch restrictions . So you have use Work manager insted of foreground intentService. And workManager minimum limit is 15 minutues for WorkManager Periodicity. ...
android|gps|location|android-workmanager|foreground-service
1
2022-06-30T09:00:43.883Z
2,022
6
9
3
278
1
451
58
5
0
false
false
false
false
false
false
low