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,273,810
How to Link a Native/Flutter App To React/Angular Web App?
<p>Im Planning to Build an App which will be on web as well as mobile .</p> <p>it would be quite Heavy and complex so i belive the Mobile Conversion with react native or angular wont meet the performance expectations.</p> <p>Is it Possible to Sync / Link an App Made with different codebase/frameworks . like i make web ...
Im Planning to Build an App which will be on web as well as mobile . it would be quite Heavy and complex so i belive the Mobile Conversion with react native or angular wont meet the performance expectations. Is it Possible to Sync / Link an App Made with different codebase/frameworks . like i make web app with React na...
java|android|flutter|react-native|hybrid-mobile-app
0
2022-08-08T06:48:09.023Z
2,022
8
6
0
23
0
545
58
5
0
false
true
false
false
false
false
zero
73,273,945
Google assistant is not detecting my application
<p>I'm trying to implement google assistant app actions in the flutter.</p> <p><a href="https://codelabs.developers.google.com/codelabs/appactions-2#0" rel="nofollow noreferrer">https://codelabs.developers.google.com/codelabs/appactions-2#0</a> I'm referring to this link and building the application.</p> <p>I have uplo...
I'm trying to implement google assistant app actions in the flutter. https://codelabs.developers.google.com/codelabs/appactions-2#0 I'm referring to this link and building the application. I have uploaded the signed bundle to the play console internal testing and also created the shortcuts.xml and linked it to AndroidM...
android|flutter|google-assistant|app-actions
1
2022-08-08T07:02:13.893Z
2,022
8
7
0
77
1
803
48
4
0
false
false
false
false
false
false
low
73,273,985
Error 401 Retrofit when using Paging 3 library
<p>I was making a call using Retrofit before I tried to use Paging 3 library and I was getting code 200 and all working good.Then, I tried to implement Paging 3 libray and using Retrofit with it and I don't know why, I'm getting error 401. I tried some Paging 3 sample and all of this samples don't use headers in the AP...
I was making a call using Retrofit before I tried to use Paging 3 library and I was getting code 200 and all working good.Then, I tried to implement Paging 3 libray and using Retrofit with it and I don't know why, I'm getting error 401. I tried some Paging 3 sample and all of this samples don't use headers in the API c...
android|kotlin|retrofit|retrofit2|android-paging-3
0
2022-08-08T07:05:54.273Z
2,022
8
7
0
61
1
647
46
5
7
true
false
false
false
false
false
zero
73,273,993
Thread completion in Android
<p>I have some kotlin code like the following in an android app:</p> <pre><code>Thread(Runnable { while (true) { Thread.sleep(100) ... do useful work ... if (checkCurrentCondition()) { ... do final useful work ... return } } }).start() </code></pre> <p>Her...
I have some kotlin code like the following in an android app: [CODE] Here is my question: Is there some way (a callback function or some other mechanism) by which I can know in the main thread, that the background thread above has finished its job?
android|multithreading|kotlin
0
2022-08-08T07:06:47.113Z
2,022
8
7
0
52
2
248
28
3
1
true
false
false
false
false
false
zero
73,274,007
Android Jetpack Compose: what is the difference between _uiState and uiState and which one should I read in ViewModel?
<p>I am developing Android Jetpack Compose app closely following the suggested architecture and the demo application. It has the idiomatic code in the ViewModel module, like: <a href="https://github.com/android/compose-samples/blob/main/JetNews/app/src/main/java/com/example/jetnews/ui/interests/InterestsViewModel.kt" r...
I am developing Android Jetpack Compose app closely following the suggested architecture and the demo application. It has the idiomatic code in the ViewModel module, like: https://github.com/android/compose-samples/blob/main/JetNews/app/src/main/java/com/example/jetnews/ui/interests/InterestsViewModel.kt [CODE] My ques...
android|android-jetpack-compose
0
2022-08-08T07:08:40.127Z
2,022
8
7
0
39
1
1,271
118
2
1
true
false
false
false
false
false
zero
73,274,034
How can I redirect the phone dialer from WebView when I click on a phone number?
<p>I have implemented a custom web view renderer in Droid project. How can I redirect the Phone Dialer from WebView when I click on a phone number in WebView?</p> <p>Any help is appreciated. Thanks!</p>
I have implemented a custom web view renderer in Droid project. How can I redirect the Phone Dialer from WebView when I click on a phone number in WebView? Any help is appreciated. Thanks!
xamarin.forms|xamarin.android
1
2022-08-08T07:10:47.120Z
2,022
8
7
0
65
1
188
80
2
0
false
false
false
false
false
false
low
73,274,041
smaller apk size when built with VS Code
<p>Greeting. I am new to flutter, and developing using VS Code on Windows 10. Both flutter and VS code are of latest versions.</p> <p>Lately, I noticed something rather strange. When I built the Android apk using the flutter CLI (flutter build apk --debug / --release), the output apk seems to always be about 10MB+ larg...
Greeting. I am new to flutter, and developing using VS Code on Windows 10. Both flutter and VS code are of latest versions. Lately, I noticed something rather strange. When I built the Android apk using the flutter CLI (flutter build apk --debug / --release), the output apk seems to always be about 10MB+ larger compare...
android|flutter|visual-studio-code|apk
0
2022-08-08T07:11:04.460Z
2,022
8
7
0
48
1
1,119
40
4
0
false
false
false
false
false
false
zero
73,274,097
Getting crash with NoSuchMethodError in Android
<p>I am getting a crash on a particular screen and the following error is coming up.</p> <pre><code>java.lang.NoSuchMethodError: No direct method &lt;init&gt;(Ljava/lang/String;II)V in class Lio/realm/internal/OsObjectSchemaInfo$Builder; or its super classes (declaration of 'io.realm.internal.OsObjectSchemaInfo$Builder...
I am getting a crash on a particular screen and the following error is coming up. [CODE] I am using realm v 10.10.1 My proguard-rules.pro configuration for realm is [CODE] I am using a private SDK as Gradle dependency where realm is being used. Since I started using that SDK as a library that error has come up. Earlier...
android|kotlin|crash|realm
0
2022-08-08T07:16:45.137Z
2,022
8
7
0
50
0
440
47
4
2
true
true
false
false
false
false
zero
73,274,221
How can I update Gallery After a Photo had been taken?
<p>I created a program to capture a photo but when i look at it in the Photo Gallery it does not appear immediately. I Already used the command provided in the other questions in this site which is similar to this Code:</p> <p>&quot;sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.fromFile(myNewFile...
I created a program to capture a photo but when i look at it in the Photo Gallery it does not appear immediately. I Already used the command provided in the other questions in this site which is similar to this Code: &quot;sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.fromFile(myNewFile)));&quot; ...
android
1
2022-08-08T07:27:52.167Z
2,022
8
7
0
16
0
659
54
1
2
true
true
false
false
false
false
low
73,274,310
Appium - Unable to switch context when using chromedriver 104
<p>Him curretnly I have implement a code where I initiate Android driver and perform some actions in NATIVE_APP context, in a later stage I open Chrome and navigate into a link. When running</p> <pre><code>androidDriver.getContextHandles(); </code></pre> <p>I see the NATIVE_APP context that I'm in and also WEBVIEW_chro...
Him curretnly I have implement a code where I initiate Android driver and perform some actions in NATIVE_APP context, in a later stage I open Chrome and navigate into a link. When running [CODE] I see the NATIVE_APP context that I'm in and also WEBVIEW_chrome context for chrome. When I try to switch to WEBVIEW_chrome I...
android|appium-android
1
2022-08-08T07:35:25.793Z
2,022
8
7
0
62
0
550
61
2
3
true
true
false
false
false
false
low
73,274,333
Print text and Qr code in single line in Sunmi printer Android
<p>I'm using the following code to print text and QR code. Printing works but the QR code is printed in next line.</p> <p>for printting the text.</p> <pre><code>SunmiPrintHelper.getInstance().printText(&quot;Print text&quot;, size, true, isUnderLine, testFont); </code></pre> <p>for printing the QR code.</p> <pre><code>...
I'm using the following code to print text and QR code. Printing works but the QR code is printed in next line. for printting the text. [CODE] for printing the QR code. [CODE] this is used to print the QR code in left/center/right of the paper. [CODE] I want text in left side and QR code on right side of paper in same ...
android|printing|qr-code|sunmi
0
2022-08-08T07:36:57.250Z
2,022
8
7
0
82
0
426
62
4
3
true
true
false
false
false
false
zero
73,274,414
Update an API only when the ANdroid App is deployed
<p>I have a problem and I need some help to solve it.</p> <p>Let's say that we have a mobile app (v1) and an API (v1). These two are deployed.</p> <p>Let's also say that I have updates of application and API (v2) on my computer and these versions aren't deployed.</p> <p>I want my API v2 to automaticly deploy ONLY WHEN ...
I have a problem and I need some help to solve it. Let's say that we have a mobile app (v1) and an API (v1). These two are deployed. Let's also say that I have updates of application and API (v2) on my computer and these versions aren't deployed. I want my API v2 to automaticly deploy ONLY WHEN the app v2 is accepted b...
android|api|deployment|automation|devops
0
2022-08-08T07:45:13.947Z
2,022
8
7
0
18
0
430
51
5
0
false
true
false
false
false
false
zero
73,274,447
Picture-In-Picture in Jetpack compose
<p>I am new to compose. Is there a way to handle <strong>picture-in-picture</strong> mode in jetpack compose ? i couldn't find any official docs related to this.</p>
I am new to compose. Is there a way to handle picture-in-picture mode in jetpack compose ? i couldn't find any official docs related to this.
android|kotlin|android-jetpack-compose
0
2022-08-08T07:48:17.450Z
2,022
8
7
0
85
2
141
37
3
0
false
false
false
false
false
false
zero
73,274,459
Kotlin Mutliplatform : Maping Swift/Objc code to Kotlin in iOSMain module?
<p>I am learning KMM. I am now designing a common Location fetching in iOSMain and Android main</p> <p>My problem is , I don't know to map Swift to Kotlin in iOSMain</p> <p>For example,</p> <p>The Swift code for , getting location is</p> <pre><code>var locationManager = CLLocationManager() locationManager.requestWhenIn...
I am learning KMM. I am now designing a common Location fetching in iOSMain and Android main My problem is , I don't know to map Swift to Kotlin in iOSMain For example, The Swift code for , getting location is [CODE] Kotlin side implementation: In the above code: How to use the Swift's .authorizedWhenInUse and .authori...
android|ios|swift|kotlin|kotlin-multiplatform
1
2022-08-08T07:49:16.350Z
2,022
8
7
0
107
1
458
74
5
1
true
false
false
false
false
false
low
73,274,486
How to rename image from gallery and save it?
<p>I use this function to show images from specific album in gallery:</p> <pre><code>fun findImagesInAlbum(albumId: String): List&lt;Image&gt; { val contentUri = MediaStore.Images.Media.EXTERNAL_CONTENT_URI val projections = arrayOf( MediaStore.Images.ImageColumns._ID, MediaStor...
I use this function to show images from specific album in gallery: [CODE] I show the List<Image> at the RecyclerView and it works fine. After clicking on image it opens on fullscreen. What functions can i use to rename an opened image and save its name in the phone storage? I tried to solve this problem with DocumentsC...
android|kotlin|android-contentprovider|android-contentresolver
0
2022-08-08T07:50:56.890Z
2,022
8
7
0
40
0
447
45
4
1
true
true
false
false
false
false
zero
73,274,553
Maui RestAPI Response dont work with Android
<p>Hey i use RestSharp to Get data from my Database, if i run this with Windows Application this works perfectly and flawless but if i run this with my Android (it should primary work there instead of Windows) there happens just nothing.</p> <p>Code stopps at RestRespone without error, in Debug it also stops and do not...
Hey i use RestSharp to Get data from my Database, if i run this with Windows Application this works perfectly and flawless but if i run this with my Android (it should primary work there instead of Windows) there happens just nothing. Code stopps at RestRespone without error, in Debug it also stops and do nothing. What...
c#|android|rest|database-connection|maui
0
2022-08-08T07:56:52.793Z
2,022
8
7
0
150
0
447
44
5
4
true
true
false
false
false
false
zero
73,274,675
How to integrate React Native KeyEvent with Expo?
<p>I am looking for a way to get input data from device's hardware barcode scanner. I found a library that reportedly can get the job done, which is <a href="https://github.com/kevinejohn/react-native-keyevent" rel="nofollow noreferrer">React Native KeyEvent</a>.</p> <p>However, the instructions mostly lead me to edit ...
I am looking for a way to get input data from device's hardware barcode scanner. I found a library that reportedly can get the job done, which is React Native KeyEvent . However, the instructions mostly lead me to edit the gradle files inside android folder. Since I am using Expo, I do not have the android folder to fo...
javascript|android|mobile|expo|react-native-keyevent
0
2022-08-08T08:08:29.813Z
2,022
8
8
0
30
1
410
49
5
0
false
false
false
false
false
false
zero
73,274,839
What UUID algorithm do Android and iPhone use for advertising IDs?
<p>I've read about the different versions of <a href="https://en.wikipedia.org/wiki/Universally_unique_identifier#Versions" rel="nofollow noreferrer">UUIDs available</a> and in some UUIDs you can reverse-engineer the timestamp the UUID was generated by extracting several bits from the string.</p> <p>I've successfully m...
I've read about the different versions of UUIDs available and in some UUIDs you can reverse-engineer the timestamp the UUID was generated by extracting several bits from the string. I've successfully managed to do that for uuid1 but failed for Android and iPhone advertising ids. I'm assuming they don't use uuid1 in tha...
android|ads|idfa
1
2022-08-08T08:21:03.990Z
2,022
8
8
0
95
1
530
66
3
1
true
false
false
false
false
false
low
73,274,855
How to correctly add classes-header.jar in IDEA to access @hide @SystemApi?
<p>I'm developing a system app for Android. I've built the AOSP source, copied the <code>classes-header.jar</code> (renaming to <code>framework.jar</code>) to the project, added it to:</p> <p>Top-level <code>build.gradle.kts</code>:</p> <pre><code>allprojects { gradle.projectsEvaluated { tasks.withType(Java...
I'm developing a system app for Android. I've built the AOSP source, copied the classes-header.jar (renaming to framework.jar ) to the project, added it to: Top-level build.gradle.kts : [CODE] Module-level build.gradle.kts : [CODE] I've also created a separate Android SDK with android.jar replaced by my framework.jar a...
java|android|kotlin|intellij-idea|android-source
0
2022-08-08T08:22:40.057Z
2,022
8
8
0
41
0
492
75
5
3
true
true
false
false
false
false
zero
73,274,867
Can I show a video from web player to android?
<p>I want to ask, is it possible to display a video from a web player which is usually displayed using an iframe on the website?</p> <p>my boss told me to make an application like that, an example of a video using this</p> <pre><code>https://vanfem.com/v/8qqlyh8lmxgkn5y </code></pre> <p>is that possible? is it also pos...
I want to ask, is it possible to display a video from a web player which is usually displayed using an iframe on the website? my boss told me to make an application like that, an example of a video using this [CODE] is that possible? is it also possible to use that url in exoplayer ?
android|kotlin|android-mediaplayer|exoplayer
0
2022-08-08T08:23:46.100Z
2,022
8
8
0
94
1
284
46
4
1
true
false
false
false
false
false
zero
73,274,891
Understanding the different BLE modes for communication
<p>I'm working with app development for a HW-driven device company. Our current (BLE) HW-devices communicates with the phone, and when the HW is considered &quot;active&quot; (triggered by a physical activation on the HW), the phone retrieves continuous data from said HW.</p> <p>In order for the application to be ready...
I'm working with app development for a HW-driven device company. Our current (BLE) HW-devices communicates with the phone, and when the HW is considered &quot;active&quot; (triggered by a physical activation on the HW), the phone retrieves continuous data from said HW. In order for the application to be ready for the H...
android|ios|bluetooth-lowenergy
0
2022-08-08T08:26:08.517Z
2,022
8
8
0
56
1
1,788
55
3
0
false
false
false
false
false
false
zero
73,274,906
My Phone is not detected only by my laptop but other
<p>I have this issue with my phone and laptop. My phone is not detected by my laptop but is detected in other laptop and pc. To point when i connect other device same model and same brand my laptop actually detect. What could be the reason</p>
I have this issue with my phone and laptop. My phone is not detected by my laptop but is detected in other laptop and pc. To point when i connect other device same model and same brand my laptop actually detect. What could be the reason
android|mobile|hardware|android-hardware
-1
2022-08-08T08:27:25.483Z
2,022
8
8
0
39
2
236
52
4
0
false
false
false
false
false
true
negative
73,274,970
Firebase.initializeApp(); and FirebaseMessaging.instance.getToken() throws android native exceptions
<p>I'm using FlutterFire Cli to configure my firebase project it was working and i hadn't change any single line of code and i have an online version of the application on google play</p> <p>then the deployed version is stopped working and after debugging it start showing at any time the app is trying to initialize fir...
I'm using FlutterFire Cli to configure my firebase project it was working and i hadn't change any single line of code and i have an online version of the application on google play then the deployed version is stopped working and after debugging it start showing at any time the app is trying to initialize firebase proj...
android|flutter|firebase
2
2022-08-08T08:32:19.547Z
2,022
8
8
0
151
3
671
100
3
2
true
false
false
false
false
false
low
73,275,065
React-Native: Searching the value in the input in json
<p>When the button is pressed, I want to retrieve data with the number entered in the textinput field. There is a json file called People. <img src="https://i.stack.imgur.com/0yK4F.jpg" alt="UI image" /></p> <pre><code>{ &quot;employees&quot;: [ { &quot;id&quot;: 1, &quot;first_name&quot;: &qu...
When the button is pressed, I want to retrieve data with the number entered in the textinput field. There is a json file called People. [CODE]
javascript|android|json|react-native
0
2022-08-08T08:41:22.320Z
2,022
8
8
0
63
1
142
54
4
1
true
false
false
false
false
false
zero
73,275,098
Calling startService from singleInstance activity throws IllegalStateException app is in background exception
<p>I'm getting the following error while calling <code>startService</code> from an activity.</p> <pre><code>Caused by java.lang.IllegalStateException Not allowed to start service Intent { act=com.myapp.action.STOP_SERVICE cmp=com.myapp/.services.CallService (has extras) }: app is in background uid UidRecord{78014ac u0a...
I'm getting the following error while calling startService from an activity. [CODE] My app is not in the background, but the activity is running in singleInstance mode [CODE] Service [CODE] This crash happened only a couple of times for few users(android 11). I was not able to reproduce it with my test devices. How can...
android|service|single-instance
0
2022-08-08T08:44:35.627Z
2,022
8
8
0
23
0
390
109
3
3
true
true
false
false
false
false
zero
73,275,103
Error when run program in jvm 18: Java.lang.UnsupportedClassVersionError
<p>i'm trying to run a project from <em>Spring Initializr</em> and I am getting the error <code>java.lang.UnsupportedClassVersionError</code> when I try to run the Main. The complete error is<code> java.lang.UnsupportedClassVersionError: has been compiled by a more recent version of the Java Runtime (class file version...
i'm trying to run a project from Spring Initializr and I am getting the error java.lang.UnsupportedClassVersionError when I try to run the Main. The complete error is java.lang.UnsupportedClassVersionError: has been compiled by a more recent version of the Java Runtime (class file version 62.0), this version of the Jav...
kotlin|gradle|intellij-idea|android-gradle-plugin|java-runtime-compiler
0
2022-08-08T08:44:51.810Z
2,022
8
8
0
67
2
543
72
5
0
false
false
false
false
false
false
zero
73,275,180
How to avaid duplicate composable(SOME_ROUTE) for one navController.navigate(SOME_ROUTE) in Android Jetpack Compose NavController?
<p>I am developing Android Jetpack Compose app following Jetnews demo application <a href="https://github.com/android/compose-samples/tree/main/JetNews" rel="nofollow noreferrer">https://github.com/android/compose-samples/tree/main/JetNews</a> and it implements navigation in 3 modules:</p> <p>Main composable <a href="h...
I am developing Android Jetpack Compose app following Jetnews demo application https://github.com/android/compose-samples/tree/main/JetNews and it implements navigation in 3 modules: Main composable https://github.com/android/compose-samples/blob/main/JetNews/app/src/main/java/com/example/jetnews/ui/JetnewsApp.kt conta...
android|android-jetpack-compose|android-jetpack-navigation
0
2022-08-08T08:51:09.017Z
2,022
8
8
0
54
0
2,542
130
3
4
true
true
false
false
false
false
zero
73,275,261
microphone and camera permission in webview
<p>I am trying hard to add camera and microphone but unable to build This Is My Java File and i have add all my perms in Xml File Could u please rewrite the code for adding camera and microphone permission in WebView Thanks In Advance</p> <p><strong>Website.java</strong></p> <pre><code>public class Website extends AppC...
I am trying hard to add camera and microphone but unable to build This Is My Java File and i have add all my perms in Xml File Could u please rewrite the code for adding camera and microphone permission in WebView Thanks In Advance Website.java [CODE] This Is The permission i used in manifest file [CODE]
java|android
0
2022-08-08T08:57:23.757Z
2,022
8
8
0
28
0
305
43
2
2
true
true
false
false
false
false
zero
73,275,286
Is there any new way to implement multiple back stacks automatically in android studio?
<p>I am new in android studio and I hope that the question is not too trivial. I have been searching for several days to find an official solution for multiple back stacks in java script. Take a simple project I have, a bottom navigation with two items, item_home and item_users. like below:</p> <p>My bottom navigation...
I am new in android studio and I hope that the question is not too trivial. I have been searching for several days to find an official solution for multiple back stacks in java script. Take a simple project I have, a bottom navigation with two items, item_home and item_users. like below: My bottom navigation bar This i...
android-fragments|uinavigationcontroller|bottomnavigationview|fragment-backstack|android-navigation-graph
0
2022-08-08T08:59:23.113Z
2,022
8
8
0
24
0
598
87
5
2
true
true
false
false
false
false
zero
73,275,320
How to link shared object file in eclipse android application project?
<p>I have cross compile libssl1.1.1q for arm android on linux Host. I have the libraries libssl.so shared library libssl.so.1.1 shared object</p> <p>I tried to use libssl.so in Eclipse Android application project , but how ever when i compile the java application on the Android platform I have &quot;unreferenced fun...
I have cross compile libssl1.1.1q for arm android on linux Host. I have the libraries libssl.so shared library libssl.so.1.1 shared object I tried to use libssl.so in Eclipse Android application project , but how ever when i compile the java application on the Android platform I have &quot;unreferenced function ssl err...
android|eclipse|openssl|libssl
0
2022-08-08T09:01:34.243Z
2,022
8
9
0
19
0
506
70
4
0
false
true
false
false
false
false
zero
73,275,324
How to get SMS from the latest version of android in Flutter?
<p>I am developing an app using Flutter. In the Android 9 environment, sms was imported normally by using the flutter_sms_inbox plugin (<a href="https://pub.dev/packages/flutter_sms_inbox" rel="nofollow noreferrer">https://pub.dev/packages/flutter_sms_inbox</a>). However, in android 12 version, SMS cannot be imported. ...
I am developing an app using Flutter. In the Android 9 environment, sms was imported normally by using the flutter_sms_inbox plugin ( https://pub.dev/packages/flutter_sms_inbox ). However, in android 12 version, SMS cannot be imported. The difference between the two environments is that the SMS App is different. It see...
android|flutter|sms
0
2022-08-08T09:01:54.463Z
2,022
8
9
0
46
0
431
61
3
0
false
true
false
false
false
false
zero
73,275,353
Downloaded APK files in android WebView not running
<p>We have android app which is basically just webView.</p> <p>We need to download APK files of this app (in case that the user needs an update).</p> <p>Downloaded APK in chrome works. But if i download it in webView using following code, it is not running. You can click that file in filemanager how many times u want a...
We have android app which is basically just webView. We need to download APK files of this app (in case that the user needs an update). Downloaded APK in chrome works. But if i download it in webView using following code, it is not running. You can click that file in filemanager how many times u want and nothing happen...
android|webview|apk
0
2022-08-08T09:04:34.090Z
2,022
8
9
0
20
0
594
51
3
2
true
true
false
false
false
false
zero
73,275,369
Despite no ACCESS_BACKGROUND_LOCATION permission, my app is thought to be using background location, what could be the cause?
<p>My app (<a href="https://github.com/commons-app/apps-android-commons" rel="nofollow noreferrer">code on GitHub</a>) was rejected by Google Play with reason:</p> <blockquote> <p>Please remove the background location permission requested and submit an update to your app.</p> </blockquote> <p>However, my app does <stro...
My app ( code on GitHub ) was rejected by Google Play with reason: Please remove the background location permission requested and submit an update to your app. However, my app does not declare the ACCESS_BACKGROUND_LOCATION permission: [CODE] I first suspected Mapbox, as my app includes these libraries: [CODE] However ...
android|geolocation|google-play|android-manifest|android-permissions
6
2022-08-08T09:06:15.330Z
2,022
8
9
0
190
1
990
125
5
2
true
false
false
false
false
false
medium
73,275,392
Why Admob Test Ads & Real Ads are not loading after changing the App Signing Key in Google Play Cons.?
<p>I've recently changed my lost app signing key via Google Play Console (through Play Console App Integrity support) and it was successful. Now, I can upload my app having the same package id by signing with the new updated key.</p> <p>But after this change, Admob test and real ads both are not loading and showing err...
I've recently changed my lost app signing key via Google Play Console (through Play Console App Integrity support) and it was successful. Now, I can upload my app having the same package id by signing with the new updated key. But after this change, Admob test and real ads both are not loading and showing error in logc...
android|admob|ads|google-play-console|android-app-signing
0
2022-08-08T09:08:11.357Z
2,022
8
9
0
58
1
660
102
5
0
false
false
false
false
false
false
zero
73,275,416
[Android]How to capture HTTP(s) without add network_security_config.xml to AndroidManifest.xml on no root Phone?
<p>We want app start can capture HTTP(s) when tester open backdoor, and stop capture when they close backdoor.</p> <p>We do not add network_security_config.xml because we want normal user's http package can not capture.</p> <p>Is Reflection can do this?</p>
We want app start can capture HTTP(s) when tester open backdoor, and stop capture when they close backdoor. We do not add network_security_config.xml because we want normal user's http package can not capture. Is Reflection can do this?
android|security
0
2022-08-08T09:10:11.277Z
2,022
8
9
0
20
0
236
112
2
0
false
true
false
false
false
false
zero
73,275,480
data not show in recycler view in android studio No setter/field for -N7yvCnCQ3FL0xiR9Lw- found on class com.example.myapplication.ReciveData
<p>I will try to get data from realtime firebase and get error No setter/field for -N7yvCnCQ3FL0xiR9Lw- found on class com.example.myapplication.ReciveData. There is no data display in recycler view. I upload all code and images of firebase data and output of app.</p> <p>here is my main activity:</p> <pre><code>packa...
I will try to get data from realtime firebase and get error No setter/field for -N7yvCnCQ3FL0xiR9Lw- found on class com.example.myapplication.ReciveData. There is no data display in recycler view. I upload all code and images of firebase data and output of app. here is my main activity: [CODE] } here is code of class (...
android|firebase|firebase-realtime-database|android-recyclerview
0
2022-08-08T09:16:34.237Z
2,022
8
9
0
39
0
371
141
4
3
true
true
false
false
false
false
zero
73,275,645
Unable to detect adb version, exit value: 0xc0000005
<p>When iam trying to launch Virtual Device in Android studio, it shows the following Error.</p> <p>Unable to detect ADB version, exit value: 0xc0000005</p>
When iam trying to launch Virtual Device in Android studio, it shows the following Error. Unable to detect ADB version, exit value: 0xc0000005
android-studio
0
2022-08-08T09:28:43.163Z
2,022
8
9
0
42
0
142
52
1
0
false
true
false
false
false
false
zero
73,275,650
ListView Database position not working correctly with SearchView - Java
<p>I'm making a game, I have a ListView that takes all the names from the Database and shows them in the game, you can click on them and see Wins and Losses. Everything works fine, but if you want to use SearchView to find a specific player, then the position will fail and it will not show the wins and losses of the pl...
I'm making a game, I have a ListView that takes all the names from the Database and shows them in the game, you can click on them and see Wins and Losses. Everything works fine, but if you want to use SearchView to find a specific player, then the position will fail and it will not show the wins and losses of the playe...
java|android-studio|listview|firebase-realtime-database|searchview
0
2022-08-08T09:28:56.287Z
2,022
8
9
0
29
0
594
71
5
2
true
true
false
false
false
false
zero
73,275,666
Google Play Store website remote install => track data from URL
<p>So I have Android application in Google play. I have also website with link to Google play store. Link is just visible when user is on PC and not on mobile phone.</p> <p>When user clicks on link I added ( &quot;REF&quot; param =&gt; example) to Google Play website store.</p> <p>Something similar to: <a href="https:/...
So I have Android application in Google play. I have also website with link to Google play store. Link is just visible when user is on PC and not on mobile phone. When user clicks on link I added ( &quot;REF&quot; param => example) to Google Play website store. Something similar to: https://play.google.com/store/apps/d...
android|android-deep-link|install-referrer
0
2022-08-08T09:30:01.583Z
2,022
8
9
0
21
0
508
63
3
0
false
true
false
false
false
false
zero
73,275,689
Qt Creator Android settings have errors: Platform tools installed
<p>I was trying to compile an application in Qt Creator for Android. But when setting up, I could not fix the error: &quot;Android settings have errors: Platform tools installed&quot;.</p> <p>I use: Windows x64.</p> <p>I installed: Qt Creator 8.0.0, Android Studio, Android NDK 25, Android OpenSSL, JDK 18.0.2.</p> <p>In...
I was trying to compile an application in Qt Creator for Android. But when setting up, I could not fix the error: &quot;Android settings have errors: Platform tools installed&quot;. I use: Windows x64. I installed: Qt Creator 8.0.0, Android Studio, Android NDK 25, Android OpenSSL, JDK 18.0.2. In SDK Manager: Android 5....
android|qt
0
2022-08-08T09:31:41.037Z
2,022
8
9
0
26
0
472
65
2
0
false
true
false
false
false
false
zero
73,275,691
how to access all documents from all subcollections having same collection Id
<p>I have a collection named &quot; categories &quot; and in that I have 5 documents and every document is having a Collection named &quot;Images&quot; , and the Collection(&quot;Images&quot;) which is in all the five documents have a field named &quot;artist_name&quot; !</p> <p>I want to access all the documents from ...
I have a collection named &quot; categories &quot; and in that I have 5 documents and every document is having a Collection named &quot;Images&quot; , and the Collection(&quot;Images&quot;) which is in all the five documents have a field named &quot;artist_name&quot; ! I want to access all the documents from every coll...
android|firebase|kotlin|firebase-realtime-database|google-cloud-firestore
0
2022-08-08T09:31:41.867Z
2,022
8
9
0
45
1
403
77
5
0
false
false
false
false
false
false
zero
73,275,744
Exoplayer for video view scroll Play and pause
<p>I am using exoplayer in recycleview for playing video but when i scroll that view the video is not stop and play automatically. and also all video will we played if I play manually . I tried lot of to achieve this but i didn't get Proper solutions. Can anyone please give me some solution .</p> <p>I am using followi...
I am using exoplayer in recycleview for playing video but when i scroll that view the video is not stop and play automatically. and also all video will we played if I play manually . I tried lot of to achieve this but i didn't get Proper solutions. Can anyone please give me some solution . I am using following things. ...
android-studio|android-recyclerview|adapter|exoplayer|exoplayer2.x
0
2022-08-08T09:34:58.913Z
2,022
8
9
0
54
0
399
46
5
0
false
true
false
false
false
false
zero
73,275,867
Wireless Android Debugging Not Showing Available Devices or Connecting
<p>I am using Android Studio Chipmunk edition.</p> <p>My android device is connected to the Wifi and my PC is connected to the same router through Ethernet cable.</p> <p>My devices are running Android 12.</p> <p>So, it seems like I am fulfilling all the requirements.</p> <p>I was able to connect a few times and able to...
I am using Android Studio Chipmunk edition. My android device is connected to the Wifi and my PC is connected to the same router through Ethernet cable. My devices are running Android 12. So, it seems like I am fulfilling all the requirements. I was able to connect a few times and able to install apps wirelessly. Howev...
android|android-studio|android-sdk-tools|android-wireless
0
2022-08-08T09:45:23.843Z
2,022
8
9
0
54
0
736
70
4
0
false
true
false
false
false
false
zero
73,275,886
Paging 3 only display data when open fragment for the second time
<p>I'm having an issue using Paging 3 library. I'm using retrofit to get data and paging 3 to display it but what is happening right now is that when I open my fragment for the first time, nothing is displayed on the fragment but when I close this fragment and open it again, data is displayed. What is happening?</p> <p...
I'm having an issue using Paging 3 library. I'm using retrofit to get data and paging 3 to display it but what is happening right now is that when I open my fragment for the first time, nothing is displayed on the fragment but when I close this fragment and open it again, data is displayed. What is happening? I navigat...
android|kotlin|android-paging-3
1
2022-08-08T09:46:31.753Z
2,022
8
9
0
42
0
573
65
3
7
true
true
false
false
false
false
low
73,275,925
trying to retrieve from realtime db, Data is showing in logcat but not printing on the screen
<p><a href="https://i.stack.imgur.com/HWCNW.png" rel="nofollow noreferrer">this is the output I am getting after I changed names according to db</a></p> <pre><code>public class MainActivity extends AppCompatActivity { private ListView coursesLV; // creating a new array list. ArrayList&lt;Excel&gt; coursesA...
this is the output I am getting after I changed names according to db [CODE] this is my MainActivity.java class, in which I'm trying to fetch data from firebase realtime database and load it into listView. I'm able to see the output in logcat using println but data isn't appearing on android. Here is my json in realtim...
java|android|firebase|firebase-realtime-database
0
2022-08-08T09:49:25.833Z
2,022
8
9
0
66
0
422
93
4
5
true
true
false
false
false
false
zero
73,275,984
Every time need to rebuild project to reflect changes in Android Studio Chipmunk
<p>I am using <code>Android Studio Chipmunk | 2021.2.1 Patch 1</code> stable version</p> <p><a href="https://i.stack.imgur.com/6Gi8H.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/6Gi8H.png" alt="Android studio version chipmunk" /></a></p> <p>Whenever I do any changes in <code>Kotlin</code> or <code...
I am using Android Studio Chipmunk | 2021.2.1 Patch 1 stable version Whenever I do any changes in Kotlin or XML file and run the project then changes don't reflect in app unless and until I rebuild the project from Build -> Rebuild Project Everytime I have to rebuild project if I have done any changes in code Already t...
java|android|android-studio|kotlin|android-studio-chipmunk
1
2022-08-08T09:53:29.150Z
2,022
8
9
0
100
1
413
80
5
0
false
false
false
false
false
false
low
73,276,006
setReorderingAllowed() and backStackChangedListener
<p>I have code:</p> <pre><code>FragmentManager fm = getSupportFragmentManager(); fm.addOnBackStackChangedListener(() -&gt; { Log.d(MAIN_ACTIVITY_LOG_TAG,&quot;BackStackChangedListener&quot;); }); Fragment fragment = new CrimeFragment(); fm.beginTransaction().add(R.id.fragment_container,fragment).addToBackStack(...
I have code: [CODE] This is my logcat: [CODE] Why does backStackChangedListener fire only once. It must fire whenever we change the back stack. So as you can see the back stack has been changed at least 2 times, but this listener is called 1 time. Why ?
android|android-fragments|fragment
1
2022-08-08T09:54:51.353Z
2,022
8
9
0
72
0
253
51
3
2
true
true
false
false
false
false
low
73,276,055
Bootstrap 5 with Select2 opens as Bottom Navigation Drawer in mobile view
<p>I am using <a href="https://select2.org/getting-started/basic-usage" rel="nofollow noreferrer">Select2</a>, with <a href="https://getbootstrap.com/docs/5.1/getting-started/introduction/" rel="nofollow noreferrer">Bootstrap v5.1.x</a>. The reason of using Select2 is to have the search functionality in html select.</p...
I am using Select2 , with Bootstrap v5.1.x . The reason of using Select2 is to have the search functionality in html select. I want to be able to achieve something like Bottom Drawer in the mobile responsive view. That is, when a select (with select2 implemented) is opened in a Web View App, it opens like the Bottom Dr...
html|jquery|css|responsive-design|android-webview
0
2022-08-08T09:58:25.487Z
2,022
8
9
0
65
0
802
73
5
2
true
true
false
false
false
false
zero
73,276,174
How to check if boolean property of an object in array is true with Kotlin?
<p>I am trying to validate an array in Android app written with Kotlin. It is an array of objects. This is the code that always returns 0. This might be even some deeper problem, but for now i am looking for any other way to get the count right.</p> <pre><code>private fun count(array: Array&lt;Item&gt;): Int { val ...
I am trying to validate an array in Android app written with Kotlin. It is an array of objects. This is the code that always returns 0. This might be even some deeper problem, but for now i am looking for any other way to get the count right. [CODE] Basically my problem is that if the count is 0 and none items are sele...
android|arrays|kotlin
0
2022-08-08T10:07:27.817Z
2,022
8
10
0
51
3
555
75
3
1
true
false
false
false
false
false
zero
73,276,275
Managing multiple elements from an API response
<p>kotlin junior here.</p> <p>I have this current piece of code in my App:</p> <pre><code>disposable.add( client .doLoginRx(req) .toObservable() .map { response -&gt; response.accessToken } .doOnNext { token ...
kotlin junior here. I have this current piece of code in my App: [CODE] doLoginRx() performs an api call that returns multiple values in json format. Currently the code maps one of those values ( accessToken ) and then passes it to the method below, logIn() . My task is to change this logIn() method and pass it some ot...
android|kotlin
0
2022-08-08T10:15:33.240Z
2,022
8
10
0
45
0
549
47
2
2
true
true
false
false
false
false
zero
73,276,491
Handle back button click when keyboard is open in Jetpack Compose
<p>The below-provided code is a simplified version of my problem.</p> <p>I want to trigger an action when the device back button is clicked when the keyboard is open.</p> <p>It is possible to handle the back button click using <code>BackHandler</code> when the keyboard is closed. But I want it even if the keyboard is o...
The below-provided code is a simplified version of my problem. I want to trigger an action when the device back button is clicked when the keyboard is open. It is possible to handle the back button click using BackHandler when the keyboard is closed. But I want it even if the keyboard is open. [CODE]
android|android-jetpack-compose|back-button
1
2022-08-08T10:33:29.530Z
2,022
8
10
0
143
0
301
65
3
1
true
true
false
false
false
false
low
73,276,494
Insert records for each calendar date across multiple time series data in SQLite
<p>I have an API which pulls time series data for different categories. For some categories it only pulls weekday data.</p> <p>I would like to fill in the Saturday/Sunday data with the preceding Friday. I also need to backfill for public holidays too i.e. a Monday bank holiday which is not in the original time series w...
I have an API which pulls time series data for different categories. For some categories it only pulls weekday data. I would like to fill in the Saturday/Sunday data with the preceding Friday. I also need to backfill for public holidays too i.e. a Monday bank holiday which is not in the original time series will also b...
sqlite|date|android-sqlite|sql-insert|date-arithmetic
1
2022-08-08T10:33:42.043Z
2,022
8
10
0
33
1
1,095
80
5
1
true
false
false
false
false
false
low
73,276,535
LibGDX setup installer throws Exception for Android Studio
<p>I am trying to create a new LibGDX project with the setup GUI they provided but I am getting the following error:</p> <pre><code> &gt; Configure project :android This version only understands SDK XML versions up to 2 but an SDK XML file of version 3 was encountered. This can happen if you use versions of Android Stu...
I am trying to create a new LibGDX project with the setup GUI they provided but I am getting the following error: [CODE] I have seen this question but it doesn't appear to help my case. I am only adding the Freetype extension and my supported platforms are Android, Desktop and iOS. NOTE: LibGDX also insists I use a dif...
java|android|libgdx
0
2022-08-08T10:36:37.190Z
2,022
8
10
0
32
1
413
58
3
1
true
false
false
false
false
false
zero
73,276,581
Getting play-store version of the application
<p>I tried using JSOUP library to get the application version for the play-store website. But it's not working as google has updated their website structure recently. I am working on java platform. What's the best way to get the version of the application.</p>
I tried using JSOUP library to get the application version for the play-store website. But it's not working as google has updated their website structure recently. I am working on java platform. What's the best way to get the version of the application.
java|android|app-update
0
2022-08-08T10:40:27.017Z
2,022
8
10
0
37
1
253
45
3
0
false
false
false
false
false
false
zero
73,276,689
Vertical scroll affecting the modifier weight in jetpack compose
<p>I want my button to be bottom of the screen using <code>Column</code>. When I am trying to smaller device my content is not scrollable. So I search in stack overflow and found this <a href="https://stackoverflow.com/a/68166668/18958467">answer</a>. When I am adding</p> <pre><code>.verticalScroll(rememberScrollState(...
I want my button to be bottom of the screen using Column . When I am trying to smaller device my content is not scrollable. So I search in stack overflow and found this answer . When I am adding [CODE] in my modifier it breaks the spacer weight stuff and placed my button to top. Input @Composable [CODE] Item [CODE] Pre...
android|kotlin|android-jetpack-compose|android-jetpack
1
2022-08-08T10:48:50.730Z
2,022
8
10
0
222
2
581
64
4
5
true
false
false
false
false
false
low
73,276,733
Xamarin SuppressLint
<p>Can't find info how properly use SuppressLint in Xamarin. There is just basic info on Microsoft sites. Official android documentation shows code for Java/Kotlin.</p> <p>I've found this post about it, but there is no answer. And i have the same error</p> <p><a href="https://stackoverflow.com/questions/44055688/xamari...
Can't find info how properly use SuppressLint in Xamarin. There is just basic info on Microsoft sites. Official android documentation shows code for Java/Kotlin. I've found this post about it, but there is no answer. And i have the same error The post Error error: '.class' expected value = Mono.Cecil.CustomAttributeArg...
.net|xamarin|xamarin.forms|xamarin.android
0
2022-08-08T10:52:38.030Z
2,022
8
10
0
28
0
375
20
4
1
true
true
false
false
false
false
zero
73,276,810
How can I sort a list comparing two fields?
<p>I have an object with a field that is distance, it can be in meters or kilo-meters, what I want to do is, sort that list first by meters and then by kilo-meters, so the meters are the first one in the list and then sort the kilo-meters. I used to do this with a <code>Comparator</code> but I don't know how to estruct...
I have an object with a field that is distance, it can be in meters or kilo-meters, what I want to do is, sort that list first by meters and then by kilo-meters, so the meters are the first one in the list and then sort the kilo-meters. I used to do this with a Comparator but I don't know how to estructure this case. W...
android|kotlin|sorting
1
2022-08-08T10:59:35.037Z
2,022
8
10
0
57
2
996
43
3
4
true
false
false
false
false
false
low
73,276,862
TrustManager vulnerability
<p>I got a warning about TrustManager vulnerability and the update was not accepted by Google. How can I pass this error? this is my code.</p> <pre><code>public static void nuke() { try { TrustManager[] trustAllCerts = new TrustManager[]{new X509TrustManager() { public X509Certificate[] getAccep...
I got a warning about TrustManager vulnerability and the update was not accepted by Google. How can I pass this error? this is my code. [CODE]
android|android-security|trustmanager
0
2022-08-08T11:02:38.690Z
2,022
8
11
0
45
0
142
26
3
1
true
true
false
false
false
false
zero
73,276,866
Some issue with network call in flutter background isolate
<p>I have created a small flutter app, which process the incmoing calls (just print it on the console). The main thing is that it should work even when the app in not running. For that I have used similar ideas as <a href="https://github.com/shounakmulay/Telephony" rel="nofollow noreferrer">Telephony</a> project. Basic...
I have created a small flutter app, which process the incmoing calls (just print it on the console). The main thing is that it should work even when the app in not running. For that I have used similar ideas as Telephony project. Basically I have BroadcastReceiver which intercepts the call and sends the number to flutt...
android|flutter|dart|dart-http
0
2022-08-08T11:03:00.697Z
2,022
8
11
0
32
0
1,053
58
4
1
true
true
false
false
false
false
zero
73,276,873
BindObjectMemory line 12 Crash report by firebase crashlytics in android app
<p>My application has a lot of crashes. I am using Firebase and this is what it shows:</p> <pre><code>Fatal Exception: java.lang.Error: FATAL EXCEPTION [main] Unity version : 2020.3.33f1 Device model : motorola moto g(6) Device fingerprint: motorola/ali/ali:9/PPSS29.55-37-7-10/c25e:user/release-keys Build Type...
My application has a lot of crashes. I am using Firebase and this is what it shows: [CODE] [CODE] Crash device list: > Motorola - 94% 55% moto g(6) play 35% moto g(6) 3% Moto Z (2) Play > Xiaomi - 5% 2% Redmi S2 1% Redmi 7A 1% Redmi 8A Obviously the problem is in the VulkanAPI. The error is reproduced on different vers...
android|crash|vulkan
0
2022-08-08T11:04:07.333Z
2,022
8
11
0
51
0
392
76
3
2
true
true
false
false
false
false
zero
73,276,942
Android splash screen dynamic icon
<p>In our app we have several launcher icons. We do it via activity-alias. Code in Manifest looks like below. The problem is that I can't show different splash screen logos. Splash screen style is used only from <code>&lt;activity&gt;</code> tag. The one in <code>&lt;activity-alias&gt;</code> tag is ignored.</p> <pre><...
In our app we have several launcher icons. We do it via activity-alias. Code in Manifest looks like below. The problem is that I can't show different splash screen logos. Splash screen style is used only from <activity> tag. The one in <activity-alias> tag is ignored. [CODE]
android|splash-screen
1
2022-08-08T11:09:34.313Z
2,022
8
11
0
37
0
275
34
2
1
true
true
false
false
false
false
low
73,276,953
Android jetpack compose pagination : Pagination not working with staggered layout jetpack compose
<p>Pagination given by android (<a href="https://developer.android.com/topic/libraries/architecture/paging/v3-overview" rel="nofollow noreferrer">https://developer.android.com/topic/libraries/architecture/paging/v3-overview</a>) is working fine with Column,Row,lazy column, lazy rows. Problem occurs when I am trying to ...
Pagination given by android ( https://developer.android.com/topic/libraries/architecture/paging/v3-overview ) is working fine with Column,Row,lazy column, lazy rows. Problem occurs when I am trying to achieve pagination in staggered layout (Answer How to achieve a staggered grid layout using Jetpack compose? was very h...
android|pagination|android-jetpack-compose
1
2022-08-08T11:11:30.550Z
2,022
8
11
0
113
1
1,333
97
3
2
true
false
false
false
false
false
low
73,276,979
Exception while executing "getSignInIntent" from another class [Google firebase auth, android studio]
<p>Good morning, formulating a class apart to facilitate the use of GoogleAPI for authentication in other projects, I sketched this idea that unfortunately returns me an error related to the support class, The error lies in getSignInIntent in the performGoogleAuth method. Also follows the key part of stacktrace. Thanks...
Good morning, formulating a class apart to facilitate the use of GoogleAPI for authentication in other projects, I sketched this idea that unfortunately returns me an error related to the support class, The error lies in getSignInIntent in the performGoogleAuth method. Also follows the key part of stacktrace. Thanks in...
java|android|firebase|authentication
0
2022-08-08T11:14:08.547Z
2,022
8
11
0
15
0
546
101
4
2
true
true
false
false
false
false
zero
73,277,011
how can ı add tls 1.3 version in java android studio project
<p>My Android studio project language is Java . I want add TLS 1.3 Version this project. I'm using implementation 'com.squareup.okhttp:okhttp:2.7.0' implementation 'com.squareup.okhttp3:okhttp:4.7.2' libraries.</p> <p>how can I do that ? Thanks for support.</p>
My Android studio project language is Java . I want add TLS 1.3 Version this project. I'm using implementation 'com.squareup.okhttp:okhttp:2.7.0' implementation 'com.squareup.okhttp3:okhttp:4.7.2' libraries. how can I do that ? Thanks for support.
java|android|ssl
0
2022-08-08T11:17:53.883Z
2,022
8
11
0
31
1
247
60
3
0
false
false
false
false
false
false
zero
73,277,085
Android Splash Screen that works with Android 10-11-12 Xamarin forms
<p>I have noticed lately that the current splash screen in our xamarin forms apps no longer works in Android 12. Despite many posts /attempts including this one <a href="https://github.com/xamarin/xamarin-android/issues/6517" rel="nofollow noreferrer">Android 12: splash screen is no longer displayed</a> I still cannot ...
I have noticed lately that the current splash screen in our xamarin forms apps no longer works in Android 12. Despite many posts /attempts including this one Android 12: splash screen is no longer displayed I still cannot make it work. Is there a simple solution-snippets that clearly shows how to make the splash screen...
xamarin.forms|xamarin.android
0
2022-08-08T11:23:25.337Z
2,022
8
11
0
36
0
387
68
2
0
false
true
false
false
false
false
zero
73,277,208
Can lack of support for "should override with redirects" affect URL loading in WebViewClient or only in WebViewClientCompat?
<p>I am looking at migrating my code from <code>WebView</code> to <code>WebViewCompat</code> in order to simplify my code which currently has a lot of &quot;if API &gt; X do this else do that&quot; type code.</p> <p>I currently use <code>WebViewClient.shouldOverrideUrlLoading</code> to block certain URLs being loaded i...
I am looking at migrating my code from WebView to WebViewCompat in order to simplify my code which currently has a lot of &quot;if API > X do this else do that&quot; type code. I currently use WebViewClient.shouldOverrideUrlLoading to block certain URLs being loaded in the WebView (this is a business requirement becaus...
android|android-webview|androidx|android-jetpack
0
2022-08-08T11:32:33.500Z
2,022
8
11
0
16
0
1,163
124
4
0
false
true
false
false
false
false
zero
73,277,289
Type inference failed. Please try to specify type arguments explicitly
<p>Please help, I'm getting error when I'm trying to build android app from an old source code with latest build tools.</p> <pre><code>override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) { if (resultCode == Activity.RESULT_OK &amp;&amp; requestCode == 999) { val uri = data!!.get...
Please help, I'm getting error when I'm trying to build android app from an old source code with latest build tools. [CODE] }
javascript|android|kotlin
0
2022-08-08T11:38:57.520Z
2,022
8
11
0
26
0
125
70
3
1
true
true
false
false
false
false
zero
73,277,308
How to block refund of consumed Google Play IAP (in-app product)?
<p>I have integrated Google Play Billing library for selling In-App Products in Android App.</p> <p>This IAP is to buy some credit's in App and can be utilized in App only. I have also <a href="https://developer.android.com/google/play/billing/integrate#process" rel="nofollow noreferrer">consumed the purchased item</a>...
I have integrated Google Play Billing library for selling In-App Products in Android App. This IAP is to buy some credit's in App and can be utilized in App only. I have also consumed the purchased item in app by calling consumeAsync as follows. [CODE] A couple of incidents happened where purchase of IAP has been refun...
android|in-app-purchase|in-app-billing|google-play-billing
0
2022-08-08T11:40:48.773Z
2,022
8
11
0
44
0
551
65
4
1
true
true
false
false
false
false
zero
73,277,317
App inspection does not detect any devices
<p>android studio version: <a href="https://i.stack.imgur.com/nylYZ.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/nylYZ.png" alt="android studio" /></a></p> <p>pc:</p> <p><a href="https://i.stack.imgur.com/OmX7e.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/OmX7e.png" alt="pc" ...
android studio version: pc: problem: I'm running the app on an emulator (pixel 4 API 28), however no process appears here, tried uninstalling the app on the device, cleaning the cache, wiping the data from the emulator and cold booting, nothing changed. Any ideas?
android|android-studio
2
2022-08-08T11:41:46.877Z
2,022
8
11
0
117
2
264
42
2
0
false
false
false
false
false
false
low
73,277,416
Setting up SSL on ktor server using Android Keystore
<p>I an trying to set up SSL on a Ktor Server on Android. The certificates are loaded at runtime, so i am using a AndroidKeyStore to store them. However, ktor is unable to initialize. It seems like AndroidKeyStore is implented to throw an exception whenever a <em>KeyStorePassword</em> is provided. So to add the key to ...
I an trying to set up SSL on a Ktor Server on Android. The certificates are loaded at runtime, so i am using a AndroidKeyStore to store them. However, ktor is unable to initialize. It seems like AndroidKeyStore is implented to throw an exception whenever a KeyStorePassword is provided. So to add the key to AndroidKeySt...
java|android|kotlin|ssl|ktor
2
2022-08-08T11:49:16.257Z
2,022
8
11
0
74
0
841
52
5
1
true
true
false
false
false
false
low
73,277,531
How to add the default value of BeginSignInResult in mutableState?
<p>I am performing two operations in my app. One is to read a list of products and one is authenticate the user and for that I'm using Jetpack Compose. In the ViewModel I have two state objects:</p> <pre><code>var productListResponse by mutableStateOf&lt;Response&lt;List&lt;Product&gt;&gt;&gt;(emptyList()) </code></pre...
I am performing two operations in my app. One is to read a list of products and one is authenticate the user and for that I'm using Jetpack Compose. In the ViewModel I have two state objects: [CODE] That works fine, as I put the default value an empty list. However, the second state object is: [CODE] That expects a res...
android|kotlin|android-jetpack-compose|android-viewmodel
1
2022-08-08T11:59:23.830Z
2,022
8
11
0
57
0
416
66
4
2
true
true
false
false
false
false
low
73,277,655
Room Migrations that have AFTER INSERT ON updates?
<p>I have an app that is used for testing outlets to determine they have appropriate voltage coming out of them.</p> <p>I am using Room Database, and I am attempting to migrate from Version 1 to Version 2 of the database using a custom room migration.</p> <p>The &quot;issue&quot; is that with Version 2 of the Database,...
I have an app that is used for testing outlets to determine they have appropriate voltage coming out of them. I am using Room Database, and I am attempting to migrate from Version 1 to Version 2 of the database using a custom room migration. The &quot;issue&quot; is that with Version 2 of the Database, I added in a new...
android|sqlite|android-room
0
2022-08-08T12:09:44.647Z
2,022
8
12
0
27
1
1,437
50
3
1
true
false
false
false
false
false
zero
73,277,680
Android application that changes mobile network automatically
<p>I was wondering if it is possible for an .apk to automatically change the mobile network carrier of the user if the user is using an e-sim that has access to multiple networks. Can this be done or does Android not allow these kinds of settings to be altered by a third-party application?</p>
I was wondering if it is possible for an .apk to automatically change the mobile network carrier of the user if the user is using an e-sim that has access to multiple networks. Can this be done or does Android not allow these kinds of settings to be altered by a third-party application?
android|sim-card
0
2022-08-08T12:11:40.550Z
2,022
8
12
0
32
0
287
61
2
0
false
true
false
false
false
false
zero
73,277,695
Websocket not working when we connect wifi through internal app
<p>I want to connect ap through wifi. websocket is working correctly when connect wifi through setting page from outer side but when connect wifi using inner app the websocket is not working.</p> <pre><code>IOWebSocketChannel.connect(&quot;ws://192.168.0.2:81&quot;); </code></pre>
I want to connect ap through wifi. websocket is working correctly when connect wifi through setting page from outer side but when connect wifi using inner app the websocket is not working. [CODE]
android|flutter
0
2022-08-08T12:12:39.780Z
2,022
8
12
0
19
0
195
63
2
1
true
true
false
false
false
false
zero
73,277,706
Paging 3 not displaying data using submitData method
<p>I'm having an issue using Paging 3 library. I'm using retrofit to get data and paging 3 to display it but what is happening right now is that when I open my fragment for the first time, nothing is displayed on the fragment but when I close this fragment and open it again, data is displayed. What is happening?</p> <p...
I'm having an issue using Paging 3 library. I'm using retrofit to get data and paging 3 to display it but what is happening right now is that when I open my fragment for the first time, nothing is displayed on the fragment but when I close this fragment and open it again, data is displayed. What is happening? I navigat...
android|kotlin|android-fragments|navigation|android-paging
1
2022-08-08T12:13:22.793Z
2,022
8
12
0
44
0
965
52
5
7
true
true
false
false
false
false
low
73,277,711
How to attach Room database to a SQLiteDatabase?
<p>I have an old database (connected using <code>SQLiteDatebaseHelper</code>) in my android code, which is pretty legacy and has lots of tables, views, and more. The query is run directly and cursors are parsed. The data in DB is used for rendering an Activity.</p> <p>Now we have another DB maintained by a different te...
I have an old database (connected using SQLiteDatebaseHelper ) in my android code, which is pretty legacy and has lots of tables, views, and more. The query is run directly and cursors are parsed. The data in DB is used for rendering an Activity. Now we have another DB maintained by a different team which is implemente...
android|sqlite|android-room
1
2022-08-08T12:13:55.330Z
2,022
8
12
0
44
0
1,152
48
3
0
false
true
false
false
false
false
low
73,277,720
How to dynamically create a Material 3 Tonal Button?
<p>I have tried a number of variations of <code>new MaterialButton(context)</code> including <code>new MaterialButton(new ContextThemeWrapper(context, R.style.Widget_Material3_Button_TonalButton))</code> but it always results in a standard Material Button (Material 3).</p> <p>Looking at the original <a href="https://gi...
I have tried a number of variations of new MaterialButton(context) including new MaterialButton(new ContextThemeWrapper(context, R.style.Widget_Material3_Button_TonalButton)) but it always results in a standard Material Button (Material 3). Looking at the original source , the constructor doesn't seem to allow for a st...
android|material-components-android|material-components
0
2022-08-08T12:14:22.100Z
2,022
8
12
0
52
1
978
52
3
0
false
false
false
false
false
false
zero
73,277,722
Android, Material Components, action bar is always visible
<p>I'm using <code>Theme.MaterialComponents.Light.NoActionBar</code></p> <p>I need to hide the action bar, I've been trying:</p> <p>The <code>styles.xml</code> is:</p> <pre><code> &lt;resources xmlns:tools=&quot;http://schemas.android.com/tools&quot;&gt; &lt;style name=&quot;Theme.LauncherActivity&quot; pare...
I'm using Theme.MaterialComponents.Light.NoActionBar I need to hide the action bar, I've been trying: The styles.xml is: [CODE] But it still appearing, any hint? I also tried adding: [CODE] and [CODE]
material-components-android
0
2022-08-08T12:14:27.157Z
2,022
8
12
0
13
0
200
58
1
3
true
true
false
false
false
false
zero
73,277,772
I was using image.asset fluter to load images and it was working fine, all the images were being displayed properly and all of a sudden it shows error
<p>I changed nothing and all of sudden it says <strong>&quot;Exception caught by image resource service&quot;</strong> I don't know if this has happened to anyone yet.</p> <p><img src="https://i.stack.imgur.com/jGNr7.png" alt="enter image description here" /></p> <p><img src="https://i.stack.imgur.com/K8TCT.png" alt="e...
I changed nothing and all of sudden it says &quot;Exception caught by image resource service&quot; I don't know if this has happened to anyone yet.
android|flutter
0
2022-08-08T12:17:48.560Z
2,022
8
12
0
33
3
147
150
2
0
false
false
false
false
false
false
zero
73,277,838
Chatter animation with AppBarLayout on fast fling
<p>I have problem with view margin/translation animation using MotionLayout inside AppBarLayout. <a href="https://github.com/MirnykhK/AppBarLayoutFlingBug" rel="nofollow noreferrer">Sample project.</a> There is MotionLayout inside AppBarLayout:</p> <pre><code>&lt;androidx.coordinatorlayout.widget.CoordinatorLayout ...
I have problem with view margin/translation animation using MotionLayout inside AppBarLayout. Sample project. There is MotionLayout inside AppBarLayout: [CODE] View margin is animated: [CODE] If you run the project and try to fast vertical fling than view will be jumping/chattering. On fast scroll everything is ok. I'v...
android|android-coordinatorlayout|android-appbarlayout|android-motionlayout
0
2022-08-08T12:24:09.663Z
2,022
8
12
0
25
0
570
49
4
3
true
true
false
false
false
false
zero
73,277,894
Kotlin: How to return a value from a lambda to a parent function?
<p>How can I return <code>String(bytes)</code> to getPost function, so I can <code>println(getPost(123))</code> and it would print the value of String(bytes)?</p> <pre class="lang-kotlin prettyprint-override"><code>fun getPost(id: Int) { Fuel.get(&quot;https://kitsu.io/api/edge/posts/$id&quot;) .res...
How can I return String(bytes) to getPost function, so I can println(getPost(123)) and it would print the value of String(bytes)? [CODE]
android|kotlin|mobile|lambda
0
2022-08-08T12:28:37.450Z
2,022
8
12
0
85
1
136
65
4
1
true
false
false
false
false
false
zero
73,278,105
How to prevent footer view to not moving up when Keyboard open in Jetpack compose
<p>How to prevent the footer view from not moving up when Keyboard open in Jetpack compose. I am looking for the solution without windowSoftInputMode properties as it is conflicting with BringViewRequester property for textfield.</p>
How to prevent the footer view from not moving up when Keyboard open in Jetpack compose. I am looking for the solution without windowSoftInputMode properties as it is conflicting with BringViewRequester property for textfield.
android|kotlin|android-jetpack-compose
0
2022-08-08T12:44:21.937Z
2,022
8
12
0
35
0
226
81
3
0
false
true
false
false
false
false
zero
73,278,114
Send data between apps in Android
<p>For communication between different android apps, we have AIDL as an option for 2 way communication. Now, I am able to send data from client app to server app(which contains the AIDL service) successfully. But, I got stuck on sending data from server to client. Any help will be appreciable.</p> <p>For reference:- <a...
For communication between different android apps, we have AIDL as an option for 2 way communication. Now, I am able to send data from client app to server app(which contains the AIDL service) successfully. But, I got stuck on sending data from server to client. Any help will be appreciable. For reference:- https://gith...
android|service|ipc|aidl
0
2022-08-08T12:45:11.667Z
2,022
8
12
0
36
0
1,038
33
4
5
true
true
false
false
false
false
zero
73,278,136
how to install `code with me` plugin manually in android studio
<p>I am trying to install <code>code with me</code> plugin in Android studio manually. Android version I have is Android Studio Chipmunk | 2021.2.1 Build #AI-212.5712.43.2112.8512546, built on April 28, 2022</p> <p><code>Code with me</code> plugin I try to download was Compatibility Range --- 212.4416.6—212.4416.6</p> ...
I am trying to install code with me plugin in Android studio manually. Android version I have is Android Studio Chipmunk | 2021.2.1 Build #AI-212.5712.43.2112.8512546, built on April 28, 2022 Code with me plugin I try to download was Compatibility Range --- 212.4416.6—212.4416.6 Android version build number I have does...
android|android-studio|plugins|android-gradle-plugin
0
2022-08-08T12:47:04.247Z
2,022
8
12
0
84
0
656
63
4
0
false
true
false
false
false
false
zero
73,278,303
Maintaining state through screen rotation in Kotlin
<p>There's really no code snippet for this. I'm building an Android app in Android Studio in Kotlin with a main activity in both default portrait and lanscape modes. I'm using Android Studio auto-generated <code>layout\activity_main.xml</code> and <code>layout-land\activity_main.xml</code> layouts.</p> <p><strong>PROBL...
There's really no code snippet for this. I'm building an Android app in Android Studio in Kotlin with a main activity in both default portrait and lanscape modes. I'm using Android Studio auto-generated layout\activity_main.xml and layout-land\activity_main.xml layouts. PROBLEM: When I rotate screens in the app, all wi...
android|kotlin|screen-rotation
0
2022-08-08T13:00:00.913Z
2,022
8
13
0
62
2
676
51
3
0
false
false
false
false
false
false
zero
73,278,614
I cannot upgrade Compose from 1.1.1 to 1.2.0
<p>Hello I am working on a new app with Compose 1.1.1 and I want to upgrade it to version 1.2.0. I am using <code>org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0</code> which seems to be the problem. This is the error:</p> <pre><code>Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguratio...
Hello I am working on a new app with Compose 1.1.1 and I want to upgrade it to version 1.2.0. I am using org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0 which seems to be the problem. This is the error: [CODE] And this one aswell: [CODE] These are the dependencies I am using: [CODE]
android|kotlin|gradle|mobile|kotlin-coroutines
2
2022-08-08T13:25:35.807Z
2,022
8
13
0
225
1
287
44
5
3
true
false
false
false
false
false
low
73,278,632
how to trigger function on dropdownlist item selection
<p>i am new to android studio and I am stuck in a scenario, I have a recylerview where all data visible and i want to show data only base on selected city from downlist. any suggestion that how i can achieve that. also guide me that how can I use spinner for filtering</p>
i am new to android studio and I am stuck in a scenario, I have a recylerview where all data visible and i want to show data only base on selected city from downlist. any suggestion that how i can achieve that. also guide me that how can I use spinner for filtering
java|android|filter|drop-down-menu
-2
2022-08-08T13:26:52.083Z
2,022
8
13
0
22
1
265
54
4
0
false
false
false
false
false
true
negative
73,278,709
Enabling hermes in android app crashing app in react native version 0.68
<p>Enabling Hermes in react native giving below error without hermes working fine in android : I have used react native code in existing native android app. When we try to build below code its crashing RN - 0.68.3 gradle plugin - 3.6.0 gradle version -6.8</p> <pre><code> mReactInstanceManager = ReactInstanceManager.bui...
Enabling Hermes in react native giving below error without hermes working fine in android : I have used react native code in existing native android app. When we try to build below code its crashing RN - 0.68.3 gradle plugin - 3.6.0 gradle version -6.8 [CODE] Error Logs: [CODE]
javascript|android|react-native
0
2022-08-08T13:31:35.463Z
2,022
8
13
0
196
0
278
72
3
2
true
true
false
false
false
false
zero
73,278,746
Having an assertion that contains one word I want it to Assert that word exists anywhere on the page with , or not
<p>I have a Test with an Assert in it for contains Duck.Sometimes I will see Duck,Goose. The later Fails because it sees the ,Goose. I thought Contains would fix this and I thought the * wildcard would fix this but it does not. the Test but I want my assertion to take Duck no matter what else comes after it. I am using...
I have a Test with an Assert in it for contains Duck.Sometimes I will see Duck,Goose. The later Fails because it sees the ,Goose. I thought Contains would fix this and I thought the * wildcard would fix this but it does not. the Test but I want my assertion to take Duck no matter what else comes after it. I am using C#...
c#|selenium|appium|appium-android|appium-ios
0
2022-08-08T13:34:21.033Z
2,022
8
13
0
29
1
392
114
5
1
true
false
false
false
false
false
zero
73,278,881
Flutter - _CastError (Null check operator used on a null value)
<p>Here's my code</p> <pre><code>import 'package:flutter/material.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:provider/provider.dart'; class BrewList extends StatefulWidget { const BrewList({Key? key}) : super(key: key); @override State&lt;BrewList&gt; createState() =&gt; _Brew...
Here's my code [CODE] I'm getting ax exception saying: _CastError (Null check operator used on a null value) What do I do then?
android|flutter|firebase|google-cloud-firestore
0
2022-08-08T13:42:53.390Z
2,022
8
13
0
29
1
127
63
4
1
true
false
false
false
false
false
zero
73,279,028
How to set charging control file for rooted android device (MOTO E) so that it can stop charging at specific battery level
<p>My aim is, I want my mobile to stop charging automatically at 85% and start charging once it reaches to level 30%. I have 3 rooted android mobiles. I have redmi-5 and moto G for which I can change the enable_charging file to 0 or 1 to stop or enable charging. But for MOTO E4 Plus I cannot able to find these files.</...
My aim is, I want my mobile to stop charging automatically at 85% and start charging once it reaches to level 30%. I have 3 rooted android mobiles. I have redmi-5 and moto G for which I can change the enable_charging file to 0 or 1 to stop or enable charging. But for MOTO E4 Plus I cannot able to find these files.
android|root
0
2022-08-08T13:55:04.413Z
2,022
8
13
0
18
0
315
122
2
0
false
true
false
false
false
false
zero
73,279,029
Android TV launcher app not working as Home screen app
<p>I am trying to create a default launcher app for Android TV box. Here is the manifest:</p> <pre><code> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;manifest xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; package=&quot;com.raza.mlauncher&quot;&gt; &lt;uses-fe...
I am trying to create a default launcher app for Android TV box. Here is the manifest: [CODE] But when I press home button on Android TV simulator, it does not ask to select the default home app. Even in settings of the device, there is no option available to choose a default launcher from installed ones. Is there any ...
android-tv|launcher|android-launcher|homescreen
0
2022-08-08T13:55:07.560Z
2,022
8
13
0
183
0
378
54
4
1
true
true
false
false
false
false
zero
73,279,105
Getting error while trying to get plular (resources not found exception: Plural resource ID $0x7f0e0001 quantity=1 item = one
<p>Updated code, keeping data class simple and using extensions to for getting description. Maybe would be useful for somebody:</p> <pre><code>@Keep @Parcelize data class Passengers( val adults: Int = 1, val teenage: Int, val children: Int, val infants: Int, ) : Parcelable fun Passengers.getDescription(...
Updated code, keeping data class simple and using extensions to for getting description. Maybe would be useful for somebody: [CODE]
android|kotlin
0
2022-08-08T13:59:55.077Z
2,022
8
13
0
24
1
131
125
2
1
true
false
false
false
false
false
zero
73,279,117
Convert flutter painter to compose
<p>I have code in flutter and I have to write an app in android (kotlin). How can I convert flutter painter to display in android compose?</p> <pre><code>import 'dart:math' as math; import 'dart:ui' as ui; import 'package:flutter/material.dart'; class FaceOutline extends CustomPainter { final Color frameColor; F...
I have code in flutter and I have to write an app in android (kotlin). How can I convert flutter painter to display in android compose? [CODE] I can use xml or compose to display it in kotlin but I have to know how can I write that flutter's code in native android in Compose view. You can check code: https://dartpad.de...
android|flutter|kotlin|android-layout|android-jetpack-compose
2
2022-08-08T14:00:52.457Z
2,022
8
14
0
117
2
384
34
5
1
true
false
false
false
false
false
low
73,279,123
Andoid Jetpack Compose Navigation: what can/should be supposed about recomposition of compose(DESTINATION_ROUTE) {...}?
<p>I am developing Android Jetpack Compose app and I am following Jetnews demo application <a href="https://github.com/android/compose-samples/tree/main/JetNews" rel="nofollow noreferrer">https://github.com/android/compose-samples/tree/main/JetNews</a> .</p> <p>The Navigation documentation is available at <a href="http...
I am developing Android Jetpack Compose app and I am following Jetnews demo application https://github.com/android/compose-samples/tree/main/JetNews . The Navigation documentation is available at https://developer.android.com/jetpack/compose/navigation Demo app has the following Route entry composable(JetnewsDestinatio...
android|android-jetpack-navigation
0
2022-08-08T14:01:19.117Z
2,022
8
14
0
39
0
2,414
119
2
2
true
true
false
false
false
false
zero
73,279,134
Get list of views with adb command
<p>I am trying to understand the internals of an android application that has been handed to me and I am wondering if there is a quick way to identify the list of views the app may navigate to.</p> <p>From what I understand, typically if one uses the command:</p> <pre><code>$ adb shell am start -a android.intent.action...
I am trying to understand the internals of an android application that has been handed to me and I am wondering if there is a quick way to identify the list of views the app may navigate to. From what I understand, typically if one uses the command: [CODE] Then you will be navigated to the my_view view in the applicati...
android|adb
0
2022-08-08T14:01:46.697Z
2,022
8
14
0
34
1
607
34
2
1
true
false
false
false
false
false
zero
73,279,246
Android studio using emulators with higher API versions
<p>so I more or less know my way around android studio there's one issue I don't understand. Why is it when I am working with a project and I try to test it on a higher API version emulator it doesn't really work properly. It just does nothing. Sometimes it will provide the desired output, but that may take a long time...
so I more or less know my way around android studio there's one issue I don't understand. Why is it when I am working with a project and I try to test it on a higher API version emulator it doesn't really work properly. It just does nothing. Sometimes it will provide the desired output, but that may take a long time an...
java|android|android-studio|android-emulator
-2
2022-08-08T14:09:35.300Z
2,022
8
14
0
37
1
468
55
4
0
false
false
false
false
false
true
negative
73,279,370
ANR on com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild
<p>I just noticed that Google has improved some of their ANR reports, I now see a new ANR I haven't seen before. The title is <code>com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild</code> and the stack trace is below. What would be causing that? is the <code>AppBar</code> my entire top bar?...
I just noticed that Google has improved some of their ANR reports, I now see a new ANR I haven't seen before. The title is com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild and the stack trace is below. What would be causing that? is the AppBar my entire top bar? does it include my hamburger...
android
1
2022-08-08T14:18:15.940Z
2,022
8
14
0
49
0
394
84
1
1
true
true
false
false
false
false
low
73,279,438
Error: Cannot call database.adapter.underlying Adapter while the database is being reset watermelondb
<blockquote> <p>Exception com.facebook.react.common.JavascriptException: Error: Cannot call database.adapter.underlyingAdapter while the database is being reset</p> </blockquote> <p>I can see multiple crashes in the play store with the above stack trace, I am using watermelon DB in react native.</p> <p>what might causi...
Exception com.facebook.react.common.JavascriptException: Error: Cannot call database.adapter.underlyingAdapter while the database is being reset I can see multiple crashes in the play store with the above stack trace, I am using watermelon DB in react native. what might causing this issue?
android|react-native|watermelondb
0
2022-08-08T14:23:09.523Z
2,022
8
14
0
27
0
290
101
3
0
false
true
false
false
false
false
zero
73,279,514
Disable Push notifications programmatically on Flutter
<p>How to disable Push notifications programmatically on Flutter without no need to go to Settings -&gt; Push Notifications of the app?</p> <p>This package <a href="https://pub.dev/packages/notification_permissions" rel="nofollow noreferrer">notification_permissions</a> only get and request NotificationPermissions.</p>...
How to disable Push notifications programmatically on Flutter without no need to go to Settings -> Push Notifications of the app? This package notification_permissions only get and request NotificationPermissions. And FirebaseMessaging can't disable Push notifications programmatically as well. Right now I use the packa...
android|ios|flutter|push-notification
1
2022-08-08T14:28:11.683Z
2,022
8
14
0
229
1
440
54
4
0
false
false
false
false
false
false
low