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,811,722
How to find all unused APIs of library in project in Android Studio?
<p>I want to find all unused public APIs of my library in another app. This library is imported as an external library. I tried to do it via code analysis, but I ended up finding unused methods in my app.</p> <p>I've created a search scope for menu Code-&gt;Inspect code... But that gave me nothing.</p> <p>Since this li...
I want to find all unused public APIs of my library in another app. This library is imported as an external library. I tried to do it via code analysis, but I ended up finding unused methods in my app. I've created a search scope for menu Code->Inspect code... But that gave me nothing. Since this library has hundreds o...
android|android-studio
0
2022-09-22T08:43:20.013Z
2,022
9
8
3
24
0
401
68
2
0
false
true
false
false
false
false
zero
73,811,762
Create an xml drawable resource with this shape
<p><img src="https://i.stack.imgur.com/drBKO.png" alt="enter image description here" /></p> <p>Can any one help me with the code to draw this shape in xml</p>
Can any one help me with the code to draw this shape in xml
android|xml|android-studio|android-layout
0
2022-09-22T08:47:12.290Z
2,022
9
8
3
67
1
59
47
4
0
false
false
false
false
false
false
zero
73,811,788
Reduce Firestore write operations by using offline cache
<p>Currently I use Firebase Firestore for my unity game(android).</p> <p>It's mainly used to save the players progress, since I want to keep the progress in case of a crash or if the OS kills the app in the background, I need to do constant saves, which get expensive.</p> <p>In the ideal case, I would like to do the co...
Currently I use Firebase Firestore for my unity game(android). It's mainly used to save the players progress, since I want to keep the progress in case of a crash or if the OS kills the app in the background, I need to do constant saves, which get expensive. In the ideal case, I would like to do the constant saving to ...
android|database|firebase|unity3d|google-cloud-firestore
1
2022-09-22T08:49:35.027Z
2,022
9
8
3
32
0
1,103
56
5
0
false
true
false
false
false
false
low
73,811,945
How to use gradle plugin globally from GitHub repository?
<p>I trying to access the GitHub repository like below</p> <pre><code>pluginManagement{ repositories { github { url &quot;https://github.com/plugin&quot; } } </code></pre> <p>}</p> <p>instead of referring to the plugin locally. Is there any way to do it? I was looking at this <a href="https://stackoverf...
I trying to access the GitHub repository like below [CODE] } instead of referring to the plugin locally. Is there any way to do it? I was looking at this post here someone mentioned about JitPack but this is paid service.
android|gradle|plugins|repository
0
2022-09-22T09:02:33.573Z
2,022
9
9
3
22
0
221
57
4
1
true
true
false
false
false
false
zero
73,811,985
Building Android library and using it from multiple host systems
<p>In an Android project, we are using a static library (mainly boost) which is built on Mac, using clang and NDK 17. Under Mac, the project builds fine.</p> <p>But now we have a developer that is working on Windows, and he gets a bunch of undefined reference errors, like the compiler is not finding the library:</p> <p...
In an Android project, we are using a static library (mainly boost) which is built on Mac, using clang and NDK 17. Under Mac, the project builds fine. But now we have a developer that is working on Windows, and he gets a bunch of undefined reference errors, like the compiler is not finding the library: [CODE] My unders...
android|c++|build|android-ndk|cross-platform
0
2022-09-22T09:05:51.023Z
2,022
9
9
3
30
0
1,216
64
5
2
true
true
false
false
false
false
zero
73,812,110
Flutter/Android development - is there a way to toggle connectivity on/off with an Android emulator?
<p>I'm building a Flutter app for Android.</p> <p>Testing this on an Android emulator, is there a way to toggle connectivity on/off?</p>
I'm building a Flutter app for Android. Testing this on an Android emulator, is there a way to toggle connectivity on/off?
flutter|android-emulator
0
2022-09-22T09:15:26.353Z
2,022
9
9
3
18
0
122
100
2
0
false
true
false
false
false
false
zero
73,812,151
System.IO.FileNotFoundException: Could not load file or assembly 'Xamarin.iOS, Version=0.0.0.0 ... on Android Device?
<pre class="lang-none prettyprint-override"><code>System.IO.FileNotFoundException: Could not load file or assembly 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065' or one of its dependencies. </code></pre> <p>Visual Studio 2022 for Mac</p> <p>Xamarin.Android 13.0.0.0</p> <p>Built on Sams...
[CODE] Visual Studio 2022 for Mac Xamarin.Android 13.0.0.0 Built on Samsung Galaxy S22 Ultra, Samsung Galaxy S8 & Sony Xperia 1ii (all giving the same error) Issue only started after updating to a newer framework. Still works on an older version of VS and Older Frameworks. Anyone any ideas??
c#|android|xamarin|xamarin.forms|xamarin.android
0
2022-09-22T09:17:59.763Z
2,022
9
9
3
51
0
292
117
5
1
true
true
false
false
false
false
zero
73,812,203
Cannot find Device Choose Button in Android Studio
<p>I have used Android Studio for several weeks,I use my iPhone to Flutter Attach . Today I create a new Project, I cannot find the Device Choose Button, Where is the button to Change Device ?</p> <p>As the Pictures below, I have Two projects, another Project has the &quot;Device Choose Button&quot;</p> <p><a href="htt...
I have used Android Studio for several weeks,I use my iPhone to Flutter Attach . Today I create a new Project, I cannot find the Device Choose Button, Where is the button to Change Device ? As the Pictures below, I have Two projects, another Project has the &quot;Device Choose Button&quot;
flutter|android-studio
0
2022-09-22T09:21:59.847Z
2,022
9
9
3
16
1
290
50
2
0
false
false
false
false
false
false
zero
73,812,270
Can somebody help me custom checkbox to Read aloud with format : checkbox + [text] + [state of checkbox]?
<p>Is there a way to custom checkbox to Read aloud with format : checkbox + [text] + [state of checkbox] that the screen reader, in android case the TalkBack, has to read the accessible elements ? CODE:</p> <pre><code>class CustomRadioButton : AppCompatRadioButton { var talkBackString: CharSequence? = null con...
Is there a way to custom checkbox to Read aloud with format : checkbox + [text] + [state of checkbox] that the screen reader, in android case the TalkBack, has to read the accessible elements ? CODE: [CODE]
android|kotlin|accessibility|screen-readers|talkback
0
2022-09-22T09:26:13.973Z
2,022
9
9
3
13
0
206
105
5
1
true
true
false
false
false
false
zero
73,812,368
Disable picker text input
<p>On my page, I'm using a picker that bound an ItemSource to 3 selectable items. When I select something from the list or cancel it, the focus stays on the picker and that allows me to type something. Although this does not affect the value selected, it can be confusing to the user Is there an easy way to prevent a us...
On my page, I'm using a picker that bound an ItemSource to 3 selectable items. When I select something from the list or cancel it, the focus stays on the picker and that allows me to type something. Although this does not affect the value selected, it can be confusing to the user Is there an easy way to prevent a user ...
android|xamarin|xamarin.forms
1
2022-09-22T09:33:27.100Z
2,022
9
9
3
60
2
353
25
3
0
false
false
false
false
false
false
low
73,812,376
Detect user using fake GPS Using isMockProvider
<p>i create an apps which doesn't let user using fake GPS, everything was smooth until i try close fake gps and turn off the mock location the message showing is still coordinate that i set in FakeGps App, how can i update the location of the Gps Location</p> <pre><code>private val LOCATION_PERMISSION_REQ_CODE = 1000; ...
i create an apps which doesn't let user using fake GPS, everything was smooth until i try close fake gps and turn off the mock location the message showing is still coordinate that i set in FakeGps App, how can i update the location of the Gps Location [CODE] heres the function to detect Fake GPS [CODE] thank you
android|kotlin|gps
0
2022-09-22T09:34:05.507Z
2,022
9
9
3
20
0
314
47
3
2
true
true
false
false
false
false
zero
73,812,443
How to divide logs between debug and release using crashlytics
<p>I would like to divide logs between release and debug build variant, but on debug I have crash and application does not load.</p> <p><a href="https://i.stack.imgur.com/KFVk1.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/KFVk1.png" alt="Packages" /></a></p> <pre><code>&gt; Task :app:processDebugG...
I would like to divide logs between release and debug build variant, but on debug I have crash and application does not load. [CODE] I have tried this option:
android|kotlin|crashlytics
0
2022-09-22T09:39:15.183Z
2,022
9
9
3
15
0
158
62
3
1
true
true
false
false
false
false
zero
73,812,462
What does android:pathAdvancedPattern mean?
<p>In the element of intent-filter, I noticed there is the &quot;android:pathAdvancedPattern&quot; attribute. What &quot;advanced&quot; pattern does it support? I cannot find any doc saying its usage, even the Android official doc.</p>
In the element of intent-filter, I noticed there is the &quot;android:pathAdvancedPattern&quot; attribute. What &quot;advanced&quot; pattern does it support? I cannot find any doc saying its usage, even the Android official doc.
android
0
2022-09-22T09:40:49.810Z
2,022
9
9
3
9
0
228
43
1
0
false
true
false
false
false
false
zero
73,812,515
how to Use the same screen navigation animation both on Android/iOS with React Native navigation v6
<p><strong>How to Use the same screen navigation animation both on Android/iOS with React Native + React Navigation v6 ?</strong></p>
How to Use the same screen navigation animation both on Android/iOS with React Native + React Navigation v6 ?
android|react-native|expo|react-navigation|react-navigation-v6
0
2022-09-22T09:44:44.823Z
2,022
9
9
3
12
0
109
99
5
0
false
true
false
false
false
false
zero
73,812,516
How to use YuotubePlayer View in Recyclerview without Extending YoutubeBase Activity
<p>I want to play youtube videos in recycler view. I don't want to use Youtubase Activity. Because there are other components that are not available in YoutubBase activity.</p>
I want to play youtube videos in recycler view. I don't want to use Youtubase Activity. Because there are other components that are not available in YoutubBase activity.
android|android-recyclerview|android-youtube-api|youtubeplayer
0
2022-09-22T09:44:50.793Z
2,022
9
9
3
11
0
169
84
4
0
false
true
false
false
false
false
zero
73,812,564
Why is inflate called an inflate in Android Studio (Kotlin)?
<p>I'm going through Android Studio(in Kotlin) codelabs created by Google. One thing gets me confused when they write something like: &quot;you need to inflate the layout and bind individual views.&quot;</p> <p>When I google what inflate means, I get answers like:</p> <ul> <li>When you write an XML layout, it will be i...
I'm going through Android Studio(in Kotlin) codelabs created by Google. One thing gets me confused when they write something like: &quot;you need to inflate the layout and bind individual views.&quot; When I google what inflate means, I get answers like: When you write an XML layout, it will be inflated by the Android ...
android-studio|kotlin
0
2022-09-22T09:47:35.100Z
2,022
9
9
3
32
2
1,177
60
2
0
false
false
false
false
false
false
zero
73,812,679
UnsupportedOperationException from Camera2 API Android
<p><strong>Stack from Crashlytics is below</strong></p> <p>Fatal Exception: java.lang.UnsupportedOperationException: Unknown error -22 at android.hardware.camera2.legacy.LegacyExceptionUtils.throwOnError(LegacyExceptionUtils.java:77) at android.hardware.camera2.legacy.LegacyCameraDevice.detectSurfaceType(LegacyCameraDe...
Stack from Crashlytics is below Fatal Exception: java.lang.UnsupportedOperationException: Unknown error -22 at android.hardware.camera2.legacy.LegacyExceptionUtils.throwOnError(LegacyExceptionUtils.java:77) at android.hardware.camera2.legacy.LegacyCameraDevice.detectSurfaceType(LegacyCameraDevice.java:680) at android.h...
java|android|firebase|android-studio|android-camera2
0
2022-09-22T09:54:59.400Z
2,022
9
9
3
12
0
733
54
5
0
false
true
false
false
false
false
zero
73,812,720
Error Building Multiple Android NDK Target with CMake
<p>I am trying to build multiple ABI targets with NDK but keeps on getting error below. Where and how do i debug the issue. The error is &quot;could not load cache&quot;</p> <p>I am using docker from <a href="https://github.com/saschpe/docker-android-ndk/blob/master/Dockerfile" rel="nofollow noreferrer">docker-andro...
I am trying to build multiple ABI targets with NDK but keeps on getting error below. Where and how do i debug the issue. The error is &quot;could not load cache&quot; I am using docker from docker-android-ndk and c source The Error The script file [CODE] CMakeLists.txt [CODE]
cmake|android-ndk
0
2022-09-22T09:57:51.433Z
2,022
9
9
3
17
0
276
53
2
2
true
true
false
false
false
false
zero
73,812,782
How I can sign my pwa using bubblewrap, by Google Application Signing Key
<p>I have PWA app and i want publish that to the Google Play Store. I used <a href="https://www.npmjs.com/package/@bubblewrap/cli" rel="nofollow noreferrer">bubblewrap/cli</a> for generate AAB file. But <code>bubblewrap</code> generate own signing key. Then I get error what signing keys isn`t equal. How i can give <cod...
I have PWA app and i want publish that to the Google Play Store. I used bubblewrap/cli for generate AAB file. But bubblewrap generate own signing key. Then I get error what signing keys isn`t equal. How i can give bubblewrap my key from Google Console that he sign app with my this key?
android|progressive-web-apps|google-developers-console|android-app-signing|bubblewrap
0
2022-09-22T10:02:51.280Z
2,022
9
10
3
23
0
286
73
5
0
false
true
false
false
false
false
zero
73,812,927
Android 13 + workprofile + TileService = IllegalArgumentException
<p>Currently I found out that our app crashes when tries to requestListeningState of TileService on Android 13 (both compile and targetSdk 33) while running in workProfile.</p> <pre><code>Caused by: java.lang.IllegalArgumentException: User 10 is not the current user. </code></pre> <p>Does anybody have similar issue, or...
Currently I found out that our app crashes when tries to requestListeningState of TileService on Android 13 (both compile and targetSdk 33) while running in workProfile. [CODE] Does anybody have similar issue, or any idea why it happens or how to fix that?
android|targetsdkversion|android-work-profile
0
2022-09-22T10:14:29.850Z
2,022
9
10
3
11
0
256
65
3
1
true
true
false
false
false
false
zero
73,813,003
One signal notification recived but redirection not working when app is terminated in flutter
<p>For Notification use One signal .In Flutter when app is terminated notification is appear but on click redirection is not working.</p>
For Notification use One signal .In Flutter when app is terminated notification is appear but on click redirection is not working.
android|ios|flutter|flutter-dependencies|onesignal
0
2022-09-22T10:20:29.970Z
2,022
9
10
3
12
0
130
93
5
0
false
true
false
false
false
false
zero
73,813,066
Center doesn't put the Form in center in Flutter
<p>Well, using a Center widget should put the widget in center? The Form is stuck on top in my case.</p> <pre><code> @override Widget build(BuildContext context) { return SafeArea( top: true, bottom: true, left: true, right: true, child: Scaffold( body: Center( ...
Well, using a Center widget should put the widget in center? The Form is stuck on top in my case. [CODE]
android|flutter|dart
0
2022-09-22T10:25:59.293Z
2,022
9
10
3
21
1
104
48
3
1
true
false
false
false
false
false
zero
73,813,080
Android: Improve to upgrade play-services-safetynet
<p>I'm new in stack overflow, I have warning when update application in google play console like this: <a href="https://i.stack.imgur.com/u8Zba.png" rel="nofollow noreferrer">warning from google play console</a></p> <p>and then, I found several answer about it is about <em>exclude safetyNet in build.gradle,</em> so my ...
I'm new in stack overflow, I have warning when update application in google play console like this: warning from google play console and then, I found several answer about it is about exclude safetyNet in build.gradle, so my question is, if we exclude safetyNet like : [CODE] or [CODE] Is there side effect in our fireba...
android
1
2022-09-22T10:27:06.930Z
2,022
9
10
3
13
0
358
51
1
2
true
true
false
false
false
false
low
73,813,108
Expo web-app not asking for camera permission on iOS and Android browsers
<p>Within my Expo project I'm using expo-camera. Both on Android and iOS the camera asks permission before opening it.</p> <p>But when I try to open the web version of my project on a mobile device browser, the camera access is denied directly without asking. I tried this on an iPhone 12 and a Samsung Galaxy S20. But ...
Within my Expo project I'm using expo-camera. Both on Android and iOS the camera asks permission before opening it. But when I try to open the web version of my project on a mobile device browser, the camera access is denied directly without asking. I tried this on an iPhone 12 and a Samsung Galaxy S20. But both didn't...
android|ios|reactjs|react-native|expo
0
2022-09-22T10:29:06.787Z
2,022
9
10
3
15
0
571
73
5
2
true
true
false
false
false
false
zero
73,813,151
How to avoid not trigger ripple when scroll sectionList in react native?
<p>I'm using sectionList with pressable items. It may like this:</p> <pre><code>&lt;SectionList data={list} renderItem={(item) =&gt; { return &lt;Pressable android_ripple={{ color: gray, borderless: true }} /&gt; }} /&gt; </code></pre> <p>The ripple give a simple way to realize user effect after press, but I ...
I'm using sectionList with pressable items. It may like this: [CODE] The ripple give a simple way to realize user effect after press, but I find it will trigger when scroll. That's quite not pretty. Is there any way to avoid it?
android|ios|react-native|react-native-sectionlist
0
2022-09-22T10:33:37.937Z
2,022
9
10
3
23
1
228
72
4
1
true
false
false
false
false
false
zero
73,813,170
I want to show the data written by the user in the textFormField in Flutter as a list when user clicks the save button
<pre><code> TextEditingController _fatura = TextEditingController(); Padding( padding: const EdgeInsets.fromLTRB(30, 10, 30, 20), child: SizedBox( child: TextFormField( controller: _fatura, keyboardType: TextInputType.text, textCapit...
[CODE] The user will click on the save button after entering the information in the section that says 'invoice'. It will then be redirected to the HksStok() page. On this page, whatever value the user has entered, that value will be displayed and the data will be saved to the device. Each time the user enters the HksSt...
android|flutter|dart|sharedpreferences
0
2022-09-22T10:35:02.833Z
2,022
9
10
3
18
0
450
118
4
1
true
true
false
false
false
false
zero
73,813,305
Webview broadcast intent scheme and broadcast receiver feedback message Android/iOS
<p>Hi I need help with a scenario, my web url <a href="https://myweburl.com/intent" rel="nofollow noreferrer">https://myweburl.com/intent</a> when rendered in a mobile browser like chrome shows a link with an intent scheme e.g. upi://a=b&amp;c=d&amp;etc=etc, one the user clicks this link Andriod show list of applicatio...
Hi I need help with a scenario, my web url https://myweburl.com/intent when rendered in a mobile browser like chrome shows a link with an intent scheme e.g. upi://a=b&c=d&etc=etc, one the user clicks this link Andriod show list of applications that understands this intent scheme. User selects one of those apps and cont...
android|android-intent|webview
1
2022-09-22T10:47:29.297Z
2,022
9
10
3
17
0
658
83
3
0
false
true
false
false
false
false
low
73,813,316
Is there and Android API to determine whether the SIM card is ISIM?
<p>Our applications requires us to disable some features for SIM cards without ISIM. Is there an android API, which could help determine whether ISIM is on SIM card?</p> <p>So far the closest API I could find is <code>@SystemApi</code> function: <code>getIsimDomain()</code> It is in: <a href="https://android.googlesour...
Our applications requires us to disable some features for SIM cards without ISIM. Is there an android API, which could help determine whether ISIM is on SIM card? So far the closest API I could find is @SystemApi function: getIsimDomain() It is in: https://android.googlesource.com/platform/frameworks/base/+/master/tele...
android|sim-card|telecommunication
0
2022-09-22T10:48:48.940Z
2,022
9
10
3
16
0
528
67
3
0
false
true
false
false
false
false
zero
73,813,323
Android Preference screen controller
<p>Given below the sample code from AOSP project. How can I added &quot;settings:controller&quot; class in PreferenceCategory. I created a class and got error as AAPT: error: attribute controller (aka com.example.prefscreen:controller) not found. This is the error that I am getting.</p> <p>AOSP Code:-</p> <pre><code> ...
Given below the sample code from AOSP project. How can I added &quot;settings:controller&quot; class in PreferenceCategory. I created a class and got error as AAPT: error: attribute controller (aka com.example.prefscreen:controller) not found. This is the error that I am getting. AOSP Code:- [CODE]
android|android-source|preferencescreen
0
2022-09-22T10:49:00.093Z
2,022
9
10
3
17
0
299
36
3
1
true
true
false
false
false
false
zero
73,813,325
appcenter build error. Keystore problem I could assume
<p>So I'm playing around with automated builds for android apps and IOS apps in the near future. This is my 1st time doing and I'm following a course on Pluralsight but the whole course is about 2 years behind the current UI and everything is a bit different. I have followed each step and everything up until this error...
So I'm playing around with automated builds for android apps and IOS apps in the near future. This is my 1st time doing and I'm following a course on Pluralsight but the whole course is about 2 years behind the current UI and everything is a bit different. I have followed each step and everything up until this error ha...
keystore|android-keystore|appcenter
1
2022-09-22T10:49:09.187Z
2,022
9
10
3
21
0
1,263
54
3
1
true
true
false
false
false
false
low
73,813,393
Eclipse error for mobile automation script - Appium io.appium.java_client.service.local.InvalidServerInstanceException - Appium server version 2.0
<p>[RemoteTestNG] detected TestNG version 6.14.3 [TestNGContentHandler] [WARN] It is strongly recommended to add &quot;&quot; at the top of your file, otherwise TestNG may fail or not work as expected. null FAILED CONFIGURATION: @BeforeClass ConfigureAppium io.appium.java_client.service.local.InvalidServerInstanceExcep...
[RemoteTestNG] detected TestNG version 6.14.3 [TestNGContentHandler] [WARN] It is strongly recommended to add &quot;&quot; at the top of your file, otherwise TestNG may fail or not work as expected. null FAILED CONFIGURATION: @BeforeClass ConfigureAppium io.appium.java_client.service.local.InvalidServerInstanceExceptio...
node.js|android-studio|npm|appium|appium-android
0
2022-09-22T10:55:03.853Z
2,022
9
10
3
20
0
7,708
146
5
0
false
true
false
false
false
false
zero
73,813,481
Automatically update a flow from a changes of another flow (StateFlow) Jetpack Compose
<p>I have a <code>StateFlow</code> from which my <code>List</code> composable collects any changes as a <code>State</code>.</p> <pre><code>private val _people = MutableStateFlow(personDataList()) val people = _people.asStateFlow() </code></pre> <p>And inside my viewModel, I perform modifications on <code>_people</code>...
I have a StateFlow from which my List composable collects any changes as a State . [CODE] And inside my viewModel, I perform modifications on _people and I verify that people as a read-only StateFlow is also getting updated. I also have to make a copy of the original _people as an ordinary kotlin map to use for some ve...
android-jetpack-compose|kotlin-stateflow|stateflow
0
2022-09-22T11:03:44.697Z
2,022
9
11
3
39
1
779
86
3
3
true
false
false
false
false
false
zero
73,813,505
Flutter vs React Native
<p>I am react native developer, and my question is more generic than code.</p> <p>I am getting really frustrated with react native and the amount of bugs it has and the extremely low performance on android devices specially the old ones almost all of the important api are third party developed on git hub and they not m...
I am react native developer, and my question is more generic than code. I am getting really frustrated with react native and the amount of bugs it has and the extremely low performance on android devices specially the old ones almost all of the important api are third party developed on git hub and they not maintained ...
android|flutter|react-native
-1
2022-09-22T11:05:56.530Z
2,022
9
11
3
51
0
719
23
3
0
false
true
false
false
false
true
negative
73,813,516
Apply jpg on pdf android
<p>I have 2 files in File variable, first is PDF and second JPG. Is there a way to choose spot on pdf and apply jpg in this spot, the output should be one PDF file that contains first and second file.</p> <p>Image for better explain: <a href="https://i.stack.imgur.com/vPBTo.png" rel="nofollow noreferrer"><img src="http...
I have 2 files in File variable, first is PDF and second JPG. Is there a way to choose spot on pdf and apply jpg in this spot, the output should be one PDF file that contains first and second file. Image for better explain: Is there exist a way to do this? or library?
android|file
0
2022-09-22T11:06:33.187Z
2,022
9
11
3
13
0
268
24
2
0
false
true
false
false
false
false
zero
73,813,531
Interpreting Android SELinux untrusted_app.te
<p>I am trying to understand the SELinux rules that apply to a normal application installed in Android. From what I understand, normal applications are categorized as &quot;untrusted_app&quot; under SELinux.</p> <p>I searched online and found the .te file (<a href="https://android.googlesource.com/platform/external/sep...
I am trying to understand the SELinux rules that apply to a normal application installed in Android. From what I understand, normal applications are categorized as &quot;untrusted_app&quot; under SELinux. I searched online and found the .te file ( https://android.googlesource.com/platform/external/sepolicy/+/57531cacb4...
android|selinux
1
2022-09-22T11:07:54.330Z
2,022
9
11
3
10
0
630
45
2
1
true
true
false
false
false
false
low
73,813,571
Send EditText value to firebase path android
<p>I have 3 EditText. one for username, one for email, and the last for password. Once the user signs up, I want to send the username data to a specific firebase path. In firebase, I created a path called &quot;usernames&quot;, I just need to send the value there. Is that possible? I need this so I can store all the us...
I have 3 EditText. one for username, one for email, and the last for password. Once the user signs up, I want to send the username data to a specific firebase path. In firebase, I created a path called &quot;usernames&quot;, I just need to send the value there. Is that possible? I need this so I can store all the usern...
android|firebase-realtime-database
0
2022-09-22T11:10:34.663Z
2,022
9
11
3
18
0
444
44
2
1
true
true
false
false
false
false
zero
73,813,580
FirebaseUser password not updating through updatePassword() method in android
<p>I am trying to update or reset the user's password in my Android application using Firebase Authentication. For this, I am using the updatePassword() method provided by FirebaseUser class, but it is throwing the code in addOnFailureListener() and I am unable to figure out why. please help me. I have provided the cod...
I am trying to update or reset the user's password in my Android application using Firebase Authentication. For this, I am using the updatePassword() method provided by FirebaseUser class, but it is throwing the code in addOnFailureListener() and I am unable to figure out why. please help me. I have provided the code t...
java|android|firebase|google-cloud-platform|firebase-authentication
0
2022-09-22T11:11:10.817Z
2,022
9
11
3
17
1
355
77
5
1
true
false
false
false
false
false
zero
73,813,638
User gets "Currency not supported" when trying to buy the premium version of my app
<p>I'm using revenuecat + google play with purchases_flutter.</p> <p>I got a mail from a user saying that they can't buy the premium version of my app due to currency issues. They get an error saying that the &quot;currency is not supported&quot;.</p> <p>Apparently it's only a problem for my app, he also says that the ...
I'm using revenuecat + google play with purchases_flutter. I got a mail from a user saying that they can't buy the premium version of my app due to currency issues. They get an error saying that the &quot;currency is not supported&quot;. Apparently it's only a problem for my app, he also says that the price-tag they ge...
android|flutter|google-play|revenuecat
0
2022-09-22T11:16:08.113Z
2,022
9
11
3
16
0
422
83
4
0
false
true
false
false
false
false
zero
73,813,655
Storing multi user data with just a username as the key using shared preferences
<p>I am trying to log a couple of fields of data per user and once the data is entered I want to be able to access it by entering the previously created username using shared preferences but I am not sure how to uniquely call a different shared preference when a username is entered ?</p> <p>See some of my code below wh...
I am trying to log a couple of fields of data per user and once the data is entered I want to be able to access it by entering the previously created username using shared preferences but I am not sure how to uniquely call a different shared preference when a username is entered ? See some of my code below which just t...
java|android|sharedpreferences
0
2022-09-22T11:17:08.687Z
2,022
9
11
3
18
0
650
80
3
1
true
true
false
false
false
false
zero
73,813,669
Play the compose animation once time (not on navigate up)
<p>I have an application with 2 screens: (ScreenA and ScreenB)</p> <p>I created a translation animation that launches at the start of the app on screenA.</p> <pre><code>val horizontalBias = remember { Animatable(0f) } val alignment by derivedStateOf { BiasAlignment.Horizontal(horizontalBias.value) } LaunchedEffect(key1...
I have an application with 2 screens: (ScreenA and ScreenB) I created a translation animation that launches at the start of the app on screenA. [CODE] I would like this animation to play when launching the application but not when navigating up from screenB I would also like the animation not play when the orientation ...
android|kotlin|animation|android-jetpack-compose
0
2022-09-22T11:17:46.827Z
2,022
9
11
3
26
1
418
57
4
2
true
false
false
false
false
false
zero
73,813,737
How to display a message only when no items are returned in Jetpack Compose?
<p>I'm trying to implement search feature with pagination. This is what I have tried:</p> <pre><code>fun SearchScreen( viewModel: SearchViewModel = hiltViewModel() ) { var search by rememberSaveable( stateSaver = TextFieldValue.Saver ) { mutableStateOf(TextFieldValue(&quot;&quot;)) } ...
I'm trying to implement search feature with pagination. This is what I have tried: [CODE] Now when I perform a search that provides no results, I want to display a text. Which works, but this text is displayed also while it is loading the results. For example, I want to search for &quot;bacon&quot;. I type b it loads t...
android|kotlin|android-jetpack-compose|kotlin-coroutines|kotlin-flow
0
2022-09-22T11:22:54.897Z
2,022
9
11
3
29
1
552
76
5
3
true
false
false
false
false
false
zero
73,813,754
ROOM DB duplicated entries in list/map through inner join
<p>I have set up tables and entries with room DB. And have trouble properly returning DB Objects according to their relation ships.</p> <p>To understand it better. This is all part for a location app. For roomDB I have different Tables with one to Many relationships.</p> <p>I have a table called &quot;Area&quot; (Like ...
I have set up tables and entries with room DB. And have trouble properly returning DB Objects according to their relation ships. To understand it better. This is all part for a location app. For roomDB I have different Tables with one to Many relationships. I have a table called &quot;Area&quot; (Like for example &quot...
java|android|sql|roomdb
0
2022-09-22T11:24:39.437Z
2,022
9
11
3
10
0
1,980
57
4
0
false
true
false
false
false
false
zero
73,813,759
firebase firestore return wrong data for collection query
<p>I am using Firestore db to get collection by the name of the collections array it seems that Firestore return wrong results from another collection when I print the results are not form the collection is db.collection(collectionName).get() method. I didn't see error in the loop also in returned value from collection...
I am using Firestore db to get collection by the name of the collections array it seems that Firestore return wrong results from another collection when I print the results are not form the collection is db.collection(collectionName).get() method. I didn't see error in the loop also in returned value from collections.A...
android|firebase|google-cloud-firestore
0
2022-09-22T11:24:49.747Z
2,022
9
11
3
33
1
400
57
3
1
true
false
false
false
false
false
zero
73,813,760
Retrieving Google Wallet passes
<p>Is it possible to read boarding passes from the Google Pay wallet? Obviously you can add them and there are sample projects for this:</p> <p><a href="https://github.com/google-pay/wallet-samples/blob/main/java/src/main/java/DemoFlight.java" rel="nofollow noreferrer">https://github.com/google-pay/wallet-samples/blob/...
Is it possible to read boarding passes from the Google Pay wallet? Obviously you can add them and there are sample projects for this: https://github.com/google-pay/wallet-samples/blob/main/java/src/main/java/DemoFlight.java But I wasn't able to find anything about retrieving the already added passes.
java|android|android-pay|android-sdk-2.3
0
2022-09-22T11:24:53.937Z
2,022
9
11
3
8
0
301
31
4
0
false
true
false
false
false
false
zero
73,813,792
how I can make the scroll in this case just below the line in android by java
<p><a href="https://i.stack.imgur.com/srBpm.png" rel="nofollow noreferrer">this image of the activity that I am working on it</a></p> <p><a href="https://i.stack.imgur.com/o8XzR.png" rel="nofollow noreferrer">I want the scroll start form here below the View</a></p> <p><a href="https://i.stack.imgur.com/mp0Qa.png" rel="...
this image of the activity that I am working on it I want the scroll start form here below the View this is my 2 RelativeLayout
java|android|android-scrollview
-3
2022-09-22T11:27:16.470Z
2,022
9
11
3
29
2
127
77
3
0
false
false
false
false
false
true
negative
73,813,871
SimpleExoPlayer play audio without video why?
<p>I have a SimpleExoPlayer item in my TV application, when i run the activity the player works normally, the player has UDP mediaSource and all is fine when i go to another activity and come back to the current activity, the SimpleExoPlayer player play just audio without video this is my item</p> <pre><code> &lt;co...
I have a SimpleExoPlayer item in my TV application, when i run the activity the player works normally, the player has UDP mediaSource and all is fine when i go to another activity and come back to the current activity, the SimpleExoPlayer player play just audio without video this is my item [CODE] this is how i play in...
android|exoplayer2.x
0
2022-09-22T11:32:41.153Z
2,022
9
11
3
7
0
432
45
2
3
true
true
false
false
false
false
zero
73,813,930
Why does recomposition occur before navigation?
<pre><code>sample1Binding.composeView.setContent { var text by remember { mutableStateOf(&quot;before nav&quot;) } Button(onClick = { findNavController().navigate(R.id.action_sample1_to_sample2) text = &quot;after nav&quot; }) { Text(text) } } </code></pre> <p>I have a <code>frag...
[CODE] I have a fragment with a Button composable in it. on clicking the button , a navigation should occur then the value of text should change. What actually happens is that text visibly changes, then navigation occurs. Why does this happen and is there a way around this?
android-jetpack-compose|compose-recomposition
1
2022-09-22T11:36:29.653Z
2,022
9
11
3
31
0
274
47
2
1
true
true
false
false
false
false
low
73,814,019
How to save and re edit Brush Strokes in Android for PhotoEditor
<p><a href="https://github.com/burhanrashid52/PhotoEditor" rel="nofollow noreferrer">https://github.com/burhanrashid52/PhotoEditor</a></p> <p>I am using this library and overwrite most of its files and make them almost custom made. But I am unable to save brush and re-edit them.</p>
https://github.com/burhanrashid52/PhotoEditor I am using this library and overwrite most of its files and make them almost custom made. But I am unable to save brush and re-edit them.
android|save|edit|brush
0
2022-09-22T11:41:59.180Z
2,022
9
11
3
7
0
183
64
4
0
false
true
false
false
false
false
zero
73,814,035
Using addHeader() in an interceptor with retrofit doesn't give the right request
<p>I'm trying to use global headers with a headerInterceptor but when I test it, they don't seem to be working. When I use @Headers(&quot;Content-Type: application/json&quot;) in the apiService, it works. I've followed several tutorials and I can't find any differences in code.</p> <pre><code>fun getRetrofit(): Retrofi...
I'm trying to use global headers with a headerInterceptor but when I test it, they don't seem to be working. When I use @Headers(&quot;Content-Type: application/json&quot;) in the apiService, it works. I've followed several tutorials and I can't find any differences in code. [CODE] I call getRetrofit() like this, withi...
android|kotlin|retrofit
0
2022-09-22T11:43:16.917Z
2,022
9
11
3
39
1
1,413
80
3
5
true
false
false
false
false
false
zero
73,814,037
Flutter Google Maps white screen bug on Android
<p>This issue has been driving me crazy. On our app for over a year now, we have had a glitch with google maps on Android. We cannot actively reproduce it, and it happens at completely different and random times, doesn’t matter if the app has been backgrounded or not. The issue is that the whole map sometimes appears a...
This issue has been driving me crazy. On our app for over a year now, we have had a glitch with google maps on Android. We cannot actively reproduce it, and it happens at completely different and random times, doesn’t matter if the app has been backgrounded or not. The issue is that the whole map sometimes appears as a...
android|flutter|google-maps|adb
0
2022-09-22T11:43:21.550Z
2,022
9
11
3
29
1
607
47
4
1
true
false
false
false
false
false
zero
73,814,136
Not able to generate response_type code for android sdk for facebook
<p>Please help!</p> <p>I am trying to genereate response_type=code from the android sdk, but i am not able to see any option to do that. I can do the same for the web browser using redirect urls, but not for the Facebook android sdk. I need that code to authenticate the user at the server side. I am getting the token, ...
Please help! I am trying to genereate response_type=code from the android sdk, but i am not able to see any option to do that. I can do the same for the web browser using redirect urls, but not for the Facebook android sdk. I need that code to authenticate the user at the server side. I am getting the token, but that t...
android|facebook|authentication|oauth|facebook-android-sdk
0
2022-09-22T11:49:57.930Z
2,022
9
11
3
10
0
542
68
5
0
false
true
false
false
false
false
zero
73,814,155
Clean way of passing CompositionLocal value to viewmodel in Jetpack Compose
<p>I have to load reviews based on storeURL and the SKUs of the products. For SKUs I make a network call and get the products in a MutableFlow. The storeURL is in a compositionLocal. Now, how do I pass this storeURL from composition local to the viewModel.</p> <p>This is the function for loading reviews in viewModel</p...
I have to load reviews based on storeURL and the SKUs of the products. For SKUs I make a network call and get the products in a MutableFlow. The storeURL is in a compositionLocal. Now, how do I pass this storeURL from composition local to the viewModel. This is the function for loading reviews in viewModel [CODE] This ...
android|android-jetpack-compose|kotlin-coroutines|android-viewmodel
1
2022-09-22T11:51:07.200Z
2,022
9
11
3
400
1
367
75
4
2
true
false
false
false
false
false
low
73,814,202
Display Image through Voice Input
<p>I am thinking of making an app that takes Input from voice parameters and later displays result in Images how can I start,Its my first application what all the technology can be used here</p>
I am thinking of making an app that takes Input from voice parameters and later displays result in Images how can I start,Its my first application what all the technology can be used here
android
-3
2022-09-22T11:54:12.407Z
2,022
9
11
3
31
0
187
33
1
0
false
true
false
false
false
true
negative
73,814,292
How to react to to user scrolling on Accompanist Pager?
<p>The Accompanist Pager <a href="https://google.github.io/accompanist/pager/#reacting-to-page-changes" rel="nofollow noreferrer">documentation</a> suggests reacting to page changes as follows :</p> <pre><code>val pagerState = rememberPagerState() LaunchedEffect(pagerState) { // Collect from the pager state a snap...
The Accompanist Pager documentation suggests reacting to page changes as follows : [CODE] How can we distinguish scrolling to a page from user gesture, and scrolling to a page using animateScrollingToPage() / scrollingToPage() ? I would like to perform a certain action only on user scroll, not on programmatic scroll.
android|android-jetpack-compose|jetpack-compose-accompanist
0
2022-09-22T12:01:01.350Z
2,022
9
12
3
23
0
318
55
3
1
true
true
false
false
false
false
zero
73,814,294
Firebase cloud messaging open rate shows 0 for iOS all the time
<p>The application I'm working on is based on flutter and published for both Android and iOS.</p> <p>We have been sending push notifications from firebase panel for the last 6 months but we have never seen open rates for the iOS devices.</p> <p>Here is an example campaign with 1510 successful messages;</p> <p><img src=...
The application I'm working on is based on flutter and published for both Android and iOS. We have been sending push notifications from firebase panel for the last 6 months but we have never seen open rates for the iOS devices. Here is an example campaign with 1510 successful messages; From the same campaign, Android h...
android|ios|flutter|firebase-cloud-messaging
1
2022-09-22T12:01:02.580Z
2,022
9
12
3
20
0
711
63
4
1
true
true
false
false
false
false
low
73,814,387
is there a way to set text in login box that can be edited
<p>is there a way to set text in login box that can be edited this what I have when I change android:hint to android:text nothing shows</p> <pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;RelativeLayout android:gravity=&quot;center&quot; android:orientation=&quot;vertical&quot; android:i...
is there a way to set text in login box that can be edited this what I have when I change android:hint to android:text nothing shows [CODE]
android
0
2022-09-22T12:09:45.663Z
2,022
9
12
3
25
1
139
58
1
1
true
false
false
false
false
false
zero
73,814,460
Open multiple tags in Chrome group in Android
<p>I am scraping results from a couple of websites, and presenting them as both a list and as markers on a map. Both list and map contain icons with links to individual result pages on the two sites.</p> <p>Where results from both sites have the same geo-location both are shown. I want to open both links whenever one ...
I am scraping results from a couple of websites, and presenting them as both a list and as markers on a map. Both list and map contain icons with links to individual result pages on the two sites. Where results from both sites have the same geo-location both are shown. I want to open both links whenever one is clicked....
javascript|android|html|google-chrome
0
2022-09-22T12:14:58.667Z
2,022
9
12
3
18
0
1,328
45
4
2
true
true
false
false
false
false
zero
73,814,522
Password circle in kotlin simplified
<p>I currently do this to make my custom password circle:</p> <pre><code>val pinIcon0 = &quot;◇ ◇ ◇ ◇&quot; val pinIcon1 = &quot;◆ ◇ ◇ ◇&quot; val pinIcon2 = &quot;◆ ◆ ◇ ◇&quot; val pinIcon3 = &quot;◆ ◆ ◆ ◇&quot; val pinIcon4 = &quot;◆ ◆ ◆ ◆&quot; </code></pre> <p>And then do this:</p> <pre><code>listOf(num0,num1,num2,...
I currently do this to make my custom password circle: [CODE] And then do this: [CODE] This is the current code I use to make my stuff happen good, but not optimal. The part that needs some work is the 5 &quot;if&quot; statements to change my pinIcon. See image below here on what It looks like:
android|kotlin
0
2022-09-22T12:20:01.790Z
2,022
9
12
3
45
3
295
36
2
2
true
false
false
false
false
false
zero
73,814,535
FusedLocationProviderClient gives inaccurate location
<p>I have made a simple sample of the FusedLocationProviderClient according to this: <a href="https://developer.android.com/training/location/request-updates#java" rel="nofollow noreferrer">https://developer.android.com/training/location/request-updates#java</a></p> <p>The issue is that I get a location every now and t...
I have made a simple sample of the FusedLocationProviderClient according to this: https://developer.android.com/training/location/request-updates#java The issue is that I get a location every now and then (waaaay above an interval of 4000ms) and the accuracy is 2000 meters. I need a more precise location and more often...
java|android|android-studio|gps|location
0
2022-09-22T12:20:51.643Z
2,022
9
12
3
17
0
613
53
5
1
true
true
false
false
false
false
zero
73,814,583
Firebase phone authentication not working in Android api level 31
<p>I am using Firebase phone authentication in my android app. Everything was working fine when my app's targetSdkVersion was 29. Then, I upgraded that to 31 because it is mandatory in google play console to publish the app, after that app started to crash in authentication process. Does not know the reason for crash, ...
I am using Firebase phone authentication in my android app. Everything was working fine when my app's targetSdkVersion was 29. Then, I upgraded that to 31 because it is mandatory in google play console to publish the app, after that app started to crash in authentication process. Does not know the reason for crash, can...
firebase|firebase-authentication|android-gradle-plugin|targetsdkversion|android-api-31
0
2022-09-22T12:24:28.293Z
2,022
9
12
3
18
0
375
65
5
1
true
true
false
false
false
false
zero
73,814,592
Execution failed for task ':app:mapDebugSourceSetPaths
<p>Execution failed for task ':app:mapDebugSourceSetPaths'.</p> <blockquote> <p>Error while evaluating property 'extraGeneratedResDir' of task ':app:mapDebugSourceSetPaths' Failed to calculate the value of task ':app:mapDebugSourceSetPaths' property 'extraGeneratedResDir'. &gt; Querying the mapped value of provider(int...
Execution failed for task ':app:mapDebugSourceSetPaths'. Error while evaluating property 'extraGeneratedResDir' of task ':app:mapDebugSourceSetPaths' Failed to calculate the value of task ':app:mapDebugSourceSetPaths' property 'extraGeneratedResDir'. > Querying the mapped value of provider(interface java.util.Set) befo...
android
1
2022-09-22T12:24:56.110Z
2,022
9
12
3
34
1
13,812
54
1
0
false
false
false
false
false
false
low
73,814,641
How to align text in tablerow, tablelayout from different size?
<p>I would like to align my text from different row. Every text should start from the same space, but now if text1 is larger it is falling apart. I tried to use tablerow or tablelayout, what will be the best approach?</p> <pre><code>&lt;TableLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot...
I would like to align my text from different row. Every text should start from the same space, but now if text1 is larger it is falling apart. I tried to use tablerow or tablelayout, what will be the best approach? [CODE]
android|kotlin|layout|tablerow
0
2022-09-22T12:28:00.547Z
2,022
9
12
3
14
0
221
63
4
1
true
true
false
false
false
false
zero
73,814,697
Execution failed for task ':app:lintVitalRelease' - ':video_player_android:debugUnitTestRuntimeClasspath'
<p>When i try to generate the signed APK i am getting this below error.</p> <pre><code>Execution failed for task ':app:lintVitalRelease'. &gt; Could not resolve all artifacts for configuration ':video_player_android:debugUnitTestRuntimeClasspath'. &gt; Failed to transform bcprov-jdk15on-1.68.jar (org.bouncycastle:bc...
When i try to generate the signed APK i am getting this below error. [CODE] But i can able build the signed Bundle file. This is not the first time i am generating the apk for this app. But dont know y i got this error. can someone please help me on this.
android|flutter|gradle|build.gradle|android-video-player
0
2022-09-22T12:31:22.120Z
2,022
9
12
3
23
1
255
105
5
1
true
false
false
false
false
false
zero
73,814,736
Play console Current Subscription "Add Offer" not showing
<p>i have added Discount offer in Current Subscription, by going to &quot;Add Offer&quot; under current subscription. But offer is not showing in Android device. Offer is also Activated. See below attached Screenshot. <a href="https://i.stack.imgur.com/ZrUSP.png" rel="nofollow noreferrer">enter image description here</...
i have added Discount offer in Current Subscription, by going to &quot;Add Offer&quot; under current subscription. But offer is not showing in Android device. Offer is also Activated. See below attached Screenshot. enter image description here enter image description here enter image description here
android|unity3d|in-app-purchase|google-play-console|subscription
-1
2022-09-22T12:34:39.647Z
2,022
9
12
3
13
0
301
57
5
0
false
true
false
false
false
true
negative
73,814,770
Cannot resolve dependencies 'com.github.smarteist:autoimageslider:1.4.0-appcompat'
<p>In my project, I am trying to build auto image slider view I am using SliderView library. And I added dependency from github:</p> <pre><code>implementation 'com.github.smarteist:autoimageslider:1.4.0-appcompat' </code></pre> <p>But when add this dependency in project and sync the project, and try to use this library...
In my project, I am trying to build auto image slider view I am using SliderView library. And I added dependency from github: [CODE] But when add this dependency in project and sync the project, and try to use this library in my xml file. This library not appear although the project is build successfully. Build.gradle(...
android|gradle
2
2022-09-22T12:38:05.100Z
2,022
9
12
3
41
1
332
82
2
2
true
false
false
false
false
false
low
73,814,790
ExoPlayer2 Scaling
<p>I have an Activity that contains a FrameLayout where ExoPlayer takes place. This activity support both orientations and video aspect ratio should be preserved.</p> <p>According to ExoPlayer docs, for the setResizeMode we can have one of the following:</p> <ul> <li>RESIZE_MODE_FIT,</li> <li>RESIZE_MODE_FIXED_WIDTH,</...
I have an Activity that contains a FrameLayout where ExoPlayer takes place. This activity support both orientations and video aspect ratio should be preserved. According to ExoPlayer docs, for the setResizeMode we can have one of the following: RESIZE_MODE_FIT, RESIZE_MODE_FIXED_WIDTH, RESIZE_MODE_FIXED_HEIGHT, RESIZE_...
android|video|scale|exoplayer
0
2022-09-22T12:39:34.740Z
2,022
9
12
3
9
0
828
18
4
0
false
true
false
false
false
false
zero
73,814,798
Google Maps Unable to update local snapshot for com.google.android.libraries.consentverifier
<p>I have the following error on my Google Maps app</p> <pre><code>Unable to update local snapshot for com.google.android.libraries.consentverifier#com.example.my_app, may result in stale flags. java.util.concurrent.ExecutionException: java.lang.SecurityException: GoogleCertificatesRslt: not allowed: pkg=com.examp...
I have the following error on my Google Maps app [CODE] It was working fine yesterday,but now when starting the app on the emulator the map is blank,the rest of the components like buttons are intact. I did not change anything in my code all my dependencies and my API key is correct. What could be the problem?
android|google-maps
1
2022-09-22T12:40:07.737Z
2,022
9
12
3
34
0
311
92
2
1
true
true
false
false
false
false
low
73,814,810
Keyboard is not showing on clicking on TextFormField in Flutter Android
<p>I'm using TextFormField in flutter app. In my app everywhere It's working fine, But just in one screen it giving me an error. When I click on TextFormField then Keyboard opened and instantly hide automatically. Here is my code for TextFormField.</p> <pre><code>TextFormField( controller: offerController, maxLines...
I'm using TextFormField in flutter app. In my app everywhere It's working fine, But just in one screen it giving me an error. When I click on TextFormField then Keyboard opened and instantly hide automatically. Here is my code for TextFormField. [CODE]
android|flutter|dart|flutter-layout
1
2022-09-22T12:40:57.950Z
2,022
9
12
3
38
3
252
71
4
1
true
false
false
false
false
false
low
73,814,815
Task :react-native-image-picker:compileDebugJavaWithJavac FAILED
<p>i have a project that i was giving to update the UI , but anytime I run the app with npx react-native run android it gives the error</p> <p><code>Task :react-native-image-picker:compileDebugJavaWithJavac FAILED</code></p> <p>this is the full error below:</p> <p>`Deprecated Gradle features were used in this build, ma...
i have a project that i was giving to update the UI , but anytime I run the app with npx react-native run android it gives the error Task :react-native-image-picker:compileDebugJavaWithJavac FAILED this is the full error below: `Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0....
java|android|react-native|gradlew|react-native-image-picker
4
2022-09-22T12:41:17.950Z
2,022
9
12
3
38
0
7,727
64
5
1
true
true
false
false
false
false
low
73,814,883
After trying to navigate from second fragment to first, the app crashes because of observing data from api call
<p>I have an app, which contains some fragments. Each of them, are responsible for displaying other piece of data, that they obtain from the api call by using the base currency from the database. Recently, I've added a toolbar, so user can change the base currency at any moment.</p> <p>I've started to working on it, an...
I have an app, which contains some fragments. Each of them, are responsible for displaying other piece of data, that they obtain from the api call by using the base currency from the database. Recently, I've added a toolbar, so user can change the base currency at any moment. I've started to working on it, and I've imp...
android|api|kotlin|android-fragments|mvvm
0
2022-09-22T12:46:01.333Z
2,022
9
12
3
24
0
1,539
111
5
2
true
true
false
false
false
false
zero
73,814,930
Android hardware key to open app, like camera does
<p>I have read <a href="https://stackoverflow.com/questions/8137325/android-how-to-add-listener-to-hardware-menu-button">here</a> how can I listen to hardware when Activity is in Running state:</p> <pre><code>@Override public boolean onKeyDown(int keycode, KeyEvent e) { switch(keycode) { case KeyEvent.KEYCO...
I have read here how can I listen to hardware when Activity is in Running state: [CODE] I want to use &quot;trigger&quot; button to open/bring forward my app (my MainActivity), if it is in the background (activity stopped) or not running at all (not launched yet or shut down). Questions: Can I listen to the hardware ke...
android|android-activity|keyboard-events
-1
2022-09-22T12:48:52.450Z
2,022
9
12
3
21
1
742
50
3
1
true
false
false
false
false
true
negative
73,814,987
Ideas for creating Augmented Reality Application
<p>I need to do a study project on creating an augmented reality application. Can you suggest ideas for such an application so that I, as a beginner, can implement them?</p>
I need to do a study project on creating an augmented reality application. Can you suggest ideas for such an application so that I, as a beginner, can implement them?
unity3d|augmented-reality|android-augmented-reality
-2
2022-09-22T12:52:48.560Z
2,022
9
12
3
19
0
166
48
3
0
false
true
false
false
false
true
negative
73,815,000
Create bullets with the minus sign or pkwith the minus sign or plus sign or an asterisk or sequential numbers Use 4 or 8 spaces to create nested lists
<ul> <li>Create bullets with the minus sign</li> </ul> <ul> <li>or plus sign</li> </ul> <ul> <li>or an asterisk</li> </ul> <ol> <li><p>or sequential numbers Use 4 or 8 spaces to create nested lists</p> </li> <li><p>List item</p> <ul> <li>Item A, four spaces <ul> <li>Item B, eight spaces</li> </ul> </li> </ul> </li> </o...
Create bullets with the minus sign or plus sign or an asterisk or sequential numbers Use 4 or 8 spaces to create nested lists List item Item A, four spaces Item B, eight spaces
javascript|android|html|reactjs|angular
-2
2022-09-22T12:53:31.847Z
2,022
9
12
3
16
0
176
150
5
0
false
true
false
false
false
true
negative
73,815,077
adjust TextView size to new text
<p>I have a textview between 2 other views inside a <code>ConstraintLayout</code>. I set the text of the second one in the <code>onViewCreated</code> of my Fragment and later change it after some user input. The first text works fine, but when i change it later i would expect its size to change with it, which of course...
I have a textview between 2 other views inside a ConstraintLayout . I set the text of the second one in the onViewCreated of my Fragment and later change it after some user input. The first text works fine, but when i change it later i would expect its size to change with it, which of course would cause the view on its...
android|android-constraintlayout
0
2022-09-22T12:59:20.463Z
2,022
9
12
3
34
1
544
32
2
1
true
false
false
false
false
false
zero
73,815,179
Impossible to get out of "gsReference.getFile(Objects.requireNonNull(localFile)).addOnSuccessListener"
<p>I am trying to get a value from the first line of a csv file ( header excluded) store in Firebase Storage</p> <p>Here is the code :</p> <pre><code>private String readFromCsv() { StorageReference refCompteActifs = FirebaseStorage.getInstance().getReference().child(&quot;my_file&quot;).child(&quot;my_file.csv&quo...
I am trying to get a value from the first line of a csv file ( header excluded) store in Firebase Storage Here is the code : [CODE] The console never write &quot;System.out.println(result[0] + &quot;\n&quot;);&quot; result[0] is affected inside the onlistener but I can't access it outside of it. Thank you for your Help
java|android|firebase|opencsv|csvreader
0
2022-09-22T13:04:37.603Z
2,022
9
13
3
18
1
320
102
5
1
true
false
false
false
false
false
zero
73,815,255
How can I change my text color in app with button
<p>I want to create themes for my app so I am trying to add a button to change color. ColorDrawable works with background, but not for text color. What can I use for text colors.</p> <p>A piece from my code:</p> <pre><code>ColorDrawable colorDrawableFont2 = (ColorDrawable) inputNoteSubtitle.getText(); colorDraw...
I want to create themes for my app so I am trying to add a button to change color. ColorDrawable works with background, but not for text color. What can I use for text colors. A piece from my code: [CODE]
java|android-studio|fonts|textcolor|colordrawable
0
2022-09-22T13:10:31.487Z
2,022
9
13
3
31
1
204
49
5
1
true
false
false
false
false
false
zero
73,815,426
Android: How to ignore control key input from external keyboard in textfields using jetpack compose
<p>I am entering the <strong>password field values</strong> from <strong>devices with physical keyboards</strong> (like the <em>emulator</em> and <em>ChromeOS</em>). I need to ignore when the user presses <code>TAB</code> or <code>ENTER</code> (or other special) keys, so that it is not entered directly into the text.</...
I am entering the password field values from devices with physical keyboards (like the emulator and ChromeOS ). I need to ignore when the user presses TAB or ENTER (or other special) keys, so that it is not entered directly into the text. I would like to match the behavior of a standard AlertDialog password prompt, whe...
android|kotlin|android-jetpack-compose|keyboard-events
0
2022-09-22T13:21:51.557Z
2,022
9
13
3
41
2
437
99
4
0
false
false
false
false
false
false
zero
73,815,432
Can anyone help to resolve this 39 digit
<p>I found this code on my wifes phone in notes. Does anyone knows what these numbers are or with what app can i open this? 0000000000002000139-00000000000000000000</p>
I found this code on my wifes phone in notes. Does anyone knows what these numbers are or with what app can i open this? 0000000000002000139-00000000000000000000
android
-3
2022-09-22T13:22:18.367Z
2,022
9
13
3
22
0
161
40
1
0
false
true
false
false
false
true
negative
73,815,448
You uploaded an APK or Android App Bundle without 'android:exported' property set
<p>my problem when upload aab on google play show this message<br /> <strong>You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set.</strong></p> <p>I use xamarin forms this my android manifest</p> <p...
my problem when upload aab on google play show this message You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. I use xamarin forms this my android manifest [CODE] and Splash Screen this code [COD...
android|xamarin.forms|xamarin.android
0
2022-09-22T13:23:27.033Z
2,022
9
13
3
27
2
356
81
3
3
true
false
false
false
false
false
zero
73,815,588
Cross navigation between two different Navigation Graph in Android
<p>Thanks for paying attention to this question:</p> <p>Have 2 different navigation graphs:</p> <p><strong>First Navigation Graph</strong>: <code>navigation_dashboard.xml</code></p> <pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; </code></pre> <p></p> <pre><code>&lt;fragment android:id=&...
Thanks for paying attention to this question: Have 2 different navigation graphs: First Navigation Graph : navigation_dashboard.xml [CODE] [CODE] Second Navigation Graph : gallery_navigation.xml [CODE] [CODE] DashBoardActivity holds navigation_dashboard and GalleryActivity holds navigation_gallery Now, Let's say we are...
android|android-navigation-graph
0
2022-09-22T13:31:38.267Z
2,022
9
13
3
9
0
598
66
2
4
true
true
false
false
false
false
zero
73,815,762
Android kotlin flows collects initial values when visible
<p>I was trying out different kinds of flows like flows with channel, sharedflows and stateflows. What I did was, suppose I have a MainActivity, inside it I have two buttons side by side at the top and below them a fragmentContainerView. Initially the fragmentContainerView doesn't have any fragment.</p> <p>Now I have a...
I was trying out different kinds of flows like flows with channel, sharedflows and stateflows. What I did was, suppose I have a MainActivity, inside it I have two buttons side by side at the top and below them a fragmentContainerView. Initially the fragmentContainerView doesn't have any fragment. Now I have a viewModel...
android|kotlin|kotlin-coroutines|android-jetpack
0
2022-09-22T13:44:11.790Z
2,022
9
13
3
35
1
1,644
57
4
0
false
false
false
false
false
false
zero
73,815,903
How to do micrometer type metrics in Android?
<p>We need to do Android -&gt; Cloudwatch metrics so we can monitor and page (ie. no more than a 5 minute delay in data except for android devices that are offline). In servers in java, micrometer.io is a common solution with a GCP or AWS plugin to report the 4 things we are interested in PER ENDPOINT...</p> <ol> <li...
We need to do Android -> Cloudwatch metrics so we can monitor and page (ie. no more than a 5 minute delay in data except for android devices that are offline). In servers in java, micrometer.io is a common solution with a GCP or AWS plugin to report the 4 things we are interested in PER ENDPOINT... request per minute f...
android|amazon-web-services|google-cloud-platform
0
2022-09-22T13:53:50.523Z
2,022
9
13
3
11
0
1,258
45
3
0
false
true
false
false
false
false
zero
73,815,921
Access denied finding property "vendor.debug.bq.dump when using google maps api key
<p>I am trying to use the google maps api in my flutter application and i am encountering this error for a quite a while?</p> <p><strong>This is the error message</strong></p> <blockquote> <p>DisplayEventDispatcher(14114): dispatcher 0x7ed0ac6320 ~ last event processed while scheduling was for 697675542 D/MapsInitializ...
I am trying to use the google maps api in my flutter application and i am encountering this error for a quite a while? This is the error message DisplayEventDispatcher(14114): dispatcher 0x7ed0ac6320 ~ last event processed while scheduling was for 697675542 D/MapsInitializer(14114): preferredRenderer: null D/zzca (1411...
android|flutter|google-maps|api-key
0
2022-09-22T13:55:10.760Z
2,022
9
13
3
22
1
4,899
83
4
2
true
false
false
false
false
false
zero
73,815,977
How to schedule a JobScheduler to run for every 5 days using JobInfo
<p>I am implementing a JobScheduler to run a job for every 5 days in xamarin C#.</p> <p>I tried implementing JobScheduler using the Microsoft documentation <a href="https://learn.microsoft.com/en-us/xamarin/android/platform/android-job-scheduler" rel="nofollow noreferrer">https://learn.microsoft.com/en-us/xamarin/andro...
I am implementing a JobScheduler to run a job for every 5 days in xamarin C#. I tried implementing JobScheduler using the Microsoft documentation https://learn.microsoft.com/en-us/xamarin/android/platform/android-job-scheduler . Currently, I didn't find any example of how we can schedule a job based on days. Can someon...
c#|xamarin|xamarin.android
-1
2022-09-22T13:58:53.357Z
2,022
9
13
3
24
1
413
68
3
0
false
false
false
false
false
true
negative
73,816,010
Edit testers list of Android closed track
<p>How to edit list of testers emails in the closed test track?</p> <p><a href="https://developers.google.com/android-publisher/authorization" rel="nofollow noreferrer">https://developers.google.com/android-publisher/authorization</a> <a href="https://developers.google.com/android-publisher/api-ref/rest/v3/edits.tester...
How to edit list of testers emails in the closed test track? https://developers.google.com/android-publisher/authorization https://developers.google.com/android-publisher/api-ref/rest/v3/edits.testers/update [CODE]
php|android
0
2022-09-22T14:01:00.397Z
2,022
9
14
3
13
0
214
41
2
1
true
true
false
false
false
false
zero
73,816,041
Android builds are supported only on Linux and macOS (React Native Expo)
<p>Good morning everyone, I have an application made in Expo, and this week I was going to configure Admob to be able to upload it to the Playstore, but I was surprised by the discontinuity of Admob, requiring a whole new configuration, following the steps below for a simple test in a new blank app I'm not able to crea...
Good morning everyone, I have an application made in Expo, and this week I was going to configure Admob to be able to upload it to the Playstore, but I was surprised by the discontinuity of Admob, requiring a whole new configuration, following the steps below for a simple test in a new blank app I'm not able to create ...
android|react-native|expo|admob
-1
2022-09-22T14:03:23.953Z
2,022
9
14
3
28
1
1,667
72
4
0
false
false
false
false
false
true
negative
73,816,075
How to check which radio button is selected in kotlin?
<p>I'm trying to make a todo app and I made the radio group as a radio button with priority high, medium and low. However, a different error appeared each time. I am trying to print the priorities in the form of string to the room database according to this clicked radio button, for example, if the user clicked the hig...
I'm trying to make a todo app and I made the radio group as a radio button with priority high, medium and low. However, a different error appeared each time. I am trying to print the priorities in the form of string to the room database according to this clicked radio button, for example, if the user clicked the high p...
android|kotlin
0
2022-09-22T14:06:10.813Z
2,022
9
14
3
28
2
502
54
2
3
true
false
false
false
false
false
zero
73,816,292
Flutter appbuild contains deleted files but only in one configuration
<p>I recently had to purge a whole bunch of assets from a Flutter Android project because the resulting aab is over 150mb.</p> <p>This worked for one configuration. For another configuration all the files that were deleted are magically in the build. The files do not physically exist in the repository, or on disk, or i...
I recently had to purge a whole bunch of assets from a Flutter Android project because the resulting aab is over 150mb. This worked for one configuration. For another configuration all the files that were deleted are magically in the build. The files do not physically exist in the repository, or on disk, or in the proj...
android|flutter|android-app-bundle
0
2022-09-22T14:20:40.670Z
2,022
9
14
3
8
0
637
69
3
0
false
true
false
false
false
false
zero
73,816,551
detects and clicks a "Cancel" button in a dialog box
<p>I am trying to auto click on a &quot;Cancel&quot; button in an application uninstall dialog box, but it is not working. In fact, nothing happens at all. No more which way to go.</p> <pre><code>public static final String UNINSTALLATION_PACKAGE_NAME = &quot;com.android.packageinstaller&quot;; @Override public void onA...
I am trying to auto click on a &quot;Cancel&quot; button in an application uninstall dialog box, but it is not working. In fact, nothing happens at all. No more which way to go. [CODE]
java|android|accessibility
-1
2022-09-22T14:38:27.307Z
2,022
9
14
3
18
0
184
52
3
1
true
true
false
false
false
true
negative
73,816,641
Changes required for enabling VINTF(part of project treble) object in android?
<p>I am trying to enable full Treble support in my custom Android source code(android-11). As per google documentation <a href="https://source.android.com/docs/core/architecture/vintf" rel="nofollow noreferrer">https://source.android.com/docs/core/architecture/vintf</a> it requires pair of <strong>manifests</strong> a...
I am trying to enable full Treble support in my custom Android source code(android-11). As per google documentation https://source.android.com/docs/core/architecture/vintf it requires pair of manifests and matrices (xml's, each one for device and framework ). I am very much confused to what to enter in each of those fi...
android|frameworks|android-source
0
2022-09-22T14:44:53.187Z
2,022
9
14
3
14
0
973
78
3
0
false
true
false
false
false
false
zero
73,816,667
Android console: authentication required (Windows user)
<p>I am trying running Telnet localhost and getting this: &quot;Android Console: Authentication required Android Console: type 'auth &lt;auth_token&gt;' to authenticate Android Console: you can find your &lt;auth_token&gt; in 'C:\Users\Name.emulator_console_auth_token' OK&quot;</p> <p>How should I found this &quot;auth...
I am trying running Telnet localhost and getting this: &quot;Android Console: Authentication required Android Console: type 'auth <auth_token>' to authenticate Android Console: you can find your <auth_token> in 'C:\Users\Name.emulator_console_auth_token' OK&quot; How should I found this &quot;auth token&quot;? I am Win...
android|authentication|android-emulator|localhost|telnet
0
2022-09-22T14:46:27.857Z
2,022
9
14
3
11
0
662
55
5
0
false
true
false
false
false
false
zero
73,816,686
java.net.SocketException when cancelling http request
<p>I'm downloading a file as a stream with <code>httpClient.SendAsync()</code> and on cancellation with <code>CancellationToken</code> I get a <code>java.net.SocketException: Socket closed</code> exception every time. Full stack trace:</p> <pre><code>[monodroid] Not wrapping exception of type Java.Net.SocketException f...
I'm downloading a file as a stream with httpClient.SendAsync() and on cancellation with CancellationToken I get a java.net.SocketException: Socket closed exception every time. Full stack trace: [CODE] If it is a OperationCanceledException or something like that then everything would be ok, but I don't open or close a s...
c#|android|xamarin.android|dotnet-httpclient|cancellation-token
0
2022-09-22T14:48:06.163Z
2,022
9
14
3
24
1
618
53
5
3
true
false
false
false
false
false
zero
73,816,869
Chrome://inspect Devices option not showing devices after Chrome upgrade
<p>I was happily debugging some javascript code used in my Flutter Webview project, but it stopped working yesterday.</p> <p>I do execute</p> <pre><code>if (Platform.isAndroid) { await AndroidInAppWebViewController.setWebContentsDebuggingEnabled(true); } </code></pre> <p>in main.dart.</p> <p>Dev platform is Mac/M1 c...
I was happily debugging some javascript code used in my Flutter Webview project, but it stopped working yesterday. I do execute [CODE] in main.dart. Dev platform is Mac/M1 chip with Monterey Version 12.5.1, running Android Studio Chipmunk/2021.2.1 Patch 2 I don't think it is Flutter related as I tried also with a stric...
flutter|android-studio|google-chrome-devtools
0
2022-09-22T15:01:07.450Z
2,022
9
15
3
11
0
533
72
3
1
true
true
false
false
false
false
zero
73,817,000
Android recyclerview update item with socket after sort
<p>How can update a specific item in Recyclerview without having a position?</p> <p>I have a list that I fill first through the REST. And then any data that has changed from the server side, I will update it through the socket.</p> <p>To update, needed a postion of the item. For this, I consider a position for each ite...
How can update a specific item in Recyclerview without having a position? I have a list that I fill first through the REST. And then any data that has changed from the server side, I will update it through the socket. To update, needed a postion of the item. For this, I consider a position for each item by default (sta...
android|android-recyclerview|socket.io|adapter
0
2022-09-22T15:11:35.763Z
2,022
9
15
3
24
1
627
55
4
0
false
false
false
false
false
false
zero
73,817,148
Doesn't compile Android kernel 4.9.295
<p>I am making a kernel for xiaomi redmi 5 plus (vince) gives the error shown below, thanks in advance for your help.</p> <pre><code>{(root㉿FILSPR-PC)-[/home/FILSPR-PC/kernel_dev/kernel_dark_ages_vince]}─# make export ARCH=arm64 export SUBARCH=arm64 export CROSS_COMPILE=aarch64-linux-gnu- CC=clang CONFIG_CROSS_COMPILE...
I am making a kernel for xiaomi redmi 5 plus (vince) gives the error shown below, thanks in advance for your help. [CODE]
android|makefile|compiler-errors|linux-kernel|xiaomi
0
2022-09-22T15:22:42.760Z
2,022
9
15
3
13
0
121
38
5
1
true
true
false
false
false
false
zero
73,817,312
Unity Android BLE java.lang.ClassCastException
<p>I use Arduino Bluetooth Plugin from Unity asset store and build Android app with Unity 2021.3.1. I connect app with BLE device. Quite often when I use scan method and click my device on the list (it should try pairing then) my application crash and I receive an error below. If error doesn't occur I can connect to th...
I use Arduino Bluetooth Plugin from Unity asset store and build Android app with Unity 2021.3.1. I connect app with BLE device. Quite often when I use scan method and click my device on the list (it should try pairing then) my application crash and I receive an error below. If error doesn't occur I can connect to the d...
android|unity3d|plugins|arduino|bluetooth-lowenergy
0
2022-09-22T15:35:27.793Z
2,022
9
15
3
18
0
806
46
5
1
true
true
false
false
false
false
zero
73,817,341
Pausing while loop until button has been pressed?
<p>I'm creating a blackjack app for a school project and I'm trying to create a function that makes it possible if the ace card is worth 1 or 11, this is what I have so far:</p> <pre><code>fun drawCard(amount: Int) { var loopedTimes: Int = 0 while(loopedTimes != amount) { val rand = Random(...
I'm creating a blackjack app for a school project and I'm trying to create a function that makes it possible if the ace card is worth 1 or 11, this is what I have so far: [CODE] The problem is that the while loop doesn't wait until the player has pressed the ace button, is there any way to make loop wait for the button...
android|kotlin
0
2022-09-22T15:37:35.467Z
2,022
9
15
3
36
0
336
49
2
1
true
true
false
false
false
false
zero
73,817,691
Failed to convert value of type java.lang.Long to Timestamp(Java,android studio)
<p>Hi I'm following this video tutorial <a href="https://www.youtube.com/watch?v=wQN2eCO-M_Q&amp;t=7717s" rel="nofollow noreferrer">https://www.youtube.com/watch?v=wQN2eCO-M_Q&amp;t=7717s</a> (the part I suppose create this issue can be found at time 2:01:17)and I managed to make this code work without implementing the...
Hi I'm following this video tutorial https://www.youtube.com/watch?v=wQN2eCO-M_Q&t=7717s (the part I suppose create this issue can be found at time 2:01:17)and I managed to make this code work without implementing the notifications, but it only works on the simulator. When I try to debug it with my phone it gives me th...
java|android|firebase|google-cloud-platform|google-cloud-firestore
0
2022-09-22T16:05:02.913Z
2,022
9
16
3
38
0
836
80
5
4
true
true
false
false
false
false
zero
73,817,747
Xamarin.Android - Hide Content in App Preview
<p>I would like to hide content of my android app in the app preview mode. I am referring to the view you see when switching between apps.</p> <p>The following window settings hides the content but it also disables the ability to take screenshots of the app which I don't want</p> <pre><code>activity.Window.SetFlags(Win...
I would like to hide content of my android app in the app preview mode. I am referring to the view you see when switching between apps. The following window settings hides the content but it also disables the ability to take screenshots of the app which I don't want [CODE] Is there a setting I could use to hide the app...
xamarin.android
0
2022-09-22T16:08:42.413Z
2,022
9
16
3
21
1
444
45
1
1
true
false
false
false
false
false
zero
73,817,816
V/FA: Inactivity, disconnecting from the service Firebase warning
<p>Before we begin, yes I know its a similar thread but none of the solutions worked for me and mostly old threads.</p> <p>The problem I am facing is when during login, the app isn't able to communicate with Firebase I presume since it keeps loading and that warning pops-up. To double check this issue, I tried using di...
Before we begin, yes I know its a similar thread but none of the solutions worked for me and mostly old threads. The problem I am facing is when during login, the app isn't able to communicate with Firebase I presume since it keeps loading and that warning pops-up. To double check this issue, I tried using different de...
android|firebase
0
2022-09-22T16:14:50.830Z
2,022
9
16
3
11
0
713
65
2
0
false
true
false
false
false
false
zero