id
int64
28.5M
73.8M
title
stringlengths
15
150
question_body
stringlengths
69
39.4k
body_text
stringlengths
6
29.2k
tags
stringlengths
7
120
score
int64
-19
384
creation_date
stringlengths
20
24
year
int64
-1
2.02k
month
int64
-1
12
hour
int64
-1
23
dayofweek
int64
-1
6
view_count
int64
3
367k
answer_count
int64
0
34
body_len
int64
6
29.2k
title_len
int64
15
150
tag_count
int64
1
6
code_block_cnt
int64
0
17
has_code
bool
2 classes
is_unanswered
bool
2 classes
is_popular
bool
2 classes
is_viral
bool
2 classes
is_highly_voted
bool
2 classes
is_negative
bool
2 classes
score_bucket
stringclasses
5 values
72,913,809
A problem in addView()in ConstraintLayout, don't get the required result
<p>The ( else ) part working properly, but the problem is in ( if ) part when adding the view again to the ConstraintLayout.</p> <p>I want something like this.</p> <p><a href="https://i.stack.imgur.com/xhIEP.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/xhIEP.png" alt="enter image description here"...
The ( else ) part working properly, but the problem is in ( if ) part when adding the view again to the ConstraintLayout. I want something like this. But I get this which is not what I want. [CODE] I don't know where the problem is. Any help?
java|android
0
2022-07-08T15:37:20.240Z
2,022
7
15
4
31
1
242
72
2
1
true
false
false
false
false
false
zero
72,913,882
How to use navigation component when Hilt changes the names of the fragments
<p>I'm creating an Android app (Java) and using Navigation Components and Hilt for the first time. In the Navigation Editor I'm creating destinations and see that the fragments I created that have been annotated with @AndroidEntryPoint now show as &quot;Hilt_&quot; + the fragment name. Now my app cannot build because t...
I'm creating an Android app (Java) and using Navigation Components and Hilt for the first time. In the Navigation Editor I'm creating destinations and see that the fragments I created that have been annotated with @AndroidEntryPoint now show as &quot;Hilt_&quot; + the fragment name. Now my app cannot build because the ...
java|android|android-fragments|android-architecture-navigation|dagger-hilt
1
2022-07-08T15:42:23.347Z
2,022
7
15
4
75
1
666
76
5
1
true
false
false
false
false
false
low
72,913,904
Android Studio not showing any log on Run Tab
<p>One week ago the run tab stopped showing logs. Usually it was showing errors, general logs, info of the application running, etc, but now it only shows this: <a href="https://i.stack.imgur.com/n3fEf.png" rel="nofollow noreferrer">Run Tab</a></p> <p>After some time, android studio stops tracking the app that was laun...
One week ago the run tab stopped showing logs. Usually it was showing errors, general logs, info of the application running, etc, but now it only shows this: Run Tab After some time, android studio stops tracking the app that was launched: AS Stops tracking the app And if I checked the logcat tab, it says there are no ...
android|android-studio|android-emulator
1
2022-07-08T15:44:55.707Z
2,022
7
15
4
97
1
782
45
3
0
false
false
false
false
false
false
low
72,914,094
Android MediaMuxer crash due to supposed out of order frames
<p>I want to record audio track from microphone (and from bluetooth headset microphone too, down the road) and convert it to <code>MPEG4 AAC</code> format. As required by specification of communication with backend in my project, the audio has to be split into short (0.5 - 2 second long) chunks. As an simplified exampl...
I want to record audio track from microphone (and from bluetooth headset microphone too, down the road) and convert it to MPEG4 AAC format. As required by specification of communication with backend in my project, the audio has to be split into short (0.5 - 2 second long) chunks. As an simplified example, I'm just savi...
android|audio-recording|android-mediacodec|audiorecord|mediamuxer
0
2022-07-08T16:03:16.143Z
2,022
7
16
4
114
1
1,723
60
5
5
true
false
false
false
false
false
zero
72,914,097
Could it be (not set) in Google Analytics due to not always passed parameter
<p>I observe lots of data going to (not set) instead of to the actual values. I suspect that's because I'm not always passing particular parameter to each event log.</p> <p>Currently I have a single event named &quot;Comment&quot; and 2 different metrics (dimensions) - &quot;LoadComments&quot; and &quot;PostComment&quo...
I observe lots of data going to (not set) instead of to the actual values. I suspect that's because I'm not always passing particular parameter to each event log. Currently I have a single event named &quot;Comment&quot; and 2 different metrics (dimensions) - &quot;LoadComments&quot; and &quot;PostComment&quot;. For bo...
android|google-analytics|firebase-analytics
0
2022-07-08T16:03:35.440Z
2,022
7
16
4
22
0
1,003
76
3
1
true
true
false
false
false
false
zero
72,914,102
how to get the name of subcollection in cloud firestore
<p>I have database (Like the image below) and I Need to get the name of subcollection which contain Quiz Name</p> <p><img src="https://i.stack.imgur.com/VuZmn.png" alt="enter image description here" /></p>
I have database (Like the image below) and I Need to get the name of subcollection which contain Quiz Name
android|firebase|kotlin|google-cloud-firestore
0
2022-07-08T16:03:51.520Z
2,022
7
16
4
50
1
106
55
4
0
false
false
false
false
false
false
zero
72,914,105
AndroidManifest is givin me multiple error
<p>I am having multiple error regarding following AndroidManifest.xml these are the error. I am flutter bigginer, and couldn't understand reading similer posts.</p> <p>・Attribute android:usesCleartextTraffic is not allowed here</p> <p>・Attribute android:icon is not allowed here</p> <p>・Unresolved class 'MainActivity'</...
I am having multiple error regarding following AndroidManifest.xml these are the error. I am flutter bigginer, and couldn't understand reading similer posts. ・Attribute android:usesCleartextTraffic is not allowed here ・Attribute android:icon is not allowed here ・Unresolved class 'MainActivity' ・Attribute android:launch...
android|flutter|intellij-idea|android-manifest
1
2022-07-08T16:03:54.993Z
2,022
7
16
4
86
2
761
42
4
1
true
false
false
false
false
false
low
72,914,124
How to Make Sense of Dagger Hilt Build Output - Migrating from Dagger 2 to Hilt
<p>Migrating app from Dagger 2 to Hilt (I'm pretty new to this). I may have bitten off more than I can chew. I have been troubleshooting this for days now and I'm not exactly sure how to read the build output. Can someone help makes sense of what these error messages mean?</p> <p>Is there a resource for decoding the...
Migrating app from Dagger 2 to Hilt (I'm pretty new to this). I may have bitten off more than I can chew. I have been troubleshooting this for days now and I'm not exactly sure how to read the build output. Can someone help makes sense of what these error messages mean? Is there a resource for decoding these errors? [C...
android|kotlin|migration|dagger-2|dagger-hilt
0
2022-07-08T16:06:05.503Z
2,022
7
16
4
144
3
392
79
5
1
true
false
false
false
false
false
zero
72,914,133
Is The Flutter option when adding application in Firebase alternative for adding IOS and Android separately
<p>when I was trying to add Firebase to my Flutter project, I noticed there is a Flutter option along side with other platform options, (the last option in the photo) <a href="https://i.stack.imgur.com/SmwXT.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/SmwXT.png" alt="enter image description here"...
when I was trying to add Firebase to my Flutter project, I noticed there is a Flutter option along side with other platform options, (the last option in the photo) Also this is what it takes you to when clicking on it So, I've been wondering if this method is an alternative for adding Firebase to Flutter App the old wa...
android|ios|flutter|firebase|firebase-cli
0
2022-07-08T16:07:12.097Z
2,022
7
16
4
29
1
351
107
5
0
false
false
false
false
false
false
zero
72,914,191
Coil Kotlin Uri to Bitmap throws null pointer exception
<p>Trying to convert a <code>Uri</code> image file to <code>Bitmap</code> in Kotlin fails with a Null Pointer exception. How can I fix this?</p> <pre><code>var bitmap = remember { mutableStateOf&lt;Bitmap?&gt;(null)} LaunchedEffect(key1 = &quot;tobitmap&quot;) { CoroutineScope(Dispatchers.IO).launch { bit...
Trying to convert a Uri image file to Bitmap in Kotlin fails with a Null Pointer exception. How can I fix this? [CODE]
android|kotlin|android-jetpack-compose|android-bitmap
1
2022-07-08T16:12:06.670Z
2,022
7
16
4
123
2
118
55
4
1
true
false
false
false
false
false
low
72,914,201
How to open a new screen in flutter?
<p>What I am trying to do is open my app download screen when there is no internet connection just like youtube but I am facing this error.</p> <p><div class="snippet" data-lang="js" data-hide="false" data-console="true" data-babel="false"> <div class="snippet-code"> <pre class="snippet-code-html lang-html prettyprint...
What I am trying to do is open my app download screen when there is no internet connection just like youtube but I am facing this error. [CODE] ** This is my code ** [CODE]
android|flutter|android-studio|dart
0
2022-07-08T16:12:44.807Z
2,022
7
16
4
36
2
172
36
4
2
true
false
false
false
false
false
zero
72,914,278
How to rebuild flutter Widget on Singleton value change
<p>I am trying to rebuild a stateful widget every time a value in my global Singelton is changed but I'm stumped.</p> <p>My goal is to rebuild my Cart Icon every time the cartSize is changed throughout my app.</p> <p>I know I need to send out a notification whenever the Singelton <code>cartSize</code> value is changed....
I am trying to rebuild a stateful widget every time a value in my global Singelton is changed but I'm stumped. My goal is to rebuild my Cart Icon every time the cartSize is changed throughout my app. I know I need to send out a notification whenever the Singelton cartSize value is changed. and listen for that notificat...
android|ios|flutter|dart
0
2022-07-08T16:19:33.853Z
2,022
7
16
4
108
1
453
55
4
2
true
false
false
false
false
false
zero
72,914,468
Any existing Android roulette simulator /w function 'import spins'?
<p>Any existing Android roulette simulator /w function 'import spins'-- or namely permanences produced by the live casino wheel?</p> <p>This import should be either a text input window = copy→paste .. or import *.txt, ideally *xls(x) file types.</p> <p>Existing permanences can be found in many sources, eg. <a href="htt...
Any existing Android roulette simulator /w function 'import spins'-- or namely permanences produced by the live casino wheel? This import should be either a text input window = copy→paste .. or import *.txt, ideally *xls(x) file types. Existing permanences can be found in many sources, eg. http://www.laroulette.it/riso...
android|simulator|roulette-wheel-selection
0
2022-07-08T16:38:47.153Z
2,022
7
16
4
28
0
680
67
3
0
false
true
false
false
false
false
zero
72,914,471
How to provide activity or application context in Hilt to ViewModel?
<p>Hello I have a button in <code>recyclerview</code>, I would like to show dialog when in one element of recyclerview the button is clicked.</p> <p>I have done:</p> <p>in Adapter:</p> <pre><code>class SetGoalsAdapter( private val onItemDeleteClicked: (Int) -&gt; Unit, private val onItemRootClicked: (Int) -&gt;...
Hello I have a button in recyclerview , I would like to show dialog when in one element of recyclerview the button is clicked. I have done: in Adapter: [CODE] in VM: [CODE] CustomSetDialog [CODE] From my understanding if button is clicked method from VM is triggered and it happens, but with error and as I consider this...
android|kotlin|android-context|dagger-hilt
0
2022-07-08T16:39:00.207Z
2,022
7
16
4
198
0
375
68
4
4
true
true
false
false
false
false
zero
72,914,508
Why does the Android emulator take up way more ram than configured to?
<p>I am running an Android Virtual Device on an Apple Silicon macbook.</p> <p>My AVD has the following line in the config.ini...</p> <pre><code>hw.ramSize = 1536M </code></pre> <p>But when I run the emulator is starts a process called ...</p> <blockquote> <p>qemu-system-aarch64</p> </blockquote> <p>Which in activity mo...
I am running an Android Virtual Device on an Apple Silicon macbook. My AVD has the following line in the config.ini... [CODE] But when I run the emulator is starts a process called ... qemu-system-aarch64 Which in activity monitor, is listed as using 4gb of ram. I assumed that the hw.ramSize would indicate how much ram...
android|android-emulator|avd-manager
0
2022-07-08T16:42:20.703Z
2,022
7
16
4
17
0
457
70
3
1
true
true
false
false
false
false
zero
72,914,605
how to get a variable in an activity from another activity and make the main activity to use variable after initializing from there ?(kotlin )
<p>my kotlin project has 2 activitis (main , second called : AddPlayer) main activity has a button called &quot;Add a player&quot; that it starts second activity . in second activity i have 2 edit text to get a number and a text from user . after press submit button in second activity , in the main activity i want add ...
my kotlin project has 2 activitis (main , second called : AddPlayer) main activity has a button called &quot;Add a player&quot; that it starts second activity . in second activity i have 2 edit text to get a number and a text from user . after press submit button in second activity , in the main activity i want add the...
android|kotlin|android-activity
-1
2022-07-08T16:51:43.453Z
2,022
7
16
4
129
1
538
142
3
2
true
false
false
false
false
true
negative
72,914,765
How to call inner function inside composable?
<p>I have a <code>suspend</code> inner function inside a composable but it throws a compile time error stating that the method name cannot be resolved. Why is it not working?</p>
I have a suspend inner function inside a composable but it throws a compile time error stating that the method name cannot be resolved. Why is it not working?
android|kotlin|android-jetpack-compose
0
2022-07-08T17:07:49.530Z
2,022
7
17
4
64
1
158
45
3
0
false
false
false
false
false
false
zero
72,914,812
android studio onKeyUp real or documentation error
<p>I am trying to use the documentation example provided in the reference <a href="https://developer.android.com/guide/topics/ui/ui-events" rel="nofollow noreferrer">https://developer.android.com/training/keyboard-input/commands</a> for implementing the <code>onKeyUp</code> override function. In simplified form this is...
I am trying to use the documentation example provided in the reference https://developer.android.com/training/keyboard-input/commands for implementing the onKeyUp override function. In simplified form this is [CODE] the problem is that Android Studio doesn't recognize the super.onKeyUp function. Apparently I haven't es...
android-studio|keyboard-events
0
2022-07-08T17:12:30.013Z
2,022
7
17
4
9
0
1,081
50
2
3
true
true
false
false
false
false
zero
72,914,930
Unable to login to an app on Browserstack
<p>Trying to login to an app using browserstack, but receive an error. The same error does not occur when using an actual phone. Here are the logs:</p> <p>07-08 14:51:44.091 D/SoLoader(30206): adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/~~XiTSr1w4Ai3eH23IIy1bSg==/com.vans.vansf...
Trying to login to an app using browserstack, but receive an error. The same error does not occur when using an actual phone. Here are the logs: 07-08 14:51:44.091 D/SoLoader(30206): adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/~~XiTSr1w4Ai3eH23IIy1bSg==/com.vans.vansfamily-4s8vZW...
android|browserstack
0
2022-07-08T17:25:06.777Z
2,022
7
17
4
37
1
4,021
41
2
0
false
false
false
false
false
false
zero
72,914,935
Jetpack Compose Playground
<p>is there any online playground for jetpack compose? where I can test and learn jetpack compose. Like <a href="https://play.kotlinlang.org" rel="nofollow noreferrer">https://play.kotlinlang.org</a></p> <p>Android studio is not lite. It takes time for setting up projects. Every little practice takes lots of time. If t...
is there any online playground for jetpack compose? where I can test and learn jetpack compose. Like https://play.kotlinlang.org Android studio is not lite. It takes time for setting up projects. Every little practice takes lots of time. If there is an online playground, it will be very help full. Thanks.
android|kotlin|android-jetpack-compose
1
2022-07-08T17:25:35.140Z
2,022
7
17
4
125
1
306
26
3
0
false
false
false
false
false
false
low
72,914,973
IMS Manager - Android
<p>Do we require carrier privileges or be a system application to make use of the IMS Manager API in Android?</p> <p>I tried using <a href="https://developer.android.com/reference/android/telephony/ims/ImsManager" rel="nofollow noreferrer">link</a> for IMS manager documentation on the Android developer site, but not ab...
Do we require carrier privileges or be a system application to make use of the IMS Manager API in Android? I tried using link for IMS manager documentation on the Android developer site, but not able to implement it. Need help on how to Initialize an IMS manager object or get an Instance of it. My research shows there ...
android|phone-call|multimedia|ims|telecom
0
2022-07-08T17:28:56.693Z
2,022
7
17
4
30
0
509
21
5
0
false
true
false
false
false
false
zero
72,915,014
Why do i need to provide a redirect url for a spotify android app?
<p>Hello intelligent people,</p> <p>may anyone explain to me why i need to set a redirect url in the spotify app settings when i am developing an android app. I dont need the application to route me to another website, since there is none. Do i missunderstand the purpose of the redirect url? Which url should i use? Acc...
Hello intelligent people, may anyone explain to me why i need to set a redirect url in the spotify app settings when i am developing an android app. I dont need the application to route me to another website, since there is none. Do i missunderstand the purpose of the redirect url? Which url should i use? According to ...
android|flutter|spotify
0
2022-07-08T17:32:25.753Z
2,022
7
17
4
65
1
574
66
3
0
false
false
false
false
false
false
zero
72,915,192
Check to faces of images are same or not in Android studio project tensorflow or any other libraries
<p>like we have two bitmap images both images contain one person's face. Check whether the two faces are the same or not? How can I do that task? If anyone knows let me know, please.</p>
like we have two bitmap images both images contain one person's face. Check whether the two faces are the same or not? How can I do that task? If anyone knows let me know, please.
android|tensorflow|artificial-intelligence
0
2022-07-08T17:50:32.097Z
2,022
7
17
4
17
0
179
100
3
0
false
true
false
false
false
false
zero
72,915,260
BABEL Cannot find module 'node:path' error react-native
<p>I'm trying to setup <a href="https://tailwindcss-react-native.vercel.app/" rel="nofollow noreferrer">tailwindcss-react-native</a> package into my react native project. After successful installation when I add classnames to a component it gives me an error. I've tried uninstalling and then re-installing it, removing ...
I'm trying to setup tailwindcss-react-native package into my react native project. After successful installation when I add classnames to a component it gives me an error. I've tried uninstalling and then re-installing it, removing the npm cache and node_modules folder but I can't figure out what is wrong. I'm attachin...
javascript|android|react-native|babeljs|tailwind-css
1
2022-07-08T17:57:23.480Z
2,022
7
17
4
1,679
4
580
55
5
5
true
false
false
false
false
false
low
72,915,304
What does "activity?." mean in Kotlin?
<p>I am trying to use a code snippet from the official android documentation (<a href="https://developer.android.com/training/printing/photos#kotlin" rel="nofollow noreferrer">https://developer.android.com/training/printing/photos#kotlin</a>) which is the doPhotoPrint() function in the code that I have attached, in ord...
I am trying to use a code snippet from the official android documentation ( https://developer.android.com/training/printing/photos#kotlin ) which is the doPhotoPrint() function in the code that I have attached, in order to learn how to use the PrintHelper class in Kotlin and Android Studio. See the attached image of th...
android|kotlin|android-activity
0
2022-07-08T18:01:00.820Z
2,022
7
18
4
51
2
578
38
3
0
false
false
false
false
false
false
zero
72,915,459
Getting debugging Buildozer error while compiling for Android in kivy app to apk? please give the soluton for this
<pre><code> ********!buildozer -v android debug ********** </code></pre> <p><strong><strong>Streaming output truncated to the last 5000 lines.</strong></strong>***</p> <p>expanded from macro 'Py_DEPRECATED' [DEBUG]: #define Py_DEPRECATED(VERSION_UNUSED) <strong>attribute</strong>((<strong>deprecated</strong>...
[CODE] Streaming output truncated to the last 5000 lines. *** expanded from macro 'Py_DEPRECATED' [DEBUG]: #define Py_DEPRECATED(VERSION_UNUSED) attribute (( deprecated )) [DEBUG]: ^ [DEBUG]: kivy/graphics/context_instructions.c:30954:3: warning: 'tp_print' is deprecated [DEBUG]: [-Wdeprecated-declarations] [DEBUG]: 0,...
android|deprecated
0
2022-07-08T18:16:40.640Z
2,022
7
18
4
31
0
15,843
114
2
1
true
true
false
false
false
false
zero
72,915,525
Dynamic LinearLayout with same height as width
<p>I'm trying to create a dynamic <code>LinearLayout</code> with the same height as width. With XML I can achieve this by setting the the height as <em>0px</em> i.e. <code>android:layout_height=&quot;0dp&quot;</code>. But I'm not able to achieve the same thing while creating the layout from Java code.</p> <p><div class...
I'm trying to create a dynamic LinearLayout with the same height as width. With XML I can achieve this by setting the the height as 0px i.e. android:layout_height=&quot;0dp&quot; . But I'm not able to achieve the same thing while creating the layout from Java code. [CODE] I want the childLayout to be of the same height...
android|android-linearlayout
0
2022-07-08T18:22:24.687Z
2,022
7
18
4
27
1
406
46
2
1
true
false
false
false
false
false
zero
72,915,636
can't find variable: require after android studio update
<p>After updating my android studio version to Chipmunk 2021.2.1 patch 1 (I think I had bumble bee before). I get this &quot;can't find variable require&quot; error. I tried rolling my app back to a 24 days old stable build to check if it was an error in my code but on my stable branch, I still get the same &quot;can't...
After updating my android studio version to Chipmunk 2021.2.1 patch 1 (I think I had bumble bee before). I get this &quot;can't find variable require&quot; error. I tried rolling my app back to a 24 days old stable build to check if it was an error in my code but on my stable branch, I still get the same &quot;can't fi...
react-native|android-studio|android-studio-bumblebee
0
2022-07-08T18:33:09.463Z
2,022
7
18
4
34
0
488
56
3
0
false
true
false
false
false
false
zero
72,915,656
Dialog box buttons not visible on smaller screens and resolutions?
<p>I'm trying to show a tutorial when user runs the app for the first time, by using dialog boxes. However, the &quot;back&quot; and &quot;next&quot; buttons aren't visible on smaller screens and/or resolutions, so the user can't proceed with the tutorial. I tried making the dialog box a ScrollView but it didn't help, ...
I'm trying to show a tutorial when user runs the app for the first time, by using dialog boxes. However, the &quot;back&quot; and &quot;next&quot; buttons aren't visible on smaller screens and/or resolutions, so the user can't proceed with the tutorial. I tried making the dialog box a ScrollView but it didn't help, but...
java|android|xml|android-studio
0
2022-07-08T18:35:37.383Z
2,022
7
18
4
26
0
501
66
4
2
true
true
false
false
false
false
zero
72,915,771
React native state not updating while working with flatlist
<p>I have declared a variable as</p> <pre><code>var state = ['flase']; </code></pre> <p>I am trying to set value to true inside a function which is called onPress.</p> <pre><code>const handleSelectedOption=(option,i)=&gt;{ if(option===item.answer){ state[i]=true; console.log(&quot;Right...
I have declared a variable as [CODE] I am trying to set value to true inside a function which is called onPress. [CODE] I am using that value for condition to show two more text once something is clicked. I am basically creating a quiz app which will show answer and explanation once a option is selected for each questi...
javascript|android|reactjs|react-native|react-redux
0
2022-07-08T18:46:08.587Z
2,022
7
18
4
34
0
652
59
5
6
true
true
false
false
false
false
zero
72,915,796
UiDevice takeScreenshot not saving
<p>I am attempting to take a screenshot of the emulator, but I am unable to save to photo.</p> <pre><code>@RunWith(AndroidJUnit4::class) class ScreenshotTest : ScreenCaptureListener { private var device: UiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()) @get:Rule var mRuntimePermissi...
I am attempting to take a screenshot of the emulator, but I am unable to save to photo. [CODE] This is effectively my code, and the manifest file also contains these lines: [CODE] I am unsure the main cause of this issue. I am guessing it has to do with the permissions because I think I have tried most other possible l...
android|testing|uidevice
0
2022-07-08T18:48:47.190Z
2,022
7
18
4
21
0
375
34
3
2
true
true
false
false
false
false
zero
72,915,878
Ionic MediaCapture won't open on mobile
<p>I am using the MediaCapture plugin but on my mobile the camera does not open to record a video</p> <p>My code en video.page.ts</p> <pre><code>videoCapture() { console.log('videoCapture start'); let options: CaptureVideoOptions = { limit: 1, duration: 50 }; this.mediaCapture.captureVi...
I am using the MediaCapture plugin but on my mobile the camera does not open to record a video My code en video.page.ts [CODE] Config.xml [CODE] when doing ionic prepare android I get the following: cordova.cmd prepare android config file *-Info.plist requested for changes not found at C:\Users\gerar\OneDrive\Documento...
android|cordova|ionic-framework|ionic5|mediacapture
0
2022-07-08T18:57:45.167Z
2,022
7
18
4
25
0
378
39
5
2
true
true
false
false
false
false
zero
72,915,887
How to send video to a specific number in whatsApp in Android?
<p>I want to send a video that is stored in my raw folder in the Android Studio project to WhatsApp. How can I do it?</p> <pre><code> public void shareVideoWhatsApp() { String path = &quot;android.resource://&quot; + getPackageName() + &quot;/&quot; + R.raw.file_1; Uri uri = Uri.parse(path); ...
I want to send a video that is stored in my raw folder in the Android Studio project to WhatsApp. How can I do it? [CODE]
android
0
2022-07-08T18:59:11.097Z
2,022
7
18
4
14
0
121
62
1
1
true
true
false
false
false
false
zero
72,915,917
Issue with Firebase lookup when data returned is identical/duplicated
<p>I am encountering a very weird issue with Firebase realtime database.</p> <p>Below is my logging for when the issue is encountered (<code>loadedPicks 6 and 7</code> are where the issue lies)</p> <pre><code>*** FB DB Pick Info: DataSnapshot { key = 19, value = {Init=TB, SportType=1, Division=NFC South, City=Tampa Bay...
I am encountering a very weird issue with Firebase realtime database. Below is my logging for when the issue is encountered ( loadedPicks 6 and 7 are where the issue lies) [CODE] I included a screen shot of the issue, where you will see the last pick for the last user with a just a black helmet and N/A for the team nam...
java|android|firebase|firebase-realtime-database
0
2022-07-08T19:01:15.350Z
2,022
7
19
4
48
0
1,346
69
4
5
true
true
false
false
false
false
zero
72,916,003
Android Studio Emulator error (Upgrade to Chipmunk)
<p>I upgraded Android Studio to Chipmunk release. After the upgrade I am not able to connect to emulator. I did not change any settings with AVD and migrated it from the previously working version. Any help will be greatly appreciated.</p> <p>Thanks</p>
I upgraded Android Studio to Chipmunk release. After the upgrade I am not able to connect to emulator. I did not change any settings with AVD and migrated it from the previously working version. Any help will be greatly appreciated. Thanks
flutter|android-studio
1
2022-07-08T19:10:51.117Z
2,022
7
19
4
56
0
239
51
2
0
false
true
false
false
false
false
low
72,916,066
Infinite splash screen on android
<p>In my project, I was using flutter <code>3.0.3</code>. Once I updated to <code>3.0.4</code> and updated dependencies, suddenly when I launched the app on <code>android</code>, the <code>splash screen</code> is showing <code>continuously</code>(never going to the main app). I tried by moving to my previous commit, <c...
In my project, I was using flutter 3.0.3 . Once I updated to 3.0.4 and updated dependencies, suddenly when I launched the app on android , the splash screen is showing continuously (never going to the main app). I tried by moving to my previous commit, downgrading flutter but to no avail. This happened before but I luc...
android|flutter
1
2022-07-08T19:16:56.693Z
2,022
7
19
4
52
1
651
33
2
1
true
false
false
false
false
false
low
72,916,110
Building ffmpeg-kit for Android fails with arm-linux-androideabi-strip not found
<p>I am trying to build ffmpeg-kit for Android with &quot;android.sh&quot;. The build.log ends with:</p> <pre><code>^~~~~~~~~~~~~~~~~~~~~ In file included from &lt;built-in&gt;:370: &lt;command line&gt;:13:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined] #define __ANDROID_API__ 24 ^ &lt;built-i...
I am trying to build ffmpeg-kit for Android with &quot;android.sh&quot;. The build.log ends with: [CODE] ... [CODE] I have no idea what goes wrong. I have cloned the github repository again, with the same result.
android|ffmpeg|mobile-ffmpeg
0
2022-07-08T19:21:44.820Z
2,022
7
19
4
57
0
212
80
3
2
true
true
false
false
false
false
zero
72,916,256
How to localize notifications with android_alarm_manager
<p>I am building a Flutter app and want to show local notifications. Therefore, I use the android_alarm_manager plugin to schedule the notifications and then display them with flutter_local_notifications.</p> <p>The problem is that the app should be localized and thus the notifications. This requires calling</p> <pre><...
I am building a Flutter app and want to show local notifications. Therefore, I use the android_alarm_manager plugin to schedule the notifications and then display them with flutter_local_notifications. The problem is that the app should be localized and thus the notifications. This requires calling [CODE] which in retu...
flutter|localization|android-alarms|localnotification|flutter-local-notification
0
2022-07-08T19:40:23.210Z
2,022
7
19
4
20
0
606
56
5
1
true
true
false
false
false
false
zero
72,916,499
How to use custom attr with selector in Android?
<p>This is my custom attr:</p> <pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;resources&gt; &lt;declare-styleable name=&quot;MyComponent&quot;&gt; &lt;attr name=&quot;mycustom&quot; format=&quot;boolean&quot;/&gt; &lt;/declare-styleable&gt; &lt;/resources&gt; </code>...
This is my custom attr: [CODE] This is how I use it in layout: [CODE] It works ok in MyComponent class because I get true from this call: [CODE] However, it doesn't have any effect in selector: [CODE] What am I doing wrong? EDIT: The trick was to correctly use refreshDrawableState() + onCreateDrawableState(). As to usi...
android|selector
1
2022-07-08T20:06:47.930Z
2,022
7
20
4
86
0
415
48
2
5
true
true
false
false
false
false
low
72,916,530
class.getResourceAsStream gives back null in Android Studio
<p>I'm trying to create an app in Android Studio that can access a <a href="https://en.wikipedia.org/wiki/Google_Sheets" rel="nofollow noreferrer">Google Sheets</a> sheet. My <em>credentials.json</em> file is like this:</p> <pre><code>{&quot;client_id&quot;:[My ID], &quot;project_id&quot;:&quot;androidandsheets&quot;, ...
I'm trying to create an app in Android Studio that can access a Google Sheets sheet. My credentials.json file is like this: [CODE] But when I use this Java code, [CODE] the input stream returned by InputStream in = SheetsAndJava.class.getResourceAsStream(&quot;credentials.json&quot;) is null. How can I fix this issue? ...
java|android|inputstream
0
2022-07-08T20:10:48.243Z
2,022
7
20
4
53
1
458
59
3
2
true
false
false
false
false
false
zero
72,916,578
Multimodule app finish previous Activity when navigate to another Activity
<p>I have a project with different modules. I got <code>:ft_a</code> and <code>:ft_b</code> and they don't know about each other. There is a case where I want to go from <code>:ft_a</code> to <code>:ft_b</code> that I am using the Navigation component, so I use the <a href="https://developer.android.com/reference/andro...
I have a project with different modules. I got :ft_a and :ft_b and they don't know about each other. There is a case where I want to go from :ft_a to :ft_b that I am using the Navigation component, so I use the ActivityNavigator library. When I navigate from A (in :ft_a ) to B (in :ft_b ), I want to finish Activity A. ...
android|kotlin|navigation
0
2022-07-08T20:17:38.487Z
2,022
7
20
4
16
1
1,051
74
3
3
true
false
false
false
false
false
zero
72,916,676
Use SVG in ImageView directly
<p><img src="https://i.stack.imgur.com/YQyHX.png" alt="enter image description here" /></p> <p>Here is the code of SVG, I already create a file in drawable, but it does not appear when added in src of ImageView. <a href="https://i.stack.imgur.com/pVJvm.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/...
Here is the code of SVG, I already create a file in drawable, but it does not appear when added in src of ImageView. [CODE] **Error i got : ** [CODE]
java|android|android-studio|svg|android-vectordrawable
1
2022-07-08T20:28:15.507Z
2,022
7
20
4
54
1
149
29
5
2
true
false
false
false
false
false
low
72,916,846
Getting incorrect Android.Systems.OsConstants values in .NET
<p>I'm working on adding CPU monitoring to the Android portion of my Xamarin Forms app. I'm following the instructions found on <a href="https://eng.lyft.com/monitoring-cpu-performance-of-lyfts-android-applications-4e36fafffe12" rel="nofollow noreferrer">this page</a>, and currently have the following code written:</p>...
I'm working on adding CPU monitoring to the Android portion of my Xamarin Forms app. I'm following the instructions found on this page , and currently have the following code written: [CODE] After running this, the avgUsagePercent value doesn't make sense (ex. average CPU usage is (-2*10^-8)%). Looking at the numbers, ...
c#|android|.net|xamarin
1
2022-07-08T20:48:06.163Z
2,022
7
20
4
36
1
1,233
60
4
1
true
false
false
false
false
false
low
72,916,958
Unity Facebook SDK error (Building Library/Bee/artifacts/Android/d8kzr/libil2cpp.so failed with output)
<p>I have a building problem and it occurred after importing facebook SDK into the game. Does anybody have a solution?</p> <p><a href="https://i.stack.imgur.com/6QxVC.png" rel="nofollow noreferrer">Player Settings</a></p> <blockquote> <p>Building Library/Bee/artifacts/Android/d8kzr/libil2cpp.so failed with output: Libr...
I have a building problem and it occurred after importing facebook SDK into the game. Does anybody have a solution? Player Settings Building Library/Bee/artifacts/Android/d8kzr/libil2cpp.so failed with output: Library/Bee/artifacts/Android/d8kzr/4osi_ity.Canvas.o: In function CanvasJSWrapper_init_m7F37E8D602676BCF848A0...
android|unity3d|facebook-sdk-4.0|facebook-unity-sdk
0
2022-07-08T21:03:00.660Z
2,022
7
21
4
129
0
16,519
103
4
0
false
true
false
false
false
false
zero
72,917,133
Equalizer stops 10 seconds after exiting the fragment
<p>I am a beginner in the world of programming, and now I am working on developing an audio player by adding an equalizer, but I encountered a problem, which is after 10 seconds of pressing the back button and exiting the fragment, the equalizer stops and does not work until after opening the page again. Also, when pla...
I am a beginner in the world of programming, and now I am working on developing an audio player by adding an equalizer, but I encountered a problem, which is after 10 seconds of pressing the back button and exiting the fragment, the equalizer stops and does not work until after opening the page again. Also, when playin...
java|android|android-studio|kotlin|equalizer
0
2022-07-08T21:23:31.947Z
2,022
7
21
4
35
0
524
53
5
2
true
true
false
false
false
false
zero
72,917,144
Launching Intent through Chrome with data
<p>I'm trying to use the Chrome Intent Launcher to start a new intent from the browser. Everything goes fine with a simple example, following the <a href="https://developer.chrome.com/docs/multidevice/android/intents/" rel="nofollow noreferrer">documentation</a>:</p> <pre><code>intent: HOST/URI-path // Optional ho...
I'm trying to use the Chrome Intent Launcher to start a new intent from the browser. Everything goes fine with a simple example, following the documentation : [CODE] [CODE] However, I'm trying to &quot;translate&quot; an ADB command which has the &quot;-d&quot; data parameter to this anchor style. Here's the ADB comman...
android|google-chrome|android-intent
0
2022-07-08T21:25:25.437Z
2,022
7
21
4
113
0
652
41
3
5
true
true
false
false
false
false
zero
72,917,147
Own Device Administrator Owner App Uninstall
<p>I'm making a device administrator owner application, the problem is that I installed and set it as the owner of the device with adb and now I cant uninstall it or update it. What can I do?</p> <p>Also doesn't have the option to factory reset or install apk (I disabled them).</p> <p>Thank you</p>
I'm making a device administrator owner application, the problem is that I installed and set it as the owner of the device with adb and now I cant uninstall it or update it. What can I do? Also doesn't have the option to factory reset or install apk (I disabled them). Thank you
android|device-admin
0
2022-07-08T21:26:03.983Z
2,022
7
21
4
77
0
278
44
2
0
false
true
false
false
false
false
zero
72,917,220
the firebase reference is not being added
<p>for some reason, the data is not being added to the firebase database. maybe its because i set the database in test mode? i have no idea. this was working before, however today it stopped working.</p> <pre><code> private EditText EditTextFullName, EditTextAge, EditTextEmail, EditTextPassword; private TextVi...
for some reason, the data is not being added to the firebase database. maybe its because i set the database in test mode? i have no idea. this was working before, however today it stopped working. [CODE]
android|firebase|firebase-realtime-database
0
2022-07-08T21:34:33.047Z
2,022
7
21
4
34
1
203
41
3
1
true
false
false
false
false
false
zero
72,917,222
AOSP Build System Library (jar) as pure JAR. Not dexed
<p>I have a Java Library project in my AOSP build which creates a jar file and hosts it in system/framework</p> <p>Everything works as expected, however I now wish to create a JAR file from the same library to allow and application to link and compile against it. Goal is to be able to create APKs against this lib (comp...
I have a Java Library project in my AOSP build which creates a jar file and hosts it in system/framework Everything works as expected, however I now wish to create a JAR file from the same library to allow and application to link and compile against it. Goal is to be able to create APKs against this lib (compileOnly) s...
android|android-source
0
2022-07-08T21:35:14.070Z
2,022
7
21
4
111
0
980
54
2
0
false
true
false
false
false
false
zero
72,917,258
Flutter I/ExoPlayerImpl( 6774): Init dd7b037 [ExoPlayerLib/2.15.0] [generic_x86, Android SDK built for x86, Google, 29] and multiple errors
<p>My codes were working a few days ago. I deleted the emulator from Android Studio due to a bug in the emulator. Then I created a new emulator. My codes failed in the new emulator.</p> <p>First of all my codes:</p> <pre><code> Positioned( bottom: 30, child: AnimatedOpacity( opacity: _goButton ? 1 : 0, ...
My codes were working a few days ago. I deleted the emulator from Android Studio due to a bug in the emulator. Then I created a new emulator. My codes failed in the new emulator. First of all my codes: [CODE] The errors i get: [CODE] Thanks in advance for your help.
android|flutter
0
2022-07-08T21:41:10.353Z
2,022
7
21
4
32
0
266
139
2
2
true
true
false
false
false
false
zero
72,917,565
Android Cordova - override user changes in font size
<p>I have a pretty large Cordova app and want to ignore any user changes to the Android system font size. I've tried various solutions and nothing is working for me. There's an old plugin that no longer works: <a href="https://github.com/phonegap/phonegap-mobile-accessibility" rel="nofollow noreferrer">https://github...
I have a pretty large Cordova app and want to ignore any user changes to the Android system font size. I've tried various solutions and nothing is working for me. There's an old plugin that no longer works: https://github.com/phonegap/phonegap-mobile-accessibility . Any ideas? Example code? I'm not a Java expert - whic...
android|cordova
1
2022-07-08T22:23:54.307Z
2,022
7
22
4
15
1
441
52
2
0
false
false
false
false
false
false
low
72,917,581
Remember checkbox doesn't work when I close app, should I do anything more?
<p>I have tried many times with different ways but the checkbox to remember the login details is still not working. When I close the app and open the app, it's still in the login activity, even though I checked the remember checkbox before, I don't know where I made an error or am missing another step.</p> <pre class="...
I have tried many times with different ways but the checkbox to remember the login details is still not working. When I close the app and open the app, it's still in the login activity, even though I checked the remember checkbox before, I don't know where I made an error or am missing another step. [CODE] Or is there ...
java|android|android-studio
1
2022-07-08T22:26:37.143Z
2,022
7
22
4
43
1
475
75
3
2
true
false
false
false
false
false
low
72,917,621
Trying to make my alarm manager alarm clock, survive force closing the app
<p>How do I make my alarm manager alarms that are set, not get erased after clearing all my running apps from memory.</p>
How do I make my alarm manager alarms that are set, not get erased after clearing all my running apps from memory.
android|kotlin|alarmmanager
1
2022-07-08T22:34:14.963Z
2,022
7
22
4
40
1
114
74
3
0
false
false
false
false
false
false
low
72,918,205
Change Specific Colors of Drawable on Runtime
<p>I am learning android studio using Java and I want to know if it's possible to change a specific color of a drawable.<br><br> Say for example, I added a PNG image in res as a drawable. This image has 3 distinct colors (red,green,blue), and during runtime, I want to output an image where all red(#FF0000) is changed t...
I am learning android studio using Java and I want to know if it's possible to change a specific color of a drawable. Say for example, I added a PNG image in res as a drawable. This image has 3 distinct colors (red,green,blue), and during runtime, I want to output an image where all red(#FF0000) is changed to orange(#F...
java|android
0
2022-07-09T00:54:01.067Z
2,022
7
0
5
27
0
721
45
2
0
false
true
false
false
false
false
zero
72,918,232
Uri to scaled Bitmap Kotlin code displays the image rotated on its side
<p>I have Kotlin code that scales down the <code>Uri</code> image to a <code>Bitmap</code> and back to a <code>Uri</code>. Although the code successfully scales the image, it displays it rotated onto its side. What could be wrong with the code?</p> <p><strong>Composable</strong></p> <pre><code>LaunchedEffect(key1 = &qu...
I have Kotlin code that scales down the Uri image to a Bitmap and back to a Uri . Although the code successfully scales the image, it displays it rotated onto its side. What could be wrong with the code? Composable [CODE] Scaling Functions [CODE]
android|kotlin|uri|android-jetpack-compose|android-bitmap
0
2022-07-09T01:00:10.833Z
2,022
7
1
5
74
0
246
71
5
2
true
true
false
false
false
false
zero
72,918,236
react-native-fullscreen-chz with bottom tab navigator not filled
<p>I'm trying to make a fullscreen (no notification bar and no botton android buttons) android app with react-native.</p> <p>I found the <a href="https://github.com/chzappsinc/react-native-fullscreen-chz" rel="nofollow noreferrer">react-native-fullscreen-chz</a> library that works well with a basic screen but it doesn'...
I'm trying to make a fullscreen (no notification bar and no botton android buttons) android app with react-native. I found the react-native-fullscreen-chz library that works well with a basic screen but it doesn't expand when using a Bottom Tab Bar. I'm getting the following: How can I achieve the full screen mode with...
android|react-native|fullscreen
0
2022-07-09T01:02:26.280Z
2,022
7
1
5
42
0
370
64
3
0
false
true
false
false
false
false
zero
72,918,266
ModalBottomSheetLayout and back pressed
<p>Currently I am using Jetpack compose and use ModalBottomSheetLayout to display the bottom sheet.</p> <p>How to hide sheetState when back pressed?</p>
Currently I am using Jetpack compose and use ModalBottomSheetLayout to display the bottom sheet. How to hide sheetState when back pressed?
android|android-jetpack-compose
0
2022-07-09T01:12:36.827Z
2,022
7
1
5
102
2
138
39
2
0
false
false
false
false
false
false
zero
72,918,272
How do I know when the app is killed in Expo?
<p>I have an expo application that I'm testing on Android. The app connects to a server via socket.io when it starts or when it's in the background. I would like to know when the app is killed or terminated by the user so that I can disconnect the socket connection. How can I know when the expo app is killed or termina...
I have an expo application that I'm testing on Android. The app connects to a server via socket.io when it starts or when it's in the background. I would like to know when the app is killed or terminated by the user so that I can disconnect the socket connection. How can I know when the expo app is killed or terminated...
android|react-native|socket.io|expo
0
2022-07-09T01:13:55.957Z
2,022
7
1
5
67
1
332
45
4
0
false
false
false
false
false
false
zero
72,918,383
Receiving a NoSuchFieldError for AllowAllHostnameVerifier when trying to setup S3Client.builder() in Java using Android Studio
<p>This code:</p> <pre><code>S3Client sS3Client = S3Client.builder() .region(region) .credentialsProvider(credentialsProvider) .build(); </code></pre> <p>is generating the following error in Android Studio:</p> <pre><code>java.lang.NoSuchFieldError: No static ...
This code: [CODE] is generating the following error in Android Studio: [CODE] The relevant gradle information is: [CODE] I have explored other similar questions on this topic but none of them seem to have a solution that works with the Amazon S3 Java SDK. Is there a way around this that doesn't require creating a new p...
java|android|amazon-s3
0
2022-07-09T01:47:04.703Z
2,022
7
1
5
31
0
494
126
3
3
true
true
false
false
false
false
zero
72,918,922
What css property will cause the URL bar on Chrome android browser to auto hide?
<p>If you go to twitter.com on the Android Chrome browser and scroll up, then the address bar will auto hide itself to make more room for the webpage.</p> <p>My app used to do this. But now I am not sure what I tweaked to make this no work.</p> <p>The main <code>div</code> of the app is set to <code>height: 100vh</code...
If you go to twitter.com on the Android Chrome browser and scroll up, then the address bar will auto hide itself to make more room for the webpage. My app used to do this. But now I am not sure what I tweaked to make this no work. The main div of the app is set to height: 100vh . And because the address bar does not au...
android|html|css|google-chrome|mobile-browser
2
2022-07-09T04:21:57.543Z
2,022
7
4
5
85
0
351
80
5
0
false
true
false
false
false
false
low
72,919,052
Web Bluetooth - Show extra info on scanning dialog
<p>I'm trying to support web-bluetooth to connect to my devices and perform a simple task (such as playing LED). However, the device information showed on the scanning dialog when calling <code>navigator.bluetooth.requestDevice</code> is not so clear. It only shows the <code>device name</code> and a random (?) hex stri...
I'm trying to support web-bluetooth to connect to my devices and perform a simple task (such as playing LED). However, the device information showed on the scanning dialog when calling navigator.bluetooth.requestDevice is not so clear. It only shows the device name and a random (?) hex string. The problem here is all m...
bluetooth|bluetooth-lowenergy|android-bluetooth|ios-bluetooth|web-bluetooth
0
2022-07-09T04:57:21.557Z
2,022
7
4
5
54
1
1,270
50
5
0
false
false
false
false
false
false
zero
72,919,110
How to solve this Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE
<p>Have been trying to solve this but couldn't . this is udacity lesson where i am trying to create notifications using pending intent but there is problem with Pending Intent being Mutable i tried with this way</p> <p><strong>ViewModel</strong></p> <pre><code>private val REQUEST_CODE = 0 private val TRIGGER_TIME = &qu...
Have been trying to solve this but couldn't . this is udacity lesson where i am trying to create notifications using pending intent but there is problem with Pending Intent being Mutable i tried with this way ViewModel [CODE] Fragment [CODE] as i was looking into other similar questions which was solved by the gradle d...
android|kotlin|kotlin-android
2
2022-07-09T05:11:56.227Z
2,022
7
5
5
3,928
4
415
105
3
4
true
false
true
false
false
false
low
72,919,249
How to pass jwt token in request header of react-native-webview?
<p>How to pass jwt token in request header of react-native-webview to display protected webpages content.</p> <p>The below code is not working :</p> <pre><code> &lt;WebView source={{ uri: 'website url', headers: { Authorization: 'Bearer'+'eyJ0eX...........', }, }} /&gt; ...
How to pass jwt token in request header of react-native-webview to display protected webpages content. The below code is not working : [CODE]
android|ios|react-native|react-native-webview
1
2022-07-09T05:46:55.687Z
2,022
7
5
5
288
1
141
64
4
1
true
false
false
false
false
false
low
72,919,321
Is there a reason why OnePlus devices don't have the Build.VERSION.RELEASE_OR_CODENAME value
<p>The following code works on Samsung devices to get the Android version number: <code>String buildVersionRelease = Build.VERSION.RELEASE_OR_CODENAME;</code></p> <p>The same code returns this error on OnePlus devices (3T and 5T)</p> <pre><code>java.lang.NoSuchFieldError: No static field RELEASE_OR_CODENAME of type Lja...
The following code works on Samsung devices to get the Android version number: String buildVersionRelease = Build.VERSION.RELEASE_OR_CODENAME; The same code returns this error on OnePlus devices (3T and 5T) [CODE]
java|android|exception
0
2022-07-09T06:05:12.517Z
2,022
7
6
5
36
1
213
92
3
1
true
false
false
false
false
false
zero
72,919,367
How to select and display a live table with kotlin, room, mvvm?
<p>In my First fragment, I create the team name (corresponding to my team_table).</p> <p>Then, I move on to the fragment for adding player names. I would like to display directly and only the list of players corresponding to the team. It seems to work when I want to update a player's name and come back to that player l...
In my First fragment, I create the team name (corresponding to my team_table). Then, I move on to the fragment for adding player names. I would like to display directly and only the list of players corresponding to the team. It seems to work when I want to update a player's name and come back to that player list. Other...
kotlin|mvvm|android-room|android-livedata
0
2022-07-09T06:16:07.033Z
2,022
7
6
5
35
0
536
63
4
5
true
true
false
false
false
false
zero
72,919,398
Thrown exception is not caught properly, causing my app to crash
<p>I have these two functions</p> <pre><code> override suspend fun getUser(loadUserImage: Boolean): BaseResult&lt;User&gt; = withContext(realmWriteDispatcher) { getResult { RealmDb.useRealm { user()?.mapToUser() } } } private fun Realm.user(): RealmUser { ...
I have these two functions [CODE] Basically anywhere in the app, you can fetch the current user from realm, and if it does not exist, it means the user is logged out and this call somehow happened by mistake. It will force the user back to the home screen if it has not already happened. It will throw a UserNotFound() e...
android|kotlin|realm
0
2022-07-09T06:22:06.550Z
2,022
7
6
5
105
0
742
64
3
2
true
true
false
false
false
false
zero
72,919,451
How to load images from phone storage in android studio
<p>I have been trying from long time to solve the problem. I'm beginner in android studio programming language &quot;Java&quot;. I'm trying to load images from phone storage into my application but the problem is when I click on ImageView it shows the image path which I set it already onClick, but it not showing the im...
I have been trying from long time to solve the problem. I'm beginner in android studio programming language &quot;Java&quot;. I'm trying to load images from phone storage into my application but the problem is when I click on ImageView it shows the image path which I set it already onClick, but it not showing the image...
java|android|android-studio
0
2022-07-09T06:34:32.730Z
2,022
7
6
5
57
1
704
55
3
2
true
false
false
false
false
false
zero
72,919,488
how to handle imepadding when textfield is at bottom of view in jetpack compose?
<p>When the basictextfield is at bottom of view and is focused, the basictextfield is moving to the center of screen. How can I stop that? If I remove imePadding(), only half of textfield is visible.</p> <pre class="lang-kotlin prettyprint-override"><code>@AndroidEntryPoint class MainActivity : ComponentActivity() { ...
When the basictextfield is at bottom of view and is focused, the basictextfield is moving to the center of screen. How can I stop that? If I remove imePadding(), only half of textfield is visible. [CODE]
keyboard|focus|android-jetpack-compose|textfield|padding
1
2022-07-09T06:42:44.380Z
2,022
7
6
5
111
0
203
80
5
1
true
true
false
false
false
false
low
72,919,552
How to implement swipe to refresh in Jetpack compose
<p>How to create swipe to refresh in Jetpack compose using kotlin? Please Share proper reference link</p> <p>SwipeRefresh is not available</p> <pre><code> SwipeRefresh( state = rememberSwipeRefreshState(isRefreshing), onRefresh = { }, ) { LazyColumn { } } </code></pr...
How to create swipe to refresh in Jetpack compose using kotlin? Please Share proper reference link SwipeRefresh is not available [CODE]
android-jetpack-compose
0
2022-07-09T06:56:31.510Z
2,022
7
6
5
125
1
135
52
1
1
true
false
false
false
false
false
zero
72,919,575
Google Play Store states "You will have 90 days to release your app to production after starting Pre-Registration". What happens then?
<p>This question was already asked a long time ago but there were no great answers.</p> <p>Does anybody have experience with this? Thanks!</p>
This question was already asked a long time ago but there were no great answers. Does anybody have experience with this? Thanks!
android|google-play
0
2022-07-09T07:03:16Z
-1
-1
-1
-1
26
0
128
134
2
0
false
true
false
false
false
false
zero
72,919,614
Share Image from Xiaomi gallery app has problem
<p>I want to share images from MIUI gallery app to my app but received intent has <code>data=null</code> and <code>uri=content://com.miui.gallery.open/raw/%2Fstorage%2Femulated%2F0%2FAndroid%2Fdata%2Fcom.miui.gallery%2Fcache%2FSecurityShare%2F1657350098978.jpg</code></p> <p>Then i use <code>Cursor</code> to get file pa...
I want to share images from MIUI gallery app to my app but received intent has data=null and uri=content://com.miui.gallery.open/raw/%2Fstorage%2Femulated%2F0%2FAndroid%2Fdata%2Fcom.miui.gallery%2Fcache%2FSecurityShare%2F1657350098978.jpg Then i use Cursor to get file path and path is: /storage/emulated/0/Android/data/...
android|image|uri|xiaomi|miui
1
2022-07-09T07:12:28.053Z
2,022
7
7
5
110
0
578
47
5
2
true
true
false
false
false
false
low
72,919,709
Flutter App crash on launching showing some DexPathList error
<p>When I start my app its showing this error. I have change my package name but I don't get where this com.epixmobile.dor.DOR is coming I have change every where with com.epixmobile.dor but error is not going.</p> <pre><code>java.lang.RuntimeException: Unable to instantiate application com.epixmobile.dor.DOR: java.lan...
When I start my app its showing this error. I have change my package name but I don't get where this com.epixmobile.dor.DOR is coming I have change every where with com.epixmobile.dor but error is not going. [CODE] Mainactivity.kt [CODE] This is android.xml [CODE] app/build.gradle [CODE] I am stuck on this from 3 days ...
android|flutter|kotlin|dart
0
2022-07-09T07:30:45.670Z
2,022
7
7
5
157
1
502
61
4
4
true
false
false
false
false
false
zero
72,919,733
Appium Automation for ADF based WebPages in Android application
<p>I am trying to create a automation suit for a Android app which has ADF based Pages in it. As i have confirmed from Dev the elements are generated dynamically, but in Appium Inspect i am unable to locate the element in it. And multiple elements/ Tiles are visible under a single TextView which has no child elements....
I am trying to create a automation suit for a Android app which has ADF based Pages in it. As i have confirmed from Dev the elements are generated dynamically, but in Appium Inspect i am unable to locate the element in it. And multiple elements/ Tiles are visible under a single TextView which has no child elements. How...
java|automation|appium|oracle-adf|appium-android
0
2022-07-09T07:34:54.050Z
2,022
7
7
5
12
0
376
63
5
0
false
true
false
false
false
false
zero
72,919,872
How to auto read a value from another App and make auto swipe
<p>I know nothing about Android App development. I need help about getting a specific value on another App from display and performing a auto swipe depending on that specific value and not performing swipe for other values.</p>
I know nothing about Android App development. I need help about getting a specific value on another App from display and performing a auto swipe depending on that specific value and not performing swipe for other values.
android
0
2022-07-09T08:00:47.107Z
2,022
7
8
5
21
0
220
61
1
0
false
true
false
false
false
false
zero
72,919,917
Difference between IOS viewmodel and Android viewmodel
<p>We have both android and ios apps and trying to make it similar almost with architecture. IOS is ahead of us for now, and they create viewmodel almost for everything. For example, we have list of posts. They have viewmodel that hold that list. Then they have viewmodel for one post. Then viewmodel for post comment, v...
We have both android and ios apps and trying to make it similar almost with architecture. IOS is ahead of us for now, and they create viewmodel almost for everything. For example, we have list of posts. They have viewmodel that hold that list. Then they have viewmodel for one post. Then viewmodel for post comment, view...
android|ios|mvvm|android-viewmodel
0
2022-07-09T08:07:46.900Z
2,022
7
8
5
39
0
575
54
4
0
false
true
false
false
false
false
zero
72,919,969
Recyclerview to not update when activity containing it is opened?
<p>IS it possible for a recyclerview to not update when the activity is opened, but will update if reopened?</p> <pre><code> db = FirebaseFirestore.getInstance() db.collection(&quot;Helpers&quot;) .whereEqualTo(&quot;helperReady&quot;, true) .whereEqualTo(&quot;state&quot;, &quot;Online&quot;) ...
IS it possible for a recyclerview to not update when the activity is opened, but will update if reopened? [CODE] Adapter: [CODE] } Array List: [CODE] } This code updates the list but everytime a data changes, the list goes completely blank and will only show the updated item, when reopened it shows the item with the re...
android|kotlin|google-cloud-firestore
0
2022-07-09T08:22:29.153Z
2,022
7
8
5
65
1
449
65
3
3
true
false
false
false
false
false
zero
72,920,117
Initial Push Failed in Android Studio
<p>I tried creating a git hub repository using Android Studio but I'm getting this error:</p> <pre><code>14:21 Can't finish GitHub sharing process Successfully created project 'anomaly' on GitHub, but initial push failed: Invocation failed Unexpected end of file from server java.lang....
I tried creating a git hub repository using Android Studio but I'm getting this error: [CODE] Can someone please tell me how to resolve this issue.
flutter|android-studio|github|repo
0
2022-07-09T08:56:34.677Z
2,022
7
8
5
149
1
147
37
4
1
true
false
false
false
false
false
zero
72,920,125
can't open my Android Studio, It doesn't even show in the task mngr(Error occurred during initialization of VM java.lang.UnsupportedClassVersionError)
<p>I got a new Laptop and I recently installed Android Studio. I've managed to run it on my first few tries, but it suddenly won't open afterwards. Perhaps it might be because I've been setting up and installing/uninstalling other apps for the laptop, and the IDE's components might get mixed along the way. I really don...
I got a new Laptop and I recently installed Android Studio. I've managed to run it on my first few tries, but it suddenly won't open afterwards. Perhaps it might be because I've been setting up and installing/uninstalling other apps for the laptop, and the IDE's components might get mixed along the way. I really don't ...
java|android|installation|cmd|launching
0
2022-07-09T08:57:41.153Z
2,022
7
8
5
43
1
1,152
150
5
1
true
false
false
false
false
false
zero
72,920,184
internet connected check using NetworkCapabilities
<p>I am using this code after checking several posts in stackoverflow.com</p> <p>It works fine when connected to Cellular and senses whether it is online. However, for Wi-Fi, it gives 'true' always. Observed that c03 and c04 are always true. Is there any way I could check whether device is connected to Internet.</p> <p...
I am using this code after checking several posts in stackoverflow.com It works fine when connected to Cellular and senses whether it is online. However, for Wi-Fi, it gives 'true' always. Observed that c03 and c04 are always true. Is there any way I could check whether device is connected to Internet. Can some one ple...
android|networking|android-networking
0
2022-07-09T09:09:49.293Z
2,022
7
9
5
74
0
336
50
3
1
true
true
false
false
false
false
zero
72,920,197
My items disappear when I add another item with an SVG - Android Studio XML
<p>First of all, I’m not necessarily comfortable with programming in Java, nor on Android Studio (I just started to develop on this language and this tool again after 2 years and a few stops).</p> <p>In order to design a button, I created a drawable with a red circle of <code>69dp</code> in a <code>layer-list</code>.</...
First of all, I’m not necessarily comfortable with programming in Java, nor on Android Studio (I just started to develop on this language and this tool again after 2 years and a few stops). In order to design a button, I created a drawable with a red circle of 69dp in a layer-list . Then I had to add a triangle in this...
java|android|xml|android-studio|android-drawable
0
2022-07-09T09:12:42.697Z
2,022
7
9
5
27
2
1,161
75
5
4
true
false
false
false
false
false
zero
72,920,202
Debug React native app on Registry module update
<p>I have created a new React native app project</p> <pre><code>&quot;react&quot;: &quot;18.0.0&quot;, &quot;react-native&quot;: &quot;0.69.1&quot;, </code></pre> <p>As i have a old project so i have added some packages</p> <pre><code> &quot;@react-native-community/cli&quot;: &quot;^8.0.3&quot;, &quot;@react-n...
I have created a new React native app project [CODE] As i have a old project so i have added some packages [CODE] After adding these packages i am getting this error [CODE] I tried various solution but not able to debug it as there is no logs coming for this just getting this warning. So Please let me know how can i ge...
javascript|android|react-native|debugging|stack-trace
0
2022-07-09T09:13:14.537Z
2,022
7
9
5
52
0
392
48
5
3
true
true
false
false
false
false
zero
72,920,264
Text use minimum space in Row
<p>Here is my code:</p> <pre class="lang-kotlin prettyprint-override"><code>Row { Text( text = text1, maxLines = 1, overflow = TextOverflow.Ellipsis, ) Spacer(modifier = Modifier.width(2.dp)) Text( text = text2, maxLines = 1, ) } </code></pre> <p>The text2's l...
Here is my code: [CODE] The text2's length is short (but not specical width) while text1's length may be long or short. I want text2 always visible and text1 shows ellipsis when it is long. The Modifier.weight(1F) can't meet my requirement because text1 will fill up the remaining space and text2 always at the end of Ro...
android|android-jetpack-compose|android-jetpack
1
2022-07-09T09:23:14.913Z
2,022
7
9
5
39
1
352
29
3
1
true
false
false
false
false
false
low
72,920,330
How Can I monitor WIFI state change in the backgroud since phone startup in Android 8.0+?
<p>I want to build a function that automatically authorize the user to a certain network.So I tried the following code</p> <pre><code>public class WIFIStateChangeBroadcastReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { if (intent.getAction().equals(...
I want to build a function that automatically authorize the user to a certain network.So I tried the following code [CODE] Then I registered them in the MainActivity [CODE] But I found that the receiver didn't work after my application exits. Also I can't register the receiver using a service that called after startup....
android|android-service
0
2022-07-09T09:37:19.113Z
2,022
7
9
5
12
0
362
89
2
2
true
true
false
false
false
false
zero
72,920,490
Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/remote/CommandPayload
<p>New to Java here! Trying to automate a sample app and I'm getting the above error. The appium and selenium-java versions are compatible. Tried adding another dependency selenium-remote-driver but the issue still persists.</p> <pre><code>&lt;dependencies&gt; &lt;!-- https://mvnrepository.com/artifact/io.appium/ja...
New to Java here! Trying to automate a sample app and I'm getting the above error. The appium and selenium-java versions are compatible. Tried adding another dependency selenium-remote-driver but the issue still persists. [CODE] Can someone please help? [CODE]
java|android|maven|appium|selenium-java
0
2022-07-09T10:06:38.857Z
2,022
7
10
5
54
3
260
100
5
2
true
false
false
false
false
false
zero
72,920,524
Emulator shows "app has stopped responding" message
<p>I'm new to Android Studio and just managed to get the app to actually show up in the emulator, but it never actually opens and I get a &quot;unfortunately app has stopped working&quot; popup.</p> <p>This is the activitymain.xml file:</p> <pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt...
I'm new to Android Studio and just managed to get the app to actually show up in the emulator, but it never actually opens and I get a &quot;unfortunately app has stopped working&quot; popup. This is the activitymain.xml file: [CODE] and this is the content-main.xml file: [CODE] I'm quite literally eyeballing everythin...
android-studio
0
2022-07-09T10:11:50.650Z
2,022
7
10
5
12
0
507
51
1
2
true
true
false
false
false
false
zero
72,920,606
Coil unit testing - how to do this?
<p>Is it possible to mock coil network level when unit testing? With <code>MockWebServer</code>? Or test it somehow else? I can't find information on the Internet about it.</p>
Is it possible to mock coil network level when unit testing? With MockWebServer ? Or test it somehow else? I can't find information on the Internet about it.
android|unit-testing|coil
4
2022-07-09T10:26:26.047Z
2,022
7
10
5
80
1
157
35
3
0
false
false
false
false
false
false
low
72,920,787
how to correctly backup room database
<p>I read <a href="https://stackoverflow.com/questions/50987119/backup-room-database">Backup Room database</a> but I think answers contains errors for new releases of android studio and I want to know how to correctly backup and restore room database in 2022 in kotlin or java.</p>
I read Backup Room database but I think answers contains errors for new releases of android studio and I want to know how to correctly backup and restore room database in 2022 in kotlin or java.
android|android-room
-1
2022-07-09T10:58:20.947Z
2,022
7
10
5
65
1
194
37
2
0
false
false
false
false
false
true
negative
72,920,793
Continuously send UDP packets in background in Java
<p>I want to send the data like button states, joystick values, etc from my app to a server repeatedly through UDP protocol to control a drone, I searched and tried the infinite while loop approach but it makes my app crash. I do not have much knowledge about working, I just want a Client that sends a string/JSON objec...
I want to send the data like button states, joystick values, etc from my app to a server repeatedly through UDP protocol to control a drone, I searched and tried the infinite while loop approach but it makes my app crash. I do not have much knowledge about working, I just want a Client that sends a string/JSON object c...
java|android|android-studio|sockets|udp
-1
2022-07-09T10:58:57.807Z
2,022
7
10
5
38
1
583
51
5
1
true
false
false
false
false
true
negative
72,920,795
How to add '.in' domain for flutter app to avoid Android resource linking error?
<p>I'm making a flutter project with the cmd:</p> <pre><code>flutter create --org in.fiesto lafiesto </code></pre> <p>This command puts 'in' under backticks- `in` in the MainActivity.kt file because 'in' is a keyword.</p> <p>When I run the app it throws the following error:</p> <ul> <li>What went wrong: Execution faile...
I'm making a flutter project with the cmd: [CODE] This command puts 'in' under backticks- `in` in the MainActivity.kt file because 'in' is a keyword. When I run the app it throws the following error: What went wrong: Execution failed for task ':app:processDebugResources'. A failure occurred while executing com.android....
android|flutter|dart|visual-studio-code|android-manifest
3
2022-07-09T10:59:16.263Z
2,022
7
10
5
98
1
1,186
80
5
4
true
false
false
false
false
false
low
72,920,887
How to hide Chrome on Android password suggestion ribbon on regular inputs
<p><strong>Chrome on Android is showing a password suggestion ribbon for unrelated inputs and I can't find any way to hide it.</strong></p> <p>I have a form with multiple inputs (created in React). All of them are of type <code>&quot;text&quot;</code>, <code>&quot;date&quot;</code>, <code>&quot;number&quot;</code> or o...
Chrome on Android is showing a password suggestion ribbon for unrelated inputs and I can't find any way to hide it. I have a form with multiple inputs (created in React). All of them are of type &quot;text&quot; , &quot;date&quot; , &quot;number&quot; or other non-login form related type. Each one of them has both attr...
javascript|android|html|css|google-chrome
2
2022-07-09T11:13:06.003Z
2,022
7
11
5
76
1
1,596
74
5
0
false
false
false
false
false
false
low
72,920,985
Toast not appearing on Android Studio
<p>I am trying to make a toast appear when I click a button. I have already set the button's on click to be the 'cli function'. However when I press the button nothing appears. Could you please help me.</p> <p><a href="https://i.stack.imgur.com/xDsGa.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/xD...
I am trying to make a toast appear when I click a button. I have already set the button's on click to be the 'cli function'. However when I press the button nothing appears. Could you please help me.
java|android|android-studio
0
2022-07-09T11:29:07.460Z
2,022
7
11
5
51
3
199
37
3
0
false
false
false
false
false
false
zero
72,921,043
Open PDF from web server where directory is with password - Android
<p>I am developing a mobile app where I want to read a PDF document from an external server, the folder where said PDF is stored has a password, so I try to do it in the following way:</p> <pre><code>URL2 = &quot;https://server.com/folder/name.pdf&quot;; Bundle bundle = new Bundle(); Intent intent = new Intent(Intent.A...
I am developing a mobile app where I want to read a PDF document from an external server, the folder where said PDF is stored has a password, so I try to do it in the following way: [CODE] But it returns me the following error: Cannot display PDF (name.pdf cannot be opened) Does anyone know what I'm doing wrong and can...
android|android-studio|pdf|android-intent
0
2022-07-09T11:38:11.530Z
2,022
7
11
5
30
0
350
67
4
1
true
true
false
false
false
false
zero
72,921,177
Duplicate class error while generating pdf using separate class
<p>The duplicate class error. jetters are given true This error is poppping even after trying all the methods available in the StackOverflow.</p> <p>error is Duplicate class org.intellij.lang.annotations.Flow found in modules jetified-annotations-13.0 (org.jetbrains:annotations:13.0) and jetified-annotations-java5-15.0...
The duplicate class error. jetters are given true This error is poppping even after trying all the methods available in the StackOverflow. error is Duplicate class org.intellij.lang.annotations.Flow found in modules jetified-annotations-13.0 (org.jetbrains:annotations:13.0) and jetified-annotations-java5-15.0 (org.jetb...
java|android-studio|gradle|intellij-idea|android-jetifier
1
2022-07-09T11:58:51.243Z
2,022
7
11
5
37
0
472
63
5
3
true
true
false
false
false
false
low
72,921,281
Authentification of Dialogflow CX Agent in Android App
<p>I am trying to integrate a Dialogflow CX bot into an Android App, but I can't get authentification to work. The agents credentials are available in raw. When running the app I get the following error message and the app crashes:</p> <pre><code>07-09 12:10:27.841 2600-2600/com.softbankrobotics.jokeswithdialogflow E/A...
I am trying to integrate a Dialogflow CX bot into an Android App, but I can't get authentification to work. The agents credentials are available in raw. When running the app I get the following error message and the app crashes: [CODE] I am currently trying to solve the matter by using OpenID for OAuth2 - but I can not...
android|oauth-2.0|dialogflow-cx
0
2022-07-09T12:15:48.593Z
2,022
7
12
5
49
0
434
54
3
1
true
true
false
false
false
false
zero
72,921,381
Lots of file are getting generated automatically in kotlin android
<p>**How to stop these files from getting generated ? so during commit they wont show up **</p> <p>when I change in any file then along with changed files lots of other files are getting generated which am totally unaware about. Some of the files are my class files but generated one are having $ or something after that...
**How to stop these files from getting generated ? so during commit they wont show up ** when I change in any file then along with changed files lots of other files are getting generated which am totally unaware about. Some of the files are my class files but generated one are having $ or something after that . Check p...
android|kotlin
0
2022-07-09T12:31:53.163Z
2,022
7
12
5
30
0
399
66
2
2
true
true
false
false
false
false
zero
72,921,484
Navigating between composable's using a Navigation Drawer in Jetpack Compose
<p>I am trying to set up navigation for the drawer icons/textfield in jetpack compose but not exactly sure how to do it properly. How can I set the navigation so that whenever I click in one of the Icons I get navigated to that composable screen? This is currently my <strong>MainDrawer layout:</strong></p> <pre><code>...
I am trying to set up navigation for the drawer icons/textfield in jetpack compose but not exactly sure how to do it properly. How can I set the navigation so that whenever I click in one of the Icons I get navigated to that composable screen? This is currently my MainDrawer layout: [CODE] Drawer Body: This contains th...
android|kotlin|navigation-drawer|android-jetpack-compose
0
2022-07-09T12:47:23.927Z
2,022
7
12
5
196
1
348
76
4
2
true
false
false
false
false
false
zero
72,921,537
Intellij Idea Autocomplete not working for flutter and Java
<p>I'm currently using intellij idea 2020.3.1 . I have done many mini projects with java and flutter and i have never faced any problem with the autocomplete feature/intellisense before until now. It just suddenly stopped working and i have been trying to fix it for days. I have tried the following solutions to no avai...
I'm currently using intellij idea 2020.3.1 . I have done many mini projects with java and flutter and i have never faced any problem with the autocomplete feature/intellisense before until now. It just suddenly stopped working and i have been trying to fix it for days. I have tried the following solutions to no avail. ...
java|android|flutter|intellij-idea|autocomplete
0
2022-07-09T12:55:44.273Z
2,022
7
12
5
65
1
575
59
5
0
false
false
false
false
false
false
zero
72,921,553
Error building android: Duplicate class androidx.annotation.AnimRes found in modules annotation-1.3.0 - Unity 2019.4.40f1
<p>So when I try to build android app, I get these duplicate errors and also warnings about mapping new ns.</p> <p><a href="https://i.stack.imgur.com/J8BT3.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/J8BT3.png" alt="enter image description here" /></a></p> <p>I tried many different configuration ...
So when I try to build android app, I get these duplicate errors and also warnings about mapping new ns. I tried many different configuration and sdks etc. For now my setup is: Unity 2019.4.40f1 Android SDK, JDK and NDK downloaded as a modules from unity hub (I tried different ones, nothing changes) Gradle 6.9.2 (alrea...
android|unity3d|gradle|sdk
0
2022-07-09T12:57:25.583Z
2,022
7
12
5
87
1
708
121
4
0
false
false
false
false
false
false
zero
72,921,566
How log_in with multiple users using retrofit services in android?
<p>I have an api which has log_in method with numbers assigned to users. In one app, the user can log_in with multipe user's numbers to manage their wallets. Now, I have problem. In order the manage other's wallet I have to first do log_in using service from retrofit and use that service to do other actions. Can I save...
I have an api which has log_in method with numbers assigned to users. In one app, the user can log_in with multipe user's numbers to manage their wallets. Now, I have problem. In order the manage other's wallet I have to first do log_in using service from retrofit and use that service to do other actions. Can I save sa...
android|android-studio|retrofit2
0
2022-07-09T13:00:21.967Z
2,022
7
13
5
15
0
508
66
3
0
false
true
false
false
false
false
zero
72,921,615
Firebase App check denied all queries for Firestore in Android
<p>Following the tutorial <a href="https://firebase.google.com/docs/app-check/android/play-integrity-provider" rel="nofollow noreferrer">here</a> but when firebase app check is enforced all queries come back as denied</p> <blockquote> <p>W/FirebaseProfileService: GET FAILED WITH com.google.firebase.firestore.FirebaseFi...
Following the tutorial here but when firebase app check is enforced all queries come back as denied W/FirebaseProfileService: GET FAILED WITH com.google.firebase.firestore.FirebaseFirestoreException: PERMISSION_DENIED: Missing or insufficient permissions. I have ran the app check in the main activity and it doesn't pro...
android|kotlin|google-cloud-firestore|firebase-app-check
4
2022-07-09T13:07:52.073Z
2,022
7
13
5
205
2
1,506
62
4
1
true
false
false
false
false
false
low