id int64 28.5M 73.8M | title stringlengths 15 150 | question_body stringlengths 69 39.4k | body_text stringlengths 6 29.2k | tags stringlengths 7 120 | score int64 -19 384 | creation_date stringlengths 20 24 | year int64 -1 2.02k | month int64 -1 12 | hour int64 -1 23 | dayofweek int64 -1 6 | view_count int64 3 367k | answer_count int64 0 34 | body_len int64 6 29.2k | title_len int64 15 150 | tag_count int64 1 6 | code_block_cnt int64 0 17 | has_code bool 2
classes | is_unanswered bool 2
classes | is_popular bool 2
classes | is_viral bool 2
classes | is_highly_voted bool 2
classes | is_negative bool 2
classes | score_bucket stringclasses 5
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
73,064,191 | How to make animated vectors start on their own in Jetpack Compose? | <p>The problem i have is that i can render SVGs but i can't make them automatically start, i've seen examples where with the onclick method i could start the svg but i'd need it to automatically start without any user action, is it possible?</p>
<p>I used this documentation but it only rembers the svg <a href="https://... | The problem i have is that i can render SVGs but i can't make them automatically start, i've seen examples where with the onclick method i could start the svg but i'd need it to automatically start without any user action, is it possible? I used this documentation but it only rembers the svg https://developer.android.c... | kotlin|svg|android-jetpack-compose | 1 | 2022-07-21T10:01:26.263Z | 2,022 | 7 | 10 | 3 | 70 | 1 | 460 | 67 | 3 | 0 | false | false | false | false | false | false | low |
73,064,221 | Google and Facebook Login Error in webview Kotlin App | <p>am using Webview to turn my responsive website into a native app. All the things are working fine the thing is whenever I try to login with Facebook or Google they give an error some attachment put down anyone can help me out with this problem. Here's the <a href="https://i.stack.imgur.com/oeKiX.jpg" rel="nofollow n... | am using Webview to turn my responsive website into a native app. All the things are working fine the thing is whenever I try to login with Facebook or Google they give an error some attachment put down anyone can help me out with this problem. Here's the error description by google. Advance thanks | android|facebook|kotlin|google-chrome|webview | 0 | 2022-07-21T10:03:18.830Z | 2,022 | 7 | 10 | 3 | 70 | 0 | 299 | 53 | 5 | 0 | false | true | false | false | false | false | zero |
73,064,402 | Android OpenGL 2 ES how to generate an infinite 3D grid | <p>Hello I am quite new to OPEN GL ES android.</p>
<p>My task is to generate a 3D grid terrain that is infinite.</p>
<p>The task is tree planting. I am using an RTK system of pretty accurate coordinates that I convent into UTM and then mark points on my lines in the grid.(I won't go into further details).</p>
<p>I want... | Hello I am quite new to OPEN GL ES android. My task is to generate a 3D grid terrain that is infinite. The task is tree planting. I am using an RTK system of pretty accurate coordinates that I convent into UTM and then mark points on my lines in the grid.(I won't go into further details). I want to be able to draw virt... | android|opengl-es|opengl-es-2.0 | 1 | 2022-07-21T10:16:13.480Z | 2,022 | 7 | 10 | 3 | 33 | 0 | 741 | 55 | 3 | 0 | false | true | false | false | false | false | low |
73,064,455 | How To Delete And Update Data From Table Layout | <p><a href="https://i.stack.imgur.com/vguKF.jpg" rel="nofollow noreferrer">Picture Of Table Layout Table</a></p>
<p>Firstly, you can check the image in the link. I want to update and delete a table row by clicking "pilih aksi". anyone can help me? thank you.</p> | Picture Of Table Layout Table Firstly, you can check the image in the link. I want to update and delete a table row by clicking "pilih aksi". anyone can help me? thank you. | java|android-studio|updates|delete-row|tablelayout | -1 | 2022-07-21T10:19:54.717Z | 2,022 | 7 | 10 | 3 | 30 | 1 | 182 | 47 | 5 | 0 | false | false | false | false | false | true | negative |
73,064,458 | I am unable to start up my React Native app on Windows using Android emulator from Android Studio | <p>I am new to React Native and Mobile App Development. I am trying to start up my bare React Native project in my Emulator and it gives me issue to set up.</p>
<p>I get this error when I click on the button a to set to Android Emulator from my command terminal</p>
<p>Couldn't adb reverse: adb.exe: error: device offlin... | I am new to React Native and Mobile App Development. I am trying to start up my bare React Native project in my Emulator and it gives me issue to set up. I get this error when I click on the button a to set to Android Emulator from my command terminal Couldn't adb reverse: adb.exe: error: device offline Couldn't start ... | javascript|android|reactjs|react-native|android-emulator | 2 | 2022-07-21T10:19:59.520Z | 2,022 | 7 | 10 | 3 | 152 | 3 | 485 | 97 | 5 | 0 | false | false | false | false | false | false | low |
73,064,529 | WhatsApp Status Saver Greater than Android 10 permission not working it stucks at splash screen but less then Android 10 will working fine | <p>public class Splash extends AppCompatActivity {
private static final String MANAGE_EXTERNAL_STORAGE_PERMISSION = "android:manage_external_storage";
private final Handler handler = new Handler();
private static final int REQUEST_PERMISSIONS = 1234;
private static final String[] PERMISSIONS = {
Manifest.perm... | public class Splash extends AppCompatActivity { private static final String MANAGE_EXTERNAL_STORAGE_PERMISSION = "android:manage_external_storage"; private final Handler handler = new Handler(); private static final int REQUEST_PERMISSIONS = 1234; private static final String[] PERMISSIONS = { Manifest.permiss... | java|android-studio|permissions|google-play|whatsapp | 1 | 2022-07-21T10:25:08.043Z | 2,022 | 7 | 10 | 3 | 31 | 0 | 401 | 138 | 5 | 1 | true | true | false | false | false | false | low |
73,064,635 | Camera4Kivy capture video | <p>I was trying to capture a video in kivy/android using camera4kivy. but it seems that this function won't work. I tried capture video with location, subdir and filename (kwarg**) but still nothing happend.</p>
<pre><code>from kivy.app import App
from kivy.uix.boxlayout import BoxLayout
from kivy.uix.image import Imag... | I was trying to capture a video in kivy/android using camera4kivy. but it seems that this function won't work. I tried capture video with location, subdir and filename (kwarg**) but still nothing happend. [CODE] 07-21 16:17:14.405 28320 29758 I python : JVM exception occurred: Attempt to invoke virtual method 'void and... | python|android|camera|kivy|capture | -1 | 2022-07-21T10:33:45.560Z | 2,022 | 7 | 10 | 3 | 92 | 2 | 5,838 | 25 | 5 | 1 | true | false | false | false | false | true | negative |
73,064,737 | Unity Android launch camera after asking for permission | <p>Consider the simplest camera app made in Unity for Android</p>
<pre><code>// this script is attached to quad or plane
void Start()
{
WebCamTexture texture = new WebCamTexture();
GetComponent<Renderer>().material.mainTexture = texture;
texture.Play();
}
</code></pre>
<p>When I la... | Consider the simplest camera app made in Unity for Android [CODE] When I launch this it asks for permission for camera but does not launch the camera immediately after I grant it. I need to restart the app to actually launch the camera. Is there a way to launch the camera after granting permission? | android|unity3d|android-permissions | 0 | 2022-07-21T10:42:57.100Z | 2,022 | 7 | 10 | 3 | 82 | 0 | 299 | 55 | 3 | 1 | true | true | false | false | false | false | zero |
73,064,933 | Android Fragment Change | <p>How to change Fragment i.e change using back camera to usb camera for tensorflow as input for object detection,i suppose its possible by changing the fragment in the camera activity for full code :
<a href="https://github.com/tensorflow/examples/tree/66f60ebc3dd2e8527b7bbbb280fe0657d54f20f4/lite/examples/object_dete... | How to change Fragment i.e change using back camera to usb camera for tensorflow as input for object detection,i suppose its possible by changing the fragment in the camera activity for full code : https://github.com/tensorflow/examples/tree/66f60ebc3dd2e8527b7bbbb280fe0657d54f20f4/lite/examples/object_detection/androi... | java|android|tensorflow|fragment | 1 | 2022-07-21T10:54:43.033Z | 2,022 | 7 | 10 | 3 | 134 | 0 | 552 | 23 | 4 | 3 | true | true | false | false | false | false | low |
73,064,973 | Remediation for Implicit PendingIntent Vulnerability | <p>I don't know much about Java so I wanted to ask you how I can solve this problem.</p>
<p>When I try to publish my Android application, I get the following error. <a href="https://i.ibb.co/KGD2906/Screen-Shot-2022-07-18-at-23-18-11.png" rel="nofollow noreferrer">https://i.ibb.co/KGD2906/Screen-Shot-2022-07-18-at-23-1... | I don't know much about Java so I wanted to ask you how I can solve this problem. When I try to publish my Android application, I get the following error. https://i.ibb.co/KGD2906/Screen-Shot-2022-07-18-at-23-18-11.png I leave below the solution suggested by Google. https://support.google.com/faqs/answer/10437428 I fou... | java|android | 2 | 2022-07-21T10:57:22.853Z | 2,022 | 7 | 10 | 3 | 59 | 1 | 346 | 52 | 2 | 1 | true | false | false | false | false | false | low |
73,065,050 | Heads-up Notification not showing in android 12 | <p>I have added two action in this head-up notification Answer and Reject . which is worked in all device under android-12.</p>
<p>But in android 12 this type of notification not showing .
what the exact problem i don't know I read documentation but not found any solution. <a href="https://i.stack.imgur.com/G30Bz.png" ... | I have added two action in this head-up notification Answer and Reject . which is worked in all device under android-12. But in android 12 this type of notification not showing . what the exact problem i don't know I read documentation but not found any solution. I checked all notification setting of app inside my devi... | android|heads-up-notifications | 0 | 2022-07-21T11:02:23.267Z | 2,022 | 7 | 11 | 3 | 92 | 1 | 430 | 47 | 2 | 0 | false | false | false | false | false | false | zero |
73,065,293 | Why my right edge of the Box in Compose is vibrating while expanding and collapsing? | <p><a href="https://i.stack.imgur.com/Bz5lf.gif" rel="nofollow noreferrer">Animation is not at all smooth enough, it is just like lagging</a></p>
<p>Here I am using a simple box, I am expanding its width using <strong>animateFloatAsState</strong>. Without any animation of its inside element, it is not at all smooth eno... | Animation is not at all smooth enough, it is just like lagging Here I am using a simple box, I am expanding its width using animateFloatAsState . Without any animation of its inside element, it is not at all smooth enough. Where I am doing wrong? Code: [CODE] | android-jetpack-compose|jetpack-compose-animation | 0 | 2022-07-21T11:21:47.913Z | 2,022 | 7 | 11 | 3 | 72 | 1 | 259 | 84 | 2 | 1 | true | false | false | false | false | false | zero |
73,065,349 | Get location information at regular intervals | <p>First off, this is not a location app. The location will be sent to the service in order to check whether the user passes near certain locations. This one is for a trading application. What kind of approaches do you think there are in Flutter? How can I get location without disturbing the user in the background.</p> | First off, this is not a location app. The location will be sent to the service in order to check whether the user passes near certain locations. This one is for a trading application. What kind of approaches do you think there are in Flutter? How can I get location without disturbing the user in the background. | android|ios|flutter|dart|location | -2 | 2022-07-21T11:27:42.043Z | 2,022 | 7 | 11 | 3 | 32 | 1 | 313 | 45 | 5 | 0 | false | false | false | false | false | true | negative |
73,065,358 | How solve app:mergeDexRelease Failed issue? | <p><strong>Logs</strong>
Run gradle/gradle-build-action@v2.2.2
Gradle User Home already exists: will not restore from cache.
/home/runner/work/File-Explorer/File-Explorer/gradlew assembleRelease
Welcome to Gradle 7.5!
Here are the highlights of this release:</p>
<ul>
<li>Support for Java 18</li>
<li>Support for buildin... | Logs Run gradle/gradle-build-action@v2.2.2 Gradle User Home already exists: will not restore from cache. /home/runner/work/File-Explorer/File-Explorer/gradlew assembleRelease Welcome to Gradle 7.5! Here are the highlights of this release: Support for Java 18 Support for building with Groovy 4 Much more responsive conti... | java|android-studio|gradle|release | 1 | 2022-07-21T11:28:46.557Z | 2,022 | 7 | 11 | 3 | 92 | 0 | 18,052 | 43 | 4 | 0 | false | true | false | false | false | false | low |
73,065,393 | Firebase high priority message when app is on foreground | <p>I am using FCM messages on my android project. I have read this info on developer page;</p>
<p>High priority messages on Android are meant for time sensitive, user visible content, and should result in user-facing notifications. If FCM detects a pattern in which messages do not result in user-facing notifications, y... | I am using FCM messages on my android project. I have read this info on developer page; High priority messages on Android are meant for time sensitive, user visible content, and should result in user-facing notifications. If FCM detects a pattern in which messages do not result in user-facing notifications, your messag... | android|push-notification|firebase-cloud-messaging | 2 | 2022-07-21T11:31:16.457Z | 2,022 | 7 | 11 | 3 | 56 | 0 | 569 | 56 | 3 | 0 | false | true | false | false | false | false | low |
73,065,420 | webapp share dialog working in iOS but not in Android | <p>I have a button I use to share links, externally, on my webapp. When you click on it, it's suppose to launch the mobile share dialog (see screenshots). This works in iOS but on Android it launches the desktop version.</p>
<pre><code>const shareButton = document.querySelector('.share-button');
const shareDialog =... | I have a button I use to share links, externally, on my webapp. When you click on it, it's suppose to launch the mobile share dialog (see screenshots). This works in iOS but on Android it launches the desktop version. [CODE] Here is the button [CODE] | javascript|android|ios|progressive-web-apps|share | 0 | 2022-07-21T11:33:01.390Z | 2,022 | 7 | 11 | 3 | 24 | 0 | 250 | 53 | 5 | 2 | true | true | false | false | false | false | zero |
73,065,483 | Specific utf-8 characters (arrow symbol) are not well displayed on android Webview | <p>I use a webview on android, the utf-8 encoding is set correctly, but some characters are not well displayed. It seems that the utf-8 characters of others languages look fine but utf-8 symbols like arrows doesn't display. (Android API 32)</p>
<pre><code>PLLOPFOO 光 რაღაც ტექსტი ⯈ → &#10604; æøå 將賦予他們的傳教工作標示為
</c... | I use a webview on android, the utf-8 encoding is set correctly, but some characters are not well displayed. It seems that the utf-8 characters of others languages look fine but utf-8 symbols like arrows doesn't display. (Android API 32) [CODE] and it appears on android like this: How to make the utf-8 symbols (arrows,... | android|utf-8|character-encoding|android-webview | 0 | 2022-07-21T11:37:52.813Z | 2,022 | 7 | 11 | 3 | 35 | 0 | 375 | 82 | 4 | 1 | true | true | false | false | false | false | zero |
73,065,635 | Flutter Notification custom sound not working in release mode in android | <p>Below code is no working for release mode flutter.</p>
<pre><code> AndroidNotificationChannel channel= const AndroidNotificationChannel(
'abc',
'abc_channel',
description: 'This channel is used for important notifications.',
sound: RawResourceAndroidNotificationSound('alert'),... | Below code is no working for release mode flutter. [CODE] | android|flutter|firebase|push-notification | 0 | 2022-07-21T11:48:16.997Z | 2,022 | 7 | 11 | 3 | 150 | 1 | 57 | 72 | 4 | 1 | true | false | false | false | false | false | zero |
73,065,637 | Android DatePicker vs CalendarView | <p>What is the difference between DatePicker and CalendarView Android views? Only in the header and API? What class is more common and which should I use?</p> | What is the difference between DatePicker and CalendarView Android views? Only in the header and API? What class is more common and which should I use? | android|android-studio|android-layout | 1 | 2022-07-21T11:48:32.083Z | 2,022 | 7 | 11 | 3 | 32 | 0 | 151 | 34 | 3 | 0 | false | true | false | false | false | false | low |
73,065,657 | How to convert Hexadecimal to Double in Dart? | <p>By receiving coordinates encoded as hex, how could I convert them into a double value so that I get a true value of those coordinates? I already tried converting from hex to int and then to double, but I couldn't get the correct value. Is there a Dart package that could this?</p>
<p>I tried the <code>double.parse()<... | By receiving coordinates encoded as hex, how could I convert them into a double value so that I get a true value of those coordinates? I already tried converting from hex to int and then to double, but I couldn't get the correct value. Is there a Dart package that could this? I tried the double.parse() return Invalid D... | android|dart|floating-point|hex|double | 0 | 2022-07-21T11:50:06.640Z | 2,022 | 7 | 11 | 3 | 78 | 1 | 554 | 45 | 5 | 0 | false | false | false | false | false | false | zero |
73,065,677 | Multiple Permissions Android | <p>I want to build java class that managing all my permissions
I start with ReadContacts from Phone
Permissions.java</p>
<pre><code>import android.Manifest;
import android.app.Activity;
import android.content.Context;
import android.content.pm.PackageManager;
import android.widget.Toast;
import androidx.annotation.Non... | I want to build java class that managing all my permissions I start with ReadContacts from Phone Permissions.java [CODE] and I pass from MainActivity the Context and activity MainActivity.java [CODE] and what it's does is crashing my app I know that my problem it when I pass the context and the activity , I try to only... | java|android|android-studio|android-permissions | 2 | 2022-07-21T11:52:28.880Z | 2,022 | 7 | 11 | 3 | 69 | 1 | 389 | 28 | 4 | 2 | true | false | false | false | false | false | low |
73,065,715 | How to implement increase/decrease or manual change White Balance (Temperature and Tint) in CameraX API using kotlin? | <p><em>I have developed brightness or exposure which increases and decreases successfully on the slider, Now I have to develop same for white balance according to temperature increase and decrease the temperature with the help of slider NOTE:- brightness and white balance are different things</em></p>
<pre><code> @Supp... | I have developed brightness or exposure which increases and decreases successfully on the slider, Now I have to develop same for white balance according to temperature increase and decrease the temperature with the help of slider NOTE:- brightness and white balance are different things [CODE] | android|kotlin|android-camerax|temperature | 0 | 2022-07-21T11:55:23.807Z | 2,022 | 7 | 11 | 3 | 40 | 0 | 293 | 117 | 4 | 1 | true | true | false | false | false | false | zero |
73,065,927 | Problem while sorting a recycler view android studio | <p>I have a recycler that shows different movies and you are able to rate them. Rating works ok but when hitting the sort button (that should arrange the movies from best to worst) everything just goes sort of nuts. This is the movie class that has the sorting method:</p>
<pre><code>public static Comparator<Movie>... | I have a recycler that shows different movies and you are able to rate them. Rating works ok but when hitting the sort button (that should arrange the movies from best to worst) everything just goes sort of nuts. This is the movie class that has the sorting method: [CODE] And this is the mainActivity where I call the m... | java|android|sorting|android-recyclerview | 2 | 2022-07-21T12:10:17.747Z | 2,022 | 7 | 12 | 3 | 57 | 2 | 465 | 52 | 4 | 3 | true | false | false | false | false | false | low |
73,065,943 | How do I implement a scrollable tablelayout? | <p>I am trying to implement a scrollable table in my android xml file. The tablelayout should be of a fixed height.</p>
<p>This is my code:</p>
<pre><code> <LinearLayout
android:layout_marginTop="23pt"
android:layout_width="match_parent"
android:layout_height="wrap... | I am trying to implement a scrollable table in my android xml file. The tablelayout should be of a fixed height. This is my code: [CODE] Upon executing my app, I find that the tablelayout takes the entire screen and it's not scrollable. I have a footer logo in the bottom of my screen, and the table is pushing it away: ... | java|android | 0 | 2022-07-21T12:11:44.340Z | 2,022 | 7 | 12 | 3 | 28 | 0 | 351 | 44 | 2 | 2 | true | true | false | false | false | false | zero |
73,065,986 | The first fragment added to the adapter is not displayed. The second one is displayed perfectly. Databinding works, tried without ViewPager | <p>When adding fragments to the adapter, the first TariffUserAndQuestFragment is not displayed, everything is fine with the second TariffOurServicesFragment. I tried swapping them anyway TariffUserAndQuestFragment is empty. Checked without ViewPagerTariffAdapter(just using DataBinding) everything is displayed correctly... | When adding fragments to the adapter, the first TariffUserAndQuestFragment is not displayed, everything is fine with the second TariffOurServicesFragment. I tried swapping them anyway TariffUserAndQuestFragment is empty. Checked without ViewPagerTariffAdapter(just using DataBinding) everything is displayed correctly) M... | android|android-viewpager | 1 | 2022-07-21T12:15:05.343Z | 2,022 | 7 | 12 | 3 | 45 | 0 | 435 | 139 | 2 | 4 | true | true | false | false | false | false | low |
73,066,029 | How can I get and set the "Super Fast Charging" setting programmatically? | <p>Just an example, I can get the Display Timeout setting like this:</p>
<blockquote>
<p>int timeout = Settings.System.getInt(getContentResolver(), Settings.System.SCREEN_OFF_TIMEOUT);</p>
</blockquote>
<p>I can set the Display Timeout setting like this:</p>
<blockquote>
<p>Settings.System.putInt(getContentResolver(), ... | Just an example, I can get the Display Timeout setting like this: int timeout = Settings.System.getInt(getContentResolver(), Settings.System.SCREEN_OFF_TIMEOUT); I can set the Display Timeout setting like this: Settings.System.putInt(getContentResolver(), Settings.System.SCREEN_OFF_TIMEOUT, 10000); How can I programmat... | java|android | 2 | 2022-07-21T12:18:05.260Z | 2,022 | 7 | 12 | 3 | 190 | 1 | 500 | 73 | 2 | 1 | true | false | false | false | false | false | low |
73,066,101 | Using .shadow with Button in jetpack compose causes an issue | <p>I want to use the <code>.shadow</code> operator to add a shadow to my button, but as you can see in the image, I got a white background.
<a href="https://i.stack.imgur.com/yzLUN.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/yzLUN.png" alt="enter image description here" /></a></p> | I want to use the .shadow operator to add a shadow to my button, but as you can see in the image, I got a white background. | android|android-jetpack-compose | 3 | 2022-07-21T12:22:11.033Z | 2,022 | 7 | 12 | 3 | 63 | 1 | 123 | 60 | 2 | 0 | false | false | false | false | false | false | low |
73,066,167 | How to get the ON_DESTROY lifecycle event in jetpack compose | <p>I want to get the lifecycle event <code>ON_DESTROY</code> in my composable, therefore I found the following code in the Android <a href="https://developer.android.com/jetpack/compose/side-effects#disposableeffect" rel="nofollow noreferrer">documentation</a>. Adjusted to my use case it looks like this:</p>
<pre><code... | I want to get the lifecycle event ON_DESTROY in my composable, therefore I found the following code in the Android documentation . Adjusted to my use case it looks like this: [CODE] However the problem is that the onDispose is called before the LifecycleEventObserver can emit the ON_DESTROY event. My first solution was... | android|android-jetpack-compose|android-lifecycle | 1 | 2022-07-21T12:27:08.123Z | 2,022 | 7 | 12 | 3 | 181 | 0 | 503 | 60 | 3 | 2 | true | true | false | false | false | false | low |
73,066,184 | How to Save Photos to shared folder in xamarin | <p>I tried lots of codes to save aphoto to a shared folder. <a href="https://stackoverflow.com/questions/57752466/how-to-save-photos-from-gallery-to-shared-folder-on-a-windows-server-in-xamarin">This</a> question is very similar, so I tried to addapt it to my code but I'm having always the same error:</p>
<blockquote>
... | I tried lots of codes to save aphoto to a shared folder. This question is very similar, so I tried to addapt it to my code but I'm having always the same error: SharpCifs.Smb.SmbException: Failed to connect to server SharpCifs.Smb.SmbException: Invalid operation for workgroups, servers, or shares at SharpCifs.Smb.SmbFi... | c#|xamarin|xamarin.forms|xamarin.android | 0 | 2022-07-21T12:28:18.083Z | 2,022 | 7 | 12 | 3 | 59 | 0 | 693 | 46 | 4 | 1 | true | true | false | false | false | false | zero |
73,066,232 | How to position button relative to the bottom of the screen? | <p>I'm trying to position my button 50dp above the bottom of the screen. I know how to do this if I'm positioning it relative to the top of the screen with <code>layout_marginTop</code> but using <code>layout_marginBottom</code> doesn't seem to be working, here's my code:</p>
<pre><code><RelativeLayout
android:layou... | I'm trying to position my button 50dp above the bottom of the screen. I know how to do this if I'm positioning it relative to the top of the screen with layout_marginTop but using layout_marginBottom doesn't seem to be working, here's my code: [CODE] This is what it's showing: And this is what I want it to show: It fee... | android|android-button | -2 | 2022-07-21T12:30:50.420Z | 2,022 | 7 | 12 | 3 | 42 | 4 | 428 | 60 | 2 | 1 | true | false | false | false | false | true | negative |
73,066,259 | Play/Pause key event is not respected during playback in react native for android tv | <p>I have published a react native application to google play store for android tv.</p>
<p>For tv, I have received notification for:</p>
<blockquote>
<p>Play/Pause key event is not respected during playback
Your media apps that play video or music content must respect the play/pause key during playback. Please refer to... | I have published a react native application to google play store for android tv. For tv, I have received notification for: Play/Pause key event is not respected during playback Your media apps that play video or music content must respect the play/pause key during playback. Please refer to our Media Play/Pause document... | react-native|android-tv|tvapplicationcontroller | 0 | 2022-07-21T12:32:57.547Z | 2,022 | 7 | 12 | 3 | 52 | 0 | 561 | 84 | 3 | 0 | false | true | false | false | false | false | zero |
73,066,347 | Android: Problem with the camera opening in webview | <p>After a few days struggling with opening camera within webview I decided to ask the question here.</p>
<p>So,
I have a webview in my app which open a web page where is a camera. To forestall the questions, I do not have access to the website code.</p>
<p>I work on the android sdk 30 and Pixel 3 api 30. I tried it to... | After a few days struggling with opening camera within webview I decided to ask the question here. So, I have a webview in my app which open a web page where is a camera. To forestall the questions, I do not have access to the website code. I work on the android sdk 30 and Pixel 3 api 30. I tried it to open also on old... | android|android-webview|android-camera2 | 0 | 2022-07-21T12:38:16.703Z | 2,022 | 7 | 12 | 3 | 153 | 1 | 751 | 51 | 3 | 1 | true | false | false | false | false | false | zero |
73,066,386 | how can I make curser disappear when button is clicked in android | <p>I am trying to make the blinking cursor disappear when the button is clicked in android, and I have no idea how to do than, can anyone help with that.</p> | I am trying to make the blinking cursor disappear when the button is clicked in android, and I have no idea how to do than, can anyone help with that. | java|android|cursor|android-cursor | -4 | 2022-07-21T12:40:34.697Z | 2,022 | 7 | 12 | 3 | 44 | 1 | 150 | 65 | 4 | 0 | false | false | false | false | false | true | negative |
73,066,576 | Is there a way to get all the previous destinations before the current destination? | <p>So we can get the destination before the current destination by using NavController.previousBackStackEntry, but I would like to get all the destinations that came before the current destination not just the one before in jetpack compose</p> | So we can get the destination before the current destination by using NavController.previousBackStackEntry, but I would like to get all the destinations that came before the current destination not just the one before in jetpack compose | android-jetpack-compose|android-jetpack-navigation | 1 | 2022-07-21T12:52:40.707Z | 2,022 | 7 | 12 | 3 | 67 | 1 | 236 | 83 | 2 | 0 | false | false | false | false | false | false | low |
73,066,615 | Broadcast intent for On receiving audio from mic? | <p>I am writing a code that shows some logs when user speaks through mic. For that purpose I'm using <code>AudioManager.ACTION_AUDIO_BECOMING_NOISY</code> intent but it does not work for me. I s there any broadcast intent for that purpose?</p> | I am writing a code that shows some logs when user speaks through mic. For that purpose I'm using AudioManager.ACTION_AUDIO_BECOMING_NOISY intent but it does not work for me. I s there any broadcast intent for that purpose? | java|android|broadcastreceiver|microphone|android-audiomanager | 0 | 2022-07-21T12:55:04.157Z | 2,022 | 7 | 12 | 3 | 23 | 0 | 223 | 49 | 5 | 0 | false | true | false | false | false | false | zero |
73,066,648 | Why I get PermissionError although I have the required permission? | <p>I try to list some files in a directory but for some reason I get a PermissionError when I call os.listdir() although I just requested the permission (and got it) and also checked if I have it.
Can someone see any error which I just overlook?
I have a very similar app which works but I just can not figure out what s... | I try to list some files in a directory but for some reason I get a PermissionError when I call os.listdir() although I just requested the permission (and got it) and also checked if I have it. Can someone see any error which I just overlook? I have a very similar app which works but I just can not figure out what shou... | python|android|kivy|permissionerror | 0 | 2022-07-21T12:57:07.377Z | 2,022 | 7 | 12 | 3 | 49 | 0 | 618 | 66 | 4 | 3 | true | true | false | false | false | false | zero |
73,066,669 | Fatal Exception: java.lang.IllegalStateException kotlin.Unit coroutines | <p>Anyone has a clue on how to solve this. I have check online but no helpful resources.</p>
<pre><code> internal fun initialize(args: Map<String, Any>, completion: () -> Unit, error:
(Exception) -> Unit) {
// it crash at this point
coroutineScope.launch {
//I have some code here
... | Anyone has a clue on how to solve this. I have check online but no helpful resources. [CODE] Here is the crash log. It crash at the point of initialisation [CODE] | android|kotlin|sdk|kotlin-coroutines | 0 | 2022-07-21T12:58:09.803Z | 2,022 | 7 | 12 | 3 | 72 | 0 | 162 | 71 | 4 | 2 | true | true | false | false | false | false | zero |
73,066,700 | Problems with cast, won't load the sended url | <p>I have a problem with an app on Android, I have set everything right because it works with other urls, but with a certain url doesn't work (even if it works on the iOS app with the same data)
Is there a possible way to see the output log after the url is sent on cast, logs if there are problems with the codecs/decri... | I have a problem with an app on Android, I have set everything right because it works with other urls, but with a certain url doesn't work (even if it works on the iOS app with the same data) Is there a possible way to see the output log after the url is sent on cast, logs if there are problems with the codecs/decripti... | android|casting | 1 | 2022-07-21T12:59:51.647Z | 2,022 | 7 | 12 | 3 | 12 | 0 | 434 | 45 | 2 | 0 | false | true | false | false | false | false | low |
73,066,995 | Error adding key to `const Text`. Regression in flutter.gradle? | <p>I'm getting an inconsistency on Android Studio Chipmunk (2021.2.1 Patch 1) and the Flutter compiler (3.0.5). The issue is the compiler fails with an error when I try to add a <code>const Key</code> to a <code>const Text</code>.</p>
<p>To repro, I created a new flutter project <code>flutter create test</code> and the... | I'm getting an inconsistency on Android Studio Chipmunk (2021.2.1 Patch 1) and the Flutter compiler (3.0.5). The issue is the compiler fails with an error when I try to add a const Key to a const Text . To repro, I created a new flutter project flutter create test and then added the key like this: [CODE] The error gene... | flutter|android-studio | 1 | 2022-07-21T13:19:13.600Z | 2,022 | 7 | 13 | 3 | 48 | 1 | 905 | 63 | 2 | 3 | true | false | false | false | false | false | low |
73,067,061 | Android Icon / Bitmap color | <p>I am trying to build a notification saver. I want to save the icon of a notification to restore it later on.
I use .NET Maui / Xamarin, but the code is very similar to Java, so you should be able to understand.</p>
<p>This is my code to save the image to disk:</p>
<pre><code> public override void OnNotificationPo... | I am trying to build a notification saver. I want to save the icon of a notification to restore it later on. I use .NET Maui / Xamarin, but the code is very similar to Java, so you should be able to understand. This is my code to save the image to disk: [CODE] The image is saved, however it is white. As an example the ... | android|xamarin|maui | 0 | 2022-07-21T13:24:03.567Z | 2,022 | 7 | 13 | 3 | 74 | 0 | 695 | 27 | 3 | 1 | true | true | false | false | false | false | zero |
73,067,221 | AppCompatActivity: detect touches on title? | <p>In case of an AppCompatActivity with title (set by <code>setTitle</code> call), (how) can I detect touches on this title section:</p>
<p><a href="https://i.stack.imgur.com/fpkXM.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/fpkXM.png" alt="enter image description here" /></a></p>
<p>In case this... | In case of an AppCompatActivity with title (set by setTitle call), (how) can I detect touches on this title section: In case this is not (easily) possible, I'm populating this activity with setContentView . Here is my simplified layout: [CODE] fl will be replaced by getSupportFragmentManager().beginTransaction().replac... | android|android-framelayout | 1 | 2022-07-21T13:33:16.763Z | 2,022 | 7 | 13 | 3 | 26 | 1 | 556 | 43 | 2 | 1 | true | false | false | false | false | false | low |
73,067,352 | Running a foreground service in android kotlin to show notifications every minute through out the day using handler and runnable | <p>Running a foreground service in android kotlin to show notifications every minute through out the day using handler and runnable .Get the notification when i run the below code but after sometime the notifications stops. If the phone is in locked state and if i unlock it ,the notification starts coming but again sto... | Running a foreground service in android kotlin to show notifications every minute through out the day using handler and runnable .Get the notification when i run the below code but after sometime the notifications stops. If the phone is in locked state and if i unlock it ,the notification starts coming but again stops ... | android|kotlin | 0 | 2022-07-21T13:42:48.817Z | 2,022 | 7 | 13 | 3 | 81 | 0 | 368 | 128 | 2 | 1 | true | true | false | false | false | false | zero |
73,067,438 | Cannot resolve constructor ViewModelProvider(... .FragmentActivity, ... .ui.viewmodels.profileViewModelFactory) | <p>I'm getting the following error when I hover over the red squiggly line where I'm passing in a custom ViewModelFactory into my ViewModelProvider:</p>
<p><a href="https://i.stack.imgur.com/DywGl.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/DywGl.png" alt="red squiggle of death" /></a></p>
<pre><... | I'm getting the following error when I hover over the red squiggly line where I'm passing in a custom ViewModelFactory into my ViewModelProvider: [CODE] The profileViewModelFactory code is here: [CODE] The strange thing is that this works fine. No compilation errors whatsoever. It just bugs me that Android Studio flags... | android|android-lifecycle|android-viewmodel|viewmodelfactory | 0 | 2022-07-21T13:48:37.720Z | 2,022 | 7 | 13 | 3 | 89 | 1 | 1,048 | 111 | 4 | 4 | true | false | false | false | false | false | zero |
73,067,457 | Does the Android Management API give a way to grant the "Media Projection" setting for a specific app? | <p>Is it possible using the Android Management API to allow "Media Projection" to be configured for a specific application within a policy?</p>
<p>This is the setting I am referring to:
<a href="https://developer.android.com/guide/topics/large-screens/media-projection" rel="nofollow noreferrer">https://develo... | Is it possible using the Android Management API to allow "Media Projection" to be configured for a specific application within a policy? This is the setting I am referring to: https://developer.android.com/guide/topics/large-screens/media-projection | android|android-management-api | 0 | 2022-07-21T13:50:22.793Z | 2,022 | 7 | 13 | 3 | 50 | 1 | 259 | 102 | 2 | 0 | false | false | false | false | false | false | zero |
73,067,570 | What is Causing my In-App Review Code To Not Display (Android)? | <p>This is my first App - It is live in the Google Play Store. However, my in-app review is not displaying. I followed the instructions from the Google Android Developers Guide, but I need some assistance in spotting what I did wrong.</p>
<p><a href="https://developer.android.com/guide/playcore/in-app-review/kotlin-jav... | This is my first App - It is live in the Google Play Store. However, my in-app review is not displaying. I followed the instructions from the Google Android Developers Guide, but I need some assistance in spotting what I did wrong. https://developer.android.com/guide/playcore/in-app-review/kotlin-java#java Step #1: I c... | java|android|review | 0 | 2022-07-21T13:57:53.673Z | 2,022 | 7 | 13 | 3 | 45 | 0 | 1,612 | 63 | 3 | 7 | true | true | false | false | false | false | zero |
73,067,630 | How to read QR codes with colors using zxing in kotlin and Jetpack Compose | <p>I am using zxing in kotlin to read QR codes, and it works great, however I want to read QR codes with colors and it doesn't work, only black and white, how to do this?</p>
<p>this one reads it well,</p>
<p><a href="https://i.stack.imgur.com/8RClrt.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/8R... | I am using zxing in kotlin to read QR codes, and it works great, however I want to read QR codes with colors and it doesn't work, only black and white, how to do this? this one reads it well, this cannot be read, CaptureActivityPortrait.kt [CODE] build.graddle [CODE] AndroidManifest.xml [CODE] AnyFile.kt [CODE] | android|kotlin|android-jetpack-compose|qr-code|zxing | 0 | 2022-07-21T14:01:51.863Z | 2,022 | 7 | 14 | 3 | 165 | 0 | 312 | 74 | 5 | 4 | true | true | false | false | false | false | zero |
73,067,631 | Cannot read a file from Downloads folder on Android | <p>I have text files with a custom extension. I have deployed one with my Delphi FMX application to the Documents folder, and this one loads fine using <code>TStringList.LoadFromFile(Path)</code>. The path is:</p>
<p><code>/data/user/0/com.embarcadero.[appname]/files/[filename]</code></p>
<p>I then try to load a file f... | I have text files with a custom extension. I have deployed one with my Delphi FMX application to the Documents folder, and this one loads fine using TStringList.LoadFromFile(Path) . The path is: /data/user/0/com.embarcadero.[appname]/files/[filename] I then try to load a file from the following path: /storage/emulated/... | android|delphi|firemonkey | 0 | 2022-07-21T14:01:54.473Z | 2,022 | 7 | 14 | 3 | 122 | 2 | 794 | 51 | 3 | 0 | false | false | false | false | false | false | zero |
73,067,643 | Splash screen api is loading empty screen (without icon) for the very first time | <p>I am facing weird issue with new splash api. I am having legacy Splashactivity as i have lot of logics added in that screen. I have followed this link (<a href="https://www.raywenderlich.com/32555180-splash-screen-tutorial-for-android" rel="nofollow noreferrer">https://www.raywenderlich.com/32555180-splash-screen-tu... | I am facing weird issue with new splash api. I am having legacy Splashactivity as i have lot of logics added in that screen. I have followed this link ( https://www.raywenderlich.com/32555180-splash-screen-tutorial-for-android ) to migrate my legacy splash activity to support new splash api. Once migration is done whil... | android|api|splash-screen | 1 | 2022-07-21T14:02:44.047Z | 2,022 | 7 | 14 | 3 | 101 | 0 | 762 | 80 | 3 | 2 | true | true | false | false | false | false | low |
73,067,739 | RxJava observeOn Main Thread in Android/HarmonyOS | <p>I am developing Huawei HarmonyOS app, and I am trying to implement a base class for background tasks with RxJava. My problem is that I don't know how to observe on the main thread.</p>
<p>On regular Android I would use <code>AndroidSchedulers.mainThread()</code>.</p>
<p>But what can I use on HarmonyOS, respectively ... | I am developing Huawei HarmonyOS app, and I am trying to implement a base class for background tasks with RxJava. My problem is that I don't know how to observe on the main thread. On regular Android I would use AndroidSchedulers.mainThread() . But what can I use on HarmonyOS, respectively basic java application? [CODE... | java|android|rx-java|huawei-developers|harmonyos | 3 | 2022-07-21T14:10:20.483Z | 2,022 | 7 | 14 | 3 | 43 | 1 | 461 | 49 | 5 | 1 | true | false | false | false | false | false | low |
73,067,757 | Is there a way to track the access to global variables with Android Instrumentation without source code? | <p>I want to find out if an application is accessing global variables like <code>Build.MODEL</code> without source code (Blackbox). Would this be possible with Android Instrumentation or do you know of another way to do that?</p> | I want to find out if an application is accessing global variables like Build.MODEL without source code (Blackbox). Would this be possible with Android Instrumentation or do you know of another way to do that? | java|android|testing|instrumentation | 0 | 2022-07-21T14:11:53.810Z | 2,022 | 7 | 14 | 3 | 23 | 1 | 209 | 104 | 4 | 0 | false | false | false | false | false | false | zero |
73,067,939 | Start foreground service after notification permission was disabled causes crash (Android 13) | <p>So, I've been experimenting with the new Android emulators (namely Android 13 or Android Tiramisu, API 33) and on an app, I need a foreground service.</p>
<p>The app's target SDK is currently 33.</p>
<p>Due to the notification requirement, I've added the <code>android.permission.POST_NOTIFICATIONS</code> to the mani... | So, I've been experimenting with the new Android emulators (namely Android 13 or Android Tiramisu, API 33) and on an app, I need a foreground service. The app's target SDK is currently 33. Due to the notification requirement, I've added the android.permission.POST_NOTIFICATIONS to the manifest. And, because it is also ... | android|android-notifications|android-permissions|android-13 | 4 | 2022-07-21T14:23:40.710Z | 2,022 | 7 | 14 | 3 | 478 | 1 | 2,847 | 93 | 4 | 4 | true | false | false | false | false | false | low |
73,067,946 | How to force bottom Navigation to start nested graph navigation from the startDestination? | <p>I have a simple toy app that works on one mainActivity. It has a bottom navigation bar with separate nested graphs. For instance, the navigation graph "notification" has an additional destination to settings. If I move to "notification" >>> "settings" >>>> to "... | I have a simple toy app that works on one mainActivity. It has a bottom navigation bar with separate nested graphs. For instance, the navigation graph "notification" has an additional destination to settings. If I move to "notification" >>> "settings" >>>> to "home"/"dashboa... | java|android|android-studio|kotlin | 1 | 2022-07-21T14:23:57.150Z | 2,022 | 7 | 14 | 3 | 43 | 0 | 986 | 90 | 4 | 4 | true | true | false | false | false | false | low |
73,068,033 | App process does not die when stopping a bound foreground service | <p>I have a bound foreground service that is supposed to live even when the app is removed from recents, but with the option to also stop the service when the app gets removed. That optional path is what I am having trouble with.</p>
<p>If the service is not set as foreground, stopping the service causes the process to... | I have a bound foreground service that is supposed to live even when the app is removed from recents, but with the option to also stop the service when the app gets removed. That optional path is what I am having trouble with. If the service is not set as foreground, stopping the service causes the process to die as we... | android|kotlin|android-service|foreground-service | 1 | 2022-07-21T14:30:29.273Z | 2,022 | 7 | 14 | 3 | 83 | 1 | 1,142 | 65 | 4 | 5 | true | false | false | false | false | false | low |
73,068,127 | How to convert Bitmap to ImageProxy in android? | <p>It seems that <code>androidx.camera.core.ImageProxy</code> is an abstract class, but I can't find any public class that can easily build an instance with <code>Bitmap</code> or <code>Image</code>.</p>
<p>Is there any?</p> | It seems that androidx.camera.core.ImageProxy is an abstract class, but I can't find any public class that can easily build an instance with Bitmap or Image . Is there any? | java|android|kotlin|android-camera|androidx | 0 | 2022-07-21T14:36:09.757Z | 2,022 | 7 | 14 | 3 | 43 | 0 | 172 | 47 | 5 | 0 | false | true | false | false | false | false | zero |
73,068,134 | UART communication STM32 - Open-Q 845 usom Development Board | <p>I'm trying to do a communication between an STM32 Nucleo F303RE and a Open-Q 845 usom Development Board by UART. I've used GPIO2_QUP0_L2_SPI_CLK and GPIO3_QUP0_L3_SPI_CS_N pins for UART_TX and UART_RX. I've connected the Board on my pc, but i can't see any data. how could I do to see if the board is receiving the da... | I'm trying to do a communication between an STM32 Nucleo F303RE and a Open-Q 845 usom Development Board by UART. I've used GPIO2_QUP0_L2_SPI_CLK and GPIO3_QUP0_L3_SPI_CS_N pins for UART_TX and UART_RX. I've connected the Board on my pc, but i can't see any data. how could I do to see if the board is receiving the data ... | android|linux-kernel|stm32|uart | 0 | 2022-07-21T14:36:29.583Z | 2,022 | 7 | 14 | 3 | 18 | 0 | 330 | 60 | 4 | 0 | false | true | false | false | false | false | zero |
73,068,212 | Restrict my Android application to allow it to make request only to a certain domain? | <p>I want to demonstrate to the users that my application is safe because it only makes request to a certain domain, and its subdomains, and no where else. Therefore, any potensially sensitive data won't get leaked.</p>
<ul>
<li><p>Is there a way for me to restrict it in such a way? That is, I want to restrict my futur... | I want to demonstrate to the users that my application is safe because it only makes request to a certain domain, and its subdomains, and no where else. Therefore, any potensially sensitive data won't get leaked. Is there a way for me to restrict it in such a way? That is, I want to restrict my future application in th... | android|security | -1 | 2022-07-21T14:42:08.587Z | 2,022 | 7 | 14 | 3 | 21 | 1 | 811 | 85 | 2 | 0 | false | false | false | false | false | true | negative |
73,068,219 | RecyclerView is not showing anything when fetching data from firebase | <p>I am following this tutorial to dynamically fetch data from firebase and show those in a view: <a href="https://www.geeksforgeeks.org/how-to-create-dynamic-horizontal-recyclerview-in-android-using-firebase-realtime-database/" rel="nofollow noreferrer">https://www.geeksforgeeks.org/how-to-create-dynamic-horizontal-re... | I am following this tutorial to dynamically fetch data from firebase and show those in a view: https://www.geeksforgeeks.org/how-to-create-dynamic-horizontal-recyclerview-in-android-using-firebase-realtime-database/ However, I can't see anything on the view, and I can't seem to figure out what is the problem. My Adapte... | java|android|firebase|firebase-realtime-database|android-recyclerview | 0 | 2022-07-21T14:42:49.137Z | 2,022 | 7 | 14 | 3 | 81 | 0 | 457 | 69 | 5 | 5 | true | true | false | false | false | false | zero |
73,068,285 | What is a view model and how can I use it to replace findViewById with View Binding and | <p>I am working on a basic bluetooth app in android studio and I am having trouble with view binding. So far I have this in my MainActivity.kt</p>
<pre><code>override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
binding = ActivityMainBinding.inflate(layoutInflater)
setConte... | I am working on a basic bluetooth app in android studio and I am having trouble with view binding. So far I have this in my MainActivity.kt [CODE] Later in the onCreate I have this line [CODE] and I would like to replace the findViewById using viewbinding but I'm not sure what to replace that line with. The android dev... | android|kotlin | 0 | 2022-07-21T14:48:24.987Z | 2,022 | 7 | 14 | 3 | 30 | 1 | 535 | 87 | 2 | 3 | true | false | false | false | false | false | zero |
73,068,303 | Duplicate class a.a found in modules jetified android | <p>I am using two libraries in my app 1 aar and another gradle dependency.
I am getting this error on building release build</p>
<pre><code>Duplicate class a.a found in modules jetified-android-sdk-1.7.26-runtime (com.cashfree.pg:android-sdk:1.7.26) and jetified-adsdk-AN-1.15.16-runtime (adsdk-AN-1.15.16.aar)
</code></... | I am using two libraries in my app 1 aar and another gradle dependency. I am getting this error on building release build [CODE] This is my build gradle app level [CODE] Not able to understand this a.a class | android|gradle|android-jetifier | 0 | 2022-07-21T14:49:34.010Z | 2,022 | 7 | 14 | 3 | 152 | 2 | 207 | 53 | 3 | 2 | true | false | false | false | false | false | zero |
73,068,341 | Aligning Rows and Columns in Flutter with Overflowing Long Text | <p>I am styling a card and have these multiple icon elements and text in it. I am having issues arranging the rows and columns to solve this problem here;</p>
<p><a href="https://i.stack.imgur.com/nQnhd.png" rel="nofollow noreferrer">Image 1</a></p>
<p>And this is what I am trying to achieve;</p>
<p><a href="https://i.... | I am styling a card and have these multiple icon elements and text in it. I am having issues arranging the rows and columns to solve this problem here; Image 1 And this is what I am trying to achieve; Image 2 Here is my code for that row giving me issues; [CODE] I thought that text always align properly if fit into a c... | android|ios|flutter|mobile|mobile-development | 2 | 2022-07-21T14:51:34.430Z | 2,022 | 7 | 14 | 3 | 43 | 1 | 383 | 63 | 5 | 1 | true | false | false | false | false | false | low |
73,068,375 | Android - NoSuchMethodError: No virtual method registerGnssStatusCallback | <p>Since half a year I use the Gnssps software for accessing GPS events. It works fine for Android 11. For a Samsung A8 device with Android 9, I get this fatal error message:</p>
<blockquote>
<p>java.lang.NoSuchMethodError: No virtual method
registerGnssStatusCallback(Ljava/util/concurrent/Executor;Landroid/location/Gn... | Since half a year I use the Gnssps software for accessing GPS events. It works fine for Android 11. For a Samsung A8 device with Android 9, I get this fatal error message: java.lang.NoSuchMethodError: No virtual method registerGnssStatusCallback(Ljava/util/concurrent/Executor;Landroid/location/GnssStatus$Callback;)Z in... | android|android-gps | 0 | 2022-07-21T14:53:41.957Z | 2,022 | 7 | 14 | 3 | 60 | 0 | 719 | 73 | 2 | 1 | true | true | false | false | false | false | zero |
73,068,440 | Error when scraping Instagram list of user has stories | <p>about a month ago I was able to get the list of the user who has stories by using</p>
<p><code>https://i.instagram.com/api/v1/feed/reels_tray/</code></p>
<p>now I get error 400 with a response:</p>
<pre><code>{
"message": "checkpoint_required",
"checkpoint_url": "https://i.... | about a month ago I was able to get the list of the user who has stories by using https://i.instagram.com/api/v1/feed/reels_tray/ now I get error 400 with a response: [CODE] what should I do to fix this? Also, did we have another way to get the list of users that has stories? | android|android-studio|instagram|instagram-api | 1 | 2022-07-21T14:57:40.550Z | 2,022 | 7 | 14 | 3 | 131 | 0 | 276 | 54 | 4 | 1 | true | true | false | false | false | false | low |
73,068,471 | Run Database At Android network | <p>I have 4 Android devices, i want to make One device as Database* Server, and Other Devices as Clients connecting to the database On server.</p>
<p>Note : any database possible.</p>
<p>thanks.</p> | I have 4 Android devices, i want to make One device as Database* Server, and Other Devices as Clients connecting to the database On server. Note : any database possible. thanks. | android|mysql|database|sqlite|sqflite | -2 | 2022-07-21T14:59:37.377Z | 2,022 | 7 | 14 | 3 | 24 | 1 | 177 | 31 | 5 | 0 | false | false | false | false | false | true | negative |
73,068,712 | How to make End Date 1 day after the Start Day on android datePicker | <p>i have a project that should bring end date after the start date on android datepicker.
(user will chose any date on start date and when user click end date what ever user choose end date should be one day after start date)</p>
<p>for this purpose i have a Kotlin code as in below;</p>
<pre><code>private fun showDat... | i have a project that should bring end date after the start date on android datepicker. (user will chose any date on start date and when user click end date what ever user choose end date should be one day after start date) for this purpose i have a Kotlin code as in below; [CODE] | android|kotlin|android-datepicker | 0 | 2022-07-21T15:14:58.773Z | 2,022 | 7 | 15 | 3 | 30 | 0 | 281 | 68 | 3 | 1 | true | true | false | false | false | false | zero |
73,068,846 | Flutter Pre-release report Issue Native crash | <p>I found the following Native Crash Issue in Google's Pre-release report.</p>
<p>How can I find the error through this report?</p>
<pre><code>*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'generic/gce_x86_phone/gce_x86:9/PGR1.190916.001/5877764:userdebug/test-keys'
Revision: '0'
A... | I found the following Native Crash Issue in Google's Pre-release report. How can I find the error through this report? [CODE] | android|flutter | 0 | 2022-07-21T15:24:06.687Z | 2,022 | 7 | 15 | 3 | 116 | 1 | 125 | 45 | 2 | 1 | true | false | false | false | false | false | zero |
73,068,893 | How to show dynamic date as Header in the RecyclerView? | <p>I want to show the date dynamically in the header of the RecyclerView and group the items of that date inside it.</p>
<p>My data class looks something like this</p>
<pre><code>
data class Feed(
val id: String = "",
val title: String = "",
val createdAt: Long = 0L,
)
</code></pre>
<p>... | I want to show the date dynamically in the header of the RecyclerView and group the items of that date inside it. My data class looks something like this [CODE] And I have to create a view something like this Will any of you please help me with this? I'm trying to solve it for the last 2 days. But not able to figure ou... | android|android-layout|android-recyclerview|sectionedrecyclerviewadapter|kotlin-android | 0 | 2022-07-21T15:26:48.687Z | 2,022 | 7 | 15 | 3 | 60 | 0 | 369 | 55 | 5 | 1 | true | true | false | false | false | false | zero |
73,068,900 | Voice Assistant listens to audio, stores audio and plays audio based on intents | <p>I am developing a voice assistant where users can tell a story to and the VA stores that story as <strong>text</strong> in a JSON file. Furthermore, intents from the story are being identified, for example, "vacation" or "England".</p>
<p>Now I want to implement the feature that the VA also store... | I am developing a voice assistant where users can tell a story to and the VA stores that story as text in a JSON file. Furthermore, intents from the story are being identified, for example, "vacation" or "England". Now I want to implement the feature that the VA also stores that story as an audio fi... | python|audio|android-intent|voice-recognition | 0 | 2022-07-21T15:27:17.953Z | 2,022 | 7 | 15 | 3 | 24 | 0 | 734 | 79 | 4 | 1 | true | true | false | false | false | false | zero |
73,068,929 | Why am I allowed to add a self-signed CA certificate to an Android application? | <p>Just a question to clarify something:</p>
<p>I created a self-signed certificate in order to use HTTPS for a small IoT application. I'm going to control the corresponding device with an Android app.</p>
<p>Because I'm using a self-signed certificate my app did not trust the device when trying to establish a HTTPS co... | Just a question to clarify something: I created a self-signed certificate in order to use HTTPS for a small IoT application. I'm going to control the corresponding device with an Android app. Because I'm using a self-signed certificate my app did not trust the device when trying to establish a HTTPS connection at first... | android|ssl|https|ssl-certificate | 1 | 2022-07-21T15:28:29.630Z | 2,022 | 7 | 15 | 3 | 38 | 0 | 1,123 | 79 | 4 | 1 | true | true | false | false | false | false | low |
73,069,101 | How to instantiate and use hardware/interfaces/audio/common/7.0/example service? | <p>I am trying to stub out audio HAL, and found this reference from Google:</p>
<p>"<strong>example</strong> — example implementation of the core and effect V7.0 API. It represents a “fake” audio HAL that doesn't actually communicate with hardware."
<a href="https://android.googlesource.com/platform/hardware/... | I am trying to stub out audio HAL, and found this reference from Google: " example — example implementation of the core and effect V7.0 API. It represents a “fake” audio HAL that doesn't actually communicate with hardware." https://android.googlesource.com/platform/hardware/interfaces/+/refs/heads/master/audi... | android|android-source | 0 | 2022-07-21T15:40:57.030Z | 2,022 | 7 | 15 | 3 | 67 | 1 | 782 | 80 | 2 | 2 | true | false | false | false | false | false | zero |
73,069,115 | Discord OAuth2 authentication on Ionic/Capacitor app | <p>I am trying to write a web app/android app using Ionic and Capacitor that allows the user to log in using discord. To do so, I am using the Discord API to get a code and then use the code to obtain a token.<br />
While this works fine on the web part, I have a problem on the android part, as the authentication flows... | I am trying to write a web app/android app using Ionic and Capacitor that allows the user to log in using discord. To do so, I am using the Discord API to get a code and then use the code to obtain a token. While this works fine on the web part, I have a problem on the android part, as the authentication flows needs to... | android|ionic-framework|oauth-2.0|discord|capacitor | 0 | 2022-07-21T15:41:35.513Z | 2,022 | 7 | 15 | 3 | 137 | 0 | 1,673 | 52 | 5 | 0 | false | true | false | false | false | false | zero |
73,069,292 | Exception: (Index -1 requested, with a size of 2) while retrieving data from a Cursor | <p>Hey I have a problem with accessing the data from a Cursor in Android Studio.
I have two tables in the database <strong>events</strong> and <strong>messages</strong>. So each event in the events table may have multiple messages in the messages table. The event and its messages share a common <strong>event_id</strong... | Hey I have a problem with accessing the data from a Cursor in Android Studio. I have two tables in the database events and messages . So each event in the events table may have multiple messages in the messages table. The event and its messages share a common event_id . I am using LoaderCallbacks to get a Cursor from a... | android-sqlite|android-contentprovider|android-loader | 0 | 2022-07-21T15:55:01.907Z | 2,022 | 7 | 15 | 3 | 24 | 1 | 1,963 | 85 | 3 | 2 | true | false | false | false | false | false | zero |
73,069,296 | Which Coroutine scope to use in AppWidgetProvider class? | <p>I am currently creating a widget and I am configuring the widget with a configuration activity and initializing the widget on onUpdate() of AppWidgetProvider. After that a CoroutineWorker will update the widget from time to time. I have set the updatePeriodMillis to 0.
So simply my code would be</p>
<pre><code>overr... | I am currently creating a widget and I am configuring the widget with a configuration activity and initializing the widget on onUpdate() of AppWidgetProvider. After that a CoroutineWorker will update the widget from time to time. I have set the updatePeriodMillis to 0. So simply my code would be [CODE] So my question i... | android|kotlin|kotlin-coroutines|coroutinescope | 0 | 2022-07-21T15:55:45.130Z | 2,022 | 7 | 15 | 3 | 75 | 1 | 629 | 56 | 4 | 3 | true | false | false | false | false | false | zero |
73,069,320 | Flow<List>.map {} vs differents queries in room database | <p>I am developing an inventory management app in Kotlin.</p>
<p>I developed a CustomListUtil class to manage user preferences and found it very useful to filter the lists from a function of the same class, so that my Dao had really few queries and then filtered the lists with Flow.</p>
<p>At least at first glance my c... | I am developing an inventory management app in Kotlin. I developed a CustomListUtil class to manage user preferences and found it very useful to filter the lists from a function of the same class, so that my Dao had really few queries and then filtered the lists with Flow. At least at first glance my code looked neat a... | android|kotlin|query-optimization|android-room|kotlin-flow | 0 | 2022-07-21T15:57:55.483Z | 2,022 | 7 | 15 | 3 | 47 | 0 | 860 | 56 | 5 | 5 | true | true | false | false | false | false | zero |
73,069,636 | Could not find or load main class org.gradle.wrapper.GraddleWrapperMain | <p>npm WARN config global <code>--global</code>, <code>--local</code> are deprecated. Use <code>--location=global</code> instead.
info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
Jetifier found 945 file(s) to forward-jetify. Using 4 workers...
info Startin... | npm WARN config global --global , --local are deprecated. Use --location=global instead. info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. Jetifier found 945 file(s) to forward-jetify. Using 4 workers... info Starting JS server... info Launching emulator...... | react-native|android-studio|gradle|android-emulator|chocolatey | 1 | 2022-07-21T16:23:26.110Z | 2,022 | 7 | 16 | 3 | 78 | 0 | 1,096 | 71 | 5 | 1 | true | true | false | false | false | false | low |
73,069,970 | Record Audio along with sound classification in android using tensorflow | <p>I am using AudioClassifier to classify the sound from mic of the phone.</p>
<pre><code> 'val classifier = AudioClassifier.createFromFile(this, MODEL_FILE)'
'val tensor = classifier.createInputTensorAudio()'
val record = classifier!!.createAudioRecord()
record?.startRecording()
</code></pre>
<p>My recor... | I am using AudioClassifier to classify the sound from mic of the phone. [CODE] My record object is the type of AudioRecord class, classification is being performed in the following code snippet [CODE] I am using Android Wave Recorder https://github.com/squti/Android-Wave-Recorder to record the sound and save it as wav ... | android|audio|classification|tensorflow-lite | 2 | 2022-07-21T16:51:11.553Z | 2,022 | 7 | 16 | 3 | 53 | 0 | 593 | 72 | 4 | 3 | true | true | false | false | false | false | low |
73,070,081 | Hide icons status bar MIUI 13 | <p>I am trying to hide some status bar icons on MIUI 13.</p>
<p>Do you know of a way to hide icons such as Roaming, Mute, DND...?</p>
<p><a href="https://i.stack.imgur.com/11WfV.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/11WfV.jpg" alt="enter image description here" /></a></p>
<p>I tried these w... | I am trying to hide some status bar icons on MIUI 13. Do you know of a way to hide icons such as Roaming, Mute, DND...? I tried these without success: adb shell settings put secure icon_blacklist zen,mute,volume Using the SystemUI Tuner app, grating all permissions. Using the Activity Launcher and opening the System UI... | android-12|xiaomi|miui | 1 | 2022-07-21T16:59:35.130Z | 2,022 | 7 | 16 | 3 | 406 | 0 | 346 | 29 | 3 | 0 | false | true | false | false | false | false | low |
73,070,360 | Open CSV/TXT file from DownloadManager.ACTION_VIEW_DOWNLOADS | <p>How do I open a csv/txt file from <code>DownloadManager.ACTION_VIEW_DOWNLOADS</code>?</p>
<p>I have this code that worked for me when I wanted to open a picture from my photo gallery but it doesn't seem to work for CSV/TXT files.</p>
<p>Here's the code I'm trying out:</p>
<pre><code>ActivityResultLauncher<Intent&... | How do I open a csv/txt file from DownloadManager.ACTION_VIEW_DOWNLOADS ? I have this code that worked for me when I wanted to open a picture from my photo gallery but it doesn't seem to work for CSV/TXT files. Here's the code I'm trying out: [CODE] The Downloads folder launches successfully and I can see my files, but... | java|android|android-studio|csv|android-intent | 0 | 2022-07-21T17:24:10.537Z | 2,022 | 7 | 17 | 3 | 38 | 0 | 554 | 60 | 5 | 1 | true | true | false | false | false | false | zero |
73,070,473 | Spotify Downloaded song | <p>I have spotify premium account and I have download multiple songs so now I can listen this song in offline mode also. So I really want to know where This Song are store in Android Local file?</p> | I have spotify premium account and I have download multiple songs so now I can listen this song in offline mode also. So I really want to know where This Song are store in Android Local file? | android|local-storage|location|storage|spotify | 0 | 2022-07-21T17:33:04.130Z | 2,022 | 7 | 17 | 3 | 31 | 0 | 191 | 23 | 5 | 0 | false | true | false | false | false | false | zero |
73,070,670 | (FLUTTER) Grid View Sometimes loads and sometime doens't in release apk | <p>I have completed this app, and it works fine when i run this app on my device.
But after i build and install the release apk, the Grid View sometime renders the list and sometimes doenst. for i.e. when 2 out of 5 times when i open the app from my phone home screen, the grid view doesnt display the list.</p>
<p>I wou... | I have completed this app, and it works fine when i run this app on my device. But after i build and install the release apk, the Grid View sometime renders the list and sometimes doenst. for i.e. when 2 out of 5 times when i open the app from my phone home screen, the grid view doesnt display the list. I would like to... | android|flutter|gridview|flutter-layout | 1 | 2022-07-21T17:48:17.007Z | 2,022 | 7 | 17 | 3 | 44 | 1 | 1,125 | 71 | 4 | 5 | true | false | false | false | false | false | low |
73,070,696 | Tapping Flutter Textfield Crashes the app | <p>here's a video which shows my problem.</p>
<p><a href="https://drive.google.com/file/d/1YTnu1amCYhN9CGLygAyag-LhYMn3BDiO/view?usp=sharing" rel="nofollow noreferrer">https://drive.google.com/file/d/1YTnu1amCYhN9CGLygAyag-LhYMn3BDiO/view?usp=sharing</a></p>
<p>Thing is, I'm developing an app in flutter and have been d... | here's a video which shows my problem. https://drive.google.com/file/d/1YTnu1amCYhN9CGLygAyag-LhYMn3BDiO/view?usp=sharing Thing is, I'm developing an app in flutter and have been debugging it for several months already in a real hardware (my own phone with android 11). Suddenly, today I have experienced this error. Whe... | android|flutter|dart|textfield | -1 | 2022-07-21T17:50:37.533Z | 2,022 | 7 | 17 | 3 | 66 | 1 | 1,143 | 41 | 4 | 2 | true | false | false | false | false | true | negative |
73,070,988 | How to take payment using customer UPI ID | <p>How to take payment using customer UPI ID. How to set payee and payer in the link.</p>
<p>upi://pay?pa=xxxxx@upi&pn=payee&am=5.00&tn=Test_Transaction</p>
<ol>
<li>How to set payee Id,If customer enter his VPA.</li>
</ol> | How to take payment using customer UPI ID. How to set payee and payer in the link. upi://pay?pa=xxxxx@upi&pn=payee&am=5.00&tn=Test_Transaction How to set payee Id,If customer enter his VPA. | android|kotlin|web|hyperlink|upi | 0 | 2022-07-21T18:20:57.927Z | 2,022 | 7 | 18 | 3 | 26 | 0 | 189 | 41 | 5 | 0 | false | true | false | false | false | false | zero |
73,071,001 | Error while trying to load recyclerview in custom FrameLayout | <p>I am trying to create a custom FrameLayout which has a recycler view inside it. But I am getting an error while inflating it.</p>
<pre><code>class ListingLayout(context: Context, attributeSet: AttributeSet?, intDefStyle: Int)
: FrameLayout(context, attributeSet, intDefStyle)
{
constructor(context: Context, ... | I am trying to create a custom FrameLayout which has a recycler view inside it. But I am getting an error while inflating it. [CODE] The XML File - templates_listing_layout: [CODE] The output for the stack-trace is : 2022-07-21 23:40:06.143 8279-8279/com.dash.debug W/System.err: java.lang.ClassCastException: com.dash.c... | android|android-recyclerview|android-custom-view | 0 | 2022-07-21T18:21:39.613Z | 2,022 | 7 | 18 | 3 | 24 | 0 | 759 | 61 | 3 | 2 | true | true | false | false | false | false | zero |
73,071,033 | Bottom Sheet Fragment only show the first item in the list | <p>I like to show a language list when I press the button. I use dependency injection on the bottom sheet fragment. But it only shows the first item on the list, that is "English". Is there something I miss? Thanks.</p>
<p>I try to use the following sample to learn the concept of hilt and digger.
<a href... | I like to show a language list when I press the button. I use dependency injection on the bottom sheet fragment. But it only shows the first item on the list, that is "English". Is there something I miss? Thanks. I try to use the following sample to learn the concept of hilt and digger. https://www.geeksforge... | android|kotlin|dagger|dagger-hilt | 0 | 2022-07-21T18:25:30.430Z | 2,022 | 7 | 18 | 3 | 83 | 1 | 374 | 58 | 4 | 1 | true | false | false | false | false | false | zero |
73,071,140 | How to access local postgreSQL server running on computer, from my mobile phone? | <p>How to access local postgreSQL server running on computer, from mobile my phone?</p>
<p>I am making flutter app and use pgAdmin v6.10 as local server. I'm stuck for 2days trying different solutions to access server from my mobile browser but no progress.</p>
<p>I believe if i can access local server through mobile b... | How to access local postgreSQL server running on computer, from mobile my phone? I am making flutter app and use pgAdmin v6.10 as local server. I'm stuck for 2days trying different solutions to access server from my mobile browser but no progress. I believe if i can access local server through mobile browser, also i ca... | windows|postgresql|flutter|android-studio | 1 | 2022-07-21T18:36:45.473Z | 2,022 | 7 | 18 | 3 | 54 | 1 | 818 | 80 | 4 | 1 | true | false | false | false | false | false | low |
73,071,192 | How to delegate scroll of RecycleView to ScrollView | <p>I have a RecyclerView inside ScrollView. I want RecyclerView to start scrolling itself only after it reached a top of the screen, and while it isn't it should scroll his parent ScrollView. How to achieve this behavior?</p> | I have a RecyclerView inside ScrollView. I want RecyclerView to start scrolling itself only after it reached a top of the screen, and while it isn't it should scroll his parent ScrollView. How to achieve this behavior? | android|android-layout|android-recyclerview|android-scrollview | 1 | 2022-07-21T18:40:54.300Z | 2,022 | 7 | 18 | 3 | 52 | 1 | 218 | 51 | 4 | 0 | false | false | false | false | false | false | low |
73,071,314 | Expo React Native app push notifications stop working after eight hours | <p>I created a simple Expo push notification app using the code from this <a href="https://docs.expo.dev/push-notifications/overview/" rel="nofollow noreferrer">link</a>:</p>
<pre><code>import * as Device from 'expo-device';
import * as Notifications from 'expo-notifications';
import React, { useState, useEffect, u... | I created a simple Expo push notification app using the code from this link : [CODE] I created an APK package and installed it to my phone manually (Android - Galaxy S21). I've used Firebase cloud messaging test tool and the Expo push notification testing tool to send notifications to my phone successfully. The notific... | android|react-native|push-notification|expo|firebase-cloud-messaging | 0 | 2022-07-21T18:50:54.320Z | 2,022 | 7 | 18 | 3 | 222 | 0 | 994 | 71 | 5 | 1 | true | true | false | false | false | false | zero |
73,071,383 | Android app version 5 which was rejected is still active, we are currently on version 13 but it still says ver 5 was not adhering to policy | <p>Why is my version 5 still active when I am on Version 13.
Google is not giving reasons of rejection as well.</p>
<ol>
<li>Removed from Android TV Jul 15, 2022, 2:34 AM
Not adhering to Android TV quality guidelines</li>
</ol>
<p>Could someone please help?</p> | Why is my version 5 still active when I am on Version 13. Google is not giving reasons of rejection as well. Removed from Android TV Jul 15, 2022, 2:34 AM Not adhering to Android TV quality guidelines Could someone please help? | android | 0 | 2022-07-21T18:56:47.703Z | 2,022 | 7 | 18 | 3 | 16 | 0 | 227 | 139 | 1 | 0 | false | true | false | false | false | false | zero |
73,071,440 | I'm trying to implement a Intent in Android to send GIFs directly inside chats in Whatsapp without the preview activity | <p>Can anybody help me out in this problem,there is nothing I found in Android documentation and WhatsApp help center documentation they are only allowing the 512x512px to directly send, but I want to send GIFs which are even larger than this size.</p> | Can anybody help me out in this problem,there is nothing I found in Android documentation and WhatsApp help center documentation they are only allowing the 512x512px to directly send, but I want to send GIFs which are even larger than this size. | java|android|kotlin|android-intent|whatsapp-stickers | 0 | 2022-07-21T19:01:53.007Z | 2,022 | 7 | 19 | 3 | 23 | 0 | 245 | 119 | 5 | 0 | false | true | false | false | false | false | zero |
73,071,484 | onNotify ble android never called what I'm doing wrong? | <p>I want to read records data from glucometer. That characteristic is not able to read or write, only set notifications. Iuse writeDescriptor and it's return true but there is no any onCharacteristicChanged callbacks</p>
<pre><code>override fun onServicesDiscovered(gatt: BluetoothGatt, status: Int) {
if (s... | I want to read records data from glucometer. That characteristic is not able to read or write, only set notifications. Iuse writeDescriptor and it's return true but there is no any onCharacteristicChanged callbacks [CODE] | java|android|kotlin|bluetooth-lowenergy | 0 | 2022-07-21T19:06:51.717Z | 2,022 | 7 | 19 | 3 | 60 | 1 | 221 | 55 | 4 | 1 | true | false | false | false | false | false | zero |
73,071,506 | What do @Relation classes mean when creating a one-to-many relationship in Room? | <p>I'm making an Workout log app.</p>
<p>One Workout has multiple sets.</p>
<p>I want to store this in a <code>one-to-many</code> relationship in <code>Room</code>.</p>
<p>In conclusion, I succeeded in saving, but I'm not sure what one class does.</p>
<p>All of the other example sample code uses this class, so I made o... | I'm making an Workout log app. One Workout has multiple sets. I want to store this in a one-to-many relationship in Room . In conclusion, I succeeded in saving, but I'm not sure what one class does. All of the other example sample code uses this class, so I made one myself, but it doesn't tell me what it means. Workout... | android|android-room | 2 | 2022-07-21T19:09:32.797Z | 2,022 | 7 | 19 | 3 | 28 | 1 | 781 | 80 | 2 | 3 | true | false | false | false | false | false | low |
73,071,518 | Problem with QUERY_ALL_PACKAGES in play console | <p>i have an APP published in play store. This APP has a lib that uses the <strong>QUERY_ALL_PACKAGES</strong> permission.</p>
<p>So, i remove this permission in my <strong>AndroidManifest.xml</strong></p>
<pre><code><uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" tools:node="rem... | i have an APP published in play store. This APP has a lib that uses the QUERY_ALL_PACKAGES permission. So, i remove this permission in my AndroidManifest.xml [CODE] After that i uploaded a new version to the play console, but it still keeps saying that the QUERY_ALL_PACKAGES permission is present. My new build: 3603 No... | android|react-native|google-play | 6 | 2022-07-21T19:10:44.603Z | 2,022 | 7 | 19 | 3 | 2,210 | 2 | 740 | 47 | 3 | 1 | true | false | false | false | false | false | medium |
73,071,542 | I see data comes correctly but for some reason recycler dont show images with glide | <p>Im making api call. And see that data comes correctly. But recycler does not show it properly
. One detail is it happens after <code>more</code> button been clicked. So items suppose to be updated. First time on open it shows everything correctly. As you can see from the image example</p>
<p><a href="https://i.stack... | Im making api call. And see that data comes correctly. But recycler does not show it properly . One detail is it happens after more button been clicked. So items suppose to be updated. First time on open it shows everything correctly. As you can see from the image example The code [CODE] Adapter code [CODE] | android | 0 | 2022-07-21T19:14:22.450Z | 2,022 | 7 | 19 | 3 | 22 | 0 | 308 | 83 | 1 | 2 | true | true | false | false | false | false | zero |
73,071,611 | Android IAB v5: Querying product details is not supported | <p>I am upgrading my app from IAB v1 to IAB v5.</p>
<p>I can successfully connect the Billing Client.</p>
<p>But if I then try to query product details, I get the warning from BillingClient:</p>
<p><strong>Querying product details is not supported.</strong></p>
<p>The query code is copied from the <a href="https://deve... | I am upgrading my app from IAB v1 to IAB v5. I can successfully connect the Billing Client. But if I then try to query product details, I get the warning from BillingClient: Querying product details is not supported. The query code is copied from the documentation : [CODE] The onProductDetailsResponseListener() method ... | java|android|in-app-billing | 3 | 2022-07-21T19:21:19.180Z | 2,022 | 7 | 19 | 3 | 281 | 0 | 1,245 | 57 | 3 | 4 | true | true | false | false | false | false | low |
73,071,748 | AndroidPlot XYPlot get screen coordinates of point added by series to add Icon from resource | <p>I am working with AndroidPlot library in Kotlin to show XYPlot similar to this:
<a href="https://i.stack.imgur.com/ug2AQ.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/ug2AQ.png" alt="enter image description here" /></a></p>
<p>I have managed to paint the graph, the texts, the lines, the labels..... | I am working with AndroidPlot library in Kotlin to show XYPlot similar to this: I have managed to paint the graph, the texts, the lines, the labels... but I cannot draw the heart icon at a specific coordinate, for example below a point in graph. Here my code: [CODE] Can somebody help me? | androidplot | 0 | 2022-07-21T19:34:43.750Z | 2,022 | 7 | 19 | 3 | 15 | 0 | 288 | 92 | 1 | 1 | true | true | false | false | false | false | zero |
73,071,804 | How to get elementid attribute of a node from appium programatically? | <p>In Appium inspector when you hover over a selected element, there is an <code>elementId</code> attribute. Is there any way I can get this elementId programatically maybe generate it from the xml tree or adb shell commands.</p>
<p><a href="https://i.stack.imgur.com/hzqWq.png" rel="nofollow noreferrer"><img src="https... | In Appium inspector when you hover over a selected element, there is an elementId attribute. Is there any way I can get this elementId programatically maybe generate it from the xml tree or adb shell commands. Also, I found very scarce information on elementId attribute. It would also be great to know if someone can sh... | appium|ui-automation|appium-android|android-uiautomator|appium-ios | 1 | 2022-07-21T19:42:13.443Z | 2,022 | 7 | 19 | 3 | 75 | 1 | 394 | 69 | 5 | 0 | false | false | false | false | false | false | low |
73,071,805 | Widget "FlatButton" was strikethrough in the center | <p>The Widget "FlatButton" was strikethrough in the center, please how do I correct it (To Remove the strikethrough)?</p>
<p><img src="https://i.stack.imgur.com/5I6sX.png" alt="" /></p> | The Widget "FlatButton" was strikethrough in the center, please how do I correct it (To Remove the strikethrough)? | flutter|android-studio|dart|flutter-widget | 1 | 2022-07-21T19:42:14.047Z | 2,022 | 7 | 19 | 3 | 37 | 1 | 124 | 51 | 4 | 0 | false | false | false | false | false | false | low |
73,072,106 | Unit Test Firestore CallbackFlow | <p>I wrote the following code to test Firestore data reading with coroutines' <code>runTest</code> function:</p>
<pre><code>@Test
fun `callbackFlow should read trip`() =
runTest {
log("test started")
var result: DocumentSnapshot? = null
val flow = callbackFlow {
log(&q... | I wrote the following code to test Firestore data reading with coroutines' runTest function: [CODE] I tried to play with testDispatcher s in many places, but nothing seems to work. When I tested with QuerySnapshot 's get() function, everything works fine. Every time I run the test, it gives me the following output: [CO... | android|firebase|kotlin|google-cloud-firestore|kotlin-coroutines | 0 | 2022-07-21T20:10:57.410Z | 2,022 | 7 | 20 | 3 | 61 | 0 | 348 | 32 | 5 | 2 | true | true | false | false | false | false | zero |
73,072,213 | Android + Kotlin + Hilt: [Dagger/MissingBinding] xxx cannot be provided without an @Provides-annotated method | <p>Still digging into the basic concepts of Hilt, and trying to make a simple example to work into my app with no success.</p>
<p>My app is a multi-module app, and apart from the application project (where all the activities are) I have some modules. "Common" is one of them which includes some helpers (for th... | Still digging into the basic concepts of Hilt, and trying to make a simple example to work into my app with no success. My app is a multi-module app, and apart from the application project (where all the activities are) I have some modules. "Common" is one of them which includes some helpers (for the moment s... | android|kotlin|dependency-injection|dagger-2|dagger-hilt | 0 | 2022-07-21T20:22:11.290Z | 2,022 | 7 | 20 | 3 | 2,346 | 1 | 888 | 109 | 5 | 4 | true | false | false | false | false | false | zero |
73,072,271 | Is signal level same as rssi ? They are both in dbm and they change when I move around | <p>I am working on a project that uses rssi values of surrounding wifis to get a position of the device but the thing is that the language i.e flutter doesn't have a package regarding rssi but has a package that returns signal level in dbm .</p> | I am working on a project that uses rssi values of surrounding wifis to get a position of the device but the thing is that the language i.e flutter doesn't have a package regarding rssi but has a package that returns signal level in dbm . | android|iphone|flutter|signals|physics | 0 | 2022-07-21T20:27:21.267Z | 2,022 | 7 | 20 | 3 | 24 | 1 | 238 | 86 | 5 | 0 | false | false | false | false | false | false | zero |
73,072,345 | How to enroll an Android tv app as a device owner application? | <p>I am trying to enroll an app a the device owner app of the device, I have no problem doing it on android phones, but I can't get it done on android tv, I couldn't find any documentation either</p> | I am trying to enroll an app a the device owner app of the device, I have no problem doing it on android phones, but I can't get it done on android tv, I couldn't find any documentation either | android | 0 | 2022-07-21T20:34:59.387Z | 2,022 | 7 | 20 | 3 | 23 | 0 | 192 | 62 | 1 | 0 | false | true | false | false | false | false | zero |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.