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,192,793
Android Material TextInputLayout endIcon cuts off text in MaterialAutoCompleteTextView
<p>I have some very short text input (like only 2 numeric characters) yet using the endIcon will hog half of my textview and will cut off and display ellipses. I cannot make the TextInputLayout wider so I how can I display the full 2 characters (or more) while using endIconDrawable? <a href="https://i.stack.imgur.com/e...
I have some very short text input (like only 2 numeric characters) yet using the endIcon will hog half of my textview and will cut off and display ellipses. I cannot make the TextInputLayout wider so I how can I display the full 2 characters (or more) while using endIconDrawable? [CODE]
java|android|android-studio|kotlin|material-components-android
2
2022-05-10T20:52:22.677Z
2,022
5
20
1
419
3
287
86
5
1
true
false
false
false
false
false
low
72,192,958
Avoid hearing my own voice on PlayFab Party Voice Unity SDK with Photon - PUN 2
<p>I have tested one user on Windows and the other on Android Device. I went away from my computer for making sure that my Laptop does not receive any audio. When I talk on my Android Device, I can hear my own voice and vice-versa. I think this makes echoes while on two applications I can hear my own voice.</p> <p>How ...
I have tested one user on Windows and the other on Android Device. I went away from my computer for making sure that my Laptop does not receive any audio. When I talk on my Android Device, I can hear my own voice and vice-versa. I think this makes echoes while on two applications I can hear my own voice. How should I s...
android|unity3d|multiplayer|photon|playfab
0
2022-05-10T21:07:53.590Z
2,022
5
21
1
66
1
922
79
5
2
true
false
false
false
false
false
zero
72,193,058
Google PlayIntegrity API: a Nightmare
<p>I need some help guys!! I am a self-taught, newbie in encryption, and after reading, testing, and error for more than two weeks on how to solve this, and finding very little crowd knowledge and almost no documentation from Google.</p> <p>I am trying to read the integrity verdict, that I have managed to get it <code>...
I need some help guys!! I am a self-taught, newbie in encryption, and after reading, testing, and error for more than two weeks on how to solve this, and finding very little crowd knowledge and almost no documentation from Google. I am trying to read the integrity verdict, that I have managed to get it IntegrityTokenRe...
java|android|google-api|integrity
12
2022-05-10T21:18:28.973Z
2,022
5
21
1
1,402
2
1,211
37
4
2
true
false
false
false
true
false
medium
72,193,164
Why there are two layouts generate in android studio 2021 windows?
<p><a href="https://i.stack.imgur.com/7Tx2g.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/7Tx2g.png" alt="Android Studio)" /></a></p> <p>Why two layouts generate automatically (the white one and blue one in Android Studio 2021 for Windows</p>
Why two layouts generate automatically (the white one and blue one in Android Studio 2021 for Windows
android|android-layout
1
2022-05-10T21:32:07.237Z
2,022
5
21
1
49
1
101
66
2
0
false
false
false
false
false
false
low
72,193,177
Making a retrofit request returns a response code 401 from server and Trust anchor for certification path not found for local host
<p>I am working on a app that gets data from a WebService written by my co-worker. When I make a call to get a token string, it works. When call to get different data, it returns a 401 response. If I run the WebService locally, I get the following error. Message:java.security.cert.CertPathValidatorException: Trust anch...
I am working on a app that gets data from a WebService written by my co-worker. When I make a call to get a token string, it works. When call to get different data, it returns a 401 response. If I run the WebService locally, I get the following error. Message:java.security.cert.CertPathValidatorException: Trust anchor ...
android|rest|kotlin|retrofit2
0
2022-05-10T21:33:38.270Z
2,022
5
21
1
29
0
780
130
4
1
true
true
false
false
false
false
zero
72,193,270
How can I make an accompanist navigation BottomSheet fully expanded?
<p>I know that a normal bottom sheet can be setup like this</p> <pre class="lang-kotlin prettyprint-override"><code>rememberModalBottomSheetState( initialValue = ModalBottomSheetValue.Hidden, confirmStateChange = { it != ModalBottomSheetValue.HalfExpanded }, ) </code></pre> <p>So that it will never be half expande...
I know that a normal bottom sheet can be setup like this [CODE] So that it will never be half expanded. But what if I want to do the same in Accompanist navigation with bottomsheets?
android|kotlin|android-jetpack-compose|jetpack-compose-accompanist
4
2022-05-10T21:46:27.057Z
2,022
5
21
1
249
1
182
68
4
1
true
false
false
false
false
false
low
72,193,282
FCM + Workmanager
<p>I currently am working on an update of an app, which has the following work flow:</p> <ol> <li>we upload a record to Firestore Database with some data</li> <li>This, through google cloud, automatically generates a push notification, which is sent through a channel to our users' devices.</li> <li>The devices receive ...
I currently am working on an update of an app, which has the following work flow: we upload a record to Firestore Database with some data This, through google cloud, automatically generates a push notification, which is sent through a channel to our users' devices. The devices receive this notification, and with the on...
android|firebase|kotlin|firebase-cloud-messaging|android-workmanager
3
2022-05-10T21:47:44.907Z
2,022
5
21
1
282
1
1,885
17
5
0
false
false
false
false
false
false
low
72,193,355
Creating a notification status icon based on app status
<p>I am trying to set a icon in the status bar of the phone under certain circumstances. I am making a networking app and I basically want a green circle for connected, and red circle for not connected. Everything I am finding puts a notification in the notification menu as well and I only need the status icon. Is this...
I am trying to set a icon in the status bar of the phone under certain circumstances. I am making a networking app and I basically want a green circle for connected, and red circle for not connected. Everything I am finding puts a notification in the notification menu as well and I only need the status icon. Is this po...
java|android|android-studio
0
2022-05-10T21:58:44.790Z
2,022
5
21
1
12
0
327
55
3
0
false
true
false
false
false
false
zero
72,193,371
Single-Shot/Fire-and-Forget Animator for animating basic state changes (animate*AsState's single-shot equivalent))
<p>I want to animate only once and I'm trying different options. I wanted to use animate*AsState but that doesn't work since you have to kind of trigger it by doing some kind of SideEffect with LaunchedEffect when entering in that screen like this:</p> <pre><code>@Composable fun StartAnimation(width: Float = 0f) { ...
I want to animate only once and I'm trying different options. I wanted to use animate*AsState but that doesn't work since you have to kind of trigger it by doing some kind of SideEffect with LaunchedEffect when entering in that screen like this: [CODE] Maybe there's a better way to do this and I'm missing it?
android|android-jetpack-compose
1
2022-05-10T22:01:23.330Z
2,022
5
22
1
53
2
310
114
2
1
true
false
false
false
false
false
low
72,193,761
How to select multiple dates on android calender view
<pre><code> val calendar: Calendar = Calendar.getInstance() calendar.set(2022, 5, 10) val dateSelected = calendar.timeInMillis val calender2 = Calendar.getInstance() calender2.set(2022, 5, 11) val dateSelected2 = calender2.timeInMillis binding?.calenderView?.setDate(dateSelected, true, ...
[CODE] I've tried to select two dates as shown above, but it doesn't work? Any help?
android|kotlin|android-calendar
0
2022-05-10T22:59:38.820Z
2,022
5
22
1
76
2
84
53
3
1
true
false
false
false
false
false
zero
72,193,801
Android java: inline object initialization not working as expected
<p>I have a AWTrack class in my app as follows:</p> <pre><code>import android.database.sqlite.SQLiteDatabase; import androidx.annotation.NonNull; import java.io.Serializable; import java.util.Collections; import java.util.List; import java.util.Random; import kaaes.spotify.webapi.android.models.Track; public class ...
I have a AWTrack class in my app as follows: [CODE] In this class I've created a static map method intended to cast kaaes.spotify.webapi.android.models.Track object into AWTrack (only the needed properties) and I'm trying to use inline object initialization in the following way: [CODE] But I'm facing a weird problem, a...
java|android|initialization|inline
1
2022-05-10T23:06:59.440Z
2,022
5
23
1
30
1
1,019
66
4
6
true
false
false
false
false
false
low
72,193,874
Remove ListView items in android from firebase realtime database
<p>May you help us with our school project it's due Thursday. we have a problem when we use push() to insert data to the Firebase Realtime Database we trying to remove values from randomly generated key and it works but only removed from the app but NOT in Realtime Database we can't figure out what is the problem, plea...
May you help us with our school project it's due Thursday. we have a problem when we use push() to insert data to the Firebase Realtime Database we trying to remove values from randomly generated key and it works but only removed from the app but NOT in Realtime Database we can't figure out what is the problem, please ...
java|android|firebase|firebase-realtime-database|google-cloud-platform
2
2022-05-10T23:20:47.997Z
2,022
5
23
1
98
1
478
64
5
2
true
false
false
false
false
false
low
72,193,962
Why does my setOnClickListener only apply to last element each loop pass?
<p>Sorry if the code is a bit convoluted, I've been spamming things out trying to fix this for ages.</p> <p>I create children within a layout and track the number in which they were added, then compare them so we know which sets belong to which exercises. On click of the arrow, the set information should collapse but o...
Sorry if the code is a bit convoluted, I've been spamming things out trying to fix this for ages. I create children within a layout and track the number in which they were added, then compare them so we know which sets belong to which exercises. On click of the arrow, the set information should collapse but only the la...
java|android|kotlin|onclicklistener
1
2022-05-10T23:38:26.220Z
2,022
5
23
1
66
1
415
73
4
1
true
false
false
false
false
false
low
72,193,971
Difficulties enabling Kotlin in React Native Expo with Bare Workflow
<p>Saying that I've spent around 32 hours would be an understatement. I've been trying to enable Kotlin in a React Native project powered by Expo SDK 44.</p> <p>I've been trying everything that I could find over the Internet, but it always ends up with an error in the Gradle Phase in EAS (Running it with <code>eas buil...
Saying that I've spent around 32 hours would be an understatement. I've been trying to enable Kotlin in a React Native project powered by Expo SDK 44. I've been trying everything that I could find over the Internet, but it always ends up with an error in the Gradle Phase in EAS (Running it with eas build --profile deve...
android|react-native|kotlin|gradle|expo
2
2022-05-10T23:40:18.500Z
2,022
5
23
1
993
0
4,122
68
5
7
true
true
false
false
false
false
low
72,194,080
Unable to use Itext7 and other 3rd party library after updating to Android Studio Chipmunk
<p>I just update my Android Studio to Chipmunk 2021.2.1 and my itext code dont work anymore. Im using itext7-core:7.2.2.</p> <p><a href="https://i.stack.imgur.com/5WJfS.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/5WJfS.png" alt="enter image description here" /></a></p> <p>How do i fix this?</p>
I just update my Android Studio to Chipmunk 2021.2.1 and my itext code dont work anymore. Im using itext7-core:7.2.2. How do i fix this?
android-studio|itext7
0
2022-05-11T00:01:20.157Z
2,022
5
0
2
238
1
136
90
2
0
false
false
false
false
false
false
zero
72,194,317
Let TextView inside custom component inherit all attributes
<p>I'm creating a custom component called <code>IconButton</code><sup>1</sup>, that extends <code>ConstraintLayout</code>:</p> <pre class="lang-java prettyprint-override"><code>package com.example.widget; public class IconButton extends androidx.constraintlayout.widget.ConstraintLayout { /* implementation */ ...
I'm creating a custom component called IconButton 1 , that extends ConstraintLayout : [CODE] ... and whose layout will look like this: [CODE] If I now define styleable attributes for my component like so: [CODE] ... and then use my component like this: [CODE] ... is there a way to have the TextView inside my button lay...
java|android|inheritance|attributes|custom-component
0
2022-05-11T00:55:18.723Z
2,022
5
0
2
26
0
663
59
5
5
true
true
false
false
false
false
zero
72,194,365
Do timers on Android have tolerance?
<p>On iOS, most, if not all of the mechanisms for scheduling delayed work allow you to specify a &quot;tolerance&quot;.</p> <p>Examples:</p> <p><a href="https://developer.apple.com/documentation/foundation/timer" rel="nofollow noreferrer">https://developer.apple.com/documentation/foundation/timer</a> <a href="https://d...
On iOS, most, if not all of the mechanisms for scheduling delayed work allow you to specify a &quot;tolerance&quot;. Examples: https://developer.apple.com/documentation/foundation/timer https://developer.apple.com/documentation/dispatch/dispatchqueue/3329231-schedule If you are not familiar with the concept, tolerance ...
android|timer
0
2022-05-11T01:06:45.890Z
2,022
5
1
2
23
0
1,111
36
2
0
false
true
false
false
false
false
zero
72,194,428
Android apps worked in usb debugging but not in android emulator (white screen)
<p>I run &quot;ionic cordova run android&quot; using visual studio code.. but the apps shows white screen in the emulator.. it display properly if using USB debugging.. the device also display properly if install using the apk.. the reason why I want to use emulator because I want to debug &quot;http://10.0.2.2&quot;.....
I run &quot;ionic cordova run android&quot; using visual studio code.. but the apps shows white screen in the emulator.. it display properly if using USB debugging.. the device also display properly if install using the apk.. the reason why I want to use emulator because I want to debug &quot;http://10.0.2.2&quot;.. th...
android-emulator
0
2022-05-11T01:18:39.053Z
2,022
5
1
2
62
1
722
79
1
0
false
false
false
false
false
false
zero
72,194,532
android navigation transition animation is offset up or down
<p>My project uses fragment navigation to transition between destinations,</p> <p>In the video it is seen that the page is offset up or down. I would like the page to only enter the screen from left to right.</p> <p>Where might the problem be? thanks for your help.</p> <p><a href="https://youtube.com/shorts/UepCbB3Zua8...
My project uses fragment navigation to transition between destinations, In the video it is seen that the page is offset up or down. I would like the page to only enter the screen from left to right. Where might the problem be? thanks for your help. app video Host Activity [CODE] HomeFragment [CODE] navigation [CODE] in...
android|android-animation|android-navigation|android-transitions
0
2022-05-11T01:41:16.013Z
2,022
5
1
2
82
0
375
60
4
6
true
true
false
false
false
false
zero
72,194,644
Wrap Chained Calls in Kotlin Dilemma
<p>What's the recommended convention for <a href="https://kotlinlang.org/docs/coding-conventions.html#wrap-chained-calls" rel="nofollow noreferrer">wrap chained call</a> if my previous line ended with a single closing bracket?</p> <p>Am I supposed to keep it &quot;disconnected&quot; as below?</p> <pre class="lang-kotli...
What's the recommended convention for wrap chained call if my previous line ended with a single closing bracket? Am I supposed to keep it &quot;disconnected&quot; as below? [CODE]
android|kotlin
0
2022-05-11T02:06:13.643Z
2,022
5
2
2
27
0
179
36
2
1
true
true
false
false
false
false
zero
72,194,650
Strange line after zoom-in Mapbox
<p>Recently I got a weird issue when adding <code>LineLayer</code> to <code>MapboxMap</code>. Here's how I added it:</p> <pre><code> val features = mutableListOf&lt;Feature&gt;() var coordinateList = ArrayList&lt;Point&gt;() var index = 0 for (item in locations) { coordinateList.add( Point.fromLngLat( ...
Recently I got a weird issue when adding LineLayer to MapboxMap . Here's how I added it: [CODE] The output was nice in high-zoomed layers such as 10, 11. However, whenever I tried to zoom in (14, 15), some weird lines appeared as below. Do you guys know how to get rid of those lines? I am using Mapbox SDK 9.xxx . I tri...
android|mapbox
0
2022-05-11T02:07:28.790Z
2,022
5
2
2
23
0
444
33
2
1
true
true
false
false
false
false
zero
72,194,680
Null check operator used on a null Value ( List )
<p>I'm trying to pass the data of a List for another screen but i don't know how to do that. I've tried using constructors and using correctly null-safety but the app returned this error: Null check operator used on a null Value. And i'm a long time already trying to solve this problem but i don't know how. What's the ...
I'm trying to pass the data of a List for another screen but i don't know how to do that. I've tried using constructors and using correctly null-safety but the app returned this error: Null check operator used on a null Value. And i'm a long time already trying to solve this problem but i don't know how. What's the ben...
flutter|android-studio|listview
0
2022-05-11T02:14:10.843Z
2,022
5
2
2
477
2
387
49
3
2
true
false
false
false
false
false
zero
72,194,682
FCM Ionic Android notification not received when app is force closed
<p>I am currently generating a data only FCM to my ionic application which will then create a local notification on the mobile application (android).</p> <p>It works fine when the app is in foreground/background however when the app is <strong>closed</strong> the mobile application doesn't receive the notification.</p>...
I am currently generating a data only FCM to my ionic application which will then create a local notification on the mobile application (android). It works fine when the app is in foreground/background however when the app is closed the mobile application doesn't receive the notification. Is there any solution to this ...
android|ionic-framework|mobile|firebase-cloud-messaging|cordova-plugin-fcm
0
2022-05-11T02:14:18.563Z
2,022
5
2
2
118
0
414
68
5
2
true
true
false
false
false
false
zero
72,194,842
Is it possible to pass an intent ... or intent extras ... to an Android app in the debugger?
<p>I'm working on an activity that is designed to livestream a video to a given URL when started. It doesn't really have it's own user interface, to speak of. It is started by another android app, using an intent, and the url is passed to it in the intent.</p> <p>So I'm running it in the debugger, and I have no idea ...
I'm working on an activity that is designed to livestream a video to a given URL when started. It doesn't really have it's own user interface, to speak of. It is started by another android app, using an intent, and the url is passed to it in the intent. So I'm running it in the debugger, and I have no idea how to pass ...
android|android-studio|intellij-idea
0
2022-05-11T02:47:43.723Z
2,022
5
2
2
18
1
624
92
3
0
false
false
false
false
false
false
zero
72,194,845
A problem occurred configuring project ':app'. > Cannot run Project.afterEvaluate(Closure) when the project is already evaluated
<p>What even is this lol. I am so confused as to what's going on, I just wanted to run my app, please. Im on VSCode, building for Android with Flutter. Here is the error message.</p> <pre><code>FAILURE: Build failed with an exception. * Where: Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: ...
What even is this lol. I am so confused as to what's going on, I just wanted to run my app, please. Im on VSCode, building for Android with Flutter. Here is the error message. [CODE]
android|flutter|android-studio|gradle|sdk
0
2022-05-11T02:48:09.083Z
2,022
5
2
2
111
1
182
128
5
1
true
false
false
false
false
false
zero
72,194,929
Fixing component height, not working (Android app)
<p>I would like to have someone else take a look at the few lines of kotlin code below and point out any error I may have been missing. I have use similar code before to fix the height of a component to 100, and it has always worked as far as I am aware of.</p> <pre><code>constraintLayout?.addView(component) val constr...
I would like to have someone else take a look at the few lines of kotlin code below and point out any error I may have been missing. I have use similar code before to fix the height of a component to 100, and it has always worked as far as I am aware of. [CODE] The problem is that I now have a case where it no longer w...
android|kotlin|android-layout|android-constraintlayout
0
2022-05-11T03:04:50.193Z
2,022
5
3
2
49
1
683
50
4
1
true
false
false
false
false
false
zero
72,195,005
How to get UnhandledExceptions warnings on Android Studio developing flutter/dart
<p>Is it possible to get any type of warning on UnhandledExceptions thrown in Dart/Flutter, in Android Studio?</p> <p>I'm pretty new to Flutter development, but have been using PHPStorm for a good while. The UnhandledException warnings are very useful to be able to cater to all possible scenarios. Android Studio and PH...
Is it possible to get any type of warning on UnhandledExceptions thrown in Dart/Flutter, in Android Studio? I'm pretty new to Flutter development, but have been using PHPStorm for a good while. The UnhandledException warnings are very useful to be able to cater to all possible scenarios. Android Studio and PHPStorm are...
flutter|android-studio|dart|exception
0
2022-05-11T03:18:11.743Z
2,022
5
3
2
30
0
477
81
4
2
true
true
false
false
false
false
zero
72,195,027
How to resolve a security risk warning regarding SHA1withRSA signature algorithm?
<p>Signature algorithm name: SHA1withRSA (weak) Subject Public Key Algorithm: 2048-bit RSA key Version: 1</p> <p>Warning: The certificate uses the SHA1withRSA signature algorithm which is considered a security risk. This algorithm will be disabled in a future update.</p>
Signature algorithm name: SHA1withRSA (weak) Subject Public Key Algorithm: 2048-bit RSA key Version: 1 Warning: The certificate uses the SHA1withRSA signature algorithm which is considered a security risk. This algorithm will be disabled in a future update.
android|firebase|rsa|sha
1
2022-05-11T03:23:14.957Z
2,022
5
3
2
232
0
257
81
4
0
false
true
false
false
false
false
low
72,195,159
Why do we need to encrypt local persistent data in Android?
<p>In release build, the default value of <code>android:debuggable=false</code>, which make the package not debuggable <code>run-as: package not debuggable</code>. Therefore, we cannot access any data in the package. So, my question is if we cannot access the package data, e.i <code>Room, SharedPreferences</code>, then...
In release build, the default value of android:debuggable=false , which make the package not debuggable run-as: package not debuggable . Therefore, we cannot access any data in the package. So, my question is if we cannot access the package data, e.i Room, SharedPreferences , then why we need to encrypt user credential...
android|android-studio|sharedpreferences
1
2022-05-11T03:44:13.793Z
2,022
5
3
2
20
0
398
59
3
0
false
true
false
false
false
false
low
72,195,199
"org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration" Problem - AndroidStudio
<p>I get this error while running android studio.</p> <p>I know it's a Gradle problem, and after a lot of Googling, I haven't found anything other than a solution to turn off Toggle Offline Mode.</p> <p>Android Gradle Version is 7.1.3 and Gradle Version is 7.2.</p> <p><em>org.gradle.api.internal.artifacts.ivyservice.De...
I get this error while running android studio. I know it's a Gradle problem, and after a lot of Googling, I haven't found anything other than a solution to turn off Toggle Offline Mode. Android Gradle Version is 7.1.3 and Gradle Version is 7.2. org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$Ar...
java|android|gradle
0
2022-05-11T03:50:38.820Z
2,022
5
3
2
351
0
492
98
3
2
true
true
false
false
false
false
zero
72,195,204
TensorFlow Lite Error in Release Build: java.lang.NoSuchMethodError: no non-static method "Lorg/tensorflow/lite/XnnpackDelegate;.<init>(JJ)V"
<p>I am trying to make an Object Detection app based off the <a href="https://github.com/tensorflow/examples/tree/master/lite/examples/object_detection/android" rel="nofollow noreferrer">TensorFlow Lite Object Detection Android Demo</a>. Everything works well when I run the debug variant, but when I run the release va...
I am trying to make an Object Detection app based off the TensorFlow Lite Object Detection Android Demo . Everything works well when I run the debug variant, but when I run the release variant I get the following error: [CODE] build.gradle (:app) [CODE] build.gradle (:lib_interpreter) [CODE]
android|tensorflow-lite|object-detection-api
0
2022-05-11T03:51:15.027Z
2,022
5
3
2
261
1
292
141
3
3
true
false
false
false
false
false
zero
72,195,255
Could not find com.twitter.sdk.android:twitter-core:3.3.0
<p>jCenter may be shut down right now. I knew jCenter was already out of support. But our app is still using it.</p> <p>After jCenter closed, we can not build for android. So we use mavenCentral instead of jCenter.</p> <pre><code>buildscript { repositories { - jCenter() + mavenCentral() } } </code><...
jCenter may be shut down right now. I knew jCenter was already out of support. But our app is still using it. After jCenter closed, we can not build for android. So we use mavenCentral instead of jCenter. [CODE] and tried to build my project. I encountered below error. [CODE] As far as I searched on maven repository, m...
android|maven|gradle|jcenter
1
2022-05-11T04:00:15.200Z
2,022
5
4
2
442
1
624
57
4
2
true
false
false
false
false
false
low
72,195,291
Unable to load class 'org.jacoco.core.runtime.IExecutionDataAccessorGenerator'
<p>I am trying to run the build on Android Studio and getting following error..</p> <p><strong>Unable to load class 'org.jacoco.core.runtime.IExecutionDataAccessorGenerator'. This is an unexpected error. Please file a bug containing the idea.log file.</strong></p> <pre><code>Caused by: java.lang.NoClassDefFoundError: o...
I am trying to run the build on Android Studio and getting following error.. Unable to load class 'org.jacoco.core.runtime.IExecutionDataAccessorGenerator'. This is an unexpected error. Please file a bug containing the idea.log file. [CODE] When changing build.gradle file.. [CODE] To... [CODE] It is running successfull...
android|android-studio|jacoco|test-coverage
0
2022-05-11T04:05:35.007Z
2,022
5
4
2
36
0
462
78
4
3
true
true
false
false
false
false
zero
72,195,372
How do I send an SMS which has an image along-with the text body in Android (java)?
<p>I am looking for a way to send an sms, which has an <strong>image along with the message body</strong> to a series of numbers with the help of a for loop. I've figured out a way of automatically sending <strong>simple text message</strong> to a CSV list of numbers using the below code -</p> <pre><code>String number ...
I am looking for a way to send an sms, which has an image along with the message body to a series of numbers with the help of a for loop. I've figured out a way of automatically sending simple text message to a CSV list of numbers using the below code - [CODE] I just want to send an image alongwith the sms body. I know...
java|android|android-sms|android-mms
1
2022-05-11T04:19:17.600Z
2,022
5
4
2
77
0
803
83
4
1
true
true
false
false
false
false
low
72,195,442
Xamarin.forms Shell page freezing on some devices
<p>I developed an xamarin.forms app that used to work very well wheh testings with testflight. I have now posted it on the app store and I get a strange bug on the phones that had never had the testflight app installed.</p> <p>I have a tab bar with 2 buttons (my main page and a About page):</p> <p>The problem occurs w...
I developed an xamarin.forms app that used to work very well wheh testings with testflight. I have now posted it on the app store and I get a strange bug on the phones that had never had the testflight app installed. I have a tab bar with 2 buttons (my main page and a About page): The problem occurs when user click on ...
android|ios|xamarin.forms|xamarin.forms.shell|app-shell
1
2022-05-11T04:30:23.727Z
2,022
5
4
2
122
0
638
49
5
2
true
true
false
false
false
false
low
72,195,444
Will Executor with handler cause memory leak in android
<p>I am doing my DAO queries from Room Database inside Executors and updating the UI in handler.post() method. Is it considered a bad practice or is there any way it will cause memory leak?</p> <pre><code>@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setConte...
I am doing my DAO queries from Room Database inside Executors and updating the UI in handler.post() method. Is it considered a bad practice or is there any way it will cause memory leak? [CODE] Will this thread created using Executors be garbage collected when the OnDestroy method is called?
android|android-room|android-threading
0
2022-05-11T04:30:46.277Z
2,022
5
4
2
39
0
292
55
3
1
true
true
false
false
false
false
zero
72,195,486
Which is the best way to build release apk with smaller size?
<p>While i am building release apk with the command</p> <p><code>flutter build apk --release</code></p> <p>it is of size <strong>18 mb.</strong></p> <p>While i run the command</p> <p><code>flutter run --release </code></p> <p>it gives me apk of size <strong>8 mb.</strong></p> <p>Please help me with the best practice</...
While i am building release apk with the command flutter build apk --release it is of size 18 mb. While i run the command flutter run --release it gives me apk of size 8 mb. Please help me with the best practice
android|flutter|mobile
0
2022-05-11T04:36:57.253Z
2,022
5
4
2
46
1
211
61
3
0
false
false
false
false
false
false
zero
72,195,499
separate activity that runs if the screen is looked - react native
<p>How can I run screen with action buttons once the user receives a push notification if the phone is locked? I am implementing webrtc in an app and I want to ahow a ringing screen if the phone is locked.</p>
How can I run screen with action buttons once the user receives a push notification if the phone is locked? I am implementing webrtc in an app and I want to ahow a ringing screen if the phone is locked.
react-native|android-activity|webrtc
0
2022-05-11T04:39:12.610Z
2,022
5
4
2
20
0
202
66
3
0
false
true
false
false
false
false
zero
72,195,620
why are package name, sha 250 key and other information is available on assetlink.json
<p>why my app details are available on <a href="https://trian1.page.link/.well-known/assetlinks.json" rel="nofollow noreferrer">https://trian1.page.link/.well-known/assetlinks.json</a> . is there any security issue because of this? can we hide it?</p>
why my app details are available on https://trian1.page.link/.well-known/assetlinks.json . is there any security issue because of this? can we hide it?
android|firebase|firebase-realtime-database|deep-linking
0
2022-05-11T04:56:37.637Z
2,022
5
4
2
18
0
151
86
4
0
false
true
false
false
false
false
zero
72,195,648
Kover - Unable to use excludes as mentioned in Docs
<p>Tried the Android code as given in the <a href="https://github.com/Kotlin/kotlinx-kover#configuring-jvm-test-task" rel="nofollow noreferrer">Docs</a>.</p> <p>I am unable to exclude the files.</p> <pre><code>testOptions { unitTests.all { if (name == &quot;testDebugUnitTest&quot;) { kover...
Tried the Android code as given in the Docs . I am unable to exclude the files. [CODE] I expect this code to exclude com.makeappssimple.abhimanyu.financemanager.android.navigation.di.NavigationManagerModule file, but it is not working. Also tried with wildcard names. Kover setup, [CODE] P.S: I have also raised the same...
android|kotlin|code-coverage|kover
0
2022-05-11T05:00:20.143Z
2,022
5
5
2
333
1
331
51
4
2
true
false
false
false
false
false
zero
72,195,683
item.view on clickListener does not work with my viewholder
<p>I've created an adapter for my Category gridview to show in my Main activity. Categories are shown inside a CardView.</p> <p>In order to click on each category, i can only access by the image or the text in the viewholder. that's not ideal, as you have to clicl exactly on the image to open new activity.</p> <p>I wou...
I've created an adapter for my Category gridview to show in my Main activity. Categories are shown inside a CardView. In order to click on each category, i can only access by the image or the text in the viewholder. that's not ideal, as you have to clicl exactly on the image to open new activity. I would love to add th...
android|android-viewholder|onitemclicklistener
0
2022-05-11T05:05:14.350Z
2,022
5
5
2
28
1
519
59
3
2
true
false
false
false
false
false
zero
72,195,688
How to create custom navigation drawer with bottom navigation view in android?
<p>this is MainActivity</p> <pre><code>class MainActivity : AppCompatActivity(), FragmentDrawerListener, BottomNavigationView.OnNavigationItemSelectedListener { private lateinit var drawerFragment: DrawerFragment @Inject lateinit var mainActivityViewModel: MainActivityViewModel ...
this is MainActivity [CODE] This is my xml : [CODE] using this code i am able to display data but when i try to click on Home button on either from bottom navigation view or from drawber then i am getting [CODE] I don't know what i am missing i am trying to create custom navigation drawber with bottom navigation view p...
android
0
2022-05-11T05:05:45.933Z
2,022
5
5
2
29
0
340
78
1
3
true
true
false
false
false
false
zero
72,195,694
how to handle click event for each item in recyclerview child in nested recyclerview
<p>I have a nested recyclerview to show the list of foods in each category. When the user clicks the increase or decrease button, the quantity will be updated to the quantity textview and synced to the cart stored in the database, but currently I don't know how to listen for the event when the user clicks these buttons...
I have a nested recyclerview to show the list of foods in each category. When the user clicks the increase or decrease button, the quantity will be updated to the quantity textview and synced to the cart stored in the database, but currently I don't know how to listen for the event when the user clicks these buttons. H...
android|android-studio|android-recyclerview|onclicklistener|nestedrecyclerview
0
2022-05-11T05:06:24.023Z
2,022
5
5
2
248
2
469
84
5
3
true
false
false
false
false
false
zero
72,195,879
FCM Foreground and Background notification layout view and PendingIntent
<p>I'm creating notification using Firebase and FCM</p> <pre><code>class FcmServices: FirebaseMessagingService() { override fun onMessageReceived(remoteMessage: RemoteMessage) { sendNotification(remoteMessage) } override fun onNewToken(token: String) { super.onNewToken(token) } pr...
I'm creating notification using Firebase and FCM [CODE] I need to open the NotificationActivity after click the notification received from Firebase, but the problem is the PendingIntent is not working while the app is in background state. Is there any different condition between foreground and background state code ? A...
android|kotlin|firebase-cloud-messaging|android-pendingintent
0
2022-05-11T05:33:17.433Z
2,022
5
5
2
70
0
439
72
4
1
true
true
false
false
false
false
zero
72,195,891
How UPI apps like GPay verify phone number in the device?
<p>How do they check if the phone number in device is same as user given phone number to sign up in GPay app?</p> <p><strong>According to my research</strong></p> <p>I am not sure, but, i think Gpay sends an SMS from user device containing the user given phone number to a server, there it's checked and reverted success...
How do they check if the phone number in device is same as user given phone number to sign up in GPay app? According to my research I am not sure, but, i think Gpay sends an SMS from user device containing the user given phone number to a server, there it's checked and reverted success/failure response via an API. I ha...
android|sms|upi
1
2022-05-11T05:34:38.780Z
2,022
5
5
2
27
0
480
57
3
0
false
true
false
false
false
false
low
72,195,907
How do I add a background border to each character in a TextView
<p>How do I add a background border to each character in a <code>TextView</code>.</p> <p><a href="https://i.stack.imgur.com/K8U37.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/K8U37.png" alt="enter image description here" /></a></p>
How do I add a background border to each character in a TextView .
android
0
2022-05-11T05:38:42.380Z
2,022
5
5
2
24
0
66
64
1
0
false
true
false
false
false
false
zero
72,196,006
I keep getting these errors "Multiple root tags" and "cannot resolve class" while I'm trying nest a LinearLayout in another LinearLayout
<p>when try to close the nested LinearLayout in the main LinearLayout it takes like the close belongs to the main LinearLayout and the rest of the code after the second LinearLayout (TextView, TextView and Button) does not work and appear the errors Multiple root tags and Cannot resolve class (TextView, TextView and B...
when try to close the nested LinearLayout in the main LinearLayout it takes like the close belongs to the main LinearLayout and the rest of the code after the second LinearLayout (TextView, TextView and Button) does not work and appear the errors Multiple root tags and Cannot resolve class (TextView, TextView and Butto...
android|android-layout|nested
0
2022-05-11T05:52:20.190Z
2,022
5
5
2
23
1
358
136
3
1
true
false
false
false
false
false
zero
72,196,042
I am facing an error after changing the min sdk version from flutter,minsdk version to a numerical value ie. 16
<p>FAILURE: Build failed with an exception.</p> <ul> <li>What went wrong: Execution failed for task ':app:checkDebugAarMetadata'.</li> </ul> <blockquote> <p>Multiple task action failures occurred: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction &gt; The minCompileSd...
FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. Multiple task action failures occurred: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction > The minCompileSdk (31) specified in a dependency's AAR metadat...
android|flutter|dart
0
2022-05-11T05:55:52.370Z
2,022
5
5
2
85
1
1,225
111
3
0
false
false
false
false
false
false
zero
72,196,230
Android navigation graph resets onResume
<p>I have a single activity application that uses Android's Navigation Component to navigate between fragments.</p> <p>I have an issue where, if the app is backgrounded and resumed, the navigation graph returns to the <code>startDestination</code>. Shouldn't the state of the graph (i.e the current fragment) be retained...
I have a single activity application that uses Android's Navigation Component to navigate between fragments. I have an issue where, if the app is backgrounded and resumed, the navigation graph returns to the startDestination . Shouldn't the state of the graph (i.e the current fragment) be retained? Below is a sample of...
android|android-architecture-components|android-architecture-navigation|android-navigation|android-navigation-graph
1
2022-05-11T06:18:11.283Z
2,022
5
6
2
133
0
444
40
5
3
true
true
false
false
false
false
low
72,196,231
i have a fragment contain List View, on a item click how to send position (int) to a new activity
<p>i am creating simple counting app i create a main activity contain tab layout of two tab then each tab contain fragment on fragment i have a list view when and onitem clicked i like to stat a new activity</p> <pre><code> Intent intent = new Intent(getActivity(), ButtonCountActivity.class); sta...
i am creating simple counting app i create a main activity contain tab layout of two tab then each tab contain fragment on fragment i have a list view when and onitem clicked i like to stat a new activity [CODE] i like to get the listView.setOnItemClickListener int i on ButtonCountActivity how ? on newActivity i am cou...
java|android|android-fragments|fragment
0
2022-05-11T06:18:13.230Z
2,022
5
6
2
31
1
537
97
4
3
true
false
false
false
false
false
zero
72,196,241
Don't show a notification from firebase in android studio
<p>This is the code in firebase functions:</p> <pre><code>exports.androidPushNotification = functions.database .ref(&quot;/chat/{pushId}&quot;) .onCreate((snapshot, context) =&gt; { admin.messaging().sendToTopic(&quot;notification&quot;, { data: { senderId: snapshot.val().senderId, }, ...
This is the code in firebase functions: [CODE] This is onMessageReceived in android studio: [CODE] I have everyone subscribed to a topic called &quot;notification&quot;. This is for a chat app where everyone is in one big chat. I don't want the person who sent the message to receive the notification. The code is workin...
android|kotlin|google-cloud-functions|firebase-cloud-messaging
0
2022-05-11T06:19:22.013Z
2,022
5
6
2
117
1
406
57
4
2
true
false
false
false
false
false
zero
72,196,260
React Native App working on browser but not working on expo app
<p>It was working fine when it has only one component (App.js), but it shows the startup screen (image below) when I started nesting components in the App component. It finishes bundling and everything but it just shows the startup white screen. Tho it still works fine on the browser webpack. The phone and the PC are o...
It was working fine when it has only one component (App.js), but it shows the startup screen (image below) when I started nesting components in the App component. It finishes bundling and everything but it just shows the startup white screen. Tho it still works fine on the browser webpack. The phone and the PC are on t...
android|react-native|expo
0
2022-05-11T06:21:08.903Z
2,022
5
6
2
244
0
523
63
3
2
true
true
false
false
false
false
zero
72,196,341
How to increase Frames Per Second during Face Detection using ML Kit
<p>Recently I am working with Google ML Kit Face Detection library. I implemented it successfully and able to detect my face through that. Played with contour points to draw a small bounding box over forehead.</p> <p>During face detection it provide the image frames from Image Proxy. No my issue here is I'm getting onl...
Recently I am working with Google ML Kit Face Detection library. I implemented it successfully and able to detect my face through that. Played with contour points to draw a small bounding box over forehead. During face detection it provide the image frames from Image Proxy. No my issue here is I'm getting only 6-7 fram...
image-processing|face-detection|android-camerax|google-mlkit|face
1
2022-05-11T06:29:00.350Z
2,022
5
6
2
184
2
790
68
5
1
true
false
false
false
false
false
low
72,196,397
android:exported="true" not working and not letting flutter app be installed in phone
<p>I am developing an app in flutter. It used to work fine, i have been installing it, using it on phone for 2 months. Today suddenly, i get the following error when i run this command <code>flutter run</code>.</p> <p><div class="snippet" data-lang="js" data-hide="false" data-console="true" data-babel="false"> <div cla...
I am developing an app in flutter. It used to work fine, i have been installing it, using it on phone for 2 months. Today suddenly, i get the following error when i run this command flutter run . [CODE] I already have android:exported=&quot;true&quot; added in my manifest under activity. Here's my Manifest file: [CODE]
android|flutter|dart
0
2022-05-11T06:34:00.387Z
2,022
5
6
2
91
1
320
85
3
2
true
false
false
false
false
false
zero
72,196,444
how to shape background like this in compose?
<p><a href="https://i.stack.imgur.com/8A71P.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/8A71P.png" alt="enter image description here" /></a></p> <p>As you can see, blue background has shape, how can I make something like that in compose? I need to know how can I create blue background like this.<...
As you can see, blue background has shape, how can I make something like that in compose? I need to know how can I create blue background like this.
android|kotlin|android-jetpack-compose
0
2022-05-11T06:38:35.013Z
2,022
5
6
2
171
0
148
45
3
0
false
true
false
false
false
false
zero
72,196,446
Flutter pagination not work. I can not load more data
<p>i tried to load more data when scroll. But loadMore function not work. When debugging it stop loadMore function and Scroll not working. Can anyone help me?. I did not find a soluton. Why loadMore not work? What I want to do is load more data when scroll end, page number increases</p> <p>My api class</p> <pre><code> ...
i tried to load more data when scroll. But loadMore function not work. When debugging it stop loadMore function and Scroll not working. Can anyone help me?. I did not find a soluton. Why loadMore not work? What I want to do is load more data when scroll end, page number increases My api class [CODE] My View class [CODE...
android|ios|flutter|dart|flutter-test
0
2022-05-11T06:38:51.170Z
2,022
5
6
2
228
1
330
53
5
2
true
false
false
false
false
false
zero
72,196,489
PreferenceScreen always shows with additional space to top
<p>Currently, I'm facing a problem regarding the display of the preference fragment. I'm using a bottom navigation menu and I want to show a toolbar (previously action bar) showing the currently selected menu item of the navigation bar.</p> <p>The problem is that there seems to be a second invisible toolbar between the...
Currently, I'm facing a problem regarding the display of the preference fragment. I'm using a bottom navigation menu and I want to show a toolbar (previously action bar) showing the currently selected menu item of the navigation bar. The problem is that there seems to be a second invisible toolbar between the wanted to...
android|preferences
0
2022-05-11T06:41:51.747Z
2,022
5
6
2
27
1
774
58
2
4
true
false
false
false
false
false
zero
72,196,563
Erros shows xml how to fix it
<p>I don't know why when I run it works fine but shows these red lines on every XML it defaults me to add new widgets <a href="https://i.stack.imgur.com/cWXs4.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/cWXs4.png" alt="check" /></a></p> <p>anyone knows how to fix it in this image you can check wh...
I don't know why when I run it works fine but shows these red lines on every XML it defaults me to add new widgets anyone knows how to fix it in this image you can check what I want to say
java|android|xml|android-studio
-1
2022-05-11T06:48:22.343Z
2,022
5
6
2
49
3
188
29
4
0
false
false
false
false
false
true
negative
72,196,623
Setting data in a row of listview
<p>I have a listview which there some text view. For make this simple, i will set only three textview. I will use textview for show data status, data status count for same data status, and total revenue for same data status. I use listview for showing data from json which have structure like below</p> <pre><code>{&quot...
I have a listview which there some text view. For make this simple, i will set only three textview. I will use textview for show data status, data status count for same data status, and total revenue for same data status. I use listview for showing data from json which have structure like below [CODE] My goal is show d...
java|android|json|listview
0
2022-05-11T06:53:50.337Z
2,022
5
6
2
21
0
626
33
4
3
true
true
false
false
false
false
zero
72,196,866
Dagger2 Can't provide dependency of activity to dagger
<blockquote> <p>MainActivity cannot be provided without an @Inject constructor or an @Provides-annotated method. This type supports members injection but cannot be implicitly provided.</p> </blockquote> <p>I'm using dagger-android, I injected MainActivity through AndroidInjection.inject(this), but it's still unavailabl...
MainActivity cannot be provided without an @Inject constructor or an @Provides-annotated method. This type supports members injection but cannot be implicitly provided. I'm using dagger-android, I injected MainActivity through AndroidInjection.inject(this), but it's still unavailable in Module. I prepared sample projec...
android|dagger-2
0
2022-05-11T07:14:38.300Z
2,022
5
7
2
154
1
543
54
2
5
true
false
false
false
false
false
zero
72,196,911
PayPal callback does not trigger after login to the PayPal account
<p>I'm stuck with the next issue.</p> <p>I integrated PayPal sdk into my android app.</p> <p><code>implementation 'com.paypal.checkout:android-sdk:0.6.1'</code></p> <p>My app has an underscore in the package name so I have to use ‘App links’. I tested it in the test-app, all works fine like on the first screenschoot.</...
I'm stuck with the next issue. I integrated PayPal sdk into my android app. implementation 'com.paypal.checkout:android-sdk:0.6.1' My app has an underscore in the package name so I have to use ‘App links’. I tested it in the test-app, all works fine like on the first screenschoot. But in the main app when I successfull...
android|paypal
0
2022-05-11T07:18:12.340Z
2,022
5
7
2
155
1
829
66
2
2
true
false
false
false
false
false
zero
72,196,984
Need help about Android Kotlin WebSockets for Notifications
<p>I don't know how to implement WebSockets in Android, in backend is used spring-boot-websocket dependecy that support stomp, in front stomp + sockjs. Now I have to do in Android notifications via WebSockets. Can anyone help me?</p>
I don't know how to implement WebSockets in Android, in backend is used spring-boot-websocket dependecy that support stomp, in front stomp + sockjs. Now I have to do in Android notifications via WebSockets. Can anyone help me?
android|kotlin|websocket|stomp
0
2022-05-11T07:24:51.827Z
2,022
5
7
2
37
0
226
59
4
0
false
true
false
false
false
false
zero
72,197,018
Uploading images from different imageViews to the server
<p>I'm trying to upload two images from two <code>ImageViews</code> to the server but I'm challenged. When I try with one <code>ImageView</code> it works but two <code>ImageViews</code>, it doesn't.</p> <pre><code>&lt;ImageView android:id=&quot;@+id/imageView1&quot; android:layout_width=&quot;match_pa...
I'm trying to upload two images from two ImageViews to the server but I'm challenged. When I try with one ImageView it works but two ImageViews , it doesn't. [CODE] My requestCode looks like this: [CODE] My onActivityResult code looks like this: [CODE] Then, [CODE] To upload , [CODE]
java|android
0
2022-05-11T07:27:30.537Z
2,022
5
7
2
32
0
284
56
2
5
true
true
false
false
false
false
zero
72,197,068
restore default animation view of .setOnClickListener
<p><a href="https://i.stack.imgur.com/SU9uW.png" rel="nofollow noreferrer">The Image of the issue</a></p> <p>Before clicked, the view of &quot;setOnClickListener&quot; is like the right picture</p> <p>The action of code setOnClickListener:</p> <pre><code>card_sales.setOnClickListener(new View.OnClickListener() { ...
The Image of the issue Before clicked, the view of &quot;setOnClickListener&quot; is like the right picture The action of code setOnClickListener: [CODE] then i press back button from the activity [CODE] and then the &quot;setOnClickListener&quot; view is like on the left picture. Please, give me solution for this issu...
android|onclicklistener
0
2022-05-11T07:31:22.513Z
2,022
5
7
2
19
1
324
53
2
2
true
false
false
false
false
false
zero
72,197,086
Camera2 api characteristics.get(CameraCharacteristics.INFO_VERSION); getting null
<p>I am trying to get camera version for my usb hardware camera using Camera2 api.I used characteristics.get(CameraCharacteristics.INFO_VERSION) i am getting null value. Is there any method to get the camera version or any other api so that i can get the version of my camera??.</p> <pre><code>private String getCameraVe...
I am trying to get camera version for my usb hardware camera using Camera2 api.I used characteristics.get(CameraCharacteristics.INFO_VERSION) i am getting null value. Is there any method to get the camera version or any other api so that i can get the version of my camera??. [CODE]
android|android-camera2
0
2022-05-11T07:33:07.383Z
2,022
5
7
2
145
1
282
81
2
1
true
false
false
false
false
false
zero
72,197,255
How to ask for user consent if user leaves the EU region?
<p>I have implemented the new CMP (Consent Management Platform) for getting user consent from EU region users. And this works correctly for me without any issues.</p> <p>My issue is how do I re-ask for the consent or reset the consent if the user moves out of the EU region.</p> <p>Situation is my user resides in a NON ...
I have implemented the new CMP (Consent Management Platform) for getting user consent from EU region users. And this works correctly for me without any issues. My issue is how do I re-ask for the consent or reset the consent if the user moves out of the EU region. Situation is my user resides in a NON EU region, travel...
android|admob|gdprconsentform
1
2022-05-11T07:46:04.467Z
2,022
5
7
2
44
0
997
57
3
0
false
true
false
false
false
false
low
72,197,289
Creating different package names with build variants productFlavors
<p>I am creating 2 different apps with gradle productFlavors and now I want to create apps with different package names according to the flavors, how can I create different packages with flavors.</p> <p>I use this to create flavors and works great I create 2 apps;</p> <pre><code> productFlavors{ ABC{ ...
I am creating 2 different apps with gradle productFlavors and now I want to create apps with different package names according to the flavors, how can I create different packages with flavors. I use this to create flavors and works great I create 2 apps; [CODE] On the app side I am controlling the flavors like this; [C...
java|android|gradle
0
2022-05-11T07:49:04.423Z
2,022
5
7
2
38
0
695
67
3
5
true
true
false
false
false
false
zero
72,197,432
How to make a button inactive and save it in shared preferences
<p>How to make the button inactive in sharedpreferences cuz after restart the button becomes active? here is the code to create an inactive button</p> <pre><code>button.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { ...
How to make the button inactive in sharedpreferences cuz after restart the button becomes active? here is the code to create an inactive button [CODE]
java|android|sharedpreferences|android-button
-1
2022-05-11T08:00:38.543Z
2,022
5
8
2
52
1
150
63
4
1
true
false
false
false
false
true
negative
72,197,588
How to read List of Any type from class Model class in Kotlin?
<p>I have a response structure like that</p> <p>[</p> <p>{},</p> <p>{},</p> <p>{},</p> <p>[],</p> <p>[],</p> <p>{},</p> <p>{}</p> <p>]</p> <p>When I create model class it give me List of type Any. I cannot be able to read mix arrays and object in a List?</p> <p>Can I do it using hashmaps? But how?</p> <p>Any help is ap...
I have a response structure like that [ {}, {}, {}, [], [], {}, {} ] When I create model class it give me List of type Any. I cannot be able to read mix arrays and object in a List? Can I do it using hashmaps? But how? Any help is appreciated. Thanks
android|kotlin|retrofit
0
2022-05-11T08:12:20.123Z
2,022
5
8
2
42
0
250
62
3
0
false
true
false
false
false
false
zero
72,197,646
Async Tasks not found in Unity
<p>I use system.threading.tasks library and this configuration:</p> <p>Scripting Backend: IL2CPP API compatibility level: .NET Standard 2.1</p> <p>but the project throws these errors:</p> <p>error CS1983: The return type of an async method must be void, Task, Task, a task-like type, IAsyncEnumerable, or IAsyncEnumerato...
I use system.threading.tasks library and this configuration: Scripting Backend: IL2CPP API compatibility level: .NET Standard 2.1 but the project throws these errors: error CS1983: The return type of an async method must be void, Task, Task, a task-like type, IAsyncEnumerable, or IAsyncEnumerator In other projects, thi...
.net|visual-studio|unity3d|android-asynctask|script
0
2022-05-11T08:17:00.967Z
2,022
5
8
2
162
0
461
30
5
0
false
true
false
false
false
false
zero
72,197,802
Unresolved reference: providesHttpAdapter
<p>When I tried to input providesHttpAdapter in HomePresenter for variable datasource from NetworkModule, there was no reference regarding that reference from file NetworkModule just because I changed object class NetworkModule to class. I need your thoughts of information regarding this.</p> <p>HomePresenter.kt</p> <p...
When I tried to input providesHttpAdapter in HomePresenter for variable datasource from NetworkModule, there was no reference regarding that reference from file NetworkModule just because I changed object class NetworkModule to class. I need your thoughts of information regarding this. HomePresenter.kt [CODE] NetworkMo...
android|kotlin|gson|retrofit|okhttp
0
2022-05-11T08:29:20.660Z
2,022
5
8
2
51
0
334
41
5
2
true
true
false
false
false
false
zero
72,197,830
Why the class give bytecode version warning
<p>When ı open the class , i am getting this warning. I have no idea what it is should i download the source ? The class doing the scanning for the barcode</p> <p><a href="https://i.stack.imgur.com/xrRaO.jpg" rel="nofollow noreferrer">warning</a></p>
When ı open the class , i am getting this warning. I have no idea what it is should i download the source ? The class doing the scanning for the barcode warning
android|byte
0
2022-05-11T08:31:02.800Z
2,022
5
8
2
15
0
160
43
2
0
false
true
false
false
false
false
zero
72,197,833
android:stopWithTask="true" is not working on Android 10, 11
<p>I'm processing a file download and this is running on a <code>Foreground service</code> which has a <code>notification</code>. and I want the service to stop with my app when a user swipe to remove the task from OverView. So, I set the attribute <code>android:stopWithTask=&quot;true&quot;</code> in <code>AndroidMani...
I'm processing a file download and this is running on a Foreground service which has a notification . and I want the service to stop with my app when a user swipe to remove the task from OverView. So, I set the attribute android:stopWithTask=&quot;true&quot; in AndroidManifest.xml like this. [CODE] It was fine until th...
android|android-service|foreground-service|android-task
0
2022-05-11T08:31:06.500Z
2,022
5
8
2
111
0
459
60
4
1
true
true
false
false
false
false
zero
72,197,854
How to access existing SharedPreference by another android app
<p>I'm having an app which is already live on play store and whole data of that app is stored in <code>EncryptedSharedPreferences</code>. I'm using <code>androidx.security.crypto</code> for the <code>SharedPreferences</code>. Now I'm going to have a new app on play store with different package name. So I want to access...
I'm having an app which is already live on play store and whole data of that app is stored in EncryptedSharedPreferences . I'm using androidx.security.crypto for the SharedPreferences . Now I'm going to have a new app on play store with different package name. So I want to access whole data of that app and transfer int...
android|security|sharedpreferences|encrypted-shared-preference
0
2022-05-11T08:32:57.880Z
2,022
5
8
2
156
0
613
62
4
1
true
true
false
false
false
false
zero
72,197,875
getChildren count in Firebase under a specific key, where a particular value exists
<p>How do I achieve this in Java, I set up my database in the format below, under Notification I have a child set up with a random key generated by Firebase and then I have other children under as below.</p> <pre><code>Notification ---- dhsj37egshehhdeh---- name - john userid - 939jjddehhd ...
How do I achieve this in Java, I set up my database in the format below, under Notification I have a child set up with a random key generated by Firebase and then I have other children under as below. [CODE] I am trying to get children count where status is equal to unread. I tried to use reference.child(&quot;Notifica...
java|android|firebase|firebase-realtime-database
1
2022-05-11T08:34:43.163Z
2,022
5
8
2
84
1
549
83
4
1
true
false
false
false
false
false
low
72,198,313
Android - How to implement external library with a login form
<p>I'm learning to develop android app using kotlin. I have an app written using web technologies and I want to port it on android. I've created a simple layout where I have some input field that are needed to connect to the IP cam I need to display.</p> <p>I've found <a href="https://github.com/rvi/ONVIFCameraAndroid"...
I'm learning to develop android app using kotlin. I have an app written using web technologies and I want to port it on android. I've created a simple layout where I have some input field that are needed to connect to the IP cam I need to display. I've found this repo on github and I'm trying to implement it in my app ...
android|kotlin|onvif
0
2022-05-11T09:06:51.483Z
2,022
5
9
2
89
1
840
61
3
3
true
false
false
false
false
false
zero
72,198,330
slow reading barcode scanner (hid mode)
<p>I am currently implementing an application for scanning barcode codes. The scan is handled by and external barcode reader, which is connected via USB with HID protocol (if an EditText is focused, the code is printed on the EditText ,like a keyboard). The problem is that the reading of the data is very slow.</p> <p>I...
I am currently implementing an application for scanning barcode codes. The scan is handled by and external barcode reader, which is connected via USB with HID protocol (if an EditText is focused, the code is printed on the EditText ,like a keyboard). The problem is that the reading of the data is very slow. I am testin...
android|qr-code|barcode|barcode-scanner
0
2022-05-11T09:08:12.287Z
2,022
5
9
2
234
0
720
39
4
1
true
true
false
false
false
false
zero
72,198,331
Android Studio Java SDK
<p>I was wondering if there is a Java SDK for Azure CognitiveServices.ComputerVision in Android Studio. I found the SDK for Azure CognitiveServices.Speech in the microsoft documentation, but it's not what I'm looking for.</p>
I was wondering if there is a Java SDK for Azure CognitiveServices.ComputerVision in Android Studio. I found the SDK for Azure CognitiveServices.Speech in the microsoft documentation, but it's not what I'm looking for.
java|android|azure|android-studio|computer-vision
0
2022-05-11T09:08:14.447Z
2,022
5
9
2
40
0
218
23
5
0
false
true
false
false
false
false
zero
72,198,511
How I can do a RecyclerView with MVVM
<p>I am trying to do a recyclerView with mvvm, but I get empty recyclerView as a result any help please! the kt file :</p> <pre><code>typeRecy = itemView.findViewById(R.id.typeRecy) typeRecy.layoutManager = LinearLayoutManager(context, LinearLayoutManager.HORIZONTAL, false) typeRecy.setHasFixedSize(true...
I am trying to do a recyclerView with mvvm, but I get empty recyclerView as a result any help please! the kt file : [CODE] the viewMoedel : [CODE]
android|kotlin|mvvm|android-recyclerview|android-lifecycle
0
2022-05-11T09:23:07.550Z
2,022
5
9
2
150
3
146
37
5
2
true
false
false
false
false
false
zero
72,198,532
java.lang.IllegalArgumentException: location should not be a full URL
<p>I am trying to download video file from firebase to local storage here is the code that i have used to download the video file</p> <pre><code>private fun downloadVideo(videoModel: VideoModel) { val videoUrl = videoModel.url val storageRef = FirebaseStorage.getInstance().getReference(videoUrl) storageRef...
I am trying to download video file from firebase to local storage here is the code that i have used to download the video file [CODE] And below is the ERROR that i am getting [CODE] I am calling the download function from viewholder recyclerview adapter [CODE] And in firebase the video is uploaded just using the url id...
android|firebase|kotlin|firebase-storage
0
2022-05-11T09:24:09.403Z
2,022
5
9
2
256
1
462
69
4
4
true
false
false
false
false
false
zero
72,198,535
MissingPluginException - Flutter module to existing iOS
<p>I am trying to add a flutter module to my existing iOS app. My flutter module has dependency of <code>battery_plus</code> flutter plugin. As <code>battery_plus</code> plugin runs platform specific code when i try to get battery level i get following exception.</p> <pre><code>MissingPluginException(No implementation ...
I am trying to add a flutter module to my existing iOS app. My flutter module has dependency of battery_plus flutter plugin. As battery_plus plugin runs platform specific code when i try to get battery level i get following exception. [CODE] For better understanding, my flutter module is also uses other flutter plugin ...
android|ios|flutter|flutter-dependencies
0
2022-05-11T09:24:15.863Z
2,022
5
9
2
103
0
569
55
4
1
true
true
false
false
false
false
zero
72,198,552
handler.proceed() is not working in react-native-webview
<p>I am trying to bypass ssl error in webview by changing <strong>onreceivedsslerror()</strong> method in <strong>node-modules/react-native/webview/RNCWebViewManager.java</strong></p> <p>But the changes is not working. I even altered the description just to check whether the method is getting called. Still no change. H...
I am trying to bypass ssl error in webview by changing onreceivedsslerror() method in node-modules/react-native/webview/RNCWebViewManager.java But the changes is not working. I even altered the description just to check whether the method is getting called. Still no change. How to make the changes effective. please hel...
android|react-native|webview
0
2022-05-11T09:25:16.077Z
2,022
5
9
2
35
0
321
56
3
0
false
true
false
false
false
false
zero
72,198,638
Android Clean Architecture UseCase
<p>I am developing a simple application.</p> <ol> <li>The user navigates through the elements of the RecyclerView to the end screen.</li> <li>When scrolling LastFragment to the very bottom of the fragment, the SharedPref saves the status to true. Then the next element becomes available.</li> <li>LastFragment has a butt...
I am developing a simple application. The user navigates through the elements of the RecyclerView to the end screen. When scrolling LastFragment to the very bottom of the fragment, the SharedPref saves the status to true. Then the next element becomes available. LastFragment has a button that plays a sound when clicked...
android|kotlin|use-case|clean-architecture
1
2022-05-11T09:30:24.387Z
2,022
5
9
2
645
1
505
34
4
0
false
false
false
false
false
false
low
72,198,722
Flutter - Custom gradient button turns white on Android device
<p>After developing my application in an emulator and tablet. I decided to try it out on one of the devices that our business is currently using (Casio VR-7000 running Android 4.2.2). I have discovered an issue with my custom gradient buttons <a href="https://i.stack.imgur.com/5AujZ.jpg" rel="nofollow noreferrer">as yo...
After developing my application in an emulator and tablet. I decided to try it out on one of the devices that our business is currently using (Casio VR-7000 running Android 4.2.2). I have discovered an issue with my custom gradient buttons as you can see in this image. This is how it looks like in the emulator running ...
android|flutter
1
2022-05-11T09:36:38.963Z
2,022
5
9
2
24
0
804
62
2
2
true
true
false
false
false
false
low
72,198,821
Social link don't added in Fragment
<p>I'm trying to add social media links in fragment in my app. When I staring adding img_vk, <code>findViewById</code> selected red color. In empty project ImageView working fine.</p> <pre><code> public class Fragment5 extends Fragment { ImageView img_instagram,img_vk; @Nullable @Override public Vi...
I'm trying to add social media links in fragment in my app. When I staring adding img_vk, findViewById selected red color. In empty project ImageView working fine. [CODE]
android|android-studio|android-fragments|imageview|social-media
0
2022-05-11T09:44:01.100Z
2,022
5
9
2
39
1
170
35
5
1
true
false
false
false
false
false
zero
72,198,859
How to keep hiding bottom navigation bar when SearchView is touched/focused or Dialog is showed/focused - AndroidStudio/Java
<p>I call this function in onCreate of every activity of my app project:</p> <pre><code>public void hideDeviceBottomNav () { View decorView = getWindow().getDecorView(); final int flags = View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_LAYOUT_...
I call this function in onCreate of every activity of my app project: [CODE] and still every time I touch the search icon in my SearchView to search in my ListView or create and show new custom Dialog, the bottom navigation bar appears... . In addition, how can I hide the bottom navigation only without hiding the upper...
java|android-studio|searchview|android-bottomnavigationview
0
2022-05-11T09:46:35.570Z
2,022
5
9
2
40
0
326
124
4
1
true
true
false
false
false
false
zero
72,198,896
Android Studio doesn't see devices (usb and emulator)
<p>Android studio doesn't see any of the devices, but it worked before. Now, when real device is connected via USB and I can see all it's files from the PC, Android Studio still doesn't see it, no matter this exactly device worked a few months ago with this exactly PC. The same situation with emulator.</p>
Android studio doesn't see any of the devices, but it worked before. Now, when real device is connected via USB and I can see all it's files from the PC, Android Studio still doesn't see it, no matter this exactly device worked a few months ago with this exactly PC. The same situation with emulator.
android|android-studio|adb
0
2022-05-11T09:48:33.453Z
2,022
5
9
2
26
1
300
53
3
0
false
false
false
false
false
false
zero
72,198,960
Send pendingIntent to BootReceiver from alarm manager
<p>I hope you're doing great. Please, is possible to send a pendingIntent from AlarmManager to BootReceiver? I created a class in which I set Alarm manager and in this class, the alarm is set in a method and because I need to call this method in my ViewModel class, I created the class as object. The method has three...
I hope you're doing great. Please, is possible to send a pendingIntent from AlarmManager to BootReceiver? I created a class in which I set Alarm manager and in this class, the alarm is set in a method and because I need to call this method in my ViewModel class, I created the class as object. The method has three param...
android|kotlin|android-intent|broadcast|alarm
0
2022-05-11T09:53:15.370Z
2,022
5
9
2
20
0
970
53
5
0
false
true
false
false
false
false
zero
72,198,971
Convert Kotlin "file" to Kotlin "class"
<p>a simple one that I still can't figure out myself. I am working on a student project for school and use android studio's to make something in Kotlin.</p> <p>I have two different types of <a href="https://i.stack.imgur.com/TTmRo.png" rel="nofollow noreferrer"> Kotlin &quot;files&quot;</a> here:</p> <p>How can I conve...
a simple one that I still can't figure out myself. I am working on a student project for school and use android studio's to make something in Kotlin. I have two different types of Kotlin &quot;files&quot; here: How can I convert the lower one (the one with a file symbole) to the same as the upper one (the one with the ...
android|android-studio|kotlin
-1
2022-05-11T09:53:39.490Z
2,022
5
9
2
112
1
366
39
3
0
false
false
false
false
false
true
negative
72,199,062
How to catch Java exception in c# monodroid
<p>I am working with Xamarin forms and I want to be able to catch specific exceptions and let the rest bubble upwards.</p> <p>One of those exceptions is the recurring Java.Net.SocketException</p> <p>But when I write my code like this</p> <pre><code>catch (Java.Net.SocketException) { } </code></pre> <p>It does not reco...
I am working with Xamarin forms and I want to be able to catch specific exceptions and let the rest bubble upwards. One of those exceptions is the recurring Java.Net.SocketException But when I write my code like this [CODE] It does not recognize Java.Net.SocketException But when I do [CODE] It does work and correctly c...
c#|xamarin.android
1
2022-05-11T10:00:17.053Z
2,022
5
10
2
85
1
492
43
2
2
true
false
false
false
false
false
low
72,199,168
Android Studio - How to build apk from cloned github repository
<p>I want to build an apk from a <a href="https://github.com/yashrs/ONVIF-Camera" rel="nofollow noreferrer">github repository</a>. I've cloned the repository and I have tried to build it in android studio after opening but without success because I don't have the build option enabled.</p> <p><a href="https://i.stack.im...
I want to build an apk from a github repository . I've cloned the repository and I have tried to build it in android studio after opening but without success because I don't have the build option enabled. Also I've noticed that I have no configuration, how I can correctly configure my Android studio IDE?
android|github
0
2022-05-11T10:07:25.443Z
2,022
5
10
2
65
0
305
63
2
0
false
true
false
false
false
false
zero
72,199,236
UiAutomator2 server because the instrumentation process is not running python appium error
<p>i am trying to automate an app with appium but after the first click i get an error:</p> <pre><code>Stacktrace: UnknownError: An unknown server-side error occurred while processing the command. Original error: 'POST /element' cannot be proxied to UiAutomator2 server because the instrumentation process is not running...
i am trying to automate an app with appium but after the first click i get an error: [CODE]
python|android|adb
0
2022-05-11T10:12:03.960Z
2,022
5
10
2
478
0
91
90
3
1
true
true
false
false
false
false
zero
72,199,246
How to show a different set of list depending on the first AutoCompleteTextView value?
<pre><code>courseCompletetextView = (AutoCompleteTextView) findViewById(R.id.course); String CourseCompleteTextView = courseCompletetextView.getText().toString().trim(); autoCompleteTextView = findViewById(R.id.dept); Context context = getApplicationContext(); String[] departments = context.getResources().getString...
[CODE] enter image description here
java|android|string-comparison|autocompletetextview
0
2022-05-11T10:12:32.373Z
2,022
5
10
2
14
0
35
86
4
1
true
true
false
false
false
false
zero
72,199,290
Xamarin Android: Calling Invalidate() inside overridden OnDraw method
<p>I am creating a custom renderer, that needs to display whatever I have rendered in my Vulkan engine. For this I have a VulkanSurfaceView, which inherits from MetalKit.MTKView on iOS, and from Android.Views.SurfaceView and ISurfaceHolderCallback on Android.</p> <p>For iOS I can simply do this, which will draw a new f...
I am creating a custom renderer, that needs to display whatever I have rendered in my Vulkan engine. For this I have a VulkanSurfaceView, which inherits from MetalKit.MTKView on iOS, and from Android.Views.SurfaceView and ISurfaceHolderCallback on Android. For iOS I can simply do this, which will draw a new frame conti...
xamarin|xamarin.android|vulkan|ondraw|custom-renderer
0
2022-05-11T10:16:40.613Z
2,022
5
10
2
58
2
660
69
5
2
true
false
false
false
false
false
zero
72,199,328
How to redirect from your website (currently building) to an app installed in your phone (android os)
<p>I am currently building an e-commerce website, I want to implement the following functionality : When I click an image/ a button on my website I want my website to open an app pre installed on my phone from play store or it could be better if I could prompt the user to download the app from play store if it is not t...
I am currently building an e-commerce website, I want to implement the following functionality : When I click an image/ a button on my website I want my website to open an app pre installed on my phone from play store or it could be better if I could prompt the user to download the app from play store if it is not ther...
android|html|augmented-reality
-1
2022-05-11T10:18:58.047Z
2,022
5
10
2
52
1
645
101
3
0
false
false
false
false
false
true
negative
72,199,353
How to disable/enable MIUI optimization in Redmi devices
<p>Our client requirement is they don't want to navigate the developer page and turn on the MIUI Optimization. How do I achieve to turn on MIUI Optimization Programmatically in Redmi note 10 pro. Is it possible then let me.</p> <p><a href="https://i.stack.imgur.com/3Glhb.png" rel="nofollow noreferrer"><img src="https:/...
Our client requirement is they don't want to navigate the developer page and turn on the MIUI Optimization. How do I achieve to turn on MIUI Optimization Programmatically in Redmi note 10 pro. Is it possible then let me. Thanks in Advance.
android|kotlin|miui|redmi-device
1
2022-05-11T10:21:16.413Z
2,022
5
10
2
76
0
239
56
4
0
false
true
false
false
false
false
low
72,199,355
Android drawable xml custom corners
<p><a href="https://i.stack.imgur.com/NL0ZU.png" rel="nofollow noreferrer">Reverse Corners in Rectangle</a> I'm struggling to draw these corners but can't figure out the actual problem</p> <p>I've created simple shape with round corners the bottom corners are rounded</p> <pre><code>&lt;shape xmlns:android=&quot;http://...
Reverse Corners in Rectangle I'm struggling to draw these corners but can't figure out the actual problem I've created simple shape with round corners the bottom corners are rounded [CODE] Please anyone help to draw these. Thankyou.
xml|android-studio|android-layout
0
2022-05-11T10:21:29.977Z
2,022
5
10
2
21
0
232
35
3
1
true
true
false
false
false
false
zero
72,199,356
How to implement re-sizing a cardview programatically in kotlin
<p>Hi every one I am facing an issue while trying to expand the height of card view programatically in kotlin. I have tried to fix this by following some web resources, but those failed.</p> <pre><code> val layout = findViewById&lt;CardView&gt;(R.id.listGroupCardView) val params: ViewGroup.LayoutParams = layout.lay...
Hi every one I am facing an issue while trying to expand the height of card view programatically in kotlin. I have tried to fix this by following some web resources, but those failed. [CODE] Resulting in &quot;Attempt to invoke virtual method 'android.view.ViewGroup$LayoutParams androidx.cardview.widget.CardView.getLay...
java|android|kotlin|android-layout
0
2022-05-11T10:21:34.823Z
2,022
5
10
2
35
1
652
63
4
3
true
false
false
false
false
false
zero
72,199,452
....libserial_port.so" has text relocations Error in Android studio
<pre><code>I'm new to android studio. I am importing android-serial-port-api to send/transmit serial data from the tablet. But when running the app, I got the error below. </code></pre> <p>java.lang.UnsatisfiedLinkError: dlopen failed: &quot;/data/app/com.example.ics_buddy_v4-c_So2qUEzjCt0wpFIvZOyQ==/lib/arm/libserial_...
[CODE] java.lang.UnsatisfiedLinkError: dlopen failed: &quot;/data/app/com.example.ics_buddy_v4-c_So2qUEzjCt0wpFIvZOyQ==/lib/arm/libserial_port.so&quot; has text relocations ( https://android.googlesource.com/platform/bionic/+/master/android-changes-for-ndk-developers.md#Text-Relocations-Enforced-for-API-level-23 )
android
0
2022-05-11T10:29:04.337Z
2,022
5
10
2
72
0
315
67
1
1
true
true
false
false
false
false
zero
72,199,457
How to get params from in screen in stack navigator that is inside of tab navigator?
<p>cant get param when im navigating from the first screen of the tab navigator to the second screen that is a stack navigator having two screens, i want to get the param in the first screen, but always getting undefined, showing here all my structure:</p> <pre><code>main: &lt;RootStack.Navigator&gt; &lt;RootStack.S...
cant get param when im navigating from the first screen of the tab navigator to the second screen that is a stack navigator having two screens, i want to get the param in the first screen, but always getting undefined, showing here all my structure: [CODE] [CODE] [CODE] [CODE] in Video when i run a useEffect with route...
android|ios|react-native|navigation
0
2022-05-11T10:29:25.130Z
2,022
5
10
2
31
0
475
84
4
5
true
true
false
false
false
false
zero