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,185,552
IgnoreSSLError not working in ReactNative
<p>I am very new to ReactNative. I have developed a webview app for both android and ios. The Url for UAT server doesnt have certificate, this causes the webview not load. I tried in Android Studio, with the method <strong>ONRECEIVEDSSLERROR()</strong> i was able to ignore SSL issue but not able to do in react native p...
I am very new to ReactNative. I have developed a webview app for both android and ios. The Url for UAT server doesnt have certificate, this causes the webview not load. I tried in Android Studio, with the method ONRECEIVEDSSLERROR() i was able to ignore SSL issue but not able to do in react native pls help. I have atta...
javascript|android|react-native|webview
1
2022-05-10T11:30:16.133Z
2,022
5
11
1
174
0
351
41
4
1
true
true
false
false
false
false
low
72,185,575
Android File.listFiles() not working for some directories
<p>I have read/write/management permissions added to my manifest. Permissions are granted for my app. Most directories can be accessed just fine, but one is not.</p> <pre><code> File test = new File(&quot;/storage/emulated/0/Pictures/aDirectory&quot;); boolean writable = test.canWrite(); boolean readable ...
I have read/write/management permissions added to my manifest. Permissions are granted for my app. Most directories can be accessed just fine, but one is not. [CODE] writable and readable returns false so test.listFiles() returns null. Yet, the same directory can be accessed from another activity. Help please.
android|file|permissions
0
2022-05-10T11:32:14.577Z
2,022
5
11
1
41
0
311
57
3
1
true
true
false
false
false
false
zero
72,185,633
Flutter : document firestore api
<p><a href="https://i.stack.imgur.com/P3Fuo.png" rel="nofollow noreferrer">enter image description here</a></p> <p>I There's a document issue here, it looks simple but I'm just learning it. and would like to know its problem</p>
enter image description here I There's a document issue here, it looks simple but I'm just learning it. and would like to know its problem
android|firebase|flutter|dart
0
2022-05-10T11:37:09.610Z
2,022
5
11
1
33
1
138
32
4
0
false
false
false
false
false
false
zero
72,185,729
How to set shadow all sides in cardview
<p>I want to add shadow in all side of the cardview like this, can anbody help?</p> <p><a href="https://i.stack.imgur.com/Fpk9s.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/Fpk9s.png" alt="enter image description here" /></a></p>
I want to add shadow in all side of the cardview like this, can anbody help?
java|android|android-layout|android-cardview
-2
2022-05-10T11:45:02.527Z
2,022
5
11
1
61
1
76
39
4
0
false
false
false
false
false
true
negative
72,185,742
Is there any possible way to access BuildConfig.java file of project A inside signingConfig.gradle of project B?
<p>I am getting keyPassword,storePassword,keyAlias(from vault) inside one module's (say configuration module) build.gradle in project A. And when I build project, all these values are saved in BuildConfig.java of project A. I need to access these keyPassword, storePassword, keyAlias values inside signingConfig of proje...
I am getting keyPassword,storePassword,keyAlias(from vault) inside one module's (say configuration module) build.gradle in project A. And when I build project, all these values are saved in BuildConfig.java of project A. I need to access these keyPassword, storePassword, keyAlias values inside signingConfig of project ...
java|android|kotlin
1
2022-05-10T11:46:02.060Z
2,022
5
11
1
122
0
449
112
3
3
true
true
false
false
false
false
low
72,185,758
.net maui blazor - Show image from android internal storage
<p>Im using the .net maui blazor to get the device to take a photo, then as its taken it, i wish to display it on the screen so the user can see what image they have just taken.</p> <p>I found on the MS docs how to take a photo using <code>var photo = await MediaPicker.CapturePhotoAsync();</code></p> <p>and then it giv...
Im using the .net maui blazor to get the device to take a photo, then as its taken it, i wish to display it on the screen so the user can see what image they have just taken. I found on the MS docs how to take a photo using var photo = await MediaPicker.CapturePhotoAsync(); and then it gives a simple way of storing thi...
c#|android|.net|maui|maui-blazor
1
2022-05-10T11:47:12.987Z
2,022
5
11
1
896
2
1,028
59
5
3
true
false
false
false
false
false
low
72,186,634
Keep getting an error saying I should use '@string' resource for my XML on Android Studio
<p>I'm using Android Studio and I'm new to this.</p> <p>For some of the objects like the last button object, the system tells me &quot;Hardcoded string 'Message', should use'@string' resource&quot;. What does this mean?</p> <p>I've searched online and some say to use <code>&lt;resource&gt;</code> but I don't know what ...
I'm using Android Studio and I'm new to this. For some of the objects like the last button object, the system tells me &quot;Hardcoded string 'Message', should use'@string' resource&quot;. What does this mean? I've searched online and some say to use <resource> but I don't know what this means. How can I fix this? For ...
string|android-studio|android-xml|android-resources
-1
2022-05-10T11:54:42.317Z
2,022
5
11
1
142
2
431
89
4
1
true
false
false
false
false
true
negative
72,186,010
FAB on top of Bottom Navigation
<p>How to display a fab on top of a Bottom Navigation? This is what I tried:</p> <pre class="lang-xml prettyprint-override"><code>&lt;com.google.android.material.floatingactionbutton.FloatingActionButton android:layout_width=&quot;wrap_content&quot; android:layout_height=&quot;wrap_content&quot; ...
How to display a fab on top of a Bottom Navigation? This is what I tried: [CODE] But, the fab stays below it. See the image:
android|xml|floating-action-button|android-bottomnav
-1
2022-05-10T12:06:18.633Z
2,022
5
12
1
101
1
124
31
4
1
true
false
false
false
false
true
negative
72,186,029
How to set the interval in milliseconds so that it will consistently change once every 100ms?
<p>I want to make my millisecond time change every 100ms, but the time I get is inconsistent sometimes the intervals I get are 99, 100 and 101. The interval I want is 100 and consistent.</p> <p>as below my problem is now the resulting interval will change like number 4 and 5.</p> <ol> <li>19:56:16:096</li> <li>19:56:16...
I want to make my millisecond time change every 100ms, but the time I get is inconsistent sometimes the intervals I get are 99, 100 and 101. The interval I want is 100 and consistent. as below my problem is now the resulting interval will change like number 4 and 5. 19:56:16:096 19:56:16.196 19:56:16.296 19:56:16.397 1...
java|android
0
2022-05-10T12:07:00.623Z
2,022
5
12
1
83
1
498
93
2
1
true
false
false
false
false
false
zero
72,186,169
Medisana BS 444 - onCharacteristicChanged never triggered
<p>I try for my BLE Scale to write a simple app which displays my weight. I followed the <a href="https://github.com/oliexdev/openScale/wiki/Medisana-BS444" rel="nofollow noreferrer">openscale guide</a> for this, but my onCharacteristicChange method never changes. If I pass it manually with nRF Connect (subscribe to th...
I try for my BLE Scale to write a simple app which displays my weight. I followed the openscale guide for this, but my onCharacteristicChange method never changes. If I pass it manually with nRF Connect (subscribe to the indicate services) and the keyword I get the respective values. I have also tried to implement this...
java|android|bluetooth-lowenergy|scale|bluetooth-gatt
0
2022-05-10T12:16:32.713Z
2,022
5
12
1
31
0
502
57
5
1
true
true
false
false
false
false
zero
72,186,207
can we change image icon dynamically when on focus in flutter?
<p>A text filed called &quot;XYZ with cancel image icon at the suffix&quot;. Cancel image icon initial is in black. When User focus on text filed cancel image icon should change into green icon.</p> <p>Note- Black image icon, green image icon are added in asset/images by developer.</p> <p>Is there any way to get this!!...
A text filed called &quot;XYZ with cancel image icon at the suffix&quot;. Cancel image icon initial is in black. When User focus on text filed cancel image icon should change into green icon. Note- Black image icon, green image icon are added in asset/images by developer. Is there any way to get this!!
android|flutter|dart
0
2022-05-10T12:19:38.640Z
2,022
5
12
1
179
1
303
62
3
0
false
false
false
false
false
false
zero
72,186,235
Android Gallery return Uri not short-lived
<p>to get an image from Gallery I use</p> <pre><code>Intent pickIntent = new Intent(Intent.ACTION_PICK, MediaStore.Images.Media.EXTERNAL_CONTENT_URI); </code></pre> <p>but the Uri returned are very short-lived :</p> <blockquote> <p>content://com.google.android.apps.photos.contentprovider/-1/1/content%3A%2F%2Fmedia%2Fex...
to get an image from Gallery I use [CODE] but the Uri returned are very short-lived : content://com.google.android.apps.photos.contentprovider/-1/1/content%3A%2F%2Fmedia%2Fexternal%2Fimages%2Fmedia%2F... is-it possible to get an Uri from Gallery (not short-lived) like this : content://media/external/images/media/... Th...
android|uri|gallery
0
2022-05-10T12:21:57.007Z
2,022
5
12
1
59
0
324
42
3
1
true
true
false
false
false
false
zero
72,186,260
goneMargin in ConstraintLayout with Compose
<p>I'm trying to use ConstraintLayout in Compose. I want the second Composable to be constrained at the end of the first Composable. The first composable can exist or not. In each case, I would like to have different margins. Thus, I use <code>goneMargin</code> but this seems to not be respected. Do I need to do someth...
I'm trying to use ConstraintLayout in Compose. I want the second Composable to be constrained at the end of the first Composable. The first composable can exist or not. In each case, I would like to have different margins. Thus, I use goneMargin but this seems to not be respected. Do I need to do something else? [CODE]...
android-jetpack-compose|android-constraintlayout
2
2022-05-10T12:24:07.953Z
2,022
5
12
1
227
1
433
43
2
2
true
false
false
false
false
false
low
72,186,334
Android Studio Update Gradle Issue
<p>I just upgraded Android Studio to Android Studio Chipmunk 2021.2.1 and afterwards my gradle sync attempts are failing and I cannot debug my app any longer???</p> <p>Getting:</p> <pre><code>7:12 AM Gradle sync needed Project was built with Android Gradle Plugin (AGP) 7.2.0 but it is synced with . Please sync the proj...
I just upgraded Android Studio to Android Studio Chipmunk 2021.2.1 and afterwards my gradle sync attempts are failing and I cannot debug my app any longer??? Getting: [CODE] When I sync I get: [CODE] I have: Cleaned project Deleted the .gradle folder then invalidated / restarted. Used AGP tool which said all was update...
android|chipmunk
1
2022-05-10T12:29:39.137Z
2,022
5
12
1
1,253
1
381
34
2
2
true
false
false
false
false
false
low
72,186,349
How to align to right on the same column in android layout
<p>I have 2 text view and i want them to align horizontally at the same column. I tried to <code> android:layout_toRightOf=&quot;@id/textName&quot;</code> but it seem like it goes to the bottom instead beside the <code>textName</code></p> <p><a href="https://i.stack.imgur.com/6uQJv.png" rel="nofollow noreferrer">ente...
I have 2 text view and i want them to align horizontally at the same column. I tried to android:layout_toRightOf=&quot;@id/textName&quot; but it seem like it goes to the bottom instead beside the textName enter image description here Expected output: The MovieDate should align beside the MovieName enter image descripti...
android|android-layout|android-xml
0
2022-05-10T12:30:34.883Z
2,022
5
12
1
45
5
339
58
3
1
true
false
false
false
false
false
zero
72,186,491
How to make background of dialog box transparent in Android?
<p>I want to make a custom dialog box, this box is like rating &amp; review box, in which I have to show image and half of its background should be invisible. Image should be appear like its half is out of the box. I am unable to get it.</p> <p>My sample code is:</p> <pre><code>&lt;?xml version=&quot;1.0&quot; encoding...
I want to make a custom dialog box, this box is like rating & review box, in which I have to show image and half of its background should be invisible. Image should be appear like its half is out of the box. I am unable to get it. My sample code is: [CODE] My output is: Where I want output like this: I want image on di...
android|xml|android-layout|android-dialog
0
2022-05-10T12:40:53.887Z
2,022
5
12
1
65
2
383
60
4
1
true
false
false
false
false
false
zero
72,186,502
CameraX bindToLifecycle crashes when extension mode is ExtensionMode.BOKEH and ExtensionMode.FACE_RETOUCH
<p>When bindToLifecycle is called quickly after eachother with ExtensionMode.BOKEH or ExtensionMode.FACE_RETOUCH enabled camera the app crashes.</p> <p>Other extensions such as ExtensionMode.HDR, ExtensionMode.NIGHT &amp; ExtensionMode.AUTO work fine.</p> <pre><code>unbindAll() bindToLifecycle( lifecycleOwner, CameraS...
When bindToLifecycle is called quickly after eachother with ExtensionMode.BOKEH or ExtensionMode.FACE_RETOUCH enabled camera the app crashes. Other extensions such as ExtensionMode.HDR, ExtensionMode.NIGHT & ExtensionMode.AUTO work fine. [CODE] the exception i get is: [CODE]
android|android-camera|android-camera2|android-camerax
0
2022-05-10T12:41:27.847Z
2,022
5
12
1
89
0
275
105
4
2
true
true
false
false
false
false
zero
72,186,623
Android TV Leanback Settings Fragment present multiple items as focused
<p>I noticed something strange after implementing and testing a settings screen for my TV app using the LeanbackSettingsFragmentCompat class, please see attached image: <a href="https://i.stack.imgur.com/wpoGm.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/wpoGm.jpg" alt="image of the problem" /></a...
I noticed something strange after implementing and testing a settings screen for my TV app using the LeanbackSettingsFragmentCompat class, please see attached image: As you can see, after navigating with the remote to other items, the items no longer in focus still retain their focused background state, I was only able...
android|android-tv|leanback
0
2022-05-10T12:49:24.220Z
2,022
5
12
1
97
0
765
71
3
0
false
true
false
false
false
false
zero
72,186,636
How to fix Xamarin Android: Mono Shared MonoRuntime is not supported
<p>When I deploy (or archive) my Xamarin.Android application and attempt to use the .APK file in a UI test I am met with this error. My configuration is exactly how it should be for a release build. <strong>(PLEASE READ TO THE END)</strong></p> <pre><code>System.Exception : Mono Shared Runtime is not supported. This ca...
When I deploy (or archive) my Xamarin.Android application and attempt to use the .APK file in a UI test I am met with this error. My configuration is exactly how it should be for a release build. (PLEASE READ TO THE END) [CODE] Stack Trace [CODE] AndroidManifest.xml [CODE] This is ridiculous I have seen questions about...
xamarin|xamarin.forms|xamarin.android|xamarin.ios|monodevelop
0
2022-05-10T12:50:14.887Z
2,022
5
12
1
169
1
766
68
5
3
true
false
false
false
false
false
zero
72,186,736
How to Format Key/Meta data of the JSON Object in PHP
<p>Given the following code snippet:</p> <pre><code>&lt;?php require &quot;db_conn.php&quot;; $sql = &quot;SELECT category,product_code,product_name,unit,quantity FROM items INNER JOIN categories ON items.category_id=categories.id&quot;; $res = $conn-&gt;query($sql)-&gt;fetchAll(); $structured = []; if ($res) { ...
Given the following code snippet: [CODE] outputs the following JSON response: [CODE] }] How do I modify this part of code: [CODE] to output: [CODE] instead of: [CODE] The expected JSON is (Handwritten): [CODE] I really need the JSON formatted as above as am using it to create a nested category and items RecyclerView. T...
java|php|android|json|android-recyclerview
1
2022-05-10T12:56:25.313Z
2,022
5
12
1
39
1
365
53
5
7
true
false
false
false
false
false
low
72,186,947
Why does my three.js look good on the computer, but the model is missing on the cell phone?
<p>I am new to THREE.js and I use Github uploaded my project, it looks good on my computer. But why? The model is missing on my cell phone, what can I do?</p> <p>On the computer it looks like:</p> <p><a href="https://i.stack.imgur.com/TCu03.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/TCu03.png" a...
I am new to THREE.js and I use Github uploaded my project, it looks good on my computer. But why? The model is missing on my cell phone, what can I do? On the computer it looks like: On the cell phone it looks like: Here is the complete code: [CODE] Here are examples if needed https://smile881225.github.io/AskQuestions...
android|html|ios|iphone|three.js
0
2022-05-10T13:09:14.033Z
2,022
5
13
1
84
0
321
91
5
1
true
true
false
false
false
false
zero
72,186,986
How to pass data between activities in Andoid Studio
<p>I am trying to pass data between 2 activities. I used the login Fragment template from Android studio and that is why I am working with the .navigate instead of the usual Intent. Is there a way to pass the username to MainActivity2 like this?</p> <pre><code>@Override public void onClick(View view) { NavHostFragme...
I am trying to pass data between 2 activities. I used the login Fragment template from Android studio and that is why I am working with the .navigate instead of the usual Intent. Is there a way to pass the username to MainActivity2 like this? [CODE] [CODE]
java|android
-4
2022-05-10T13:11:27.977Z
2,022
5
13
1
49
1
256
52
2
2
true
false
false
false
false
true
negative
72,187,162
Is there a way to make instructions with 300ms between them?
<p>I have this problem: I should vibrate the phone for 500ms *, 300ms of pause, 500ms * of vibration, 300ms of pause and finally 500ms * of vibration. I tried using Handler but unfortunately it's like they add up in one wait time. Is there a specific way to do all these operations sequentially and by putting a delay be...
I have this problem: I should vibrate the phone for 500ms *, 300ms of pause, 500ms * of vibration, 300ms of pause and finally 500ms * of vibration. I tried using Handler but unfortunately it's like they add up in one wait time. Is there a specific way to do all these operations sequentially and by putting a delay betwe...
android|kotlin|native|delay|vibration
0
2022-05-10T13:22:00.750Z
2,022
5
13
1
60
2
392
60
5
1
true
false
false
false
false
false
zero
72,187,188
TextView not clickable in Spinner when spinner contains ImageButton
<p>I am using below layout xml as spinner row element (custom spinner). I see items (textView and ImageButton) getting displayed in spinner, but the item is not clickable (disabled), though i can click on ImageButton. I would like to have item especially text to be shown in the spinner when text is selected. I am using...
I am using below layout xml as spinner row element (custom spinner). I see items (textView and ImageButton) getting displayed in spinner, but the item is not clickable (disabled), though i can click on ImageButton. I would like to have item especially text to be shown in the spinner when text is selected. I am using an...
android
0
2022-05-10T13:24:00.823Z
2,022
5
13
1
13
0
374
67
1
1
true
true
false
false
false
false
zero
72,187,220
Can I sniff a BLE communication between my multimeter and my smartphone?
<p>I am currently trying to manipulate a multimeter (Zoyi ZT-5BQ) using an Arduino board, but I don't know the protocol that uses my multimeter to change the reading mode (in example, from ohmeter to termometer). I have tried to pair my AT-09 module to the manufacturer's app (Bluetooth DMM) and see what does it sends w...
I am currently trying to manipulate a multimeter (Zoyi ZT-5BQ) using an Arduino board, but I don't know the protocol that uses my multimeter to change the reading mode (in example, from ohmeter to termometer). I have tried to pair my AT-09 module to the manufacturer's app (Bluetooth DMM) and see what does it sends when...
arduino|bluetooth|bluetooth-lowenergy|android-bluetooth|bluetooth-gatt
0
2022-05-10T13:26:34.637Z
2,022
5
13
1
105
2
576
72
5
0
false
false
false
false
false
false
zero
72,187,230
CrossMedia Plugin Only Opens Picture mode instead of Video
<p>I have a button in my xamarin application where I want to be able to record a video. The only problem is that when I click on it, it takes the camera instead of video (see photo). <a href="https://i.stack.imgur.com/lxF3r.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/lxF3r.jpg" alt="This is what ...
I have a button in my xamarin application where I want to be able to record a video. The only problem is that when I click on it, it takes the camera instead of video (see photo). This is the method I am currently using. [CODE] How do I manage to get the video camera from android instead of the photo camera? Thanks in ...
c#|xamarin|xamarin.forms|xamarin.android
0
2022-05-10T13:27:21.410Z
2,022
5
13
1
78
1
327
58
4
1
true
false
false
false
false
false
zero
72,187,272
Live data and RecyclerViewAdapter issue with Android 11 and later version
<p>I'am trying to make a Weekly Time Table with ReclerView <a href="https://i.stack.imgur.com/YeZLy.png" rel="nofollow noreferrer">ScreenShot Here</a>, i'm working with One Recycler view with one adapter and two different viewTypes and the View is updated with Data from the help of LiveData. Here's my code.</p> <p><str...
I'am trying to make a Weekly Time Table with ReclerView ScreenShot Here , i'm working with One Recycler view with one adapter and two different viewTypes and the View is updated with Data from the help of LiveData. Here's my code. Adapter [CODE] ViewModel [CODE] The Views are updated correctly on Android 5 - Android 10...
android|android-recyclerview|android-adapter
0
2022-05-10T13:30:39.697Z
2,022
5
13
1
37
0
704
73
3
3
true
true
false
false
false
false
zero
72,187,288
CheckBox color change for api less than 21
<p>I have a checkbox for which i need to change the color on checked state programmetically.</p> <p>For api &gt;= 21, I can change with</p> <p><code>buttonTintList = ColorStateList(arrayOf(intArrayOf(-android.R.attr.state_checked), intArrayOf(android.R.attr.state_checked)), intArrayOf(Color.WHITE, color))</code></p> <p...
I have a checkbox for which i need to change the color on checked state programmetically. For api >= 21, I can change with buttonTintList = ColorStateList(arrayOf(intArrayOf(-android.R.attr.state_checked), intArrayOf(android.R.attr.state_checked)), intArrayOf(Color.WHITE, color)) But for api < 21 , I couldn't find any ...
java|android|kotlin|checkbox|android-checkbox
1
2022-05-10T13:31:41.717Z
2,022
5
13
1
40
1
459
42
5
0
false
false
false
false
false
false
low
72,187,324
AppUpdateInfo.clientVersionStalenessDays() returns large value
<p>In the documentation for <a href="https://developer.android.com/reference/com/google/android/play/core/appupdate/AppUpdateInfo.html#clientVersionStalenessDays()" rel="nofollow noreferrer">AppUpdateInfo.clientVersionStalenessDays()</a> it states:</p> <blockquote> <p>If an update is available or in progress, this meth...
In the documentation for AppUpdateInfo.clientVersionStalenessDays() it states: If an update is available or in progress, this method returns the number of days since the Google Play Store app on the user's device has learnt about an available update. I was expecting this to return a 0 because it has only been a few hou...
android|google-play|google-play-core
1
2022-05-10T13:33:57.047Z
2,022
5
13
1
108
0
827
62
3
0
false
true
false
false
false
false
low
72,187,377
Why can I debug React Native Android WebView even though I haven't added WebView.setWebContentsDebuggingEnabled(true);?
<p>I have a React Native application and a WebView for which I needed debugging, hence why I looked up how to add WebView debugging and found this - <a href="https://github.com/react-native-webview/react-native-webview/blob/master/docs/Debugging.md" rel="nofollow noreferrer">https://github.com/react-native-webview/reac...
I have a React Native application and a WebView for which I needed debugging, hence why I looked up how to add WebView debugging and found this - https://github.com/react-native-webview/react-native-webview/blob/master/docs/Debugging.md . The weird part is that if I visit chrome://inspect/#devices I can see my virtual ...
android|react-native|webview
0
2022-05-10T13:37:07.827Z
2,022
5
13
1
84
0
633
119
3
1
true
true
false
false
false
false
zero
72,187,410
Create a destination from a full screen DialogFragment with Navigation component
<p>I'm using the navigation component. I didn't manage to use a <code>dialog</code> destination from a DialogFragment that is full screen.</p> <p>I tried adding:</p> <pre><code> &lt;dialog android:id=&quot;@+id/fragment_mydialog&quot; android:name=&quot;com.path.MyDialogFragment&quot; tools:l...
I'm using the navigation component. I didn't manage to use a dialog destination from a DialogFragment that is full screen. I tried adding: [CODE] and in the DialogFragment [CODE] The result is that the dialog is shown but it isn't full screen.
android|dialogfragment
0
2022-05-10T13:39:22.550Z
2,022
5
13
1
48
0
243
80
2
2
true
true
false
false
false
false
zero
72,187,529
Android link open app - can I get the referal?
<p>Let's say my app is Instagram. Every link open for website <a href="http://www.instagram.com/username" rel="nofollow noreferrer">www.instagram.com/username</a> from <strong>google search</strong> on Chrome on android will open the app on that username.</p> <p>Can I get the <strong>referral</strong> application/websi...
Let's say my app is Instagram. Every link open for website www.instagram.com/username from google search on Chrome on android will open the app on that username. Can I get the referral application/website - without having modified URL (can't force google url)? I want to know where it came from (should be chrome + googl...
android
1
2022-05-10T13:46:35.543Z
2,022
5
13
1
17
0
378
46
1
0
false
true
false
false
false
false
low
72,187,769
Jetpack Compose: Content color of TabRow
<p>In my app, I am using <code>TabRow</code>, that has two tabs:</p> <p><a href="https://i.stack.imgur.com/uJ3MY.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/uJ3MY.png" alt="enter image description here" /></a></p> <p>I do set the content color with</p> <pre><code>TabRow( ... contentColor = Co...
In my app, I am using TabRow , that has two tabs: I do set the content color with [CODE] While &quot;ACTIVE&quot; is really displayed in black, I also want &quot;INACTIVE&quot; in black and not grey, but in a different font weight. I don't see any chance to directly do this with TabRow . Is there any other way to do th...
android|kotlin|user-interface|android-jetpack-compose|android-jetpack
1
2022-05-10T14:01:06.087Z
2,022
5
14
1
273
1
333
40
5
1
true
false
false
false
false
false
low
72,187,964
Want to use Getx controller in two pages but its fields becomes null
<p>API login end point returns all user data so I want to make controller for user to take all data and use it where ever in my application, I made sure that data stored in controller fields but at navigating to home page and try using that controller I find fields become null Controller</p> <pre><code> class UserCo...
API login end point returns all user data so I want to make controller for user to take all data and use it where ever in my application, I made sure that data stored in controller fields but at navigating to home page and try using that controller I find fields become null Controller [CODE] here is how I take user dat...
android|flutter|dart|mobile|flutter-getx
0
2022-05-10T14:13:24.830Z
2,022
5
14
1
25
1
528
68
5
3
true
false
false
false
false
false
zero
72,187,975
How WhatsApp receive Push Notification when app is killed (Need to implement in flutter)
<pre><code>Don't dislike my Questions, explain how other apps are doing or how I can achieve this. </code></pre> <p>I want to know how <code>WhatsApp</code> and <code>Instagram</code> similar apps received notifications when the app is <code>closed</code> or <code>killed</code>. Even if I restart my device and enable W...
[CODE] I want to know how WhatsApp and Instagram similar apps received notifications when the app is closed or killed . Even if I restart my device and enable Wi-Fi it automatically start showing new notification in real-time. I don't want FCM (Firebase Push Notification) because I am creating a chat app in Flutter (an...
android|ios|firebase|flutter|firebase-cloud-messaging
3
2022-05-10T14:14:26.843Z
2,022
5
14
1
215
0
652
88
5
1
true
true
false
false
false
false
low
72,187,991
Compressing image size before sending to the firebase storage
<p>As I said at the title I want to compress my image size before uploading image to the firebase storage. I tried some codes in stackowerflow posts but when I tried it my image rotates and don't preserve it's default orientation. How can fix this problem?</p>
As I said at the title I want to compress my image size before uploading image to the firebase storage. I tried some codes in stackowerflow posts but when I tried it my image rotates and don't preserve it's default orientation. How can fix this problem?
android|firebase-storage|image-compression
0
2022-05-10T14:15:11.303Z
2,022
5
14
1
71
0
253
61
3
0
false
true
false
false
false
false
zero
72,188,145
Method exceeds compiler instruction limit
<p>Before I wrote this question, i've searched in all proposed answers, &quot;stackoverflow&quot; shows me but nothing fit my case.</p> <p>My problem: I wrote Room migration to copy old data from a table and add it to another table, and i need to specify all the columns in the query. I have something like 130 columns.<...
Before I wrote this question, i've searched in all proposed answers, &quot;stackoverflow&quot; shows me but nothing fit my case. My problem: I wrote Room migration to copy old data from a table and add it to another table, and i need to specify all the columns in the query. I have something like 130 columns. [CODE] Whe...
android|gradle|build.gradle|android-room
1
2022-05-10T14:24:40.553Z
2,022
5
14
1
186
1
391
41
4
2
true
false
false
false
false
false
low
72,188,245
Unable to SSH to Ubuntu host while running Android Emulator and using JSch
<p>I am using JSch to connect to a host (Ubuntu) machine. I can SSH to myself <code>ssh dev@localhost</code> without any issues from the terminal. This is the JSch code I am running inside of my Android app.</p> <pre><code>import com.jcraft.jsch.*; public class PortForwardingR{ public static void main(String[] arg){...
I am using JSch to connect to a host (Ubuntu) machine. I can SSH to myself ssh dev@localhost without any issues from the terminal. This is the JSch code I am running inside of my Android app. [CODE] If I run this same code on my Windows machine in Eclipse, it connects to my Ubuntu without issue. If I run this inside of...
android|ssh
0
2022-05-10T14:31:05.197Z
2,022
5
14
1
83
1
838
74
2
4
true
false
false
false
false
false
zero
72,188,302
type 'Future<dynamic>' is not a subtype of type 'Widget'. flutter
<h3>The idea</h3> <p>I want to display followers. the page take list of followers user id and then display their username.</p> <hr /> <h2>Error</h2> <p>when I tried to I get an Error say <code>type 'Future&lt;dynamic&gt;' is not a subtype of type 'Widget'</code> The issue in this line <code>Text(user[&quot;username&quo...
The idea I want to display followers. the page take list of followers user id and then display their username. Error when I tried to I get an Error say type 'Future<dynamic>' is not a subtype of type 'Widget' The issue in this line Text(user[&quot;username&quot;]), Code [CODE] Tried I tried use FutureBuilder but I did ...
firebase|flutter|android-studio|dart|future
0
2022-05-10T14:34:46.477Z
2,022
5
14
1
37
1
520
65
5
2
true
false
false
false
false
false
zero
72,188,339
Jetpack Compose accessibility with Semantics
<p>I'm trying to implement accessibility as describe <a href="https://developer.android.com/jetpack/compose/accessibility#anchor" rel="nofollow noreferrer">here</a>. This is the Modifier I tried:</p> <pre><code>var isChecked: Boolean by rememberSaveable { mutableStateOf(value = false) } Row( modifier = Modifier ...
I'm trying to implement accessibility as describe here . This is the Modifier I tried: [CODE] But the result of Talkback is the following when I double tap Am I missing something?
android|accessibility|android-jetpack-compose
3
2022-05-10T14:36:44.110Z
2,022
5
14
1
213
0
179
44
3
1
true
true
false
false
false
false
low
72,188,342
hiltViewModel() function gives a new instance of the same composable function every time navigating to it
<p>I've got a simple navhost that looks like this:</p> <pre><code>@Composable fun NavigationComponent( navController: NavHostController, context: Context, ) { NavHost( navController = navController, startDestination = Screen.MainScreen.route ) { composable(Screen.MainScreen.rou...
I've got a simple navhost that looks like this: [CODE] It is called from main activity like this: [CODE] NewPlanScreen has a viewmodel that is provided by dagger hilt: [CODE] Also, the NewPlanScreenViewModel has a @HiltViewModel annotation and an injected constructor. And in the MainScreen I use [CODE] but when I press...
android-jetpack-compose|dagger-hilt
0
2022-05-10T14:36:56.500Z
2,022
5
14
1
184
0
474
105
2
5
true
true
false
false
false
false
zero
72,188,502
Android Radio Button color change after click action
<pre><code>RadioGroup rg = new RadioGroup(context); for (int i = 0; i &lt; formElement.getRadioOptions().size(); i++) { RadioButton radiobutton1 = new RadioButton(context); radiobutton1.setText(formElement.getRadioOptions().get(i).getValue()); radiobutton1.setTextSize(Typ...
[CODE] above code for radio button ., but after choose I need to change the particular radio button color alone to blue. can u help on this
java|android|android-radiobutton
0
2022-05-10T14:47:52.053Z
2,022
5
14
1
29
1
139
52
3
1
true
false
false
false
false
false
zero
72,188,562
How to get cart badge in kotlin fragment?
<blockquote> <p>I have already created a custom layout for badge counter and on inflating menu my cart icon is not working my codes are below.</p> <p>cart Item Layout</p> </blockquote> <pre><code>&lt;FrameLayout style=&quot;?attr/actionButtonStyle&quot; xmlns:android=&quot;http://schemas.android.com/apk/res/android&quo...
I have already created a custom layout for badge counter and on inflating menu my cart icon is not working my codes are below. cart Item Layout [CODE] toolbar menu [CODE] Code in fragment code
android|kotlin|shopping-cart
0
2022-05-10T14:51:37.743Z
2,022
5
14
1
146
2
192
41
3
2
true
false
false
false
false
false
zero
72,188,583
Why debug mode not work with url_launcher plugin?
<p>when I launch app in debug mode, the app gets stuck in splash page and visual studio show me Exited(sigterm); but only when i added a specific library (url_launcher 6.0.9 <a href="https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher" rel="nofollow noreferrer">https://github.com/flutter/p...
when I launch app in debug mode, the app gets stuck in splash page and visual studio show me Exited(sigterm); but only when i added a specific library (url_launcher 6.0.9 https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher ). When I try to launch app in release mode there aren't any proble...
android|ios|flutter|dart|url-launcher
0
2022-05-10T14:53:35.410Z
2,022
5
14
1
29
0
329
49
5
0
false
true
false
false
false
false
zero
72,188,597
[flutter/FCM]problem receiving notification
<p>I'm using flutter and Firebasemessaging to send and receive notification and the plugging FlutterLocalNotifications to display them.</p> <p>but when I receive the notification I get the error :</p> <pre><code>D/FLTFireMsgReceiver(23943): broadcast received for message E/MethodChannel#dexterous.com/flutter/local_noti...
I'm using flutter and Firebasemessaging to send and receive notification and the plugging FlutterLocalNotifications to display them. but when I receive the notification I get the error : [CODE]
android|flutter|notifications|firebase-cloud-messaging|google-cloud-messaging
0
2022-05-10T14:54:19.127Z
2,022
5
14
1
281
2
193
43
5
1
true
false
false
false
false
false
zero
72,188,890
Getting duplicate class found error when merging two applications projects
<p>Error when merging two application projects.</p> <pre><code>Duplicate class org.tensorflow.lite.DataType found in modules jetified-tensorflow-lite-1.13.1-runtime (org.tensorflow:tensorflow-lite:1.13.1) and jetified-tensorflow-lite-api-2.7.0-runtime (org.tensorflow:tensorflow-lite-api:2.7.0) Duplicate class org.tenso...
Error when merging two application projects. [CODE]
android|tensorflow
3
2022-05-10T15:13:27.673Z
2,022
5
15
1
157
0
51
74
2
1
true
true
false
false
false
false
low
72,188,931
apksigner verify with no output
<p>Shouldn't I expect an &quot;Ok&quot; output whenever I run <code>apksigner verify APK.apk</code> on my apk and it finishes correctly?</p> <p>I ran the command on an apk and it simply finished without throwing any warning or message.</p> <p>I am suspicious that the apk is corrupt because adb install is taking forever...
Shouldn't I expect an &quot;Ok&quot; output whenever I run apksigner verify APK.apk on my apk and it finishes correctly? I ran the command on an apk and it simply finished without throwing any warning or message. I am suspicious that the apk is corrupt because adb install is taking forever.
android|apk|adb|apksigner
1
2022-05-10T15:16:20.070Z
2,022
5
15
1
154
1
291
31
4
0
false
false
false
false
false
false
low
72,189,045
Use of Log.d(TAG, Oncreate) in android studio JAVA
<p>I am getting an error while trying to write the following code: The error is mainly about the log.d(Tag, &quot;Oncreate&quot;); error is as follows <strong>error: cannot find symbol Log.d(TAG,&quot;onCreate&quot;);</strong> ^ protected void onCreate(Bundle savedInstanceState) {</p> <pre><code> super.onCreate(save...
I am getting an error while trying to write the following code: The error is mainly about the log.d(Tag, &quot;Oncreate&quot;); error is as follows error: cannot find symbol Log.d(TAG,&quot;onCreate&quot;); ^ protected void onCreate(Bundle savedInstanceState) { [CODE]
java|android|debugging
0
2022-05-10T15:24:32.780Z
2,022
5
15
1
28
0
268
50
3
1
true
true
false
false
false
false
zero
72,189,167
Images in Recycler View
<p>so I am developing an app with a lot of images, I am beginner so, how to resize the images so the recycler view is not slow? Is there a way to keep the quality good?</p> <p>Thanks a lot</p>
so I am developing an app with a lot of images, I am beginner so, how to resize the images so the recycler view is not slow? Is there a way to keep the quality good? Thanks a lot
image|performance|android-recyclerview|resize
0
2022-05-10T15:31:24.850Z
2,022
5
15
1
11
0
178
23
4
0
false
true
false
false
false
false
zero
72,189,188
Selectable vector icon in android with contrasting color
<p>I wanna have a selectable SVG icon and I need your help. this picture will help you to undrestand what I want. <a href="https://i.stack.imgur.com/r5GmQ.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/r5GmQ.png" alt="enter image description here" /></a></p> <p>and this code shows my icon</p> <p><a ...
I wanna have a selectable SVG icon and I need your help. this picture will help you to undrestand what I want. and this code shows my icon What should I do?
android
0
2022-05-10T15:32:32.137Z
2,022
5
15
1
9
0
156
56
1
0
false
true
false
false
false
false
zero
72,189,263
Put two TextFields in a row in Compose
<p>I'm trying to put a drop down for US states that uses a TextField and a TextField in a Row and the second TextField (zip) does not show up. What am I doing wrong?</p> <p>Here is how I'm declaring the row:</p> <pre><code> Row (Modifier.fillMaxWidth()) { StateSelection( onFormChanged = onFormCh...
I'm trying to put a drop down for US states that uses a TextField and a TextField in a Row and the second TextField (zip) does not show up. What am I doing wrong? Here is how I'm declaring the row: [CODE] StatesDropDown: [CODE] ZipCode: [CODE]
android|row|android-jetpack-compose
0
2022-05-10T15:37:01.297Z
2,022
5
15
1
361
2
243
38
3
3
true
false
false
false
false
false
zero
72,189,382
React native app installation fails on Andoid
<p>I just created a new react-native project and I'm getting the following error when trying to run it on android or running gradlew clean:</p> <pre><code>error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Error: Command failed...
I just created a new react-native project and I'm getting the following error when trying to run it on android or running gradlew clean: [CODE] After trying to start an old react-native app I noticed I can't install any app at the moment, so there's probably a mistake outside my project. Did anyone experience something...
android|react-native|gradle|gradlew
0
2022-05-10T15:46:04.080Z
2,022
5
15
1
132
1
339
45
4
1
true
false
false
false
false
false
zero
72,189,457
How to dismiss dialogplus dialog on onRestart method?
<p>I am using <a href="https://github.com/orhanobut/dialogplus" rel="nofollow noreferrer">https://github.com/orhanobut/dialogplus</a> library where I am showing alert dialog in onCreate() method and post onPause() in onRestart() method trying to dismiss the dialog if the internet is available when the dialog is shown. ...
I am using https://github.com/orhanobut/dialogplus library where I am showing alert dialog in onCreate() method and post onPause() in onRestart() method trying to dismiss the dialog if the internet is available when the dialog is shown. But the dialog is not getting dismiss. Main Activity Class: [CODE] ConnectionCheck ...
android|android-studio|android-alertdialog
0
2022-05-10T15:51:15.557Z
2,022
5
15
1
15
0
333
53
3
2
true
true
false
false
false
false
zero
72,189,487
No such column: email (code 1 SQLITE_ERROR): , while compiling: SELECT email, phone FROM people
<p>I'm trying to display data from a database but I'm getting an error, what could be the problem? The error leads to the line <strong>Cursor cursor = db.query(DBContact.DBEntry.TABLE_NAME, projection, null, null, null, null, null);</strong> What's wrong with her? At the same time, I looked at the adding parameters, th...
I'm trying to display data from a database but I'm getting an error, what could be the problem? The error leads to the line Cursor cursor = db.query(DBContact.DBEntry.TABLE_NAME, projection, null, null, null, null, null); What's wrong with her? At the same time, I looked at the adding parameters, they work, I looked at...
java|android|sqlite|android-studio
0
2022-05-10T15:53:12.787Z
2,022
5
15
1
26
0
401
95
4
3
true
true
false
false
false
false
zero
72,189,495
Flutter : I'm having trouble getting the camera to work after setting sdk to 31. PS. I have tried adding <queries> to manifest
<p>I have tired adding</p> <pre><code>&lt;uses-permission android:name=&quot;android.permission.QUERY_ALL_PACKAGES&quot; /&gt; &lt;uses-permission android:name=&quot;android.permission.CAMERA&quot; /&gt; &lt;queries&gt; &lt;intent&gt; &lt;action android:name=&quot;android.med...
I have tired adding [CODE] to the AndroidManifest.xml and still the availableCameras returns null. it used to work fine with sdk28 but the problem started once I changed it to sdk31 `to the AndroidManifest.xml and still the availableCameras returns null. it used to work fine with sdk28 but the problem started once I ch...
android|flutter|android-manifest
0
2022-05-10T15:53:51.390Z
2,022
5
15
1
137
0
344
126
3
2
true
true
false
false
false
false
zero
72,189,590
How can I pass a mutable list of type custom object between fragments?
<p>I am trying to pass a mutable list of custom object type SavedRecipes from one fragment to be displayed in a recyclerview on another fragment, however I am struggling to work out how to pass this list.</p> <p>I have the code below:</p> <p><strong>RecipePage.kt</strong></p> <pre><code>class RecipePage : Fragment() { ...
I am trying to pass a mutable list of custom object type SavedRecipes from one fragment to be displayed in a recyclerview on another fragment, however I am struggling to work out how to pass this list. I have the code below: RecipePage.kt [CODE] The line [CODE] is where I want to be passing the list of allSavedRecipes ...
android|android-studio|kotlin
0
2022-05-10T16:00:51.247Z
2,022
5
16
1
51
0
370
70
3
2
true
true
false
false
false
false
zero
72,189,650
OpenCV (JAVA): Returning multiple images from the same onCameraFrame()
<p>My current APP uses the OpenCV (JAVA) camera. It has a camera view, displaying processed frames from the phone camera:</p> <pre><code>mOpenCvCameraView.setCvCameraViewListener(cvCameraViewListener); private CameraBridgeViewBase.CvCameraViewListener2 cvCameraViewListener = new CameraBridgeViewBase.CvCameraViewListen...
My current APP uses the OpenCV (JAVA) camera. It has a camera view, displaying processed frames from the phone camera: [CODE] The above code works fine, but now I want to add a camera view for displaying a different version of the frame processing. Hypothetically, it should go like this: [CODE] As a newbie with OpenCV ...
java|android|android-studio|opencv
0
2022-05-10T16:05:30.353Z
2,022
5
16
1
21
0
518
70
4
2
true
true
false
false
false
false
zero
72,189,651
How can I take image size in kb, and Mb from the user to compress an image in android studio
<p>I want to get the image size in kb and MB from the user. Like, I have one image, and the image size is 1Mb so I want to compress this image size according to the size given by the user.</p> <p>I used this code :</p> <pre><code> ByteArrayOutputStream stream = new ByteArrayOutputStream(); bitmap.compress(Bitmap.Co...
I want to get the image size in kb and MB from the user. Like, I have one image, and the image size is 1Mb so I want to compress this image size according to the size given by the user. I used this code : [CODE] But there is confusion about the image quality, It works well but here I can't measure how much quality it r...
java|android|image-compression|getimagesize
1
2022-05-10T16:05:36.823Z
2,022
5
16
1
66
0
417
92
4
1
true
true
false
false
false
false
low
72,189,706
Finding import and dependency with Android Studio
<p>I am trying to use imageResource in an Android Jetpack Compose app but I cannot find the depndency to add to my grade file.</p> <p>imageResource is in the docs here:</p> <p><a href="https://developer.android.com/reference/kotlin/androidx/compose/ui/res/package-summary#(androidx.compose.ui.graphics.ImageBitmap.Compan...
I am trying to use imageResource in an Android Jetpack Compose app but I cannot find the depndency to add to my grade file. imageResource is in the docs here: androidx.compose.ui.res [CODE] When I add androidx.compose.ui.res to my grade file it fails to resolve. How do I find the dependency to add to my grade file for ...
android|android-studio|android-jetpack-compose
0
2022-05-10T16:10:21.183Z
2,022
5
16
1
42
1
336
49
3
1
true
false
false
false
false
false
zero
72,189,791
Unable to find custom java class from jar into a Android Native-Activity app
<p>I'm working on an Android Native-Activity application with Visual Studio, starting from scratch (I'm trying to make it work in a basic test app first). It uses Ant to build the apk.</p> <p>In my native code, I need to call a custom java method (not java native) coming from a jar file, so I plan on using JNI. I fou...
I'm working on an Android Native-Activity application with Visual Studio, starting from scratch (I'm trying to make it work in a basic test app first). It uses Ant to build the apk. In my native code, I need to call a custom java method (not java native) coming from a jar file, so I plan on using JNI. I found that the ...
android|c++|ant|java-native-interface|native-activity
1
2022-05-10T16:16:09.993Z
2,022
5
16
1
54
0
1,533
76
5
2
true
true
false
false
false
false
low
72,189,811
how do i get more information from a cmake failure in android studio?
<p>android studio 2021.2.1 on win10pro</p> <p>i just moved to a new machine, and just did a &quot;git clone&quot; to pull my project. when i try to build it i get the error message below.</p> <p>it appears cmake is failing, but there is no indication of WHY it is failing. i looked at all the various files and paths h...
android studio 2021.2.1 on win10pro i just moved to a new machine, and just did a &quot;git clone&quot; to pull my project. when i try to build it i get the error message below. it appears cmake is failing, but there is no indication of WHY it is failing. i looked at all the various files and paths handed to cmake, and...
android|android-studio|cmake
1
2022-05-10T16:17:49.710Z
2,022
5
16
1
78
0
1,663
69
3
0
false
true
false
false
false
false
low
72,189,883
How to use a CustomApplication class in a Flutter Plugin
<p>I am generating a plugin in Flutter that will integrate a native library *.aar and this library needs to be initialized in the Application class of android, since it will extend the Application class of the library. The problem I am having is that at no time does it seem that the Application class is used in the Flu...
I am generating a plugin in Flutter that will integrate a native library *.aar and this library needs to be initialized in the Application class of android, since it will extend the Application class of the library. The problem I am having is that at no time does it seem that the Application class is used in the Flutte...
android|flutter
1
2022-05-10T16:23:19.050Z
2,022
5
16
1
66
0
850
56
2
5
true
true
false
false
false
false
low
72,189,970
Efficient Way to Animate Big Content Changes in a LazyColumn
<p>I have a fully functional list, containing a complex item... a list of complex Composables, that is. I use <code>LazyColumn</code> for the job, but I then wished to allow the user to long-press on an item and then change its content and background.</p> <p>Using <code>animateColorAsState()</code>, the background tra...
I have a fully functional list, containing a complex item... a list of complex Composables, that is. I use LazyColumn for the job, but I then wished to allow the user to long-press on an item and then change its content and background. Using animateColorAsState() , the background transitions smoothly, but since I was u...
android|android-jetpack-compose|android-jetpack-compose-list|android-jetpack-compose-layout
1
2022-05-10T16:30:36.033Z
2,022
5
16
1
74
0
672
60
4
2
true
true
false
false
false
false
low
72,189,992
Certificate Pinning not working when trust user certificates in network security configuration
<p>I am learning network security configuration in Android. Here is my configuration file</p> <pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;network-security-config&gt; &lt;base-config cleartextTrafficPermitted=&quot;true&quot;&gt; &lt;trust-anchors&gt; &lt;certi...
I am learning network security configuration in Android. Here is my configuration file [CODE] When I use Charles to capture the network traffic, urls under *.xx.com still can be loaded normally. In my thoughts, configuration <pin-set> would make connection failed since the certificates from Charles can't pass the certi...
android-network-security-config|sslpinning
0
2022-05-10T16:32:47.923Z
2,022
5
16
1
109
1
568
94
2
1
true
false
false
false
false
false
zero
72,190,019
Scoped Storage - File URI shared with other app is null
<p>I am having a problem where I am trying to share a file from one app to another via scoped storage. For some reason App A is trying to send the URI of a file to App B. However, the URI received by App B returns null. Here is my code for sending the file:</p> <pre><code>String filename = &quot;.bisym&quot;; String f...
I am having a problem where I am trying to share a file from one app to another via scoped storage. For some reason App A is trying to send the URI of a file to App B. However, the URI received by App B returns null. Here is my code for sending the file: [CODE] Here is my code for receiving the intent from App B: [CODE...
android|uri|android-fileprovider|scoped-storage
1
2022-05-10T16:34:57.190Z
2,022
5
16
1
70
0
411
55
4
2
true
true
false
false
false
false
low
72,190,031
Android Studio Flutter Android App issues with Work Manager and Sqflite Working together
<p>I am having an issue when work managers scheduler runs it gets stuck on reading data from database:</p> <pre><code> Future&lt;List&lt;TimesheetDays&gt;&gt; getTimesheetDays() async{ print('Getting DB'); Database db = await instance.database; print('Getting DB stuff'); var timesheetday = await db.query('Timeshe...
I am having an issue when work managers scheduler runs it gets stuck on reading data from database: [CODE] } It gets stuck on the await instance.database part of the code, now strange thing is that I have this project set on PC and Laptop. It only fails to work on PC whereas its fine on Laptop. Work Manager code in cas...
android|flutter|dart
0
2022-05-10T16:35:56.147Z
2,022
5
16
1
62
0
848
88
3
4
true
true
false
false
false
false
zero
72,190,183
How can I make menu show up on custom action bar?
<p>I created a custom tool bar to use in my application</p> <pre><code>&lt;androidx.appcompat.widget.Toolbar xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; xmlns:app=&quot;http://schemas.android.com/apk/res-auto&quot; android:id=&quot;@+id/toolbar&quot; layout_height=&quot;&quot; a...
I created a custom tool bar to use in my application [CODE] I inserted it into my mainActivity resource file [CODE] I have also: [CODE] After overriding the onCreateOptionsMenu(Menu menu) , I got the menu inflater and inflated the menu. Still my menu is not showing up on the top right corner of the activity.
android|xml|android-layout|menu
1
2022-05-10T16:48:17.070Z
2,022
5
16
1
25
1
309
49
4
3
true
false
false
false
false
false
low
72,190,286
Twilio group video call android
<p>I want to create group video calling android app and using twilio service for video calling.</p> <p>I am trying to add all participant video on sigle screen.</p> <p>Any one know can single VideoView can handle multiple videotrack or i have to create VideoView for each videoTrack(as shown in <a href="https://github.c...
I want to create group video calling android app and using twilio service for video calling. I am trying to add all participant video on sigle screen. Any one know can single VideoView can handle multiple videotrack or i have to create VideoView for each videoTrack(as shown in https://github.com/twilio/twilio-video-app...
android|twilio
1
2022-05-10T16:55:41.613Z
2,022
5
16
1
57
0
331
31
2
0
false
true
false
false
false
false
low
72,190,458
Tweak Android 12 to access SD card files from normal apps
<p>I recently bought a Samsung Galaxy S20 FE with Android 12, and I quickly noticed that many applications were unable to access files on the SD card. For instance, I used to access local HTML/MP3 files from different browsers or music players. On my new system, these applications can see folders and navigate through t...
I recently bought a Samsung Galaxy S20 FE with Android 12, and I quickly noticed that many applications were unable to access files on the SD card. For instance, I used to access local HTML/MP3 files from different browsers or music players. On my new system, these applications can see folders and navigate through them...
android|permissions|android-sdcard
5
2022-05-10T17:09:37.897Z
2,022
5
17
1
1,829
0
1,838
57
3
0
false
true
false
false
false
false
low
72,190,517
Android I get error closing itext pdf: Trailer not found
<p>Sometimes i have this problem when signing and closing the pdf. I have no problem trying the same pdf on different devices.</p> <pre><code>protected Void doInBackground(Void... arg0) { PdfReader pdfReader = new PdfReader(SRC); PdfWriter pdfWriter = new PdfWriter(DEST_PREP); com.itextpdf.kernel.pdf.PdfDocume...
Sometimes i have this problem when signing and closing the pdf. I have no problem trying the same pdf on different devices. [CODE] Firebase Crashlytics; [CODE]
java|android|itext
3
2022-05-10T17:14:09.653Z
2,022
5
17
1
59
0
159
56
3
2
true
true
false
false
false
false
low
72,190,527
how to add Authorization token to retrofit header using hilt
<p>I'm trying to add AUTH Token to Retrofit I'm saving token on preferences Datastore but when I trying to retrieve it show null</p> <p><a href="https://i.stack.imgur.com/J8Hk0.png" rel="nofollow noreferrer">enter image description here</a></p>
I'm trying to add AUTH Token to Retrofit I'm saving token on preferences Datastore but when I trying to retrieve it show null enter image description here
android|kotlin|kotlin-coroutines|dagger-hilt
0
2022-05-10T17:14:51.750Z
2,022
5
17
1
395
1
154
60
4
0
false
false
false
false
false
false
zero
72,190,640
setOnItemSelectedListener does not work with BottomNavigationView
<p>I have:</p> <pre><code>class MainBottomNavigation : BottomNavigationView { private var navController: NavController? = null constructor(context: Context) : super(context) constructor(context: Context, attrs: AttributeSet?) : super(context, attrs) constructor(context: Context, attrs: AttributeSet?, d...
I have: [CODE] In the AndroidManifest I have: [CODE] and in the layout of the main activity I have: [CODE] While the OnItemReselectedListener is called and everything works as expected that means that nothing happens on reselecting, the OnItemSelectedListener is never called. The reason why I need the listener is that ...
android|android-fragments|bottomnavigationview
0
2022-05-10T17:24:12.213Z
2,022
5
17
1
108
0
750
65
3
3
true
true
false
false
false
false
zero
72,190,704
How can show a document field from a Firestore collection document in a jetpack compose text view
<p>I am very sorry if I break some rules, or if this has already been asked before. I have used so much time to google examples, and questions on stack overflow and other recourses. But I can simply not understand how I can get a document field from a firestore collection, and show the string value in a jetpack compose...
I am very sorry if I break some rules, or if this has already been asked before. I have used so much time to google examples, and questions on stack overflow and other recourses. But I can simply not understand how I can get a document field from a firestore collection, and show the string value in a jetpack compose te...
firebase|kotlin|android-jetpack-compose
1
2022-05-10T17:29:29.973Z
2,022
5
17
1
169
2
1,607
97
3
2
true
false
false
false
false
false
low
72,190,804
Pusher: Trigger pusher events from android app
<p>In an android app I was able to subscribe to a pusher channel and log out the event data. So now I want to be able to trigger events from the same application. I don't find documentation relating to this on the web.</p> <p>Am I missing something because I also have a node express app in which I'm able to trigger and...
In an android app I was able to subscribe to a pusher channel and log out the event data. So now I want to be able to trigger events from the same application. I don't find documentation relating to this on the web. Am I missing something because I also have a node express app in which I'm able to trigger and subscribe...
android|pusher
1
2022-05-10T17:39:01.500Z
2,022
5
17
1
184
1
625
46
2
1
true
false
false
false
false
false
low
72,190,862
color picker in android with dynamic colors (xml)
<p>I need to create a color picker for my product in the app. I know that it possible with radio buttons and drawables, but the problem is that I don't know how to set a dynamic color. I receive data for my product with variety of colors of it. I tried to set drawable with circular shape on it, but when I change the co...
I need to create a color picker for my product in the app. I know that it possible with radio buttons and drawables, but the problem is that I don't know how to set a dynamic color. I receive data for my product with variety of colors of it. I tried to set drawable with circular shape on it, but when I change the color...
android|xml|kotlin|radio-button|drawable
0
2022-05-10T17:44:00.083Z
2,022
5
17
1
108
0
781
49
5
0
false
true
false
false
false
false
zero
72,190,915
Trying to create real time GraphView Line and getting java.util.ConcurrentModificationException
<p>I'm trying to make a graph in real time, but I get a java.util.ConcurrentModificationException error. If you set a high delay thread.sleep(500), then the chart will fill correctly, but if you set thread.sleep(100) or less, you always get an error after drawing 200-400 points, in total there are 2000 points in the ch...
I'm trying to make a graph in real time, but I get a java.util.ConcurrentModificationException error. If you set a high delay thread.sleep(500), then the chart will fill correctly, but if you set thread.sleep(100) or less, you always get an error after drawing 200-400 points, in total there are 2000 points in the chart...
java|android-studio|android-graphview|concurrentmodificationexception
1
2022-05-10T17:49:48.950Z
2,022
5
17
1
54
0
394
95
4
2
true
true
false
false
false
false
low
72,190,925
Gradle - How do I share an API key set up with the Secrets plugin to CI?
<p>I set up Google Maps for Android according to <a href="https://developers.google.com/maps/documentation/android-sdk/config#step_3_add_your_api_key_to_the_project" rel="nofollow noreferrer">the documentation</a></p> <p>I have an API key in my <code>local.properties</code> file. The <code>Secrets</code> Gradle plugin ...
I set up Google Maps for Android according to the documentation I have an API key in my local.properties file. The Secrets Gradle plugin is set up and copying MAPS_API_KEY to a generated file called BuildConfig . I have CI set up using Bitbucket Pipelines, which is now failing because it doesn't have access to the maps...
android|gradle|continuous-integration
2
2022-05-10T17:50:33.937Z
2,022
5
17
1
114
0
628
72
3
1
true
true
false
false
false
false
low
72,190,934
I don't know why the "while" loop is blocking my onClickListener
<pre><code>readyButton.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { warningLayout.setVisibility(View.GONE); while(recording){ System.out.println(&quot;HELLO&quot;); } } }); mainLayout.setOnCli...
[CODE] This is my code, and the idea is that when you click on ready the warningLayout disappears and the loop starts. This loop should be able to stop the while loop when I click on the mainLayout. The problem is that I've been testing and the error only occurs when I add the while loop to the code, the warningLayout ...
java|android
-2
2022-05-10T17:51:10.227Z
2,022
5
17
1
41
3
450
64
2
1
true
false
false
false
false
true
negative
72,191,174
Why is my progress bar not turning visible in Android Studio
<p>I am attempting to build an app that displays a &quot;ladder&quot; between two different words of the same length. While my program is finding the ladder between these two words, I'd like to display a progress bar to give the illusion of a the app loading. However, whenever I try to change the progressBar's visibili...
I am attempting to build an app that displays a &quot;ladder&quot; between two different words of the same length. While my program is finding the ladder between these two words, I'd like to display a progress bar to give the illusion of a the app loading. However, whenever I try to change the progressBar's visibility ...
java|android|android-studio
2
2022-05-10T18:11:24.760Z
2,022
5
18
1
85
1
842
60
3
2
true
false
false
false
false
false
low
72,191,312
Flexibility inside TextView like contains strings changeable
<p>What I want to make is I have a TextView contains a message the message are able to editing by the users to send the message to the manager the problem is the message it should contain sentence that can't change also there a part able to change so I want to put some words stable with stable color with some entring m...
What I want to make is I have a TextView contains a message the message are able to editing by the users to send the message to the manager the problem is the message it should contain sentence that can't change also there a part able to change so I want to put some words stable with stable color with some entring mess...
android|android-studio|textview
1
2022-05-10T18:22:38.710Z
2,022
5
18
1
36
0
425
60
3
0
false
true
false
false
false
false
low
72,191,339
Build FAILED : Unknown host 'repo.maven.apache.org'
<p>Please, help me. I get this error when i build my android Project.</p> <blockquote> <p>Unknown host 'repo.maven.apache.org'. You may need to adjust the proxy settings in Gradle.</p> </blockquote> <p>This is my build.gradle:</p> <pre><code>// Top-level build file where you can add configuration options common to all ...
Please, help me. I get this error when i build my android Project. Unknown host 'repo.maven.apache.org'. You may need to adjust the proxy settings in Gradle. This is my build.gradle: [CODE] and this is my app/build.gradle: [CODE] And this is a gradle.properties in C:/users/%username%/.gradle: [CODE] This is HTTP Proxy ...
android|maven|gradle|proxy
1
2022-05-10T18:24:58.883Z
2,022
5
18
1
71
0
360
51
4
3
true
true
false
false
false
false
low
72,191,373
How to handle when DatabindingImpl and Parcelable class retain in memory after app closed?
<p>After app close few classes retain in memory. App application (@HiltAndroidApp), DataBindingImpl and Language class which extend Parcelable retain in memory. How to handle this issue? Please see the attached memory heap dump in memory profiler. <a href="https://i.stack.imgur.com/YMWiV.png" rel="nofollow noreferrer">...
After app close few classes retain in memory. App application (@HiltAndroidApp), DataBindingImpl and Language class which extend Parcelable retain in memory. How to handle this issue? Please see the attached memory heap dump in memory profiler.
android|android-studio|heap-dump|android-profiler|retained-in-memory
1
2022-05-10T18:28:10.953Z
2,022
5
18
1
21
0
244
90
5
0
false
true
false
false
false
false
low
72,191,460
Is there command to show all bluetooth devices ever conencted to my mobile phone?
<p>So i lost my bluetooth ear buds and wonder if there is any way i can see where i was lastly connected to them. I had already tried using command <em>adb shell dumpsys bluetooth_manager</em> but the command only showed bluetooth devices from this day. Is there any command that can show at least 3 days back?</p>
So i lost my bluetooth ear buds and wonder if there is any way i can see where i was lastly connected to them. I had already tried using command adb shell dumpsys bluetooth_manager but the command only showed bluetooth devices from this day. Is there any command that can show at least 3 days back?
android|bluetooth|adb
1
2022-05-10T18:35:31.340Z
2,022
5
18
1
79
0
298
81
3
0
false
true
false
false
false
false
low
72,191,529
How to import Azure Computer Vision Library in Android Studio
<p>I'm having some trouble importing Azure Computer Vision Library in Android Studio. I'm coding in Java, I'm kind of new to it. On the Microsoft quickstart tutorial there is some Java code sample they use, but I can't figure out how to adapt it in the Android Studio environment. This is the page <a href="https://docs....
I'm having some trouble importing Azure Computer Vision Library in Android Studio. I'm coding in Java, I'm kind of new to it. On the Microsoft quickstart tutorial there is some Java code sample they use, but I can't figure out how to adapt it in the Android Studio environment. This is the page https://docs.microsoft.co...
java|azure|android-studio|computer-vision
1
2022-05-10T18:41:51.230Z
2,022
5
18
1
82
0
948
61
4
0
false
true
false
false
false
false
low
72,191,622
How do I get this progress bar from react native?
<p><a href="https://i.stack.imgur.com/vzAGt.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/vzAGt.png" alt="enter image description here" /></a></p> <p><a href="https://i.stack.imgur.com/FuqEf.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/FuqEf.png" alt="Whole Screen" /></a> So I...
So I want to implement a progress bar like this in react native. I have found a library which is https://www.npmjs.com/package/react-native-progress , but this library does not have a progress bar like this. The issue is the circle part. Is there a library which has a progress bar like this one? If there isn't, then an...
javascript|android|react-native|mobile-development
1
2022-05-10T18:50:07.510Z
2,022
5
18
1
439
1
574
49
4
0
false
false
false
false
false
false
low
72,191,711
Load Drawable in recyclerView when it it is scrolled to inside ScrollView
<p>I am using a ScrollView which contains multiple views one of which is a recycler view. Recycler view contains VectorDrawables which are loaded as soon as the application is run, due to which animations are loaded off-screen, and by the time I scroll down to the recycler view the animations get over.</p> <p>Currently...
I am using a ScrollView which contains multiple views one of which is a recycler view. Recycler view contains VectorDrawables which are loaded as soon as the application is run, due to which animations are loaded off-screen, and by the time I scroll down to the recycler view the animations get over. Currently setting u...
android|kotlin|android-recyclerview|animatedvectordrawable
1
2022-05-10T18:57:04.590Z
2,022
5
18
1
35
1
504
73
4
1
true
false
false
false
false
false
low
72,191,734
Android Java Keystore corrupted when in a different machine
<p>I created a release Java Keystore (.keystore) file to publish my apps on Google Play Store on a machine with Windows. The .keystore file is working, as I can publish my apps successfully. But when I use the same release .keystore file on a Mac, I get the following error message when trying to submit my app to Googl...
I created a release Java Keystore (.keystore) file to publish my apps on Google Play Store on a machine with Windows. The .keystore file is working, as I can publish my apps successfully. But when I use the same release .keystore file on a Mac, I get the following error message when trying to submit my app to Google Pl...
android|google-play|google-play-console|fastlane|android-app-signing
2
2022-05-10T18:58:53.850Z
2,022
5
18
1
143
1
927
59
5
0
false
false
false
false
false
false
low
72,191,752
Schedule sh script on Android
<p>Can I schedule a sh script to run on a certain time on my Android phone?</p> <p>Like crontab does on Linux. My Android phone is not rooted and preferably I'd keep it that way. But rooting is an option.</p> <p>The script sends certain taps:</p> <pre><code>#!/system/bin/sh input tap 400 400 sleep 1 ... </code></pre> <...
Can I schedule a sh script to run on a certain time on my Android phone? Like crontab does on Linux. My Android phone is not rooted and preferably I'd keep it that way. But rooting is an option. The script sends certain taps: [CODE] When connected through adb ( adb shell ) I can run the script with sh /storage/emulated...
android|shell|automation|schedule|script
1
2022-05-10T19:00:45.037Z
2,022
5
19
1
185
0
595
29
5
1
true
true
false
false
false
false
low
72,191,825
Facebook Audience Network not showing real ads without mediation but test Ads are showing
<p>I try to use Facebook Audience Network on my android app without mediation but it is not showing real ads and test Ads are showing.</p> <p>Any idea? I'm so stuck with it.</p> <p>browser_activity.java</p> <pre><code> AudienceNetworkAds.initialize(this); adView = new AdView(this, &quot;718544759324520_718567389322...
I try to use Facebook Audience Network on my android app without mediation but it is not showing real ads and test Ads are showing. Any idea? I'm so stuck with it. browser_activity.java [CODE] activity_browser.xml [CODE] image SS No mediation platform (Audience Network only)
android|facebook|networking|audience
1
2022-05-10T19:08:19.967Z
2,022
5
19
1
195
0
275
89
4
2
true
true
false
false
false
false
low
72,191,853
Consolidating Firebase messaging and Google Analytics in Xamarin Forms Android project
<p>In our Xamarin Forms app we have been using Firebase for push notifications for few years. For that purpose, we have a project in Firebase Console.</p> <p>Now I needed to add Google Analytics (GA4) functionality. Based on documentation, in <a href="https://analytics.google.com/" rel="nofollow noreferrer">https://ana...
In our Xamarin Forms app we have been using Firebase for push notifications for few years. For that purpose, we have a project in Firebase Console. Now I needed to add Google Analytics (GA4) functionality. Based on documentation, in https://analytics.google.com/ I created a property for our project, and added a data st...
firebase|xamarin.forms|xamarin.android|firebase-cloud-messaging|google-analytics-firebase
0
2022-05-10T19:10:53.097Z
2,022
5
19
1
177
1
1,208
86
5
1
true
false
false
false
false
false
zero
72,192,011
Swipe to refresh data using SwipeRefreshLayout in fragment?
<p>I want my layout to be refreshed when the app starts and the data should show in and when the user swipes the data should be updated and show new data if new data is available on the server.</p> <p>The actual problem is that the data is not loading when the app is started. Rather it is happening only on swiping. How...
I want my layout to be refreshed when the app starts and the data should show in and when the user swipes the data should be updated and show new data if new data is available on the server. The actual problem is that the data is not loading when the app is started. Rather it is happening only on swiping. How can I ach...
java|android|android-fragments|swiperefreshlayout
1
2022-05-10T19:28:50.843Z
2,022
5
19
1
56
3
483
59
4
1
true
false
false
false
false
false
low
72,192,016
Using coroutines to access the database
<p>So far I've been using this pattern whenever I want to access the database:</p> <pre><code>runBlocking { launch { // fetch something from the database and put it to some view } } </code></pre> <p>Now that I'm diving deeper into Kotlin coroutines, I'm increasingly convinced, that this is a bad pattern...
So far I've been using this pattern whenever I want to access the database: [CODE] Now that I'm diving deeper into Kotlin coroutines, I'm increasingly convinced, that this is a bad pattern. Essentially, I might as well just allowMainThreadQueries , as my pattern blocks the main thread anyway. Unfortunately, I haven't f...
android|kotlin|kotlin-coroutines
2
2022-05-10T19:29:20.717Z
2,022
5
19
1
324
2
496
39
3
2
true
false
false
false
false
false
low
72,192,399
Unable to launch google meet via link through flutter application
<p>I am trying to build an application where users can join google meet just with one click(I know it is easier to send a meet link via Whatsapp but I want everything in one place). I have used the <a href="https://pub.dev/packages/url_launcher" rel="nofollow noreferrer">url_launcher</a> package since google meet gener...
I am trying to build an application where users can join google meet just with one click(I know it is easier to send a meet link via Whatsapp but I want everything in one place). I have used the url_launcher package since google meet generates a URL for every meeting. Every other URL works fine except for the google me...
android|flutter|dart|google-meet|url-launcher
2
2022-05-10T20:09:29.297Z
2,022
5
20
1
285
1
727
65
5
3
true
false
false
false
false
false
low
72,192,404
I have a problem compiling my app kivy for android
<p>The app works well if run on pc, once compiled with buildozer if i run it in the android emulator it won't start. After a few attempts I noticed something that is strange to me. I compiled this simple example app that works on the emulator, but if I try to uncomment a commented import then it doesn't work anymore.<c...
The app works well if run on pc, once compiled with buildozer if i run it in the android emulator it won't start. After a few attempts I noticed something that is strange to me. I compiled this simple example app that works on the emulator, but if I try to uncomment a commented import then it doesn't work anymore. kivy...
android|python-3.x|visual-studio-code|kivy
0
2022-05-10T20:09:58.843Z
2,022
5
20
1
122
0
500
50
4
3
true
true
false
false
false
false
zero
72,192,464
Parallel tests in Android with cucumber, appium and testNG in java
<p>I have 5 real devices in which I want to execute 20 tests, for example: 4 tests in each device in parallel, that is, in device 1 test 1 is executed, when the test ends, test 2 follows, in device 2 test 5 , at the end of test 5, follows 6... I can only run 1 test on each device in parallel, when I run more than 1, th...
I have 5 real devices in which I want to execute 20 tests, for example: 4 tests in each device in parallel, that is, in device 1 test 1 is executed, when the test ends, test 2 follows, in device 2 test 5 , at the end of test 5, follows 6... I can only run 1 test on each device in parallel, when I run more than 1, the t...
java|selenium|cucumber|testng|appium-android
0
2022-05-10T20:14:56.767Z
2,022
5
20
1
129
1
464
66
5
0
false
false
false
false
false
false
zero
72,192,538
How can I use an API to implement a search functionality on Android?
<p>I am attempting to create a <strong>search functionality</strong> in an android application and have been doing research on how I can accomplish this while taking in data from a third party API. I am still learning much about the android environment, so I could use some guidance on how I can go about completing this...
I am attempting to create a search functionality in an android application and have been doing research on how I can accomplish this while taking in data from a third party API. I am still learning much about the android environment, so I could use some guidance on how I can go about completing this task. Say for examp...
android|api|kotlin|android-activity|mvvm
1
2022-05-10T20:22:33.750Z
2,022
5
20
1
57
1
841
68
5
4
true
false
false
false
false
false
low
72,192,627
Calculate distance point to line
<p>I'm using Mapbox for Android Java and need to calculate the distance between a drawn line defined by start and endpoint to the users current location.<br> Any idea on how to implement that with mapbox?</p>
I'm using Mapbox for Android Java and need to calculate the distance between a drawn line defined by start and endpoint to the users current location. Any idea on how to implement that with mapbox?
java|android|mapbox|mapbox-android
2
2022-05-10T20:33:54.620Z
2,022
5
20
1
158
1
197
32
4
0
false
false
false
false
false
false
low
72,192,645
Google Play Services (Unity) Not Working On Device
<pre><code>using System; using System.Collections; using System.Collections.Generic; using GooglePlayGames; using GooglePlayGames.BasicApi; using UnityEngine; using UnityEngine.SocialPlatforms; using UnityEngine.EventSystems; public class GooglePlayServicesController : MonoBehaviour { public static GooglePlayServi...
[CODE] So I have one project working fine with the code i have and its been release but this project has been a bit more tricky. I cannot get GPGS to work on a device: Its in internal and alpha test on the playstore I have the following in Progaurd [CODE] I Presume its something to do with this [CODE] but i still get t...
android|unity3d|google-play-services
0
2022-05-10T20:35:43.753Z
2,022
5
20
1
558
1
347
50
3
4
true
false
false
false
false
false
zero
72,192,721
Can I generate 1:1 pixel data within an Android application?
<p>I wish to check the Android display is showing the correct tone curve. If I generate a patch with alternate black and white lines surrounded by a 50% grey, and the two grey levels match then the first stop of the tone curve is right. I can then generate a patch with alternate black and 50% grey lines surrounded by a...
I wish to check the Android display is showing the correct tone curve. If I generate a patch with alternate black and white lines surrounded by a 50% grey, and the two grey levels match then the first stop of the tone curve is right. I can then generate a patch with alternate black and 50% grey lines surrounded by a 25...
android|image|raster
1
2022-05-10T20:44:30.333Z
2,022
5
20
1
45
2
3,124
60
3
1
true
false
false
false
false
false
low
72,192,791
Using any 'androidNavigationBar' option in Expo app.json crashes Expo Go in Android
<p>I'm trying to edit the looks of the bottom navigation bar on Android using <a href="https://docs.expo.dev/versions/latest/sdk/navigation-bar/" rel="nofollow noreferrer">Expo NavigationBar</a> I've installed it by running <code>expo install expo-navigation-bar</code></p> <p>For example, in my <code>app.json</code>, c...
I'm trying to edit the looks of the bottom navigation bar on Android using Expo NavigationBar I've installed it by running expo install expo-navigation-bar For example, in my app.json , changing color: [CODE] or making it hidden: [CODE] Using either option works, but they both cause Expo Go app on Android to crash . Do...
javascript|android|react-native|expo|android-navigation-bar
1
2022-05-10T20:52:07.163Z
2,022
5
20
1
46
0
432
83
5
2
true
true
false
false
false
false
low