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,207,247 | How do i know a specific mime type for Android SAF? | <p>I'd like to save a file of my custom type (let's say <code>.asf</code>) using Android Storage Access Framework's <a href="https://developer.android.com/training/data-storage/shared/documents-files#create-file" rel="nofollow noreferrer">ACTION_CREATE_DOCUMENT</a>. What mime type should i pass to be supported at least... | I'd like to save a file of my custom type (let's say .asf ) using Android Storage Access Framework's ACTION_CREATE_DOCUMENT . What mime type should i pass to be supported at least default Android File manager and save on file storage? How about some more common extensions (eg. .hex )? If i don't pass a type at all: [CO... | android|mime-types|mime|storage-access-framework | 1 | 2022-05-11T20:26:37.953Z | 2,022 | 5 | 20 | 2 | 133 | 1 | 521 | 51 | 4 | 1 | true | false | false | false | false | false | low |
72,207,331 | Android UI Elements Not Appearing, Despite Showing in XML Design View | <p>I have a firebase application with a login page and a dashboard. After logging in, the user is redirected to the dashboard where i only have one sign out button and nothing else. The button appears in the xml design view but when the application is installed it doesn't appear on my phone</p>
<p>This is my XML file</... | I have a firebase application with a login page and a dashboard. After logging in, the user is redirected to the dashboard where i only have one sign out button and nothing else. The button appears in the xml design view but when the application is installed it doesn't appear on my phone This is my XML file [CODE] And ... | android|xml|firebase|kotlin|firebase-authentication | 1 | 2022-05-11T20:36:01.890Z | 2,022 | 5 | 20 | 2 | 29 | 2 | 347 | 69 | 5 | 2 | true | false | false | false | false | false | low |
72,207,372 | Permissions needed for code downloaded after app install | <p>Android's developer documentation requires listing the permissions needed for an app in the <code>AndroidManifest.xml</code> file. My question relates to the situation when I want provide an updated feature to the app, not via app store update, but via downloading code (e.g. JAR) and using a <code>DexClassLoader</co... | Android's developer documentation requires listing the permissions needed for an app in the AndroidManifest.xml file. My question relates to the situation when I want provide an updated feature to the app, not via app store update, but via downloading code (e.g. JAR) and using a DexClassLoader . If I need to download c... | android|android-permissions|dexclassloader | 1 | 2022-05-11T20:41:29.077Z | 2,022 | 5 | 20 | 2 | 24 | 0 | 444 | 56 | 3 | 0 | false | true | false | false | false | false | low |
72,207,418 | Do enqueueUniquePeriodicWork() Work Manager's method works in a Composable Function? | <p>I'm trying to start a periodic task.</p>
<p>The problem is that I need some data to be send to the work manager and this data is only accessible when the user signs in or signs up to my app (those data are <code>userId</code> and <code>userScore</code>). I can't enqueue the worker in the Main Activity because the Ma... | I'm trying to start a periodic task. The problem is that I need some data to be send to the work manager and this data is only accessible when the user signs in or signs up to my app (those data are userId and userScore ). I can't enqueue the worker in the Main Activity because the Main Activity doesn't recompose. If I... | android|kotlin|android-jetpack-compose|android-jetpack | 1 | 2022-05-11T20:46:39.057Z | 2,022 | 5 | 20 | 2 | 43 | 1 | 530 | 84 | 4 | 2 | true | false | false | false | false | false | low |
72,207,447 | Why does Jetpack Compose LazyColumn MutableLiveData only recompose on first button click? | <p>Learning Kotlin and Jetpack Compose in Android Studio. Trying to understand recomposition.</p>
<h3>The following code only recomposes on the first button click - why?</h3>
<p>Output is shown below my code. Basically, <strong>the first time I click the Add New Item button the screen recomposes perfectly, but then i... | Learning Kotlin and Jetpack Compose in Android Studio. Trying to understand recomposition. The following code only recomposes on the first button click - why? Output is shown below my code. Basically, the first time I click the Add New Item button the screen recomposes perfectly, but then it does not recompose again. H... | kotlin|android-jetpack-compose | 0 | 2022-05-11T20:50:28.500Z | 2,022 | 5 | 20 | 2 | 164 | 1 | 543 | 89 | 2 | 3 | true | false | false | false | false | false | zero |
72,207,505 | Android Studio - create new module for Wear OS, how to ignore "Project needs to be converted to androidx.* dependencies"? | <p>I have an existing Android Studio project which is imported from Unity3d, and I want to add a new module for Wear OS. However, I can't create the module because it says "Project needs to be converted to androidx.* dependencies". How can I ignore this warning and not convert the project to androidx?</p>
<p>... | I have an existing Android Studio project which is imported from Unity3d, and I want to add a new module for Wear OS. However, I can't create the module because it says "Project needs to be converted to androidx.* dependencies". How can I ignore this warning and not convert the project to androidx? I saw this... | android|android-studio|unity3d | 1 | 2022-05-11T20:55:23.107Z | 2,022 | 5 | 20 | 2 | 61 | 0 | 529 | 121 | 3 | 0 | false | true | false | false | false | false | low |
72,207,561 | How to convert incoming excel file to JSON in Ionic 6 | <p>I am using xlsx library to convert input excel file into JSON and it works fine but when I test on android it won't trigger reader.onload function. Please suggest to me what's the correct library to use for android or what to need to change</p>
<pre><code>const reader: FileReader = new FileReader();
reader.readAsB... | I am using xlsx library to convert input excel file into JSON and it works fine but when I test on android it won't trigger reader.onload function. Please suggest to me what's the correct library to use for android or what to need to change [CODE] It doesn't print console.log(e) , I've tried try-catch to catch the erro... | android|angular|xlsx|ionic6 | 0 | 2022-05-11T21:01:27.823Z | 2,022 | 5 | 21 | 2 | 53 | 1 | 449 | 53 | 4 | 1 | true | false | false | false | false | false | zero |
72,207,645 | Is there a way to teach Android Studio how to display a C++ struct when hovering over the variable? | <p>As a practical example, say I have a struct that looks like this:</p>
<pre><code>struct MyFoo {
std::string mValue;
bool hasValue;
MyFoo() : hasValue(false) {}
MyFoo(std::string value) : mValue(value), hasValue(true) {}
};
</code></pre>
<p>If I hover over an instance of this struct, Android Studio di... | As a practical example, say I have a struct that looks like this: [CODE] If I hover over an instance of this struct, Android Studio displays + ☰ {MyFoo} . I can expand this, and with a little drilling down, see what the contents are. (I should note that this is an oversimplified example; my real-world application is a ... | c++|android-studio | 3 | 2022-05-11T21:12:30.733Z | 2,022 | 5 | 21 | 2 | 102 | 1 | 681 | 99 | 2 | 1 | true | false | false | false | false | false | low |
72,207,786 | Android Studio Activity doesn't start | <p>When starting my activity there is always an error message and the app does not open.</p>
<p><strong>Error:</strong></p>
<pre class="lang-none prettyprint-override"><code>2022-05-11 23:18:12.470 17222-17222/com.example.myapplication E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.myapplication, PID:... | When starting my activity there is always an error message and the app does not open. Error: [CODE] Activity: [CODE] | java|android|android-studio|compiler-errors | 2 | 2022-05-11T21:29:06.273Z | 2,022 | 5 | 21 | 2 | 237 | 1 | 116 | 37 | 4 | 2 | true | false | false | false | false | false | low |
72,207,801 | Why did Vibrator suddenly stop working and how can I fix it? | <p>I've been working on an app for Android using Kotlin which is a copy of a simple game and few friends and I created as a .bat a few years ago. I have a vibration function in it just as a small extra feature, but all of a sudden, without restarting or updating Android Studio, or changing any code at all, it stopped w... | I've been working on an app for Android using Kotlin which is a copy of a simple game and few friends and I created as a .bat a few years ago. I have a vibration function in it just as a small extra feature, but all of a sudden, without restarting or updating Android Studio, or changing any code at all, it stopped work... | android|android-studio|kotlin|vibration | 1 | 2022-05-11T21:31:01.577Z | 2,022 | 5 | 21 | 2 | 120 | 1 | 2,636 | 60 | 4 | 1 | true | false | false | false | false | false | low |
72,207,817 | Ensuring Maximal Android Version Compatibility | <p>I'm new to android development and am inheriting an app that I plan to deploy in a low resource, rural environment. I am still learning about android development, but I was wondering if there were any tools I can use to ensure a wide range of compatibility as my teammates mentioned that I will encounter a wide range... | I'm new to android development and am inheriting an app that I plan to deploy in a low resource, rural environment. I am still learning about android development, but I was wondering if there were any tools I can use to ensure a wide range of compatibility as my teammates mentioned that I will encounter a wide range of... | android|performance|android-studio | 2 | 2022-05-11T21:32:45.307Z | 2,022 | 5 | 21 | 2 | 13 | 0 | 338 | 46 | 3 | 0 | false | true | false | false | false | false | low |
72,207,852 | Android force BarCode scanner to scan only BarCodes | <p>I have an Android app, where it simply scans the Barcode and this is working fine.</p>
<p>The problem is, sometimes if I have my phone during scanning turned to carpet in my room, or even a PC keyboard, it scans it and shows random numbers. The app thinks that it is some kind of Barcode and throws a random number.</... | I have an Android app, where it simply scans the Barcode and this is working fine. The problem is, sometimes if I have my phone during scanning turned to carpet in my room, or even a PC keyboard, it scans it and shows random numbers. The app thinks that it is some kind of Barcode and throws a random number. The code wo... | android|android-camera|barcode|surfaceview|barcode-scanner | 4 | 2022-05-11T21:36:06.180Z | 2,022 | 5 | 21 | 2 | 152 | 0 | 726 | 51 | 5 | 2 | true | true | false | false | false | false | low |
72,207,879 | how to get text from a TextInputEditText? | <p>I have this for the TextInputEditText:</p>
<pre><code><com.google.android.material.textfield.TextInputEditText
android:id="@+id/textInputEditText"
android:layout_width="335dp"
android:layout_height="255dp"
android:background="@color/white"
android:hint=&... | I have this for the TextInputEditText: [CODE] This is for the "Submit" button: [CODE] and I have this for the MainActivity : [CODE] I am trying to get the text from the TextInputEditText and send to a java class, I don t know what is wrong here. | java|android|android-studio|kotlin | -1 | 2022-05-11T21:39:27.793Z | 2,022 | 5 | 21 | 2 | 101 | 3 | 255 | 41 | 4 | 3 | true | false | false | false | false | true | negative |
72,207,959 | Android Device Does not have option for : Android (Security Settings) Model : One plus 9 pro | <p>I can not give permissions to android app, In the developer options menu, there is only USB debugging option is available.</p>
<p>Here are the Command line outputs,</p>
<pre><code> $ pm grant com.draco.resolutionchanger android.permission.WRITE_SECURE_SETTINGS
Exception occurred while executing 'grant':
java.l... | I can not give permissions to android app, In the developer options menu, there is only USB debugging option is available. Here are the Command line outputs, [CODE] | android|adb|android-permissions|device | 2 | 2022-05-11T21:48:24.867Z | 2,022 | 5 | 21 | 2 | 559 | 1 | 164 | 92 | 4 | 1 | true | false | false | false | false | false | low |
72,207,968 | android studio withdrawal process of current bitcoin rates | <p><a href="https://api.coingecko.com/api/v3/simple/price?ids=0x%2Czcoin%2Cicon%2Cbitcoin%2Cethereum&vs_currencies=usd" rel="nofollow noreferrer">https://api.coingecko.com/api/v3/simple/price?ids=0x%2Czcoin%2Cicon%2Cbitcoin%2Cethereum&vs_currencies=usd</a></p>
<p>I want to pull the current exchange rates from t... | https://api.coingecko.com/api/v3/simple/price?ids=0x%2Czcoin%2Cicon%2Cbitcoin%2Cethereum&vs_currencies=usd I want to pull the current exchange rates from the json file I will get from this link and place them in a textview in android studio. public class HomeActivity extends AppCompatActivity { [CODE] } | java|android|json|android-studio|pull-request | 1 | 2022-05-11T21:49:08.053Z | 2,022 | 5 | 21 | 2 | 34 | 0 | 304 | 58 | 5 | 1 | true | true | false | false | false | false | low |
72,208,587 | Plugin with id 'com.google.gms.google-services' not found. [ Android ] | <h1>I was Setup firebase</h1>
<p><strong><code>Firebase</code> <a href="https://firebase.google.com/docs/android/setup?authuser=0&hl=en#available-libraries" rel="nofollow noreferrer">Official link</a></strong><br />
I'm Following This Link my 2nd step went through it correctly, but I think I am doing some mistakes ... | I was Setup firebase Firebase Official link I'm Following This Link my 2nd step went through it correctly, but I think I am doing some mistakes in 3rd & the 4th There are some flaws in my code that I don't understand, I will be glad if you can help us. build Gradle :- Project [CODE] build Gradle : Module [CODE] | java|android|firebase | 3 | 2022-05-11T23:24:44.467Z | 2,022 | 5 | 23 | 2 | 272 | 2 | 312 | 70 | 3 | 2 | true | false | false | false | false | false | low |
72,208,790 | How to override APK output directory with Gradle 7.3.3 and Android Gradle Plugin 7.2.0? | <p>I'd like to override the APK output directory (not the file name, just the directory), but none of the existing Stack Overflow examples work with the current version of Android Studio, Android Gradle Plugin, and Gradle. Apparently all ways to override output path are now read-only.</p>
<p>So is the ONLY way to do th... | I'd like to override the APK output directory (not the file name, just the directory), but none of the existing Stack Overflow examples work with the current version of Android Studio, Android Gradle Plugin, and Gradle. Apparently all ways to override output path are now read-only. So is the ONLY way to do this now via... | android-studio|gradle|android-gradle-plugin|build.gradle | 1 | 2022-05-12T00:03:11.417Z | 2,022 | 5 | 0 | 3 | 184 | 0 | 390 | 87 | 4 | 0 | false | true | false | false | false | false | low |
72,208,804 | it does not return the drawableId using the title in jetpack compose | <p>I am using this structure to return the Id of the drawable. I imported my PNG to drawable and in the end it returns 0. That is, it can't find it. check the name and it is accurate. I need to know the cause.</p>
<pre><code>val context = LocalContext.current
val drawableId = remember(name) {
context.resources.getI... | I am using this structure to return the Id of the drawable. I imported my PNG to drawable and in the end it returns 0. That is, it can't find it. check the name and it is accurate. I need to know the cause. [CODE] | android|android-jetpack-compose|android-drawable | 0 | 2022-05-12T00:05:34.090Z | 2,022 | 5 | 0 | 3 | 49 | 0 | 213 | 68 | 3 | 1 | true | true | false | false | false | false | zero |
72,208,826 | ConstraintLayout not returning any output in jetpack compose | <p>I'm trying to do a constraint layout in my Compose view. Unfortunately, I get no output. I was having problems using columns to show error output after the TextField, so in desperation, I am using a constraint layout. Here is the component:</p>
<pre><code>@Composable
fun StateAndZip(
modifier: Modifier,
o... | I'm trying to do a constraint layout in my Compose view. Unfortunately, I get no output. I was having problems using columns to show error output after the TextField, so in desperation, I am using a constraint layout. Here is the component: [CODE] Here is where I'm calling it: [CODE] The individual views are quite comp... | android|android-jetpack-compose|android-constraintlayout | 1 | 2022-05-12T00:08:23.390Z | 2,022 | 5 | 0 | 3 | 69 | 0 | 358 | 60 | 3 | 3 | true | true | false | false | false | false | low |
72,208,859 | Passing pixel buffer from iOS to C++ layer | <p>I’m trying to use C++ to create code to be shared across iOS and Android. For example, on the iOS side I’m getting a <a href="https://developer.apple.com/documentation/corevideo/cvimagebuffer-q40" rel="nofollow noreferrer">CVImageBuffer</a>. How do I get the actual pixel buffer from that so I can pass it down to the... | I’m trying to use C++ to create code to be shared across iOS and Android. For example, on the iOS side I’m getting a CVImageBuffer . How do I get the actual pixel buffer from that so I can pass it down to the C++ layer so that I do not have separate pixel buffer handling code for iOS vs Android? | android|c++|ios|opengl-es|cvpixelbuffer | 0 | 2022-05-12T00:15:15.280Z | 2,022 | 5 | 0 | 3 | 35 | 0 | 296 | 42 | 5 | 0 | false | true | false | false | false | false | zero |
72,208,980 | Does flutter_background_geolocation fetch the location even when app is killed? | <p>I’ve been using <a href="https://pub.dev/packages/background_locator" rel="nofollow noreferrer">background_locator</a> to fetch the location of the user in the background even when app is killed. To be honest, it’s the only package that worked for me. Now this package is not reliable after using for months and the m... | I’ve been using background_locator to fetch the location of the user in the background even when app is killed. To be honest, it’s the only package that worked for me. Now this package is not reliable after using for months and the maintainer doesn’t publish updates often. I’m look for alternative. Is flutter_backgroun... | android|ios|flutter|dart|location | 2 | 2022-05-12T00:50:02.107Z | 2,022 | 5 | 0 | 3 | 777 | 2 | 353 | 79 | 5 | 0 | false | false | false | false | false | false | low |
72,209,095 | My App on Google Play Store can be successfully installed but cannot open/launch | <p>Recently I submitted an Application made in Flutter in Google Play Store. Yesterday, Google Play play published the app, then I downloaded it. It can be successfully installed but when I click/open the app, it doesnt launch/open. Before I submitted it to the Google Play Console, it works perfectly fine. What should ... | Recently I submitted an Application made in Flutter in Google Play Store. Yesterday, Google Play play published the app, then I downloaded it. It can be successfully installed but when I click/open the app, it doesnt launch/open. Before I submitted it to the Google Play Console, it works perfectly fine. What should I d... | android|flutter|google-play|google-play-console | 0 | 2022-05-12T01:16:17.530Z | 2,022 | 5 | 1 | 3 | 36 | 0 | 363 | 80 | 4 | 0 | false | true | false | false | false | false | zero |
72,209,308 | How do I end up with smooth DragEnd Flutter | <p>How do I end the drop with proper velocity to a given offset</p>
<p>I am trying make something similar to SlidingUpPanel, but can't figure out how to implement.</p>
<p><a href="https://i.stack.imgur.com/LKc5Z.gif" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/LKc5Z.gif" alt="enter image description h... | How do I end the drop with proper velocity to a given offset I am trying make something similar to SlidingUpPanel, but can't figure out how to implement. [CODE] [CODE] | android|ios|flutter|dart | 0 | 2022-05-12T01:56:37.697Z | 2,022 | 5 | 1 | 3 | 17 | 0 | 167 | 43 | 4 | 2 | true | true | false | false | false | false | zero |
72,209,330 | After Update Android studio Chipmunk :- Gradle file Change? | <p><strong>I don't understand how to add any dependency in the <code>Gradle Project</code> file after the update</strong></p>
<p><a href="https://i.stack.imgur.com/70G9Y.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/70G9Y.jpg" alt="enter image description here" /></a></p>
<pre><code>// Top-level b... | I don't understand how to add any dependency in the Gradle Project file after the update [CODE] | android|android-studio | 2 | 2022-05-12T02:00:13.433Z | 2,022 | 5 | 2 | 3 | 1,528 | 2 | 95 | 59 | 2 | 1 | true | false | false | false | false | false | low |
72,209,349 | KotlinNullPointerException for android::onClick | <p>I`m just started learning Kotlin, and i have a problem with one of the buttons.</p>
<p>In MainActivity i have a button, that shows a popup with EditText and Button. In that popup user enters a city, and variable CITY changes according to user input after pressing a button.</p>
<p>In function cityChange im trying to ... | I`m just started learning Kotlin, and i have a problem with one of the buttons. In MainActivity i have a button, that shows a popup with EditText and Button. In that popup user enters a city, and variable CITY changes according to user input after pressing a button. In function cityChange im trying to replace my variab... | android|kotlin | 0 | 2022-05-12T02:03:53.280Z | 2,022 | 5 | 2 | 3 | 99 | 2 | 583 | 47 | 2 | 3 | true | false | false | false | false | false | zero |
72,209,350 | Unable to install app to device specified with targetSdkVersion:Tiramisu - Android | <p>I am currently doing some testing on Android 13 Tiramisu and am having trouble getting the app to install on my device.
I have installed Android Tiramisu Preview (Rev.4) in Android Studio.
I created a sample app and configured it as follows</p>
<pre><code>// build.gradle
android {
compileSdkPreview "android... | I am currently doing some testing on Android 13 Tiramisu and am having trouble getting the app to install on my device. I have installed Android Tiramisu Preview (Rev.4) in Android Studio. I created a sample app and configured it as follows [CODE] I then tried to install this app on my Android 12 (not Tiramisu) device.... | android|android-studio|android-tiramisu | 5 | 2022-05-12T02:04:11.807Z | 2,022 | 5 | 2 | 3 | 238 | 1 | 604 | 82 | 3 | 2 | true | false | false | false | false | false | low |
72,209,423 | flutter appbar not showing in android | <p>flutter appbar not showing in android when pushed page.
only showing gray background but it works button action.
when I touched button I can see a normal appbar for a second.
iOS is fine.
how can I fix it?</p>
<p>image is here</p>
<p><a href="https://i.stack.imgur.com/1dGi1.jpg" rel="nofollow noreferrer"><img src="h... | flutter appbar not showing in android when pushed page. only showing gray background but it works button action. when I touched button I can see a normal appbar for a second. iOS is fine. how can I fix it? image is here it is one of my appbar code [CODE] flutter appbar not showing in android when pushed page. only show... | android|flutter|appbar | 1 | 2022-05-12T02:16:50.060Z | 2,022 | 5 | 2 | 3 | 73 | 0 | 460 | 37 | 3 | 1 | true | true | false | false | false | false | low |
72,209,449 | No sound is emitted when sound files used in push notifications channels are migrated from main app module to a feature module | <p>I am in process of modularising our code base, and I am moving the sound files used for push notifications to our new <code>pushNotifications/pushNotificationsImpl</code> module from our <code>app</code> module.</p>
<p><strong>SETUP</strong></p>
<p>We create the notification channel as follows</p>
<pre><code>
class ... | I am in process of modularising our code base, and I am moving the sound files used for push notifications to our new pushNotifications/pushNotificationsImpl module from our app module. SETUP We create the notification channel as follows [CODE] The function createChannel is invoked from my custom application as follows... | android|push-notification|android-push-notification | 0 | 2022-05-12T02:21:23.223Z | 2,022 | 5 | 2 | 3 | 27 | 0 | 1,569 | 126 | 3 | 2 | true | true | false | false | false | false | zero |
72,209,519 | Can you have the content of a string act as a val name in kotlin? | <p>Is it possible to do something like</p>
<pre><code>var myThemeVariable = "redTheme" //could be either redTheme, greenTheme, or blueTheme for example
context.setTheme(R.style.myThemeVariable) //sets theme to R.style.redTheme
</code></pre>
<p>instead of what i usually do</p>
<pre><code>var myThemeVariable = ... | Is it possible to do something like [CODE] instead of what i usually do [CODE] In this example it's not super cluttered, but in my actual code there's a lot more. My current solution is not only hard to understand, add to, or remove from; it's also (I imagine) unnecessarily computationally expensive. Is something akin ... | android|kotlin | 0 | 2022-05-12T02:33:03.677Z | 2,022 | 5 | 2 | 3 | 48 | 2 | 414 | 65 | 2 | 2 | true | false | false | false | false | false | zero |
72,209,573 | Android ExoPlayer delay when playing audio | <p>In my app, I'm trying to use ExoPlayer to play audio and video together at the same time using <code>MergingMediaSource</code>.</p>
<p>The problem is that it buffers for several minutes, and when it starts playing the audio is really distorted, sometimes sped up for a few seconds or crackly.</p>
<p>I've spent hours ... | In my app, I'm trying to use ExoPlayer to play audio and video together at the same time using MergingMediaSource . The problem is that it buffers for several minutes, and when it starts playing the audio is really distorted, sometimes sped up for a few seconds or crackly. I've spent hours searching for a solution and ... | android|kotlin|media|exoplayer | 0 | 2022-05-12T02:44:45.090Z | 2,022 | 5 | 2 | 3 | 311 | 0 | 680 | 42 | 4 | 3 | true | true | false | false | false | false | zero |
72,209,582 | Could not find com.baidu.litekit:handgesturedetector:0.3.0 | <p>1.github link: <a href="https://github.com/PaddlePaddle/LiteKit" rel="nofollow noreferrer">https://github.com/PaddlePaddle/LiteKit</a></p>
<p>2.dependencies{
.......
implementation 'com.baidu.litekit:handgesturedetector:0.3.0'
implementation 'com.baidu.litekit:portraitsegmentation:0.3.0'
implementation 'com.baidu.li... | 1.github link: https://github.com/PaddlePaddle/LiteKit 2.dependencies{ ....... implementation 'com.baidu.litekit:handgesturedetector:0.3.0' implementation 'com.baidu.litekit:portraitsegmentation:0.3.0' implementation 'com.baidu.litekit:videosuperresolution:0.3.0' implementation 'com.baidu.litekit:ocr:0.3.0' .... } 3.in... | android | 0 | 2022-05-12T02:46:56.883Z | 2,022 | 5 | 2 | 3 | 14 | 0 | 1,062 | 58 | 1 | 0 | false | true | false | false | false | false | zero |
72,209,710 | ConstraintLayout in jetpack compose giving strange results | <p>I'm trying to do a <code>ConstraintLayout</code> in jetpack compose as I am having problems doing too many nested <code>Columns</code> and <code>Rows</code>.</p>
<p>Here is what I have:</p>
<pre><code>@Composable
fun StateAndZipLayout(
modifier: Modifier,
onFormChanged: (FormType, String) -> Unit,
sel... | I'm trying to do a ConstraintLayout in jetpack compose as I am having problems doing too many nested Columns and Rows . Here is what I have: [CODE] Here is my state selection view: [CODE] This is what it looks like, the state drop down and the zip code field are overlapping: | android|android-jetpack-compose|android-constraintlayout | 0 | 2022-05-12T03:10:31.697Z | 2,022 | 5 | 3 | 3 | 107 | 0 | 275 | 58 | 3 | 2 | true | true | false | false | false | false | zero |
72,209,789 | Android - The gradle dependency of my jfrog artifactory displays "could not find com.mylibrary:lib:1.9.9" | <p>The Gradle dependency of my jfrog artifactory displays "could not find com.mylibrary:lib:1.9.9". Help?</p>
<p>build.gradle file</p>
<pre><code>repositories {
mavenLocal()
maven {
url("$rootDir/../node_modules/react-native/android")
}
maven { url 'https://maven.google.com' ... | The Gradle dependency of my jfrog artifactory displays "could not find com.mylibrary:lib:1.9.9". Help? build.gradle file [CODE] | android|gradle|artifactory|issue-tracking | 0 | 2022-05-12T03:24:12.293Z | 2,022 | 5 | 3 | 3 | 91 | 0 | 137 | 105 | 4 | 1 | true | true | false | false | false | false | zero |
72,209,892 | For loop not stopping and random generated number not being saved (number guessing game) | <p>I'm doing a number guessing game in an Android app. You have three tries to guess the number. If you run out of trials, then you loose.</p>
<p>I added a <code>for</code> loop so that each time the user inputs then it adds one more. But, when I run the app and I input the numbers more than three times, it doesn't sho... | I'm doing a number guessing game in an Android app. You have three tries to guess the number. If you run out of trials, then you loose. I added a for loop so that each time the user inputs then it adds one more. But, when I run the app and I input the numbers more than three times, it doesn't show the "You don't h... | java|android|for-loop | 0 | 2022-05-12T03:41:11.913Z | 2,022 | 5 | 3 | 3 | 71 | 2 | 873 | 88 | 3 | 1 | true | false | false | false | false | false | zero |
72,210,042 | On React-native, on Android, canOpenURL fails & OpenURL throw an error: Could not open URL | <p>On a <code>React-Native</code> mobile app <code>Linking.canOpenURL</code> and <code>Linking.openURL</code> fail if the URL refers to an app screen, while it works when referring to an HTTPS URL. I suspect it is a problem with Android permissions. I have not tried it on iOS. Any idea what I am missing?</p>
<p><strong... | On a React-Native mobile app Linking.canOpenURL and Linking.openURL fail if the URL refers to an app screen, while it works when referring to an HTTPS URL. I suspect it is a problem with Android permissions. I have not tried it on iOS. Any idea what I am missing? My Code: [CODE] AndroidManifest.xml: [CODE] | android|react-native|react-navigation|deep-linking|android-deep-link | 0 | 2022-05-12T04:09:12.663Z | 2,022 | 5 | 4 | 3 | 965 | 2 | 307 | 90 | 5 | 2 | true | false | false | false | false | false | zero |
72,210,104 | Flutter Android emulator Nexus 6p API 28 and 3rd party API | <p>These 2 methods take a global file that is set later on and send it to OCR Space API to convert and send back a OCR PDF of the file.
The code is running well, and the output value is the OCR correctly, but it is not receiving the the URL of isCreateSearchablePdf (as stated by the OCR Space API)
Is this an issue of e... | These 2 methods take a global file that is set later on and send it to OCR Space API to convert and send back a OCR PDF of the file. The code is running well, and the output value is the OCR correctly, but it is not receiving the the URL of isCreateSearchablePdf (as stated by the OCR Space API) Is this an issue of emul... | flutter|android-studio|dart|ocrspace-ocr-api | 0 | 2022-05-12T04:22:00.670Z | 2,022 | 5 | 4 | 3 | 41 | 0 | 406 | 58 | 4 | 1 | true | true | false | false | false | false | zero |
72,210,126 | ARcore support Depth API devices | <p>heloo everyone i have some question about arcore suport device table, if the devices don't have comments suport depth API is that mean the device not suport for depth API?.
but when i see the iphone table that no coment suport for depth api.
thanks
<a href="https://i.stack.imgur.com/z6WRI.png" rel="nofollow norefe... | heloo everyone i have some question about arcore suport device table, if the devices don't have comments suport depth API is that mean the device not suport for depth API?. but when i see the iphone table that no coment suport for depth api. thanks enter image description here enter image description here | android|augmented-reality | 1 | 2022-05-12T04:25:44.523Z | 2,022 | 5 | 4 | 3 | 67 | 1 | 306 | 32 | 2 | 0 | false | false | false | false | false | false | low |
72,210,127 | Printing multiple circles in a bitmap using canvas in android studio | <p>I am trying to make a seven segment display OCR that detects its number
Im going to connect this app to esp32cam i have a webview where I am trying to get the picture from the esp32cam
I then get a screenshot from the webview and process that screenshot to become black and white
I am now trying to draw circles in th... | I am trying to make a seven segment display OCR that detects its number Im going to connect this app to esp32cam i have a webview where I am trying to get the picture from the esp32cam I then get a screenshot from the webview and process that screenshot to become black and white I am now trying to draw circles in this ... | java|android-studio|opencv|canvas|geometry | 0 | 2022-05-12T04:26:21.487Z | 2,022 | 5 | 4 | 3 | 27 | 0 | 803 | 68 | 5 | 2 | true | true | false | false | false | false | zero |
72,210,220 | What does INELIGIBLE_FULL_MIN_SDK error mean when using Android Auto Backup? | <p>I am attempting to debug the Auto Backup functionality in an Android app and cannot figure out an error reported in logcat.</p>
<p>I followed the steps in Google's <a href="https://developer.android.com/guide/topics/data/testingbackup#TestingBackup" rel="nofollow noreferrer">Test backup and restore article</a>, whic... | I am attempting to debug the Auto Backup functionality in an Android app and cannot figure out an error reported in logcat. I followed the steps in Google's Test backup and restore article , which indicates how to manually trigger an Automatic Backup for the app: [CODE] I recorded the logcat logs while attempting to tr... | android | 0 | 2022-05-12T04:43:15.863Z | 2,022 | 5 | 4 | 3 | 10 | 0 | 611 | 76 | 1 | 2 | true | true | false | false | false | false | zero |
72,210,395 | How to setup protobuf in kotlin/android studio? | <p>First time using protobuf, so following googles instructions I placed all my .protos in a protos folder in my android studio project. I know the .proto files are setup correctly. I compile the files from that folder using:</p>
<pre><code>protoc -I=. --java_out=. --kotlin_out=. filename.proto
</code></pre>
<p>This ge... | First time using protobuf, so following googles instructions I placed all my .protos in a protos folder in my android studio project. I know the .proto files are setup correctly. I compile the files from that folder using: [CODE] This generates a bunch of kotlin and java files that look like what I am supposed to get. ... | android|kotlin|gradle|protocol-buffers | 0 | 2022-05-12T05:12:53.110Z | 2,022 | 5 | 5 | 3 | 1,383 | 1 | 714 | 47 | 4 | 1 | true | false | false | false | false | false | zero |
72,210,401 | java logic with flutter ui | <p>I have written a huge java programm (about 6000 lines of code including UI) with javaFX. I decided to convert this project to a flutter project to be cross-platform and make it look nicer. My idea was, that I could just use my Java logic in the flutter project, which actually works pretty easy via MethodChannels in ... | I have written a huge java programm (about 6000 lines of code including UI) with javaFX. I decided to convert this project to a flutter project to be cross-platform and make it look nicer. My idea was, that I could just use my Java logic in the flutter project, which actually works pretty easy via MethodChannels in the... | java|android|flutter | 0 | 2022-05-12T05:13:17.760Z | 2,022 | 5 | 5 | 3 | 50 | 0 | 708 | 26 | 3 | 0 | false | true | false | false | false | false | zero |
72,210,449 | In Flutter 3.0, the Qr Code Scanner is giving an error | <p>I am updating an old project. This qr code scanner is giving an error.The project had previously run on flutter 2.10. There are errors in Flutter 3.0.</p>
<pre><code>import 'package:flutter/material.dart';
import 'package:qr_code_scanner/qr_code_scanner.dart';
import 'dart:io';
import 'package:flutter/foundation.dar... | I am updating an old project. This qr code scanner is giving an error.The project had previously run on flutter 2.10. There are errors in Flutter 3.0. [CODE] Error [CODE] flutter doctor -v [CODE] What should I do to make it work? Before everything was fine, I updated my project to the latest version of flutter and now ... | android|flutter|kotlin|dart | 4 | 2022-05-12T05:21:32.477Z | 2,022 | 5 | 5 | 3 | 4,897 | 4 | 337 | 54 | 4 | 3 | true | false | true | false | false | false | low |
72,210,476 | How do I run code whenever the user opens a particular screen? | <p>I have the code below that I thought would run whenever the given screen is reached, i.e. whenever the user goes to this screen. This screen creates some temporary files for the user. I don't need them after the user leaves the screen, so I wanted to flush them everytime the user reaches this screen. However, the li... | I have the code below that I thought would run whenever the given screen is reached, i.e. whenever the user goes to this screen. This screen creates some temporary files for the user. I don't need them after the user leaves the screen, so I wanted to flush them everytime the user reaches this screen. However, the line ... | android|firebase|flutter|dart|firebase-realtime-database | 0 | 2022-05-12T05:25:10.927Z | 2,022 | 5 | 5 | 3 | 36 | 1 | 396 | 62 | 5 | 1 | true | false | false | false | false | false | zero |
72,210,537 | Android Turbine won't triggers event from liveData that converted to flow by .asFlow() | <p><a href="https://github.com/cashapp/turbine" rel="nofollow noreferrer">Turbine</a> is very handily tool for test flows.
But I have an issue when convert live data to flow like:</p>
<pre><code> fun foo(
): Flow<B> =
bar().asFlow()
.map { -> }
</code></pre>
<p>And then in test class:
@... | Turbine is very handily tool for test flows. But I have an issue when convert live data to flow like: [CODE] And then in test class: @ExperimentalCoroutinesApi val testDispatcher: TestDispatcher = StandardTestDispatcher() [CODE] Then I got this error [CODE] Previously I faced this issue and find out that in some case s... | android|unit-testing|turbine | 0 | 2022-05-12T05:34:43.990Z | 2,022 | 5 | 5 | 3 | 141 | 0 | 384 | 86 | 3 | 3 | true | true | false | false | false | false | zero |
72,210,554 | access web serial api in android chrome browser | <p>using web serial API in windows, mac os, and Linux chrome browser I can receive and send data. but in the android chrome browser, I am not able to send or receive data from a serial device.</p>
<p>so which API is used to read and write data to serial devices in the android chrome browser.</p>
<p>also, there is a po... | using web serial API in windows, mac os, and Linux chrome browser I can receive and send data. but in the android chrome browser, I am not able to send or receive data from a serial device. so which API is used to read and write data to serial devices in the android chrome browser. also, there is a polyfill serial API ... | javascript|android|webusb|web-serial-api | 1 | 2022-05-12T05:36:05.723Z | 2,022 | 5 | 5 | 3 | 631 | 1 | 382 | 47 | 4 | 0 | false | false | false | false | false | false | low |
72,210,673 | Need Assistance with Security assessment on Flutter compiled binaries | <p>I'm developing an android app using flutter but during vulnerability assessment client have raised security concerns on flutter compiled arm-based binaries.</p>
<ol>
<li><p>NX - The shared object does not have an NX bit set. NX bit offers protection against
exploitation of memory-corruption vulnerabilities by markin... | I'm developing an android app using flutter but during vulnerability assessment client have raised security concerns on flutter compiled arm-based binaries. NX - The shared object does not have an NX bit set. NX bit offers protection against exploitation of memory-corruption vulnerabilities by marking the memory page a... | android|flutter|security | 1 | 2022-05-12T05:52:30.623Z | 2,022 | 5 | 5 | 3 | 199 | 0 | 1,096 | 69 | 3 | 0 | false | true | false | false | false | false | low |
72,210,697 | Standardize Uri between Camera and Gallery Intent Android | <p>I'm trying to retrieve URI from gallery and camera in one place (as record in Room database), therefore i need to standardize the access between them. I get it done for the camera by create a file and then retrieve its URI. The URI looks like this:</p>
<pre><code>// first URI
content://media/external_primary/images/... | I'm trying to retrieve URI from gallery and camera in one place (as record in Room database), therefore i need to standardize the access between them. I get it done for the camera by create a file and then retrieve its URI. The URI looks like this: [CODE] It works and i can retrieve the image based on that URI after re... | android|android-intent|uri|gallery | 0 | 2022-05-12T05:55:23.093Z | 2,022 | 5 | 5 | 3 | 38 | 0 | 711 | 57 | 4 | 4 | true | true | false | false | false | false | zero |
72,210,704 | Conflict on class names after code obfuscation on two different SDK | <p>When minified is enabled, there is a conflict between the obfuscated names of two different SDKs.</p>
<p>Duplicate class a.a, etc</p>
<p>I am trying to figure out if there is any way to solve this?</p>
<pre><code>> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
... | When minified is enabled, there is a conflict between the obfuscated names of two different SDKs. Duplicate class a.a, etc I am trying to figure out if there is any way to solve this? [CODE] | android|android-studio|proguard | 0 | 2022-05-12T05:56:06.547Z | 2,022 | 5 | 5 | 3 | 193 | 2 | 190 | 67 | 3 | 1 | true | false | false | false | false | false | zero |
72,210,786 | Why the onClick does not work with my RecyclerView item? | <p>I have the issue with my RecyclerView item onClick event. Here is my adapter class:</p>
<pre><code>class CategoryRecyclerAdapter( val listener: (position: Int) -> Unit):
RecyclerView.Adapter<CategoryRecyclerAdapter.ViewHolder>() {
private var catTitles = arrayOf(
"lorem ipsum cat one",
&q... | I have the issue with my RecyclerView item onClick event. Here is my adapter class: [CODE] and here is my mainActivity code: [CODE] In the app before I used the same structure for implement the RecyclerView item onClick Listener and it work pretty well. Now this code does not works. Maybe the issue generate because I'm... | android|kotlin | 0 | 2022-05-12T06:06:31.360Z | 2,022 | 5 | 6 | 3 | 66 | 2 | 672 | 56 | 2 | 2 | true | false | false | false | false | false | zero |
72,210,878 | Error occurred while implement livekit_client: ^0.5.9 package #flutter | <p>error:</p>
<p>FAILURE: Build failed with an exception.</p>
<ul>
<li>What went wrong:
A problem occurred configuring project ':livekit_client'.</li>
</ul>
<blockquote>
<p>Could not load compiled classes for build file 'C:\src\flutter.pub-cache\hosted\pub.dartlang.org\livekit_client-0.5.9\android\build.gradle' from ca... | error: FAILURE: Build failed with an exception. What went wrong: A problem occurred configuring project ':livekit_client'. Could not load compiled classes for build file 'C:\src\flutter.pub-cache\hosted\pub.dartlang.org\livekit_client-0.5.9\android\build.gradle' from cache. Failed to notify project evaluation listener.... | android|flutter|gradle | 0 | 2022-05-12T06:17:31.927Z | 2,022 | 5 | 6 | 3 | 50 | 1 | 1,213 | 70 | 3 | 1 | true | false | false | false | false | false | zero |
72,210,929 | How to add/remove characters inside TextField? | <p>I have a Room database with a table that holds users. Each user has an ID and a name. My goal is to change the name of the user based on the ID. Here is what I have tried.</p>
<p>I have an UsersScreen that contains a LazyColumn where I display all users. It works fine. Each row is represented by a user. On user clic... | I have a Room database with a table that holds users. Each user has an ID and a name. My goal is to change the name of the user based on the ID. Here is what I have tried. I have an UsersScreen that contains a LazyColumn where I display all users. It works fine. Each row is represented by a user. On user click, I navig... | android|kotlin|android-room|android-jetpack-compose|android-jetpack | 0 | 2022-05-12T06:23:04.653Z | 2,022 | 5 | 6 | 3 | 77 | 1 | 717 | 46 | 5 | 1 | true | false | false | false | false | false | zero |
72,211,008 | when i try to install android application, "app not installed" and stopped. how to fix it | <p>When we try to install our android application, "app not installed" error came and stopped. how to fix this issue and we want to install our application and have to debug my app in android studio. My mobile having android 11 version, and android studio updated with chipmunk version.</p> | When we try to install our android application, "app not installed" error came and stopped. how to fix this issue and we want to install our application and have to debug my app in android studio. My mobile having android 11 version, and android studio updated with chipmunk version. | android|installation|operating-system|version | -1 | 2022-05-12T06:32:03.830Z | 2,022 | 5 | 6 | 3 | 563 | 2 | 293 | 89 | 4 | 0 | false | false | false | false | false | true | negative |
72,211,104 | Firebase Phone Auth: 'intent://firebase.auth' shows on android | <p>One of the users are complaining about issues with phone verification on Android device in my application. Each time he is trying to verify his phone number, the browser opens <a href="https://i.stack.imgur.com/BRbRz.jpg" rel="nofollow noreferrer">with the next error</a>.
Also, in the Crashlytics I see the next erro... | One of the users are complaining about issues with phone verification on Android device in my application. Each time he is trying to verify his phone number, the browser opens with the next error . Also, in the Crashlytics I see the next errors: 1. [CODE] [CODE] The application is written in Flutter + Firebase auth, si... | android|firebase|flutter|firebase-authentication | 0 | 2022-05-12T06:41:51.413Z | 2,022 | 5 | 6 | 3 | 60 | 0 | 476 | 62 | 4 | 2 | true | true | false | false | false | false | zero |
72,211,223 | I can build project on Android studio but not in terminal | <p>I have installed an Android Studio, export project and project is building correctly. But I am trying to build the same project in terminal. I run <code>./gradlew build</code> in terminal, and gets errors.</p>
<pre><code>> Task :UniterModule:lintDebug FAILED
Lint found 20 errors, 129 warnings. First failure:
/u... | I have installed an Android Studio, export project and project is building correctly. But I am trying to build the same project in terminal. I run ./gradlew build in terminal, and gets errors. [CODE] Building in terminal is successful when i use ./gradlew -x lint Settings on Android Studio are: Gradle JDK Android Gradl... | android|gradle|console|lint | 0 | 2022-05-12T06:53:19.810Z | 2,022 | 5 | 6 | 3 | 264 | 1 | 443 | 57 | 4 | 3 | true | false | false | false | false | false | zero |
72,211,266 | How to upload image in react native using axios, nodejs server | <p>react native 0.67.3
I try to use axios upload image to nodejs server but it not work for me.
it send 404 status code all the time</p>
<pre><code>const formData = new FormData()
formData.append('Id', id)
formData.append('file', {
name: nameFile,
type: typeFile,
uri: Platform.OS === 'ios' ? ur... | react native 0.67.3 I try to use axios upload image to nodejs server but it not work for me. it send 404 status code all the time [CODE] [Error: Request failed with status code 404] | android|node.js|react-native | 0 | 2022-05-12T06:57:41.237Z | 2,022 | 5 | 6 | 3 | 39 | 0 | 181 | 62 | 3 | 1 | true | true | false | false | false | false | zero |
72,211,280 | Android Network Optimization | <p>I was reading the Android developer docs for network optimization as one of them states the following:</p>
<p><strong>Check for connectivity before making requests</strong></p>
<blockquote>
<p>Searching for a cell signal is one of the most power-draining
operations on a mobile device.
A best practice for user-initia... | I was reading the Android developer docs for network optimization as one of them states the following: Check for connectivity before making requests Searching for a cell signal is one of the most power-draining operations on a mobile device. A best practice for user-initiated requests is to first check for a connection... | android | 0 | 2022-05-12T06:58:30.837Z | 2,022 | 5 | 6 | 3 | 16 | 0 | 908 | 28 | 1 | 0 | false | true | false | false | false | false | zero |
72,211,291 | I want to display Google Ads on OTT Connected TV app using Google Ad Manager for monetization | <p>I want to display linear ads - pre, mid and post-roll ads on TV app using Google Ad Manager but as per documentation it is activated <a href="https://support.google.com/admanager/answer/9170964?hl=en" rel="nofollow noreferrer">ad-Rule</a> which is available in Google Ad Manager360 Which I cannot use now since app is... | I want to display linear ads - pre, mid and post-roll ads on TV app using Google Ad Manager but as per documentation it is activated ad-Rule which is available in Google Ad Manager360 Which I cannot use now since app is new not eligible for GAM360 . Even AdSense for video is no longer open for new-signups AdSense for V... | android|ads|ott | 0 | 2022-05-12T06:59:36.660Z | 2,022 | 5 | 6 | 3 | 50 | 0 | 397 | 93 | 3 | 0 | false | true | false | false | false | false | zero |
72,211,311 | Uploading several images | <p>I am trying to upload several pictures from my emulator, and this section of code works fine ( I can select couple pictures at the same time ) -</p>
<pre><code> private void OpenGallery() {
Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT);
intent.addCategory(Intent.CATEGORY_OPENABLE);
intent.pu... | I am trying to upload several pictures from my emulator, and this section of code works fine ( I can select couple pictures at the same time ) - [CODE] BUT, I can not understand how to implement the onActivityResult function. the data is correct but when I am trying to to data.getData() my emulator is shutting down. My... | android|image|gallery|onactivityresult | 0 | 2022-05-12T07:01:24.257Z | 2,022 | 5 | 7 | 3 | 28 | 0 | 388 | 24 | 4 | 2 | true | true | false | false | false | false | zero |
72,211,497 | How to inflate custom layout in Material tooltip of a Material slider in Android? | <p>I was trying to achieve something similar to the below image by manipulating the Material tooltip inside the Material slider.</p>
<p><a href="https://i.stack.imgur.com/DA6E8.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/DA6E8.jpg" alt="enter image description here" /></a></p>
<p>I was able to ac... | I was trying to achieve something similar to the below image by manipulating the Material tooltip inside the Material slider. I was able to achieve something similar to the below image I have extended the Slider class and tried different methods to override the tooltip view unfortunately the override methods are very l... | android|kotlin|slider|material-design|android-seekbar | 0 | 2022-05-12T07:18:11.600Z | 2,022 | 5 | 7 | 3 | 114 | 0 | 565 | 81 | 5 | 2 | true | true | false | false | false | false | zero |
72,211,527 | FATAL EXCEPTION, happening in signed APK (Application closes after opening, works in debug mode) | <p>The app is works very well in debug mode. But in signed apk and after uploading in playstore, the app is closed automatically.
I have tried:</p>
<ul>
<li>Rebuild</li>
<li>Clean</li>
<li>Invalidate and restart</li>
<li>Added proguard of adgem</li>
</ul>
<p>Here is the error in signed APK,</p>
<pre><code> E/Android... | The app is works very well in debug mode. But in signed apk and after uploading in playstore, the app is closed automatically. I have tried: Rebuild Clean Invalidate and restart Added proguard of adgem Here is the error in signed APK, [CODE] Is it anything with my gradle files I don't know exact details so Here is my b... | java|android-studio|google-cloud-firestore|nullpointerexception|fatal-error | 0 | 2022-05-12T07:20:47.560Z | 2,022 | 5 | 7 | 3 | 97 | 0 | 340 | 96 | 5 | 2 | true | true | false | false | false | false | zero |
72,211,579 | service.acknowledge is undefined using Digital Goods API with Google Play in TWA | <p>I have an web app in development to which I am trying to add Google Play Billing on Android and Chrome OS. My implementation is basically the same as in <a href="https://developer.chrome.com/docs/android/trusted-web-activity/receive-payments-play-billing/" rel="nofollow noreferrer">Google's own documentation</a>, h... | I have an web app in development to which I am trying to add Google Play Billing on Android and Chrome OS. My implementation is basically the same as in Google's own documentation , however it fails at the point of acknowledging the purchase after it completes, throwing TypeError: service.acknowledge is not a function ... | android|google-play|progressive-web-apps|trusted-web-activity|payment-request-api | 0 | 2022-05-12T07:25:32.513Z | 2,022 | 5 | 7 | 3 | 38 | 1 | 464 | 80 | 5 | 0 | false | false | false | false | false | false | zero |
72,211,598 | what to do if android studio showing Could not determine the dependencies of task ':app:processDebugResources' | <p>FAILURE: Build failed with an exception.</p>
<ul>
<li>What went wrong:
Could not determine the dependencies of task ':app:processDebugResources'.</li>
</ul>
<blockquote>
<p>Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not resolve com.google.maps.android:android-maps-u... | FAILURE: Build failed with an exception. What went wrong: Could not determine the dependencies of task ':app:processDebugResources'. Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. Could not resolve com.google.maps.android:android-maps-utils:0.5+. Required by: project :app > Fail... | android | 0 | 2022-05-12T07:27:04.203Z | 2,022 | 5 | 7 | 3 | 108 | 0 | 1,787 | 110 | 1 | 1 | true | true | false | false | false | false | zero |
72,211,676 | Dependency Injection | <p>I watched my training about dependency injection and I tried to repeat what it instructed. I created a file named BelajarApp and I input reference from interface file ApplicationComponent with DaggerApplicationComponent. Usually it was created in one file with interface, but I was told to create both interface and B... | I watched my training about dependency injection and I tried to repeat what it instructed. I created a file named BelajarApp and I input reference from interface file ApplicationComponent with DaggerApplicationComponent. Usually it was created in one file with interface, but I was told to create both interface and Bela... | android|kotlin|dependency-injection|dagger | 0 | 2022-05-12T07:34:37.123Z | 2,022 | 5 | 7 | 3 | 69 | 0 | 1,143 | 20 | 4 | 2 | true | true | false | false | false | false | zero |
72,211,941 | Remote Video Is White Screen In Android WebRTC | <p>I am using webRTC for peer to peer video communication in a native Android project. I exchanged both sdp and candidates successfully. My problem is; I can connect with audio but remote video is white screen.</p>
<p><a href="https://i.stack.imgur.com/G3Qve.png" rel="nofollow noreferrer"><img src="https://i.stack.imgu... | I am using webRTC for peer to peer video communication in a native Android project. I exchanged both sdp and candidates successfully. My problem is; I can connect with audio but remote video is white screen. Here my codes: Creating PeerConnection [CODE] Create Offer and Answer [CODE] Create and Send Candidates [CODE] I... | android|webrtc|clouddb | 2 | 2022-05-12T07:55:52.523Z | 2,022 | 5 | 7 | 3 | 135 | 0 | 478 | 46 | 3 | 5 | true | true | false | false | false | false | low |
72,212,176 | Android motion sensor listener gets killed after 1 minute | <p>I want to have an app that can receive event updates from the MotionSensors, even if the app is in the background. The problem is that android kills any service if the app has been in the background for one minute.</p>
<ul>
<li>Deactivating battery optimization did not help</li>
<li>I can't really launch it as a For... | I want to have an app that can receive event updates from the MotionSensors, even if the app is in the background. The problem is that android kills any service if the app has been in the background for one minute. Deactivating battery optimization did not help I can't really launch it as a Foreground service (which wo... | android|kotlin | 0 | 2022-05-12T08:16:00.913Z | 2,022 | 5 | 8 | 3 | 30 | 1 | 580 | 57 | 2 | 1 | true | false | false | false | false | false | zero |
72,212,273 | How to find reason of fragment memory leak? (profiler) | <p>I found a fragment memory leaks with profiler.
PagerFragment has viewpager2 with FragmentStateAdapter</p>
<p>I checked A fragment called onDestroy but memory leak accurs.
How to find which causes memory leak by profiler?</p>
<p>Also I used LeakCanary, but it could not find fragment memory leak. (but profiler did)
Ca... | I found a fragment memory leaks with profiler. PagerFragment has viewpager2 with FragmentStateAdapter I checked A fragment called onDestroy but memory leak accurs. How to find which causes memory leak by profiler? Also I used LeakCanary, but it could not find fragment memory leak. (but profiler did) Can you guess why L... | android|memory-leaks|profiler|android-viewpager2|leakcanary | 0 | 2022-05-12T08:24:19.253Z | 2,022 | 5 | 8 | 3 | 62 | 0 | 354 | 54 | 5 | 0 | false | true | false | false | false | false | zero |
72,212,284 | Alarmmanager not working at exact time in android programming | <p>In my app i need to send notification in scheduled time. It is like medicine reminder app.
I found alarmmanager. Read scheduled time list and set to calendar. I found that api 26+ its better using foreground service. I did it. The problem is alarmmanager does not working at exact time. Most of time it delay 2-4 minu... | In my app i need to send notification in scheduled time. It is like medicine reminder app. I found alarmmanager. Read scheduled time list and set to calendar. I found that api 26+ its better using foreground service. I did it. The problem is alarmmanager does not working at exact time. Most of time it delay 2-4 minutes... | android | 0 | 2022-05-12T08:25:04.167Z | 2,022 | 5 | 8 | 3 | 398 | 1 | 538 | 61 | 1 | 1 | true | false | false | false | false | false | zero |
72,212,331 | Android ndk /i686-linux-android/bin\ld: warning: shared library text segment is not shareable | <p>i'm trying to run my android studio(kotlin) project, but there is a problem when ndk build, like this:</p>
<pre><code>> Task :libuvccamera:ndkBuild
> Android NDK: WARNING: APP_PLATFORM android-14 is higher than android:minSdkVersion 1 in ./AndroidManifest.xml. NDK binaries will *not* be comptible with devices ... | i'm trying to run my android studio(kotlin) project, but there is a problem when ndk build, like this: [CODE] and this is my AndroidManifest: [CODE] this is local.properties: [CODE] this is Android.mk: [CODE] I've tried NDK version 16 and 17, the result is as above. I've also tried NDK version 18-24, the result is like... | android-studio|kotlin|android-ndk|ip-camera | 0 | 2022-05-12T08:28:22.283Z | 2,022 | 5 | 8 | 3 | 10 | 0 | 399 | 93 | 4 | 5 | true | true | false | false | false | false | zero |
72,212,346 | Unable to find resource ID Firebase Exception Android Studio | <p>I recently updated my Gradle. After that, my app is launching but crashed immediately.</p>
<p>Logcat is giving me this exception:</p>
<p>2022-05-12 10:15:13.849 16517-16517/com.four_meals_dining E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.four_meals_dining, PID: 16517
java.lang.RuntimeException: Unable to g... | I recently updated my Gradle. After that, my app is launching but crashed immediately. Logcat is giving me this exception: 2022-05-12 10:15:13.849 16517-16517/com.four_meals_dining E/AndroidRuntime: FATAL EXCEPTION: main Process: com.four_meals_dining, PID: 16517 java.lang.RuntimeException: Unable to get provider com.g... | java|firebase|android-studio|google-cloud-firestore|resource-id | 0 | 2022-05-12T08:29:38.663Z | 2,022 | 5 | 8 | 3 | 63 | 0 | 2,245 | 60 | 5 | 0 | false | true | false | false | false | false | zero |
72,212,392 | Measuring children in custom view breaks in RTL | <p>I have a custom view that extends LinearLayout and implements onMeasure. I'd like the children to be either as wide as they need to be or filling the available space.</p>
<p>XML files:
Parent:</p>
<pre class="lang-xml prettyprint-override"><code><FrameLayout
xmlns:android="http://schemas.android.com/apk/... | I have a custom view that extends LinearLayout and implements onMeasure. I'd like the children to be either as wide as they need to be or filling the available space. XML files: Parent: [CODE] Button example: [CODE] Views are added programmatically, for example: [CODE] Finally the Custom view class: [CODE] It works fin... | android|kotlin | 3 | 2022-05-12T08:33:28.587Z | 2,022 | 5 | 8 | 3 | 232 | 4 | 554 | 47 | 2 | 4 | true | false | false | false | false | false | low |
72,212,421 | How to publish an app that requires custom device on Google Play? | <p>My brand new app requires a custom device to connect to it via BLE.
the main screen is a "batteries radar" that scans for our own batteries advertisements.</p>
<p>Because such a device is not present while Google play automatically test my app, the radar remains empty and they rose the accessibility issue... | My brand new app requires a custom device to connect to it via BLE. the main screen is a "batteries radar" that scans for our own batteries advertisements. Because such a device is not present while Google play automatically test my app, the radar remains empty and they rose the accessibility issue because of... | android|google-play | 0 | 2022-05-12T08:36:17.013Z | 2,022 | 5 | 8 | 3 | 21 | 0 | 483 | 65 | 2 | 0 | false | true | false | false | false | false | zero |
72,212,476 | How to show excel, docs, pdf.. with passing cookies in webview Android | <p>I'm trying to show <strong>excel</strong> file(online) in a webview with passing cookies, but only get a blank white page.</p>
<p>It works fine for <strong>txt</strong> file, so maybe passing the cookie is not the problem.</p>
<pre><code>webView.webViewClient = WebViewClient()
webView.settings.setSupportZoom(true)
w... | I'm trying to show excel file(online) in a webview with passing cookies, but only get a blank white page. It works fine for txt file, so maybe passing the cookie is not the problem. [CODE] I also tried this( Android WebView, show pdf file via Google Viewer with passing cookies ) but it didn't work. How can I solve the ... | android|excel|pdf|cookies|webview | 0 | 2022-05-12T08:40:36.110Z | 2,022 | 5 | 8 | 3 | 64 | 0 | 328 | 70 | 5 | 1 | true | true | false | false | false | false | zero |
72,212,540 | Android: How to change background color of app icon in multitasking view without changing "colorPrimary"? | <p>How can I change the background color of my app icon in the multitasking view? Speaking about this one (on the very top):</p>
<p><a href="https://i.stack.imgur.com/PWmau.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/PWmau.png" alt="enter image description here" /></a></p>
<p>I noticed that it co... | How can I change the background color of my app icon in the multitasking view? Speaking about this one (on the very top): I noticed that it corresponds to the colorPrimary in colors.xml . However, I would like to keep my primary color and still be able to change the background of the icon. | android|android-studio | 0 | 2022-05-12T08:45:34.843Z | 2,022 | 5 | 8 | 3 | 242 | 1 | 290 | 105 | 2 | 0 | false | false | false | false | false | false | zero |
72,212,601 | How to resolve "Could not read input channel file descriptors from parcel" issue on textview click listener? | <p>I have declared one textview as static as follows:</p>
<pre><code>public static TextView abc;
</code></pre>
<p>It is referenced in onCreateView() of a fragment as follows:</p>
<pre><code>abc= (TextView) rootView.findViewById(R.id.abc);
</code></pre>
<p>I am getting the following runtime error in its click listener, ... | I have declared one textview as static as follows: [CODE] It is referenced in onCreateView() of a fragment as follows: [CODE] I am getting the following runtime error in its click listener, only in Vivo phone(Device Name:Vivo XL4, Device Model: Vivo XL4 (V0350WW) (Vivo XL4), OS Version: 8.1.0, SDK Version:Android 3.0.1... | java|android|textview|runtimeexception|parcel | 0 | 2022-05-12T08:50:16.827Z | 2,022 | 5 | 8 | 3 | 39 | 1 | 373 | 108 | 5 | 3 | true | false | false | false | false | false | zero |
72,212,708 | Android Telephony CellSignalStrength | <p>sorry for my bad english.</p>
<p>I want to ask about android telephony : CellSignalStrength</p>
<p>I have code like below to display signal strength information on android..</p>
<pre><code>public class MainActivity extends AppCompatActivity {
private TextView textView2;
public String gsmStrength;
@SuppressLint(&... | sorry for my bad english. I want to ask about android telephony : CellSignalStrength I have code like below to display signal strength information on android.. [CODE] when I run it shows the result is -93 so what I want is the result in the form of a string with what information it is: SIGNAL_STRENGTH_GOOD SIGNAL_STREN... | java|android|android-studio|telephonymanager | 0 | 2022-05-12T08:57:22.247Z | 2,022 | 5 | 8 | 3 | 144 | 1 | 426 | 36 | 4 | 1 | true | false | false | false | false | false | zero |
72,212,809 | Using .so library classes in after System.load() | <p>I am trying to use the .so external library in my Android project. It's not clear to me how can I access the classes in the library once it's loaded via System.load("path to lib")?</p>
<p>The library is already there, and it's already compiled for use on mobile devices.
The loading process does not cause e... | I am trying to use the .so external library in my Android project. It's not clear to me how can I access the classes in the library once it's loaded via System.load("path to lib")? The library is already there, and it's already compiled for use on mobile devices. The loading process does not cause errors. Due... | android|load|native|lib|.so | 0 | 2022-05-12T09:04:39.693Z | 2,022 | 5 | 9 | 3 | 158 | 2 | 581 | 48 | 5 | 0 | false | false | false | false | false | false | zero |
72,212,821 | Android custom keyboard suggestions | <p>I am building a custom keyboard for android, the one that atleast supports autocomplete suggestions. To achieve this, I am storing every word that user types (not password fields) in a Room database table which has a simple model, the word and its frequency. Now for showing the suggestions, I am using a Trie which i... | I am building a custom keyboard for android, the one that atleast supports autocomplete suggestions. To achieve this, I am storing every word that user types (not password fields) in a Room database table which has a simple model, the word and its frequency. Now for showing the suggestions, I am using a Trie which is p... | optimization|android-room|trie|custom-keyboard|android-custom-keyboard | 2 | 2022-05-12T09:05:32.577Z | 2,022 | 5 | 9 | 3 | 113 | 1 | 862 | 35 | 5 | 0 | false | false | false | false | false | false | low |
72,212,885 | Execution failed for task ':app:mergeDebugResources' , Unable to locate resourceFile in source-sets | <p>Whenever I made any change to an XML file from the project and tried to run it, I got this error-</p>
<blockquote>
<p>Execution failed for task ':app:mergeDebugResources'.
java.lang.IllegalArgumentException: Unable to locate resourceFile (D:Q\app\build\intermediates\merged-not-compiled-resources\debug\layout\notific... | Whenever I made any change to an XML file from the project and tried to run it, I got this error- Execution failed for task ':app:mergeDebugResources'. java.lang.IllegalArgumentException: Unable to locate resourceFile (D:Q\app\build\intermediates\merged-not-compiled-resources\debug\layout\notification_action.xml) in so... | android|android-xml | 5 | 2022-05-12T09:10:43.753Z | 2,022 | 5 | 9 | 3 | 1,306 | 5 | 462 | 99 | 2 | 1 | true | false | false | false | false | false | low |
72,212,888 | Flutter differentiate tap outside of textfield, and tap another textfield | <p>I am making a searchable dropdown textfield, what I want to do is whenever user tap outside or whenever done is pressed on keyboard, keyboard goes down but the list still shown. And when the user tap on another textfield, the focus changed to that textfield while also closes the list.</p>
<p>What I managed to do is ... | I am making a searchable dropdown textfield, what I want to do is whenever user tap outside or whenever done is pressed on keyboard, keyboard goes down but the list still shown. And when the user tap on another textfield, the focus changed to that textfield while also closes the list. What I managed to do is either the... | android|flutter|dart|mobile|textfield | 0 | 2022-05-12T09:11:04.220Z | 2,022 | 5 | 9 | 3 | 23 | 0 | 646 | 73 | 5 | 1 | true | true | false | false | false | false | zero |
72,212,944 | Android TV app is Live but review has failed for TV devices in Catalog | <p>I have the issue wherein the app is live, but TV devices have failed review. There is no Email from Google as well. All the google policies have been adhered to. The app is live on mobile and also the TV build is accepted but in the device catalog, it shows a review failed but there is no specific reason mentioned. ... | I have the issue wherein the app is live, but TV devices have failed review. There is no Email from Google as well. All the google policies have been adhered to. The app is live on mobile and also the TV build is accepted but in the device catalog, it shows a review failed but there is no specific reason mentioned. I h... | android|kotlin|google-play-services | 1 | 2022-05-12T09:15:04.633Z | 2,022 | 5 | 9 | 3 | 30 | 0 | 551 | 70 | 3 | 0 | false | true | false | false | false | false | low |
72,212,951 | Bottom Navigation compose with xml nav graph | <p>in my Project xml design the navigation build in navigation component ,</p>
<p>but Bottom Navigation build by compose !!</p>
<p>Question How can contact between fragment Id in nav_graph with Bottom Navigation item??</p> | in my Project xml design the navigation build in navigation component , but Bottom Navigation build by compose !! Question How can contact between fragment Id in nav_graph with Bottom Navigation item?? | android|android-jetpack-compose|android-architecture-navigation|android-jetpack-navigation | 0 | 2022-05-12T09:15:22.633Z | 2,022 | 5 | 9 | 3 | 72 | 0 | 201 | 44 | 4 | 0 | false | true | false | false | false | false | zero |
72,212,982 | The child view set to app:layout_constraintTop_toBottomOf="parent" cannot be displayed | <p>The child View of ConstraintLayout is set <code>app:layout_constraintTop_toBottomOf="parent"</code> to hide at the bottom of the screen. Just after entering the Activity, when it pops up at the bottom of the screen through <code>animate().translationYBy()</code> on the Android 7.1 virtual machine, nothing ... | The child View of ConstraintLayout is set app:layout_constraintTop_toBottomOf="parent" to hide at the bottom of the screen. Just after entering the Activity, when it pops up at the bottom of the screen through animate().translationYBy() on the Android 7.1 virtual machine, nothing happens. After clicking the d... | android|android-animation|android-constraintlayout | 1 | 2022-05-12T09:17:35.013Z | 2,022 | 5 | 9 | 3 | 56 | 1 | 834 | 86 | 3 | 4 | true | false | false | false | false | false | low |
72,213,082 | How to define and use a tag system for my TODO app in room database | <p>I've got a simple TODO app, each TODO is stored in the room datase. But I want to add tags for these TODO's so that each TODO could have 0 or more tags and each tag is a siple string. So the question is: what is the best solution for this situation? How to store this set of tags for each TODO?</p> | I've got a simple TODO app, each TODO is stored in the room datase. But I want to add tags for these TODO's so that each TODO could have 0 or more tags and each tag is a siple string. So the question is: what is the best solution for this situation? How to store this set of tags for each TODO? | android|android-room | 0 | 2022-05-12T09:24:26.903Z | 2,022 | 5 | 9 | 3 | 35 | 1 | 294 | 67 | 2 | 0 | false | false | false | false | false | false | zero |
72,213,131 | I have been experiencing this error while building release for flutter | <p>FAILURE: Build failed with an exception.</p>
<ul>
<li>What went wrong:<br />
Execution failed for task ':screen:verifyReleaseResources'.</li>
</ul>
<blockquote>
<p>java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
/Users/mitto/Projects/Solut... | FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':screen:verifyReleaseResources'. java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed /Users/mitto/Projects/Solutech/apps/solutech-sat/build/screen/intermediates/... | android|flutter|android-studio | 0 | 2022-05-12T09:27:46.933Z | 2,022 | 5 | 9 | 3 | 244 | 1 | 2,898 | 70 | 3 | 0 | false | false | false | false | false | false | zero |
72,213,132 | How to display different data according to users in android using get method? | <p>For my app, in user registration, when a user registers in the app, their data is sent to database and stored there and using GET method it is displayed in the app, Now how do I display the data in my app differently for different users because each users have their own unique data, and what I need is to display pro... | For my app, in user registration, when a user registers in the app, their data is sent to database and stored there and using GET method it is displayed in the app, Now how do I display the data in my app differently for different users because each users have their own unique data, and what I need is to display profil... | java|android|django | 0 | 2022-05-12T09:27:57.650Z | 2,022 | 5 | 9 | 3 | 32 | 0 | 417 | 77 | 3 | 0 | false | true | false | false | false | false | zero |
72,213,160 | How to use the return of a cloud function in realtime databse [Firebase] | <p>I am using Realtime database from Firebase.</p>
<p>I have a cloud function in my index.js that returns an object:</p>
<pre><code>{"state":"create","users":["user1","user2"]}
</code></pre>
<p>I would like to get it from my java code to use it later but I don't know ho... | I am using Realtime database from Firebase. I have a cloud function in my index.js that returns an object: [CODE] I would like to get it from my java code to use it later but I don't know how to proceed.. Here is my cloud function: [CODE] | android|firebase|firebase-realtime-database|google-cloud-functions | 0 | 2022-05-12T09:29:59.587Z | 2,022 | 5 | 9 | 3 | 28 | 1 | 238 | 72 | 4 | 2 | true | false | false | false | false | false | zero |
72,213,201 | Xamarin - ListView showing all property values but one | <p>I have a Content Page in which I want to show an invoice, for that I have two listviews.</p>
<p>The first one contains the name of the customer, the date and the total cost.</p>
<p>The thing is to get the total cost I have used Shell navigation with parameters and it works fine just not in the listview.</p>
<p>So he... | I have a Content Page in which I want to show an invoice, for that I have two listviews. The first one contains the name of the customer, the date and the total cost. The thing is to get the total cost I have used Shell navigation with parameters and it works fine just not in the listview. So here is my ViewModel [CODE... | c#|android|listview|xamarin|.net-5 | 0 | 2022-05-12T09:32:42.477Z | 2,022 | 5 | 9 | 3 | 34 | 0 | 1,219 | 54 | 5 | 4 | true | true | false | false | false | false | zero |
72,213,237 | how to pass intent extras to static shortcuts in android application | <p>i am investigating static shortcuts in a hobby android application</p>
<p>i can get the Google Assistant action tool to work with my application and it passes the feature parameter of the intent action, however i do not understand how to pass intent extra(s) from the static shortcuts displayed on long press of my ap... | i am investigating static shortcuts in a hobby android application i can get the Google Assistant action tool to work with my application and it passes the feature parameter of the intent action, however i do not understand how to pass intent extra(s) from the static shortcuts displayed on long press of my app icon her... | android|actions-on-google|android-shortcut | 0 | 2022-05-12T09:36:03.760Z | 2,022 | 5 | 9 | 3 | 18 | 0 | 1,015 | 68 | 3 | 2 | true | true | false | false | false | false | zero |
72,213,287 | Android Multi Selection Spinner wraps long text | <p>I want to create a multi selected spinner that contains very long text inside each row. I tried creating various styles but just doesn't meet the requirement I'm looking for, can anyone create a multi selection spinner that can wrap long text inside it.</p>
<p>I have already created a spinner that can wrap text insi... | I want to create a multi selected spinner that contains very long text inside each row. I tried creating various styles but just doesn't meet the requirement I'm looking for, can anyone create a multi selection spinner that can wrap long text inside it. I have already created a spinner that can wrap text inside it, I j... | java|android|android-layout | 0 | 2022-05-12T09:39:11.893Z | 2,022 | 5 | 9 | 3 | 15 | 0 | 383 | 47 | 3 | 0 | false | true | false | false | false | false | zero |
72,213,419 | How to separate Android & iOS Xamarin UI Test Results | <p>I have some Xamarin UI Tests which have the Attributes</p>
<pre><code>[TestFixture(Platform.Android)]
[TestFixture(Platform.iOS)]
</code></pre>
<p>Enabling me to run both platform tests in the cloud (AppCenter Test), however, when I get the XML NUnit test results I have problems because I have <strong>inconclusive</... | I have some Xamarin UI Tests which have the Attributes [CODE] Enabling me to run both platform tests in the cloud (AppCenter Test), however, when I get the XML NUnit test results I have problems because I have inconclusive tests. E.g. Say I have 15 Android tests passing if I publish the XML tests results to Azure DevOp... | xamarin.forms|xamarin.android|xamarin.ios|visual-studio-app-center|xamarin.uitest | 0 | 2022-05-12T09:48:20.910Z | 2,022 | 5 | 9 | 3 | 32 | 0 | 544 | 53 | 5 | 1 | true | true | false | false | false | false | zero |
72,213,425 | @react-native-community/voice or react-native-voice / voice gives exception java.lang.NullPointerException at com.wenkesj.voice.VoiceModule.onResults | <p><a href="https://www.npmjs.com/package/@react-native-community/voice?activeTab=readme" rel="nofollow noreferrer">@react-native-community/voice</a> was working smoothly but recently it gives following error</p>
<pre><code>java.lang.NullPointerException: Attempt to invoke virtual method 'java.util.Iterator java.util.A... | @react-native-community/voice was working smoothly but recently it gives following error [CODE] | android|react-native|speech-to-text|voice-recognition|react-native-voice | 0 | 2022-05-12T09:48:44.110Z | 2,022 | 5 | 9 | 3 | 275 | 2 | 95 | 149 | 5 | 1 | true | false | false | false | false | false | zero |
72,213,435 | How To allow MANAGE_EXTERNAL_STORAGE permission by programmatically in react native (android 11 or above) | <p>[Error: sdcard/1f00e343-f4d0-448d-a268-45484390fb09.mp3: open failed: EPERM (Operation not permitted)]</p> | [Error: sdcard/1f00e343-f4d0-448d-a268-45484390fb09.mp3: open failed: EPERM (Operation not permitted)] | android|react-native | 0 | 2022-05-12T09:49:19.800Z | 2,022 | 5 | 9 | 3 | 25 | 0 | 102 | 105 | 2 | 0 | false | true | false | false | false | false | zero |
72,213,441 | Access the login state from every screen (Jetpack Compose + MVVM + Hilt) | <p>I try to access the login state and other user information everywhere in my app.</p>
<p>Here is how I plan on doing it:</p>
<p>Create a UserState data class:</p>
<pre><code>data class UserState(
val username: String = "",
val profileImageUrl: String = "",
var isLoggedIn: Boolean = fal... | I try to access the login state and other user information everywhere in my app. Here is how I plan on doing it: Create a UserState data class: [CODE] Make it a singleton with hilt and inject it into my AuthRepository: [CODE] then when the authentication (firebase + custom backend) is succesfull or other auth functions... | android|kotlin|mvvm|dagger-hilt|kotlin-flow | 2 | 2022-05-12T09:49:58.253Z | 2,022 | 5 | 9 | 3 | 425 | 1 | 911 | 72 | 5 | 4 | true | false | false | false | false | false | low |
72,213,614 | Android Firefox browser doesn't display elements on load, they show up on moving screen by at least 1 px | <p>[Image with css on load display correctly other than firefox][1]</p>
<p>[Image with css on load that's not correct in FIREFOX mobile Android][2]</p>
<p>Style for cup element that disappears:</p>
<pre><code>.cup-number {//number inside of cup - span element
position: absolute;
top: 0.7rem;
font-size: 2.433rem;
font-f... | [Image with css on load display correctly other than firefox][1] [Image with css on load that's not correct in FIREFOX mobile Android][2] Style for cup element that disappears: [CODE] } I noticed that the elements that disappear are not visible on height of the address bar in firefox. [address bar is showing and it app... | android|html|css|firefox|mobile | 0 | 2022-05-12T10:02:36.613Z | 2,022 | 5 | 10 | 3 | 17 | 0 | 669 | 104 | 5 | 1 | true | true | false | false | false | false | zero |
72,213,771 | Android studio no runner available | <p><a href="https://i.stack.imgur.com/FBtkj.png" rel="nofollow noreferrer">enter image description here</a></p>
<p><a href="https://i.stack.imgur.com/uF930.png" rel="nofollow noreferrer">enter image description here</a></p>
<p>one project has four app, when I change app to customerdriverpad it can't run , error
is no r... | enter image description here enter image description here one project has four app, when I change app to customerdriverpad it can't run , error is no runner available,but other app is work fine | android | 0 | 2022-05-12T10:15:03.087Z | 2,022 | 5 | 10 | 3 | 53 | 0 | 193 | 34 | 1 | 0 | false | true | false | false | false | false | zero |
72,213,862 | How do I get the current viewmodel from androidx navcontroller backstack entry? | <p>When a event happens, I want to relay the information to the current viewmodel if it implements a specific interface, if the current viewmodel doesn't implement this interface I want to handle this event in a default way.</p>
<p>I tried getting the currentViewModel from the current backstack entry but there is no wa... | When a event happens, I want to relay the information to the current viewmodel if it implements a specific interface, if the current viewmodel doesn't implement this interface I want to handle this event in a default way. I tried getting the currentViewModel from the current backstack entry but there is no way to get t... | android|kotlin|androidx|dagger-hilt | 0 | 2022-05-12T10:21:36.283Z | 2,022 | 5 | 10 | 3 | 91 | 0 | 426 | 79 | 4 | 0 | false | true | false | false | false | false | zero |
72,213,935 | OSMDroid doesnt load maps that use API | <p>i was trying to have a map that uses the OpenCycleMap but it doesn't load the map</p>
<pre><code> final String[] tileURLs = {"http://a.tile.thunderforest.com/cycle/",
"http://b.tile.thunderforest.com/cycle/",
"http://c.tile.thunderforest.com/cycle/"};
... | i was trying to have a map that uses the OpenCycleMap but it doesn't load the map [CODE] | java|android|osmdroid | 0 | 2022-05-12T10:26:49.590Z | 2,022 | 5 | 10 | 3 | 29 | 0 | 88 | 38 | 3 | 1 | true | true | false | false | false | false | zero |
72,214,092 | after upgrade flutter to version 3, my exist project is not building | <p>i was working on project using flutter 2.10.0 version, it work fine, but after upgrade flutter to 3.0.0 version, my project is not building, it give me this error</p>
<pre><code>[ ] > Task :app:compileFlutterBuildDebug FAILED
[ ] Deprecated Gradle features were used in this build, making it incompat... | i was working on project using flutter 2.10.0 version, it work fine, but after upgrade flutter to 3.0.0 version, my project is not building, it give me this error [CODE] | android|flutter|gradle | 6 | 2022-05-12T10:37:34.767Z | 2,022 | 5 | 10 | 3 | 4,468 | 3 | 169 | 68 | 3 | 1 | true | false | true | false | false | false | medium |
72,214,194 | Firebase Dynamic Links - There was a problem with your DNS configuration | <p>I'm working with Flutter app and I wanted to connect deeplinks using Firebase. From backend side I'm receiving deeplink eg. "www.domain.com/en?deep_link=R1" when R1 is ID of item (So this link should move user to detailed page with item of given ID).</p>
<p>I went on Firebase console -> Dynamic Links an... | I'm working with Flutter app and I wanted to connect deeplinks using Firebase. From backend side I'm receiving deeplink eg. "www.domain.com/en?deep_link=R1" when R1 is ID of item (So this link should move user to detailed page with item of given ID). I went on Firebase console -> Dynamic Links and add new URL... | firebase|deep-linking|firebase-hosting|firebase-dynamic-links|android-deep-link | 0 | 2022-05-12T10:46:31.873Z | 2,022 | 5 | 10 | 3 | 98 | 0 | 976 | 72 | 5 | 0 | false | true | false | false | false | false | zero |
72,214,208 | My RecyclerView doesnt show up and I get this error : E/RecyclerView: No adapter attached; skipping layout and | <p>okay so i'm trying to get information about an item from the solditem class
then i want to show it in a recycler view in another class (i implemented parcelable) but here is the problem
it doesnt show anything and it throws this message :
" E/RecyclerView: No adapter attached; skipping layout "
i made sure... | okay so i'm trying to get information about an item from the solditem class then i want to show it in a recycler view in another class (i implemented parcelable) but here is the problem it doesnt show anything and it throws this message : " E/RecyclerView: No adapter attached; skipping layout " i made sure th... | java|android|xml|android-recyclerview | 1 | 2022-05-12T10:47:09.667Z | 2,022 | 5 | 10 | 3 | 51 | 0 | 633 | 110 | 4 | 4 | true | true | false | false | false | false | low |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.