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
73,700,961
Can I add AAR file from flutter build in Android Project?
<p>When I try to add the Flutter app to the Existing Android app I follow <a href="https://docs.flutter.dev/development/add-to-app" rel="nofollow noreferrer">https://docs.flutter.dev/development/add-to-app</a>. But this way needs the module folder to add to Existing App. Can I use the AAR file from the Flutter building...
When I try to add the Flutter app to the Existing Android app I follow https://docs.flutter.dev/development/add-to-app . But this way needs the module folder to add to Existing App. Can I use the AAR file from the Flutter building for Android existing app? Or is there any other way to do the same?
android|flutter|module|aar
1
2022-09-13T09:55:25.273Z
2,022
9
9
1
22
0
298
57
4
0
false
true
false
false
false
false
low
73,701,048
Republish Android App which is made private
<p>My app was publicly available but in experimenting something have now hosted it as private. I am not getting steps to again publish the app so that its publicly available. Can someone please help</p>
My app was publicly available but in experimenting something have now hosted it as private. I am not getting steps to again publish the app so that its publicly available. Can someone please help
android|google-play-console
0
2022-09-13T10:02:06.993Z
2,022
9
10
1
35
0
195
43
2
0
false
true
false
false
false
false
zero
73,701,057
Android Manifest - Facebook Common
<p>I have a perfectly running Android Project and Now after a month now I am trying to build the project it gives me errors on Android Manifest merger errors.</p> <p>Please guide me on what I am doing wrong.</p> <p>Error Message: [1]: <a href="https://i.stack.imgur.com/LuxlJ.png" rel="nofollow noreferrer">https://i.sta...
I have a perfectly running Android Project and Now after a month now I am trying to build the project it gives me errors on Android Manifest merger errors. Please guide me on what I am doing wrong. Error Message: [1]: https://i.stack.imgur.com/LuxlJ.png
android|facebook|android-manifest
0
2022-09-13T10:02:56.667Z
2,022
9
10
1
24
1
253
34
3
0
false
false
false
false
false
false
zero
73,701,076
Flutter app log the user out after updating from google play
<p>I have a flutter app that store the user login data in SharedPreferences. Once the user enters his details, the details are stored in SharedPreferences and the app communicates to a web API depending on his credentials. The next time the user starts the app he doesn't need to sign in again and directly taken to the ...
I have a flutter app that store the user login data in SharedPreferences. Once the user enters his details, the details are stored in SharedPreferences and the app communicates to a web API depending on his credentials. The next time the user starts the app he doesn't need to sign in again and directly taken to the hom...
android|flutter|dart|google-play|google-play-console
0
2022-09-13T10:04:39.547Z
2,022
9
10
1
38
0
718
60
5
0
false
true
false
false
false
false
zero
73,701,166
How to disable tab switching on tab press?
<p>I am using <code>react-native-tab-view</code> for tabs. now i have a very strange use case that i don't want user to traverse to other tabs by clicking on the tab i.e on tab press.</p> <p>I want to use custom buttons on each tab to traverse back and forth.</p>
I am using react-native-tab-view for tabs. now i have a very strange use case that i don't want user to traverse to other tabs by clicking on the tab i.e on tab press. I want to use custom buttons on each tab to traverse back and forth.
android|ios|reactjs|react-native|cross-platform
0
2022-09-13T10:11:01.620Z
2,022
9
10
1
30
1
236
42
5
0
false
false
false
false
false
false
zero
73,701,205
How can I create a instance of TextStyle based MaterialTheme.typography.body2 and Color.Red when I use Jetpack Compose?
<p>I know I can use Code A to create a instance of <code>TextStyle</code> with <code>color</code>, <code>fontFamily</code> and etc.</p> <p>Now I hope to get a instance of <code>TextStyle</code> based <code>MaterialTheme.typography.body2</code>, and I hope that the style has customized color <code>Red</code>.</p> <p>How...
I know I can use Code A to create a instance of TextStyle with color , fontFamily and etc. Now I hope to get a instance of TextStyle based MaterialTheme.typography.body2 , and I hope that the style has customized color Red . How can I do? BTW, Code B is wrong. Code A [CODE] Code B [CODE]
android|android-jetpack-compose
0
2022-09-13T10:13:48.237Z
2,022
9
10
1
24
1
288
119
2
2
true
false
false
false
false
false
zero
73,701,326
Does the TestNavHostController create the fragments?
<p>I try to explain my issue:</p> <p>I have three fragment in my scenario:</p> <ul> <li><p>FragmenA the app homeview on a navigation graph: <strong>nav_graphA</strong>;</p> </li> <li><p>FragmentB and FragmentC on an app feature on its <strong>nav_graphB</strong>.</p> </li> </ul> <p>I'm wrinting an instrumentation tests...
I try to explain my issue: I have three fragment in my scenario: FragmenA the app homeview on a navigation graph: nav_graphA ; FragmentB and FragmentC on an app feature on its nav_graphB . I'm wrinting an instrumentation tests on FragmentC. Here I check the VM states, if the behaviour is right It's setted a previousBac...
android|kotlin|testing|kotlin-flow
0
2022-09-13T10:22:28.293Z
2,022
9
10
1
22
0
874
52
4
4
true
true
false
false
false
false
zero
73,701,385
Disable selectAll in Android
<p>I need to disable copy,paste,selectAll,etc. And I wrote editText.setCustomSelectionActionModeCallback(actionModeCallback); But when the cursor stop in somewhere,click here with water drop, selectAll option appeared.</p> <p>so I add editText.setCustomInsertionActionModeCallback(actionModeCallback); and repeat the pre...
I need to disable copy,paste,selectAll,etc. And I wrote editText.setCustomSelectionActionModeCallback(actionModeCallback); But when the cursor stop in somewhere,click here with water drop, selectAll option appeared. so I add editText.setCustomInsertionActionModeCallback(actionModeCallback); and repeat the previous oper...
android
0
2022-09-13T10:26:41.467Z
2,022
9
10
1
21
1
361
28
1
0
false
false
false
false
false
false
zero
73,701,410
how i can save data for an audiofile
<p>when i open my app and i play a audio file and go to another app and i come back to my app to pause the audio file, it play again how i can save data for an audiofile I tried sharedPreferences on text but i dont know how to use it on audio</p> <pre><code>Button button,button2; ImageButton rain; MediaPlayer mp,pm @O...
when i open my app and i play a audio file and go to another app and i come back to my app to pause the audio file, it play again how i can save data for an audiofile I tried sharedPreferences on text but i dont know how to use it on audio [CODE]
java|android-studio
0
2022-09-13T10:28:17.710Z
2,022
9
10
1
13
0
246
36
2
1
true
true
false
false
false
false
zero
73,701,490
Custom Android service not found despite proper permissions and queries with SDK 33
<p>In <a href="https://github.com/victorpaleologue/pddl-planning-android/tree/service_not_found" rel="nofollow noreferrer">this project</a>, I provide two example apps:</p> <ul> <li>a &quot;service app&quot; providing a service like this:</li> </ul> <pre class="lang-xml prettyprint-override"><code>&lt;manifest xmlns:an...
In this project , I provide two example apps: a &quot;service app&quot; providing a service like this: [CODE] The service interface is defined with this .aidl file. It shows one method accepting two strings, and returning a list of parcelable objects. a &quot;client app&quot;, configured to use the service like this: [...
android|android-service|android-service-binding
0
2022-09-13T10:34:34.617Z
2,022
9
10
1
107
0
1,025
83
3
3
true
true
false
false
false
false
zero
73,701,582
Jenkins pipeline job executing commands in tmp folder
<h2>MacOS Monterey version 12.4</h2> <p>I'm trying to run a simple pipeline script on my jenkins job</p> <pre><code> pipeline { agent any stages { stage('Build') { steps { sh('emulator -list-avds') } } } </code></pre> <p>But it throws an error:</p> <...
MacOS Monterey version 12.4 I'm trying to run a simple pipeline script on my jenkins job [CODE] But it throws an error: [CODE] My question is: why is it executing commands in the tmp folder? Anything &quot;emulator&quot; related does work when I run commands via terminal. Following this answer, I've confirmed I'm in th...
android|macos|jenkins|pipeline|emulation
0
2022-09-13T10:42:08.297Z
2,022
9
10
1
24
1
401
53
5
2
true
false
false
false
false
false
zero
73,701,834
Unable to connect Kobiton Android device to Appium script
<p>I am trying to connect my Appium script to Kobiton as I would like to test it however I am getting some errors which I do not understand why.</p> <p>The test simply prints &quot;Application running&quot; if the connection is established</p> <p>I have copy and pasted the dependencies that was given to me in the &quot...
I am trying to connect my Appium script to Kobiton as I would like to test it however I am getting some errors which I do not understand why. The test simply prints &quot;Application running&quot; if the connection is established I have copy and pasted the dependencies that was given to me in the &quot;Automation setti...
appium|android-testing|appium-android|kobiton
0
2022-09-13T11:03:12.673Z
2,022
9
11
1
9
0
481
57
4
2
true
true
false
false
false
false
zero
73,701,889
Controlling Media on phone from WearOS Watch
<p>Is it possible to make an app like the media controller app that WearOS comes with yourself?<br /> Im asking because I want to design my own watch face that has media controls on it. There is a surprising lack of online documentation and people with this same question about this, which makes me think this is impossi...
Is it possible to make an app like the media controller app that WearOS comes with yourself? Im asking because I want to design my own watch face that has media controls on it. There is a surprising lack of online documentation and people with this same question about this, which makes me think this is impossible to do...
java|android|media-player|wear-os
1
2022-09-13T11:07:35.523Z
2,022
9
11
1
18
1
882
44
4
0
false
false
false
false
false
false
low
73,701,905
Xamarin PhoneDialer.Open with firebase realtime database
<p>When I try to use PhoneDialer.Open, the application crashes. I am trying to pull the phone number from firebase realtimedatabase.</p> <pre><code> &lt;Image Source=&quot;phone.png&quot; HeightRequest=&quot;20&quot; Wi...
When I try to use PhoneDialer.Open, the application crashes. I am trying to pull the phone number from firebase realtimedatabase. [CODE] and class [CODE] UPDATE Example: TaxiSlovenskoModel: [CODE] TaxiListPage.xaml: [CODE] and TaxiListPage.xaml.cs: [CODE] Database: enter image description here In APP: enter image descr...
xamarin.forms|xamarin.android
0
2022-09-13T11:08:23.897Z
2,022
9
11
1
72
1
331
56
2
5
true
false
false
false
false
false
zero
73,701,959
How to create shapes on drawable layout android
<p>I need to create a layout that will be with rounded corners, but in which there will be various shapes.</p> <p>I have a sample (in the screenshot below). I created a layout with rounded corners and the right color, but I don’t know if I can create a few more shapes on it (these shapes are dark in the screenshot) and...
I need to create a layout that will be with rounded corners, but in which there will be various shapes. I have a sample (in the screenshot below). I created a layout with rounded corners and the right color, but I don’t know if I can create a few more shapes on it (these shapes are dark in the screenshot) and if I can ...
android|android-layout|android-xml|drawable
0
2022-09-13T11:13:05.017Z
2,022
9
11
1
36
2
381
47
4
1
true
false
false
false
false
false
zero
73,702,031
how to get the needed package name?
<p>i want to use <code>&lt;queries&gt;</code> element in manifest file to broaden the package visibility for my app. I add <code>&lt;package&gt;</code> to <code>&lt;queries&gt;</code> and then i need to specify the name of the package i want to access from my app:</p> <pre><code>&lt;queries&gt; &lt;package android:...
i want to use <queries> element in manifest file to broaden the package visibility for my app. I add <package> to <queries> and then i need to specify the name of the package i want to access from my app: [CODE] For example, i want to write in the package name of gmail app. How do i know it?
android|android-manifest
0
2022-09-13T11:17:51.063Z
2,022
9
11
1
46
2
292
35
2
1
true
false
false
false
false
false
zero
73,702,615
Can library use containing app device owner permission?
<p>I have a kiosk Android app which is device owner and can execute priviled things like installing other apps. Now I'd like to extract some features into a library that can be shared among other apps that we've been working on.</p> <p>Problem is, the library needs to execute some of the privileged code (apk installati...
I have a kiosk Android app which is device owner and can execute priviled things like installing other apps. Now I'd like to extract some features into a library that can be shared among other apps that we've been working on. Problem is, the library needs to execute some of the privileged code (apk installation) but is...
android|kotlin|android-permissions|android-library|device-owner
0
2022-09-13T11:59:08.947Z
2,022
9
11
1
11
0
574
55
5
0
false
true
false
false
false
false
zero
73,702,773
What is an Image Factory?
<p>Good day, I have to do an assignment for university using kotlin and android studio. This is my first time using kotlin and we are expected to learn it in our own time while completing the project. The project is where you click a button that says “grape” and the image of a grape comes up. I have completed the proje...
Good day, I have to do an assignment for university using kotlin and android studio. This is my first time using kotlin and we are expected to learn it in our own time while completing the project. The project is where you click a button that says “grape” and the image of a grape comes up. I have completed the project ...
android|image|kotlin
-3
2022-09-13T12:10:29.897Z
2,022
9
12
1
89
0
1,113
25
3
0
false
true
false
false
false
true
negative
73,702,825
Facing an error in android studio, it says cannot resolve symbol 'JitsiMeetConferenceOptions'
<p>So basically i need help in understanding how to use jitsi android sdk in android studio because when i try to integrate it using the steps given in its documentation, it throws an error. I have added this dependency in build.gradle(module)</p> <pre><code>implementation ('org.jitsi.react:jitsi-meet-sdk:+') { transit...
So basically i need help in understanding how to use jitsi android sdk in android studio because when i try to integrate it using the steps given in its documentation, it throws an error. I have added this dependency in build.gradle(module) [CODE] error dependency
java|android|jitsi
0
2022-09-13T12:14:32.100Z
2,022
9
12
1
41
1
264
93
3
1
true
false
false
false
false
false
zero
73,702,848
I want to reverse the rounded corner in Android kotlin
<p>I have tried with layerlist but don't know which syntax can help me to implement my desired shape. <img src="https://i.stack.imgur.com/BJi3r.jpg" alt="enter image description here" /></p>
I have tried with layerlist but don't know which syntax can help me to implement my desired shape.
kotlin|android-view|cornerradius
1
2022-09-13T12:16:01.987Z
2,022
9
12
1
23
0
98
54
3
0
false
true
false
false
false
false
low
73,702,906
how to add span size to jetpack compose LazyStaggeredGrid items
<p>As of compose 1.3.0-beta_2, official LazyStaggeredGrid implementation has been added. However, it does not support Grid Sizes yet. For example if I want only one element in the first row and let the rest to be staggered, I can not set the span value of that first item. My question is, is there a possible workaround ...
As of compose 1.3.0-beta_2, official LazyStaggeredGrid implementation has been added. However, it does not support Grid Sizes yet. For example if I want only one element in the first row and let the rest to be staggered, I can not set the span value of that first item. My question is, is there a possible workaround for...
android|android-jetpack-compose|android-jetpack
1
2022-09-13T12:20:04.167Z
2,022
9
12
1
36
0
483
63
3
1
true
true
false
false
false
false
low
73,702,980
how to pass variable in code after the dot
<p>in Android I have something like <code>R.string.whatever_text</code></p> <p>instead to pass in a function R.string.whatever_text</p> <pre><code>fun pass(string: Int) { getString(string) } </code></pre> <p>I want to know a way to pass only <code>whatever_text</code></p> <p>ex</p> <pre><code>fun pass(genericString:St...
in Android I have something like R.string.whatever_text instead to pass in a function R.string.whatever_text [CODE] I want to know a way to pass only whatever_text ex [CODE] Please notice the example of R.string.whatever_text is not relevant, I am speaking in general, want to achieve that can pass as a String a part of...
android|kotlin
-2
2022-09-13T12:23:59.657Z
2,022
9
12
1
27
1
451
42
2
2
true
false
false
false
false
true
negative
73,702,996
How to get name of product which is purchased by customer through amazon mobile website loaded in my WebView in Android?
<p>I want to get the name of the product purchased by any user through amazon mobile website which i am loading in webview of my application. I want to do it by using JSOUP library of android. I tried to it but it did not worked with my code. So here is the user flow- First, user will come in my app. There are some bas...
I want to get the name of the product purchased by any user through amazon mobile website which i am loading in webview of my application. I want to do it by using JSOUP library of android. I tried to it but it did not worked with my code. So here is the user flow- First, user will come in my app. There are some basic ...
javascript|android|web-scraping|jsoup
0
2022-09-13T12:25:11.770Z
2,022
9
12
1
12
0
740
120
4
0
false
true
false
false
false
false
zero
73,703,165
how can i open an external application in React Native?
<p>I want to know how to open an external application to the current one by pressing a button, because I was commissioned to create an application that makes changes in a database and then another already developed one is executed. I don't know if it's possible but I hope you can help me. From already thank you very mu...
I want to know how to open an external application to the current one by pressing a button, because I was commissioned to create an application that makes changes in a database and then another already developed one is executed. I don't know if it's possible but I hope you can help me. From already thank you very much....
android|react-native|expo
0
2022-09-13T12:35:55.377Z
2,022
9
12
1
28
0
738
55
3
1
true
true
false
false
false
false
zero
73,703,180
why the field 'mResourcesImpl' of Application's Resources is reset?
<p>everyone, i have a problem about Android locale.</p> <p>My phone's language is Chinese. When my App launch, i change the locale to English through updateConfiguration method. After updateConfiguration, Application's locale was set to English. It works well.</p> <p>But at some point after this, Application's locale i...
everyone, i have a problem about Android locale. My phone's language is Chinese. When my App launch, i change the locale to English through updateConfiguration method. After updateConfiguration, Application's locale was set to English. It works well. But at some point after this, Application's locale is set to Chinese(...
android
0
2022-09-13T12:36:44.490Z
2,022
9
12
1
6
0
504
67
1
0
false
true
false
false
false
false
zero
73,703,198
List does not get updated automatically Compose
<p>The list does not get updated automatically after adding a new item to the room database, the list only gets updated when the app is restarted. I have used MutableState and Flow but the issue still remains.</p> <p>CatsRepository:</p> <pre><code>class CatsRepository @Inject constructor( private val catsRemoteData...
The list does not get updated automatically after adding a new item to the room database, the list only gets updated when the app is restarted. I have used MutableState and Flow but the issue still remains. CatsRepository: [CODE] CatsViewModel: [CODE] FavouritesDao: [CODE] FavouriteScreen: [CODE]
android|android-studio|kotlin|android-room|android-jetpack-compose
1
2022-09-13T12:37:52.650Z
2,022
9
12
1
45
1
297
47
5
4
true
false
false
false
false
false
low
73,703,273
Easygeofecning does not work when the pointing latitude and longitude is updated
<p>I am running the example from the pub.dev website <a href="https://pub.dev/packages/easy_geofencing/example" rel="nofollow noreferrer">(this one)</a> for easygeofencing but when I update the pointing latitude and longitude and then start again, the service does not work and the console print &quot;Parse value===&gt;...
I am running the example from the pub.dev website (this one) for easygeofencing but when I update the pointing latitude and longitude and then start again, the service does not work and the console print &quot;Parse value===> false&quot; Any idea plzz? I am stuck at it since so many days (only when I reload the app it ...
flutter|dart|geofencing|android-geofence
0
2022-09-13T12:43:32.730Z
2,022
9
12
1
19
0
333
80
4
1
true
true
false
false
false
false
zero
73,703,274
KTOR OOME while sending large file
<p>I'm trying to send a file which is saved locally (90mb) in this way from <a href="https://ktor.io/docs/request.html#upload_file" rel="nofollow noreferrer">Ktor documentation</a>.</p> <pre><code>val client = HttpClient(CIO) val response: HttpResponse = client.post(&quot;http://localhost:8080/upload&quot;) { setB...
I'm trying to send a file which is saved locally (90mb) in this way from Ktor documentation . [CODE] Than got this error [CODE] As I understand that's because of readBytes() . Is there any way to send large files partially in form-data with Ktor and avoid this error. UPD 1 Also tried with, same error [CODE]
android|client|out-of-memory|multipartform-data|ktor
0
2022-09-13T12:43:34.843Z
2,022
9
12
1
23
1
308
34
5
3
true
false
false
false
false
false
zero
73,703,350
Jetpack Compose - Box with scrollable content
<p>My Composable looks as below:</p> <pre><code>fun Screen() { Box(modifier = Modifier.fillMaxSize()) { Column( modifier = Modifier.align(Alignment.TopCenter) ) { // Content which is pretty large in height (Scrollable) } Column( modifier = Modifier...
My Composable looks as below: [CODE] The requirement is let the CTA stick to the bottom of the screen and the actual content be scrollable. However, as per my implementation, if the actual content gets bigger in height, it pushes the CTA off the screen. How do I make the CTA stick to the screen?
android|android-jetpack-compose
1
2022-09-13T12:48:47.647Z
2,022
9
12
1
68
1
296
45
2
1
true
false
false
false
false
false
low
73,703,367
AWS Cognito not working in react native (android)
<p>i am using AWS Amplify for authentication in react native app Auth.signIn() method does not give any response its does not give success or error response. <strong>In IOS its working fine.</strong> <strong>In Android its working in simulator but not working in real device in release mode.</strong></p> <pre><code>awa...
i am using AWS Amplify for authentication in react native app Auth.signIn() method does not give any response its does not give success or error response. In IOS its working fine. In Android its working in simulator but not working in real device in release mode. [CODE] used versions [CODE] It worked previously but fro...
android|react-native|aws-amplify|amazon-cognito-identity-js
1
2022-09-13T12:50:22.773Z
2,022
9
12
1
31
0
386
49
4
2
true
true
false
false
false
false
low
73,703,417
Email Verification goes in Spam Folder - Firebase Authentication Android Studio
<p>Is there a way on how to send email verification in Gmail inbox and not in spam? I'm developing a mobile application using android studio, the language I am using is java. The email verification mail keeps on sending in the spam folder. Here is my code.</p> <pre class="lang-html prettyprint-override"><code> mAuthLo....
Is there a way on how to send email verification in Gmail inbox and not in spam? I'm developing a mobile application using android studio, the language I am using is java. The email verification mail keeps on sending in the spam folder. Here is my code. [CODE]
android|firebase|firebase-authentication|email-verification
0
2022-09-13T12:54:14.613Z
2,022
9
12
1
14
0
260
79
4
1
true
true
false
false
false
false
zero
73,703,555
Kotlin executes only one of two suspend functions
<p>In my suspend function <code>getContent</code> I am calling two other suspend functions:</p> <pre><code>override suspend fun getContent(token: String) { ... getUserPosts(token) getRecentPosts(token) ... } </code></pre> <p>But only the first one gets executed. If I put <co...
In my suspend function getContent I am calling two other suspend functions: [CODE] But only the first one gets executed. If I put getRecentPosts first then only that one gets executed. How to solve this? I call the getContent method from ViewModel with viewModelScope . EDIT Here is my getUserPosts() method, the getRece...
android|kotlin|viewmodel|kotlin-coroutines
0
2022-09-13T13:05:43.787Z
2,022
9
13
1
51
1
472
49
4
2
true
false
false
false
false
false
zero
73,703,584
Android 8.1.0 MainActivity call without click on notification
<p>I have shown push notification using firebase but I faced one issue - when app is open and any notification received then Main Activity oncreate() method automatically call without click on notification, so please anyone can help me for resolved this.</p> <pre><code>Intent intent = new Intent(this, MainActivity.clas...
I have shown push notification using firebase but I faced one issue - when app is open and any notification received then Main Activity oncreate() method automatically call without click on notification, so please anyone can help me for resolved this. [CODE]
android|firebase|push-notification|android-pendingintent
0
2022-09-13T13:07:58.703Z
2,022
9
13
1
20
1
258
61
4
1
true
false
false
false
false
false
zero
73,703,627
Why is Android Studio in VirtualBox unable to use a phone it is connected to?
<p>I'm running Android Studio on a Kubuntu virtual machine in VirtualBox. My phone is connected through a usb cable. Developer mode is enabled. The phone appears in Android Studio, as you can see below.</p> <p>But somehow I can't run an app on it. Is it possible Windows is somehow hoarding the connection, and that I ca...
I'm running Android Studio on a Kubuntu virtual machine in VirtualBox. My phone is connected through a usb cable. Developer mode is enabled. The phone appears in Android Studio, as you can see below. But somehow I can't run an app on it. Is it possible Windows is somehow hoarding the connection, and that I can free it?...
android|android-studio|virtualbox
-1
2022-09-13T13:11:06.987Z
2,022
9
13
1
16
1
347
77
3
0
false
false
false
false
false
true
negative
73,703,669
How to view the version of kotlin android studio project is running?
<p>I was writing an calculator app but ran in some issues. I think it's because of the kotlin version my app uses but I'm not completely sure. How do I see what kotlin version my app uses so I can check if my phone can run the app?</p>
I was writing an calculator app but ran in some issues. I think it's because of the kotlin version my app uses but I'm not completely sure. How do I see what kotlin version my app uses so I can check if my phone can run the app?
android-studio|kotlin
0
2022-09-13T13:14:35.670Z
2,022
9
13
1
23
1
228
68
2
0
false
false
false
false
false
false
zero
73,703,878
Android WEA alerts
<p><a href="https://en.wikipedia.org/wiki/Wireless_Emergency_Alerts" rel="nofollow noreferrer">Wireless Emergency Alerts</a>, formerly known as Commercial Mobile Alert System (CMAS), e.g. earthquake or tsunami alerts.</p> <p>When a phone receives the WEA signal (alert) how does Android system consume it? Is it a regula...
Wireless Emergency Alerts , formerly known as Commercial Mobile Alert System (CMAS), e.g. earthquake or tsunami alerts. When a phone receives the WEA signal (alert) how does Android system consume it? Is it a regular alert dialog, or a system notification? How does it bypass the ringer? If I can trigger a system notifi...
java|android|flutter|notifications|alert
0
2022-09-13T13:30:13.220Z
2,022
9
13
1
21
0
559
18
5
0
false
true
false
false
false
false
zero
73,703,924
How to check which offer a user is currently subscribed to in Play billing library v5.0 - Android
<p>Currently, <code>billingClient.queryPurchasesAsync</code> returns a <a href="https://developer.android.com/google/play/billing/migrate-gpblv5#processing-purchases" rel="nofollow noreferrer">list of purchases</a> which only has data like productId, purchaseToken, purchaseTime, etc.</p> <p>But I have a scenario where ...
Currently, billingClient.queryPurchasesAsync returns a list of purchases which only has data like productId, purchaseToken, purchaseTime, etc. But I have a scenario where my app has 1 monthly base plan and 2 offers underneath it- offer1 and offer2. Now the user has selected offer1 and is now subscribed. What if the use...
android|in-app-subscription|android-developer-api|play-billing-library|google-play-billing
0
2022-09-13T13:33:54.070Z
2,022
9
13
1
19
0
515
97
5
0
false
true
false
false
false
false
zero
73,703,939
JUnit4 library not found in the module - Android Studio
<p>Recently, I started facing a weird issue. Whenever I am trying to add a test case through the shortcut in Android Studio, the following warning:</p> <p><a href="https://i.stack.imgur.com/WCfjc.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/WCfjc.png" alt="enter image description here" /></a></p> ...
Recently, I started facing a weird issue. Whenever I am trying to add a test case through the shortcut in Android Studio, the following warning: &quot; JUit library not found in the module &quot; If I go ahead with adding the test case, the test case gets added to the main source set. When I try to move the test case m...
android|android-studio|unit-testing
0
2022-09-13T13:34:46.700Z
2,022
9
13
1
18
0
770
55
3
1
true
true
false
false
false
false
zero
73,703,964
Creating mutiple markers on google maps in compose
<p>I am trying to create mutiple markers on a google map using compose. I also want to be able to add and remove markers. This is what I have created so far(see below). A list of countries from a data class with longitude and latitude coordinates.</p> <p>What would be the best approach ?</p> <pre><code>@HiltViewModel c...
I am trying to create mutiple markers on a google map using compose. I also want to be able to add and remove markers. This is what I have created so far(see below). A list of countries from a data class with longitude and latitude coordinates. What would be the best approach ? [CODE] My Google Maps composable: [CODE]
android|kotlin|google-maps|android-jetpack-compose
1
2022-09-13T13:36:10.137Z
2,022
9
13
1
42
1
319
50
4
2
true
false
false
false
false
false
low
73,704,105
Flutter: Problem with platform specific dialog
<p>I am trying to make a platform specific dialog, but mine solution all the time shows android (i am working on iphone simulator). Do you have any idea what is the problem?</p> <pre><code> onTap: () =&gt; _onDeletePanel(context), ), ], ), ); } } Future&lt;void&gt; _onDeletePanel(Build...
I am trying to make a platform specific dialog, but mine solution all the time shows android (i am working on iphone simulator). Do you have any idea what is the problem? [CODE]
android|ios|flutter|dialog|platform-specific
-1
2022-09-13T13:45:10.780Z
2,022
9
13
1
20
1
177
46
5
1
true
false
false
false
false
true
negative
73,704,338
Set RecyclerView start position when installing the app first time
<p>Is there a way for me to set starting position for recyclerview, so when the user installs the app for the first time, and starts the app, the recyclerview will be shown at some position, and not from the start?</p> <p>I have been using:</p> <pre><code>recyclerView.scrollToPosition(myPosition, 0) </code></pre> <p>Bu...
Is there a way for me to set starting position for recyclerview, so when the user installs the app for the first time, and starts the app, the recyclerview will be shown at some position, and not from the start? I have been using: [CODE] But since the app is started for the first time, it is always default position sho...
android|android-recyclerview|installation
0
2022-09-13T14:00:23.547Z
2,022
9
14
1
37
2
622
66
3
1
true
false
false
false
false
false
zero
73,704,506
Why equals always return false in layout xml (databinding)?
<p>I'm working on this project <a href="https://developer.android.google.cn/codelabs/basic-android-kotlin-training-project-lunch-tray" rel="nofollow noreferrer">https://developer.android.google.cn/codelabs/basic-android-kotlin-training-project-lunch-tray</a> , and the final project is very similar to <a href="https://g...
I'm working on this project https://developer.android.google.cn/codelabs/basic-android-kotlin-training-project-lunch-tray , and the final project is very similar to https://github.com/ErickPimentel/LunchTray , but I add android:checked to RadioButton , for example, @{viewModel.accompaniment.name.equals(@string/bread)} ...
android|kotlin|android-databinding|android-viewbinding
0
2022-09-13T14:12:13.977Z
2,022
9
14
1
30
1
428
59
4
0
false
false
false
false
false
false
zero
73,704,532
No preview for the videos while uploading from the google picker
<p>When you pick files in <strong>Google picke</strong>r for example in the Drive and Gmail</p> <p>It comes to the last place was upload file from it downloads or recent videos whatever.</p> <p>I have done this implementation in my app the problem here when I redirect to download files the media has no preview see t...
When you pick files in Google picke r for example in the Drive and Gmail It comes to the last place was upload file from it downloads or recent videos whatever. I have done this implementation in my app the problem here when I redirect to download files the media has no preview see the screenshot So I want to direct th...
android|kotlin|google-picker
0
2022-09-13T14:13:57.063Z
2,022
9
14
1
24
0
485
64
3
0
false
true
false
false
false
false
zero
73,704,542
Android RemoteMediator calls API again and again
<p>I have created a remote mediator which gets movies from api call and adds it to database which is then used as a source to load the data on screen. It is pretty cliche implementation done same as google developers video of paging3 from youtube , diffrent articles etc.</p> <pre><code>@ExperimentalPagingApi class Remo...
I have created a remote mediator which gets movies from api call and adds it to database which is then used as a source to load the data on screen. It is pretty cliche implementation done same as google developers video of paging3 from youtube , diffrent articles etc. [CODE] This is my api response [CODE] } The results...
android|api|kotlin|android-paging-3
0
2022-09-13T14:14:49.380Z
2,022
9
14
1
30
1
1,575
48
4
8
true
false
false
false
false
false
zero
73,704,568
couldn't find DSO to load: "libhermes-executor-release.so" caused by: com.facebook.hermes.reactexecutor.HermesExecutor
<p>[React-Native] - java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libhermes-executor-release.so caused by: com.facebook.hermes.reactexecutor.HermesExecutor result: 0</p> <p>This is not a duplicate question,</p> <p>I get this error when I try to open my application on Android 11. It opens fine on other andr...
[React-Native] - java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libhermes-executor-release.so caused by: com.facebook.hermes.reactexecutor.HermesExecutor result: 0 This is not a duplicate question, I get this error when I try to open my application on Android 11. It opens fine on other android versions. [CO...
android|react-native
0
2022-09-13T14:16:34.533Z
2,022
9
14
1
26
0
749
118
2
3
true
true
false
false
false
false
zero
73,704,634
Autoread OTP in web and copy paste OTP from clipboard in web not working for android/iOS
<p>I'm using <strong>Ionic React</strong> application and completely new to building ionic react apps. Currently I'm trying to autofill OTP(One Time Password) by fetching the <code>OTP</code> through message's of <strong>android/iOS</strong> during the login/signup of user. Currently the OTP is being sent to user on ev...
I'm using Ionic React application and completely new to building ionic react apps. Currently I'm trying to autofill OTP(One Time Password) by fetching the OTP through message's of android/iOS during the login/signup of user. Currently the OTP is being sent to user on every new signup /login through Twilio's default SMS...
javascript|android|reactjs|autofill|ionic-react
2
2022-09-13T14:20:59.347Z
2,022
9
14
1
54
1
2,168
88
5
3
true
false
false
false
false
false
low
73,704,705
gradlew bundle not générating AAB file
<p>I'm currently upgrading a 2 years old android application from angular 8 to angular 14 and from ionic 4 to ionic 6.</p> <p>Upgrade process both for Angular and ionic went well.</p> <p>I have successfully build an APK for test and customer validating with <code>ionic cordova build android --prod --release</code>.</p>...
I'm currently upgrading a 2 years old android application from angular 8 to angular 14 and from ionic 4 to ionic 6. Upgrade process both for Angular and ionic went well. I have successfully build an APK for test and customer validating with ionic cordova build android --prod --release . Next step, i try to build an AAB...
android|angular|cordova|gradle|ionic-framework
0
2022-09-13T14:26:21.043Z
2,022
9
14
1
28
0
1,634
38
5
3
true
true
false
false
false
false
zero
73,704,809
A button that displays different numbers in succession with one click
<p>Is there any possibility for the button to display 2 different numbers in a time interval in android studio? I mean click -&gt; number1 -&gt; 1 sec delay -&gt; number2;</p> <pre><code>button = (Button)findViewById(R.id.button); button.setOnClickListener(v -&gt; { button.setText(&quot;number1&quot;); //1sec delay but...
Is there any possibility for the button to display 2 different numbers in a time interval in android studio? I mean click -> number1 -> 1 sec delay -> number2; [CODE]
android-studio
0
2022-09-13T14:33:53.323Z
2,022
9
14
1
14
1
166
69
1
1
true
false
false
false
false
false
zero
73,704,986
is there a way to fix sysroot files not included in the build
<p>i was building laujit libs for android, but for some reason, ndk makes some strange things and not including sysroot/usr/include/ files into the build. whenever i try to build it, it says that: &quot;fatal error: stdio.h: no such file or directory&quot; or same thing but with string.h, i don't really know why, but m...
i was building laujit libs for android, but for some reason, ndk makes some strange things and not including sysroot/usr/include/ files into the build. whenever i try to build it, it says that: &quot;fatal error: stdio.h: no such file or directory&quot; or same thing but with string.h, i don't really know why, but mini...
android|c|build|luajit
0
2022-09-13T14:45:42.837Z
2,022
9
14
1
31
0
529
61
4
2
true
true
false
false
false
false
zero
73,705,065
How to create item in DynamoDB using Android?
<p>I have an android app connected to AWS Amplify and I have been trying to add user data to a DynamoDB database</p> <pre><code>Amplify.DataStore.save( item, { success -&gt; Log.i(&quot;Amplify&quot;, &quot;Saved item: &quot;) }, { erro...
I have an android app connected to AWS Amplify and I have been trying to add user data to a DynamoDB database [CODE] This is the code I have so far, item is a user object containing user data. I'm not sure whether data store only stores data locally or whether it stores it locally and on the cloud Could someone point m...
android|kotlin
0
2022-09-13T14:50:38.747Z
2,022
9
14
1
18
0
345
45
2
1
true
true
false
false
false
false
zero
73,705,214
When I build a project in flutter it is asking me about update to java 11 , i have jdk 14 istalled , how to fix it in vs code
<blockquote> <p>You need Java 11 or higher to build your app with this version of Gradle.</p> <p>To get Java 11, update to the latest version of Android Studio on <a href="https://developer.android.com/studio/install" rel="nofollow noreferrer">https://developer.android.com/studio/install</a>.</p> <p>To check the Java v...
You need Java 11 or higher to build your app with this version of Gradle. To get Java 11, update to the latest version of Android Studio on https://developer.android.com/studio/install . To check the Java version used by Flutter, run flutter doctor -v .
java|android|flutter|java-11
0
2022-09-13T15:01:45.817Z
2,022
9
15
1
32
1
253
125
4
0
false
false
false
false
false
false
zero
73,705,519
How to adjust size of component to it's child and remain unchanged when it's child size will change? (Jetpack Compose)
<p>I have a Compose component with a box and 2 components inside it, but they are never visible both at the same time. I want to adjust size of this box to the first component and stay unchanged when this component will be not visible.</p> <pre><code>Box( modifier = modifier.then(Modifier.background(bgColor)), ...
I have a Compose component with a box and 2 components inside it, but they are never visible both at the same time. I want to adjust size of this box to the first component and stay unchanged when this component will be not visible. [CODE] Now, width of the box reduces when the component1 is not visible.
android|kotlin|android-jetpack-compose
1
2022-09-13T15:21:15.700Z
2,022
9
15
1
43
1
305
118
3
1
true
false
false
false
false
false
low
73,705,554
Jetpack Compose - Can't change AlertDialog white window background
<p>I'm new to Kotlin Multiplatform Desktop development and I'm using Compose to build UI. I have one AlertDialog with custom, rounded background, problem is, it still has white corners which I can not remove for some reasons. The dialog:</p> <p><a href="https://i.stack.imgur.com/NQve8.png" rel="nofollow noreferrer"><im...
I'm new to Kotlin Multiplatform Desktop development and I'm using Compose to build UI. I have one AlertDialog with custom, rounded background, problem is, it still has white corners which I can not remove for some reasons. The dialog: The code I've written to achieve this: [CODE] Anyone has any idea how can I solve thi...
kotlin|android-jetpack-compose|kotlin-multiplatform
0
2022-09-13T15:23:48.803Z
2,022
9
15
1
22
1
344
66
3
1
true
false
false
false
false
false
zero
73,705,564
how can I enable in-app purchases in my flutter app?
<p>I want to enable in-app purchases in my flutter app, but currently I'm not getting the product list from the google play store. For the first step, I want to implement in-app purchases for android.</p> <p>From my understanding, a submitted app package is necessary, so I uploaded a valid and signed app package in the...
I want to enable in-app purchases in my flutter app, but currently I'm not getting the product list from the google play store. For the first step, I want to implement in-app purchases for android. From my understanding, a submitted app package is necessary, so I uploaded a valid and signed app package in the closed te...
android|flutter|in-app-purchase
0
2022-09-13T15:24:28.987Z
2,022
9
15
1
19
0
679
52
3
0
false
true
false
false
false
false
zero
73,705,609
apk installer name
<p>Is there a way to get apk installer name? For example I downloaded a game and Installed from an another app (like an apk installer) can I get the package name or name of the installer?</p> <p>Note: I know this code <code>packageManager.getInstallerPackageName(getPackageName()); </code> and it gives me com.google.and...
Is there a way to get apk installer name? For example I downloaded a game and Installed from an another app (like an apk installer) can I get the package name or name of the installer? Note: I know this code packageManager.getInstallerPackageName(getPackageName()); and it gives me com.google.android.packageinstaller bu...
android|android-studio|package|apk|appinstaller
1
2022-09-13T15:27:26.060Z
2,022
9
15
1
21
0
400
18
5
0
false
true
false
false
false
false
low
73,705,622
Android Notification METADATA_KEY_ALBUM_ART overlapping
<p>I've noticed since my pixel updated to Android 13, updating foreground service bitmaps overlap.</p> <p>Example:</p> <p>#1 <a href="https://i.stack.imgur.com/tUFCf.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/tUFCf.png" alt="notification 1" /></a></p> <p>#2 <a href="https://i.stack.imgur.com/PyA...
I've noticed since my pixel updated to Android 13, updating foreground service bitmaps overlap. Example: #1 #2 As you can see, instead of clearing, it layers on top. My notification code is as follows: [CODE] #1 refreshNotification is called, it tries to download an image if available #2 buildNotification is called fro...
android|kotlin
1
2022-09-13T15:28:27.660Z
2,022
9
15
1
15
0
626
55
2
1
true
true
false
false
false
false
low
73,705,667
How to call composable Alertdialog from non composable function
<p>I wanted to check whether the phone is rooted or not. For that I wanted to check as soon as the app is clicked.</p> <blockquote> <pre><code>@HiltAndroidApp class ShoppingApp : Application(), Configuration.Provider { override fun onCreate() { super.onCreate() } </code></pre> </blockquote> <p>This is the first cl...
I wanted to check whether the phone is rooted or not. For that I wanted to check as soon as the app is clicked. [CODE] This is the first class which is called as soon as the app is launched. Inside this onCreate, I wanted to add check if device is rooted. If its rooted I want to show AlertDialog else navigate to next s...
android|android-jetpack-compose|android-alertdialog
0
2022-09-13T15:31:07.830Z
2,022
9
15
1
53
1
475
63
3
1
true
false
false
false
false
false
zero
73,705,789
How to add and manage a new network interface into android stack
<p>I have developed a network driver for the mobile linux kernel. My network device (pif0) run well with</p> <pre><code>ifconfig pif0 10.22.2.15 ping -I pif0 8.8.8.8 </code></pre> <p>Now i want that android stack be able to track this device and to set it as the default gateway to internet.</p> <p>I think that i should...
I have developed a network driver for the mobile linux kernel. My network device (pif0) run well with [CODE] Now i want that android stack be able to track this device and to set it as the default gateway to internet. I think that i should develop a number of java classes to track my new interface and manage it, but i ...
java|android|network-interface
0
2022-09-13T15:40:11.083Z
2,022
9
15
1
23
1
421
64
3
1
true
false
false
false
false
false
zero
73,705,890
Android studio isn't opening
<p>My android studio is not opening anymore, yesterday it was working normally but after asking for a flutter csv dependency update it stopped working.</p> <p>It stays on this loading screen, I've tried uninstalling and installing again, I've restarted the pc and nothing.</p> <p><a href="https://i.stack.imgur.com/bVJPh...
My android studio is not opening anymore, yesterday it was working normally but after asking for a flutter csv dependency update it stopped working. It stays on this loading screen, I've tried uninstalling and installing again, I've restarted the pc and nothing. loading screen
android|android-studio
0
2022-09-13T15:49:24.840Z
2,022
9
15
1
21
0
277
28
2
0
false
true
false
false
false
false
zero
73,705,896
Reading some of data (not all) from a Firebase database node
<p>I'm working on project in which I need to read the firebase node in this manner:</p> <p>Suppose I have a node <code>messages</code> in a firebase realtime database. In that node, I have <code>20, 000</code> messages. When a user enter in the message box, I need to show messages. But Its too time consuming to read al...
I'm working on project in which I need to read the firebase node in this manner: Suppose I have a node messages in a firebase realtime database. In that node, I have 20, 000 messages. When a user enter in the message box, I need to show messages. But Its too time consuming to read all 20, 000 messages at a time. What I...
java|android|firebase|firebase-realtime-database
0
2022-09-13T15:50:06.470Z
2,022
9
15
1
34
1
887
60
4
0
false
false
false
false
false
false
zero
73,705,933
Too many delay after adding a user with Firebase authentication in Android Studio
<pre><code>class SignUpActivity : AppCompatActivity() { private lateinit var auth: FirebaseAuth override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_sign_up) auth= Firebase.auth initSignUpButton() } private fun initSignUpButton(){ ...
[CODE] After I push signup button, Toast message showed up in about 4minutes and user added too Not right after I pushed sign up button. I don't know why this is happened to me. enter image description here - After push sign up button (In 4mins..) enter image description here - User added. enter image description here ...
android|firebase|kotlin|authentication
-1
2022-09-13T15:52:50.237Z
2,022
9
15
1
21
0
450
81
4
1
true
true
false
false
false
true
negative
73,705,958
arrayOf(1) vs arrayOf<Int>(1) vs intArrayOf(1) in Kotlin
<ul> <li>Array is an Integer[] (object) under the hood,</li> <li>IntArray is an int[] (primitive)</li> </ul> <p>Why <em><strong>arrayOf</strong></em> is printing Integer and not using int primitive</p> <p><a href="https://pl.kotl.in/-oK2SKCAD" rel="nofollow noreferrer">Example</a></p> <pre><code>var a = arrayOf(1,2,3) ...
Array is an Integer[] (object) under the hood, IntArray is an int[] (primitive) Why arrayOf is printing Integer and not using int primitive Example [CODE]
android|arrays|kotlin|integer
0
2022-09-13T15:54:57.870Z
2,022
9
15
1
35
1
154
56
4
1
true
false
false
false
false
false
zero
73,705,966
Custom Progress Dialog freezing when running background process
<p>I was trying to learn about coroutines and how long processes should be handled on a different thread rather than the main UI thread. I thought of adding a please wait dialog when the process starts and when the background process completes, the please wait dialog disappears. The problem is when I call <code>dismiss...
I was trying to learn about coroutines and how long processes should be handled on a different thread rather than the main UI thread. I thought of adding a please wait dialog when the process starts and when the background process completes, the please wait dialog disappears. The problem is when I call dismiss() some w...
android|kotlin|kotlin-coroutines|android-dialog
0
2022-09-13T15:55:37.673Z
2,022
9
15
1
23
0
1,504
63
4
3
true
true
false
false
false
false
zero
73,706,019
Flutter AlertDIalog in BlocBuilder
<p>I am using BlocBuilder to create an account with firebase but it shows me the error message as a text, I need to show it in an alertdialog</p> <p>BlocBuilder&lt;AuthCubit, AuthState&gt;( builder: (_, state) { return Form( key: _formKey, child: Padding(</p> <pre><code> pad...
I am using BlocBuilder to create an account with firebase but it shows me the error message as a text, I need to show it in an alertdialog BlocBuilder<AuthCubit, AuthState>( builder: (_, state) { return Form( key: _formKey, child: Padding( [CODE] In this code I need a ShowDialog if (state is AuthError) Text( state.mess...
flutter|android-alertdialog
0
2022-09-13T15:59:01.627Z
2,022
9
15
1
33
1
384
34
2
1
true
false
false
false
false
false
zero
73,706,064
how do i check fingers with flutter google_ml_kit?
<p>I am using google ML Kit library with Flutter. I thought Pose Detection might be appropriate. How do I identify the fingers when the user reaches out to the camera? Or is there an alternative method?my goal is to get the height and width of the fingers</p>
I am using google ML Kit library with Flutter. I thought Pose Detection might be appropriate. How do I identify the fingers when the user reaches out to the camera? Or is there an alternative method?my goal is to get the height and width of the fingers
android|ios|flutter|firebase-mlkit|google-mlkit
-3
2022-09-13T16:02:54.993Z
2,022
9
16
1
31
0
252
50
5
0
false
true
false
false
false
true
negative
73,706,090
What does "Invalid Cached Offset" error mean in Unity?
<p>I'm pretty new with Unity, can someone explain these errors in Console log? <a href="https://i.stack.imgur.com/jI6PN.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/jI6PN.jpg" alt="" /></a></p> <p>They appear when I try to &quot;Build And Run&quot; to an Android device. If I just build the apk I c...
I'm pretty new with Unity, can someone explain these errors in Console log? They appear when I try to &quot;Build And Run&quot; to an Android device. If I just build the apk I can install it on my phone and it works properly. Cause I'm not really expert in Unity, I don't know which informations matter to elaborate an a...
android|unity3d
0
2022-09-13T16:04:44.517Z
2,022
9
16
1
11
0
326
54
2
0
false
true
false
false
false
false
zero
73,706,135
Android videoview - strange overlay when removing fragment or setting videoview to invisible/gone
<p>I added the videoview component to our design, where we play the video, which works fine. When we transition from the fragment holding the videoview or if i put videoview to INVISIBLE or gone then then just before the component is removed in the same place holder I see strange overlay blueish like just like you woul...
I added the videoview component to our design, where we play the video, which works fine. When we transition from the fragment holding the videoview or if i put videoview to INVISIBLE or gone then then just before the component is removed in the same place holder I see strange overlay blueish like just like you would t...
android|android-layout|android-videoview
0
2022-09-13T16:07:53.493Z
2,022
9
16
1
18
1
629
97
3
0
false
false
false
false
false
false
zero
73,706,281
what is the earliest possible trigger to setup ip rules in android?
<p>I'm new to the android development and came up with following to create some rules that we require. Please find the sample files at the end for your reference.</p> <ol> <li><code>/vendor/etc/init/init.sample.rc</code></li> <li><code>/vendor/bin/sample.sh</code></li> <li><code>Android.mk</code></li> </ol> <p>It is wo...
I'm new to the android development and came up with following to create some rules that we require. Please find the sample files at the end for your reference. /vendor/etc/init/init.sample.rc /vendor/bin/sample.sh Android.mk It is working fine with on property:sys.boot_completed=1 but I feel this is very late. Instead ...
android
0
2022-09-13T16:17:45.520Z
2,022
9
16
1
20
0
586
67
1
1
true
true
false
false
false
false
zero
73,706,329
show toast message even fragment is detached?
<p>in my application I have BottomNavigationView use to navigate between five fragment, frist(supposed called homefragment) fragment show progressbar while call http request with mvp architecture. if I navigate to another fragment and the homefragment fished http request and show toast measge the application crash.</p...
in my application I have BottomNavigationView use to navigate between five fragment, frist(supposed called homefragment) fragment show progressbar while call http request with mvp architecture. if I navigate to another fragment and the homefragment fished http request and show toast measge the application crash.
android
1
2022-09-13T16:21:49.093Z
2,022
9
16
1
36
1
313
45
1
0
false
false
false
false
false
false
low
73,706,371
Firebase Realtime Database has a different data key from the Kotlin data class
<p>I have multiple data classes and all upload fine to Firebase Realtime database except for this one key &quot;isCompleted&quot; gets changed to &quot;completed&quot; in the database.</p> <p>My data class:</p> <pre><code>data class MaintenanceLog( val isCompleted: Boolean? = null, val brand: String? = null, ...
I have multiple data classes and all upload fine to Firebase Realtime database except for this one key &quot;isCompleted&quot; gets changed to &quot;completed&quot; in the database. My data class: [CODE] Implementation: [CODE] The demo log when setting the value: And the firebase value: Why is &quot;isCompleted&quot; g...
android|firebase|kotlin|firebase-realtime-database
0
2022-09-13T16:26:25.753Z
2,022
9
16
1
19
0
390
78
4
2
true
true
false
false
false
false
zero
73,706,457
java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewGroup$LayoutParams android.view.View.getLayoutParams()'
<p>So I'm new to android development making a basic app for class and the app keeps on crashing found where the error source is starting from and am not sure on how to resolve the issue.</p> <p>My MainActivity is :</p> <pre><code>package com.example.imageswitcher; import androidx.appcompat.app.AppCompatActivity; impo...
So I'm new to android development making a basic app for class and the app keeps on crashing found where the error source is starting from and am not sure on how to resolve the issue. My MainActivity is : [CODE] And I'm getting this error code: Sorry if this is a repeat question allot of the solutions I found by other ...
android
0
2022-09-13T16:35:11.467Z
2,022
9
16
1
27
0
392
138
1
1
true
true
false
false
false
false
zero
73,706,505
Read xml file with multi entries in android
<p>I am trying to read an xml file where structure is like this</p> <pre><code>&lt;root&gt; &lt;entry&gt; &lt;key1 value=&quot;value for key 1.1&quot;/&gt; &lt;key2 value=&quot;value for key 2.1&quot;/&gt; &lt;key3 value=&quot;value for key 3.1&quot;/&gt; &lt;/entry&gt; &lt;entry&gt...
I am trying to read an xml file where structure is like this [CODE] I tried to do similar as this SO answer https://stackoverflow.com/a/54015781/19536031 but end up getting null value when the given example is a single entry xml field (with 1 tag, while mine has many tag). My code: [CODE] How can I modify the code to r...
java|android|xml|parsing
0
2022-09-13T16:39:00.577Z
2,022
9
16
1
19
0
430
43
4
3
true
true
false
false
false
false
zero
73,706,585
How to load app from android studio to my phone?
<p>When I launch the app again after loading it from android studio and closing it once, a white screen is shown. The app is not launched when I start it for the second time. Why is it so?</p>
When I launch the app again after loading it from android studio and closing it once, a white screen is shown. The app is not launched when I start it for the second time. Why is it so?
android-studio
0
2022-09-13T16:45:48.213Z
2,022
9
16
1
28
1
185
48
1
0
false
false
false
false
false
false
zero
73,706,635
Nativescript in android textfield caret color not changing
<p>I am having a project in nativescript-vue using textfields. I have field validation that changes the color of the text and underline if any errors are present.</p> <p>While I am able to change the caret color dynamically for iOS, I am unable to do the same for android.</p> <p>Could someone help me figure out how to ...
I am having a project in nativescript-vue using textfields. I have field validation that changes the color of the text and underline if any errors are present. While I am able to change the caret color dynamically for iOS, I am unable to do the same for android. Could someone help me figure out how to change the colors...
android|nativescript|nativescript-vue
0
2022-09-13T16:50:53.283Z
2,022
9
16
1
8
0
369
58
3
0
false
true
false
false
false
false
zero
73,706,644
What's the difference between reboot -c and reboot -p in Android?
<p>I have a quick question about Linux / Linux Android.</p> <p>What is the difference between the normal &quot;reboot&quot; and &quot;su -c reboot&quot; and &quot;reboot -p&quot;</p> <p>Thank</p>
I have a quick question about Linux / Linux Android. What is the difference between the normal &quot;reboot&quot; and &quot;su -c reboot&quot; and &quot;reboot -p&quot; Thank
java|android|linux
-1
2022-09-13T16:51:29.510Z
2,022
9
16
1
19
0
174
65
3
0
false
true
false
false
false
true
negative
73,706,663
Could not initialize class org.gradle.configurationcache.problems.Summary
<p>Could not initialize class org.gradle.configurationcache.problems.Summary <a href="https://i.stack.imgur.com/e9J4Q.png" rel="nofollow noreferrer">enter image description here</a></p>
Could not initialize class org.gradle.configurationcache.problems.Summary enter image description here
android|kotlin|gradle|gradle-kotlin-dsl
-1
2022-09-13T16:53:04.770Z
2,022
9
16
1
24
0
102
73
4
0
false
true
false
false
false
true
negative
73,706,671
Scroll to Expanded RecyclerView Item
<p>I'm trying to scroll to a recycler view item if the item is expanded and/or clicked. I know that binding.recyclerview.layoutManager.scrollToPosition() can achieve this but I can't call the recycler view in the adapter class. Can I pass a boolean and position then say its true when the card item is clicked, then pass...
I'm trying to scroll to a recycler view item if the item is expanded and/or clicked. I know that binding.recyclerview.layoutManager.scrollToPosition() can achieve this but I can't call the recycler view in the adapter class. Can I pass a boolean and position then say its true when the card item is clicked, then pass th...
android|kotlin|android-recyclerview|android-adapter
0
2022-09-13T16:53:47.143Z
2,022
9
16
1
28
0
762
36
4
1
true
true
false
false
false
false
zero
73,706,679
How to change the entry label in line chart?
<p>I am using com.github.mikephil.charting.charts.LineChart to display the chart of weights, but I want to change the value 208 Kg to 208L or 208K. I am using the famous MpAndroidChart. I am not able to change the line data unit from &quot;Kg&quot; to &quot;L&quot;.</p> <p>This is the code-&gt;</p> <pre><code>entries.a...
I am using com.github.mikephil.charting.charts.LineChart to display the chart of weights, but I want to change the value 208 Kg to 208L or 208K. I am using the famous MpAndroidChart. I am not able to change the line data unit from &quot;Kg&quot; to &quot;L&quot;. This is the code-> [CODE] The output should be 208.45L I...
java|android|android-studio|kotlin
0
2022-09-13T16:54:17.330Z
2,022
9
16
1
32
1
582
44
4
1
true
false
false
false
false
false
zero
73,706,706
load image from assets display it on image view
<p>i want to load image which is in jpg from asset and want to view it imageview but this code is not working . my code is given below is there any one who can help me?</p> <pre><code>try { InputStream ccc = getAssets().open(&quot;C:/Users/bisharat jarwar/fyp/app/src/main/assets/ss.jpg&quot;); // l...
i want to load image which is in jpg from asset and want to view it imageview but this code is not working . my code is given below is there any one who can help me? [CODE]
java|android
0
2022-09-13T16:57:29.870Z
2,022
9
16
1
37
0
172
47
2
1
true
true
false
false
false
false
zero
73,706,898
How to make android studio layout (XML) extend to the very top of the screen
<p>I am trying to make an android app that with accesibility permissions draws over any app at the very top of my phone (at the status bar). The problem is that the top of the XML is not the top of the screen, it stays below the status bar. And yes, my app is at full screen mode (copyed some code of the full screen act...
I am trying to make an android app that with accesibility permissions draws over any app at the very top of my phone (at the status bar). The problem is that the top of the XML is not the top of the screen, it stays below the status bar. And yes, my app is at full screen mode (copyed some code of the full screen activi...
android
0
2022-09-13T17:13:14.813Z
2,022
9
17
1
38
1
429
76
1
0
false
false
false
false
false
false
zero
73,706,931
applying rounded corners to checkbox and radiogroup android
<p><strong>I have checkbox and radiogroup which are currently square shape. I want to apply rounded corners or edges. The checkbox and radiogroup change colors on selection and deselecttion. I tried applying rounded corners through xml and coding programatically. The checkbox and radiogroup become unclickable. Both met...
I have checkbox and radiogroup which are currently square shape. I want to apply rounded corners or edges. The checkbox and radiogroup change colors on selection and deselecttion. I tried applying rounded corners through xml and coding programatically. The checkbox and radiogroup become unclickable. Both metthods not w...
android|android-button|android-checkbox|android-radiogroup|round-corner
0
2022-09-13T17:16:02.917Z
2,022
9
17
1
22
0
377
59
5
2
true
true
false
false
false
false
zero
73,707,029
How to modify the entire screen display in Android, even outside the app
<p>I'd like to create an Android app that can modify the whole display, even when the app is not being used directly. This is <a href="https://play.google.com/store/apps/details?id=com.urbandroid.lux" rel="nofollow noreferrer">one example</a> of an app that seems to do this.</p> <p>Ideally, I'd not <em>only</em> want t...
I'd like to create an Android app that can modify the whole display, even when the app is not being used directly. This is one example of an app that seems to do this. Ideally, I'd not only want to be able to tint the screen, but to perform arbitrary operations on the pixels being shown on the display, ranging between ...
android
0
2022-09-13T17:24:24.437Z
2,022
9
17
1
33
1
609
72
1
0
false
false
false
false
false
false
zero
73,707,036
Media3 ExoPlayer - DefaultTimeBar cannot be cast to TimeBar
<p>Im migrating a Video screen from XML to Compose., I need to display Ads with the IMA plugin.</p> <p>Right now, I'm using this dependencies:</p> <pre><code>implementation &quot;androidx.media3:media3-ui:1.0.0-beta02&quot; implementation 'androidx.media3:media3-exoplayer:1.0.0-beta02' implementation &quot;androidx.med...
Im migrating a Video screen from XML to Compose., I need to display Ads with the IMA plugin. Right now, I'm using this dependencies: [CODE] And im implementing the player as follows: [CODE] But, when I run my app and navigate to the ExoPlayer screen, I get this error: [CODE] I find this odd, but perhaps in ExoPlayer3 y...
android|kotlin|video|android-jetpack|exoplayer
0
2022-09-13T17:25:02.317Z
2,022
9
17
1
30
0
413
59
5
3
true
true
false
false
false
false
zero
73,707,079
Change RecyclerView Layout (from Linear to Grid and reverse) when rotate device automatically
<p>I have 4 different <strong>&quot;Card List&quot;</strong>, &quot;<strong>Card Magazine&quot;</strong> , <strong>&quot;Title&quot;</strong> and <strong>&quot;Grid&quot;</strong> and view holders for each one to relate check <a href="https://stackoverflow.com/q/55171778/7639296">my other question here</a>.</p> <p><br>...
I have 4 different &quot;Card List&quot; , &quot; Card Magazine&quot; , &quot;Title&quot; and &quot;Grid&quot; and view holders for each one to relate check my other question here . now I am trying to change the layout automatically when the device rotates so when orientation is a portrait the layout be LinearLayout &q...
android|kotlin|android-fragments|android-recyclerview|android-gridlayout
0
2022-09-13T17:29:03.057Z
2,022
9
17
1
39
0
1,143
93
5
4
true
true
false
false
false
false
zero
73,707,308
How to display database objects in alert box thru recycler view
<p>I am making a clickable calendar with alert dialog, it is running well, but when I click the date one the calendar it only show gray screen like this <a href="https://i.stack.imgur.com/K5VRy.png" rel="nofollow noreferrer">this is when a date is not clicked</a> and <a href="https://i.stack.imgur.com/Zn6Qq.png" rel="n...
I am making a clickable calendar with alert dialog, it is running well, but when I click the date one the calendar it only show gray screen like this this is when a date is not clicked and this happen if i click a date plus it doesn't display anything from database, my database is not empty, here is my code on alert di...
java|android-studio|firebase-realtime-database
1
2022-09-13T17:49:06.340Z
2,022
9
17
1
16
0
332
63
3
1
true
true
false
false
false
false
low
73,707,377
Capacitor how to trigger forward button click?
<p>I have <code>ionic 5</code> with <code>capacitor</code> in <code>angular</code> project to deploy app as cross-platform.In android devices I'd like to manipulate back and forward button/swipe clicks in case at least one modal is active.App should go back if there is no active modal otherwise modal should be closed o...
I have ionic 5 with capacitor in angular project to deploy app as cross-platform.In android devices I'd like to manipulate back and forward button/swipe clicks in case at least one modal is active.App should go back if there is no active modal otherwise modal should be closed only without navigating user.To do that I d...
android|angular|ionic-framework|capacitor
0
2022-09-13T17:56:05.373Z
2,022
9
17
1
31
0
634
46
4
1
true
true
false
false
false
false
zero
73,707,461
Error different root paths for Grade task ':shared_preferences_android:generateDebugUnitTestConfig' in Android
<p>I'm trying to migrate my gradle version to the lastest but I get this problem when I choose 7.0+ versions of Gradle on Android Studio:</p> <pre><code>Gradle sync failed: Could not create task ':shared_preferences_android:generateDebugUnitTestConfig'.This and base files have different roots: D:\path\build\shared_pref...
I'm trying to migrate my gradle version to the lastest but I get this problem when I choose 7.0+ versions of Gradle on Android Studio: [CODE] I have my flutter project on a different drive than Android Studio. Is there any version of Gradle/Android that I need to change? Or do I need to migrate my project to the other ...
android|flutter|android-studio|gradle|sharedpreferences
0
2022-09-13T18:03:07.347Z
2,022
9
18
1
10
0
326
110
5
1
true
true
false
false
false
false
zero
73,707,624
Android 12 expedited job notification
<p>After upgrading my phone to Android 12 I started to some unexpected behavior with the expedited work job. That is the code I had:</p> <pre><code>val workRequest = OneTimeWorkRequestBuilder&lt;UploadWorker&gt;() .setExpedited(OutOfQuotaPolicy.RUN_AS_NON_EXPEDITED_WORK_REQUEST) .build() WorkManager.getInstanc...
After upgrading my phone to Android 12 I started to some unexpected behavior with the expedited work job. That is the code I had: [CODE] And also I had the getForegroundInfo() overrided to return ForegroundInfo instance. On Android < 12 my work job worked fine: it is long-running and when it got started, the notificati...
android|android-notifications|android-workmanager|foreground-service
1
2022-09-13T18:20:05.690Z
2,022
9
18
1
33
2
955
37
4
1
true
false
false
false
false
false
low
73,707,682
How to remove the item in View Binding in a Recycler view adapter
<p>I am getting the date from the activity in the adapter and then created a custom layout for showing data in a recycler but I want to remove some item on a certain condition if its matches with any condition in a view binding in adapter but I am unable to delete it. any idea how to delete the item?</p> <p>Below is my...
I am getting the date from the activity in the adapter and then created a custom layout for showing data in a recycler but I want to remove some item on a certain condition if its matches with any condition in a view binding in adapter but I am unable to delete it. any idea how to delete the item? Below is my code of t...
java|android|android-studio
0
2022-09-13T18:24:30.407Z
2,022
9
18
1
33
0
338
65
3
1
true
true
false
false
false
false
zero
73,707,691
Uninstall an Android app programmatically without prompt interaction?
<p>I'm developing an Android app.</p> <p>I used the following code to uninstall a specific application.</p> <pre><code>Intent intent = new Intent(Intent.ACTION_DELETE); intent.setData(Uri.parse(&quot;package:com.example.tharindurasanga.locationtracker&quot;)); startActivity(intent); </code></pre> <p>This code really wo...
I'm developing an Android app. I used the following code to uninstall a specific application. [CODE] This code really works fine but not giving what I'm expecting since this is resulting a prompt saying user to confirm the app uninstallation. I need to uninstall the app silently without user confirmation. Can someone s...
java|android|react-native
0
2022-09-13T18:25:40.577Z
2,022
9
18
1
29
0
392
69
3
1
true
true
false
false
false
false
zero
73,707,704
Firebase services not working in another device when app is cloned from bitbucket
<p>I've created a Jetpack Compose app in Android Studio and I'm using Firebase services (Auth and Firestore). Everything works fine. I can access and create registers, but is a team project, so I uploaded all the project to Bitbucket, and my team cloned the repo. When my team tried to login with the same user/password,...
I've created a Jetpack Compose app in Android Studio and I'm using Firebase services (Auth and Firestore). Everything works fine. I can access and create registers, but is a team project, so I uploaded all the project to Bitbucket, and my team cloned the repo. When my team tried to login with the same user/password, th...
firebase|kotlin|bitbucket|android-jetpack-compose
0
2022-09-13T18:26:53.273Z
2,022
9
18
1
31
1
1,026
81
4
3
true
false
false
false
false
false
zero
73,707,746
I'm stuck somewhere in between getting json array inside a object setting to recview, I have to send a key to fetch data in. Didn't get solutions here
<p>I'm stuck somewhere in between getting json array inside a object setting it to recylerview, I have to send a key to fetch data and getting response in json array inside a object. Didn't understand solutions got here, so I'm here if Somebody can help mre understand.</p> <p>////Main class</p> <pre><code>public class ...
I'm stuck somewhere in between getting json array inside a object setting it to recylerview, I have to send a key to fetch data and getting response in json array inside a object. Didn't understand solutions got here, so I'm here if Somebody can help mre understand. ////Main class [CODE] //////////Viewmodel class [CODE...
android|json|mvvm|nested|retrofit2
1
2022-09-13T18:30:46.470Z
2,022
9
18
1
13
0
581
150
5
7
true
true
false
false
false
false
low
73,707,817
Android Studio - Intent(AlarmClock.ACTION_SET_ALARM) - dont work
<pre><code>fun onButtonAlarmCLick(view: View){ val alarm = Intent(AlarmClock.ACTION_SET_ALARM) alarm.putExtra(AlarmClock.EXTRA_MESSAGE, &quot;Test&quot;) alarm.putExtra(AlarmClock.EXTRA_HOUR, 7) alarm.putExtra(AlarmClock.EXTRA_MINUTES, 5) startActivity(alarm) } </code></pre> <p>I want put set alarm ...
[CODE] I want put set alarm over a Intent to a Alarm App. I already set &quot;&quot; in the Manifest.
android|kotlin
0
2022-09-13T18:37:04.520Z
2,022
9
18
1
9
0
101
64
2
1
true
true
false
false
false
false
zero
73,707,848
DateFormat exception in Samsung device with Android 12 OS
<p>I have created an Application in that I uses DateTimeFormatter for some operations.</p> <p>There is an issue in Samsung with Android 12 devices as mentioned below.</p> <pre><code>Caused by java.lang.IllegalArgumentException: Invalid format: &quot;06-Sep-2022&quot; is malformed at &quot;Sep-2022&quot; at org.joda....
I have created an Application in that I uses DateTimeFormatter for some operations. There is an issue in Samsung with Android 12 devices as mentioned below. [CODE] My code is: [CODE] Passed argument to the function: [CODE] Note: It only crashed in Samsung with Android 12 devices.
android|datetime|illegalargumentexception
0
2022-09-13T18:39:41.383Z
2,022
9
18
1
19
1
280
57
3
3
true
false
false
false
false
false
zero
73,708,132
How to handle missing CompositionLocal value?
<p>How can I handle the case where a CompositionLocal object is not available to a composable? I can't use try catch as &quot;Try catch is not supported around composable function invocations.&quot;</p> <p>Consider the following code:</p> <pre><code>// LocalElevations.kt file data class Elevations(val card: Dp = 0.dp, ...
How can I handle the case where a CompositionLocal object is not available to a composable? I can't use try catch as &quot;Try catch is not supported around composable function invocations.&quot; Consider the following code: [CODE]
android|android-jetpack-compose
0
2022-09-13T19:04:46.220Z
2,022
9
19
1
29
1
231
45
2
1
true
false
false
false
false
false
zero
73,708,170
Recompose when Clipboard contents change
<p>Jetpack Compose has a <a href="https://developer.android.com/reference/kotlin/androidx/compose/ui/platform/ClipboardManager" rel="nofollow noreferrer">ClipboardManager</a>, allowing us to get or set the value on the clipboard. I notice however that <code>getText()</code> does not return a <code>State</code>, or any ...
Jetpack Compose has a ClipboardManager , allowing us to get or set the value on the clipboard. I notice however that getText() does not return a State , or any observable value. [CODE] How can I make sure that my Composable function responds to changes in the Clipboard?
android-jetpack-compose|clipboard
1
2022-09-13T19:07:36.563Z
2,022
9
19
1
116
2
270
40
2
1
true
false
false
false
false
false
low
73,708,188
Why am i getting this error when trying to Implement ViewModel?
<p>I am trying to learn about ViewModels so i am following the instructions from the Android Developer docs, but unfortunately I am receiving this message i attached a screenshot. All I have really done so far was added necessary implementations stated on the website and followed what was stated on the doc to implement...
I am trying to learn about ViewModels so i am following the instructions from the Android Developer docs, but unfortunately I am receiving this message i attached a screenshot. All I have really done so far was added necessary implementations stated on the website and followed what was stated on the doc to implement it...
java|android|android-viewmodel
-1
2022-09-13T19:10:46.050Z
2,022
9
19
1
29
1
328
63
3
1
true
false
false
false
false
true
negative
73,708,218
How do I get the height of a BottomSheetDialog *before* sliding?
<p>It's pretty easy to get the height of a <code>BottomSheetDialog</code> with the <code>BottomSheetCallback</code> <em>while the user is scrolling</em>, but is it possible to get it at any other time? I'm using <code>isFitToContents = true</code> so I don't know the initial height.</p> <p>i.e. How do I get the height ...
It's pretty easy to get the height of a BottomSheetDialog with the BottomSheetCallback while the user is scrolling , but is it possible to get it at any other time? I'm using isFitToContents = true so I don't know the initial height. i.e. How do I get the height of an auto-sizing BottomSheetDialog outside the BottomShe...
android|bottom-sheet|android-bottomsheetdialog
0
2022-09-13T19:13:55.607Z
2,022
9
19
1
22
0
397
64
3
0
false
true
false
false
false
false
zero
73,708,255
Table is not created
<p>i womder why i cannot create the table here, android studio never showed a syntax error</p> <pre><code>class SQLiteHelper (context: Context) : SQLiteOpenHelper(context, DATABASE_NAME, null, DATABASE_VERSION){ companion object{ private const val DATABASE_VERSION = 1 private const val DAT...
i womder why i cannot create the table here, android studio never showed a syntax error [CODE]
sqlite|kotlin|android-sqlite
-2
2022-09-13T19:18:11.500Z
2,022
9
19
1
39
1
94
20
3
1
true
false
false
false
false
true
negative
73,708,282
how to launch a Google Maps Marker inside a Coroutine?
<p>I am trying to figure out how to launch a google maps marker inside a coroutine, to make it so the markers load seperate from the main thread that will launch the google maps. I hope this will make the user experience more smooth when starting up google maps. How can I achieve this?</p> <p>Obs! When I launch it like...
I am trying to figure out how to launch a google maps marker inside a coroutine, to make it so the markers load seperate from the main thread that will launch the google maps. I hope this will make the user experience more smooth when starting up google maps. How can I achieve this? Obs! When I launch it like this I ge...
android|kotlin|google-maps|kotlin-coroutines
0
2022-09-13T19:20:32.030Z
2,022
9
19
1
51
1
454
54
4
1
true
false
false
false
false
false
zero