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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
71,151,902 | The size of the xml layout does not change when changing the "layout_width" and "layout_height" in which the VideoView is played | <p>I changed in the xml layout where the video layout_width and layout_height should be played, but nothing changes and the video is automatically stretched to full screen.</p>
<p>In the manifest</p>
<pre><code><activity android:resizeableActivity="true" android:supportsPictureInPicture="true" an... | I changed in the xml layout where the video layout_width and layout_height should be played, but nothing changes and the video is automatically stretched to full screen. In the manifest [CODE] I added this android:resizeableActivity="true" android:supportsPictureInPicture="true" for PIP mode and it ... | android|xml|layout|window|window-managers | 0 | 2022-02-17T02:52:05.017Z | 2,022 | 2 | 2 | 3 | 18 | 0 | 696 | 128 | 5 | 1 | true | true | false | false | false | false | zero |
71,159,185 | How do I make sure a PDF asset is updated when my Android app updates? | <p><strong>Problem:</strong> Will assets update when an Android app updates? When I updated my Android app there was also a need to update a PDF asset within the app. However, everything updated but the PDF. The only way I could update it was by uninstalling and reinstalling, which wipes out all user data.</p>
<p><stro... | Problem: Will assets update when an Android app updates? When I updated my Android app there was also a need to update a PDF asset within the app. However, everything updated but the PDF. The only way I could update it was by uninstalling and reinstalling, which wipes out all user data. What I have tried: I have read s... | assets|android-update-app | 0 | 2022-02-17T13:38:00.733Z | 2,022 | 2 | 13 | 3 | 18 | 0 | 839 | 70 | 2 | 0 | false | true | false | false | false | false | zero |
71,160,526 | Change preference fragment colors on preference change | <p>I have a dark theme implemented with styles.
State can be changed via a preference fragment switch.
<strong>I'd like to give the user a preview of the dark mode when the state changes.</strong></p>
<hr />
<p>I managed to get the listener for the event as such:</p>
<pre><code>// Listen for state changes
SharedPre... | I have a dark theme implemented with styles. State can be changed via a preference fragment switch. I'd like to give the user a preview of the dark mode when the state changes. I managed to get the listener for the event as such: [CODE] Switch element: [CODE] Thanks in advance | java|android|android-studio | 0 | 2022-02-17T15:03:07.270Z | 2,022 | 2 | 15 | 3 | 18 | 0 | 277 | 54 | 3 | 2 | true | true | false | false | false | false | zero |
71,164,045 | Android: GCP key error shows up even after restricting it to android apps | <p>We setup restriction to firebase keys with restriction type android apps as per mentioned in google doc(<a href="https://support.google.com/faqs/answer/9287711" rel="nofollow noreferrer">https://support.google.com/faqs/answer/9287711</a>). Pre-lauch report is still showing error for leaked GCP keys. In app we have f... | We setup restriction to firebase keys with restriction type android apps as per mentioned in google doc( https://support.google.com/faqs/answer/9287711 ). Pre-lauch report is still showing error for leaked GCP keys. In app we have firebase key embedded in buildconfig file for enhanced security. Error is also showing up... | android|firebase|security | 0 | 2022-02-17T19:06:58.873Z | 2,022 | 2 | 19 | 3 | 18 | 0 | 461 | 73 | 3 | 0 | false | true | false | false | false | false | zero |
71,177,478 | Tablerow in tablelayout refuses to wrap textview horizontly correctly | <p>Im using the standard layout editor in android studio and im facing a rather strange behavior regarding the tablerow. I currently have 14 empty rows, each with <em>layout_weight</em> set to 1 and it looks correct. When I tried to insert a textview into any row, it would increase its height to about 2,3 times the hei... | Im using the standard layout editor in android studio and im facing a rather strange behavior regarding the tablerow. I currently have 14 empty rows, each with layout_weight set to 1 and it looks correct. When I tried to insert a textview into any row, it would increase its height to about 2,3 times the height of the t... | android|android-layout | 0 | 2022-02-18T17:19:22.980Z | 2,022 | 2 | 17 | 4 | 18 | 0 | 667 | 69 | 2 | 1 | true | true | false | false | false | false | zero |
71,194,489 | How to intent a map application if I go to google search google map intent google map? | <p>i am new android devloper</p>
<p>They work well in my application. I have to open the map application if I click on Google Map. I only work with the map in the webview. I have to leave the webview if I click on the map. I tried many times but nothing worked for me.Below I have given some example.how slove this probl... | i am new android devloper They work well in my application. I have to open the map application if I click on Google Map. I only work with the map in the webview. I have to leave the webview if I click on the map. I tried many times but nothing worked for me.Below I have given some example.how slove this problem....... ... | android|dictionary|webview | 1 | 2022-02-20T12:40:53.513Z | 2,022 | 2 | 12 | 6 | 18 | 0 | 326 | 86 | 3 | 1 | true | true | false | false | false | false | low |
71,208,704 | Dynamic Program with Mysql Database Connection | <p>I hope you're all right.</p>
<p>I'm trying to develop a program in JAVA Android Studio but I'm having a lot of difficulties.</p>
<p>The concept of the program would be to have a Mysql database in which I have a table of actions... All these actions have an order to follow and each action has a certain number of para... | I hope you're all right. I'm trying to develop a program in JAVA Android Studio but I'm having a lot of difficulties. The concept of the program would be to have a Mysql database in which I have a table of actions... All these actions have an order to follow and each action has a certain number of parameters... I alrea... | java|mysql|android-studio | 0 | 2022-02-21T15:15:22.807Z | 2,022 | 2 | 15 | 0 | 18 | 0 | 416 | 46 | 3 | 0 | false | true | false | false | false | false | zero |
71,219,391 | Incorrect launch of the application on Android after reading the NFC AAR tag | <p>I have a problem. I made an Android application that reads an NFC tag from text/plain, and the second AAR (but it is not filtered in the manifest in any way). But the problem is that the application starts with the name "NFC Service" and because of this there are problems: after you close the application, ... | I have a problem. I made an Android application that reads an NFC tag from text/plain, and the second AAR (but it is not filtered in the manifest in any way). But the problem is that the application starts with the name "NFC Service" and because of this there are problems: after you close the application, it ... | android|nfc | 0 | 2022-02-22T10:12:16.330Z | 2,022 | 2 | 10 | 1 | 18 | 0 | 409 | 76 | 2 | 1 | true | true | false | false | false | false | zero |
71,237,365 | Debug with a physical device in Visual Studio 2017 | <p>I have my cordova project in visual studio 2017 but i want to debug it in my xiaomi device, i have already activated the developer options in my phone, but in the debugging options i don't see the device to select it, how can I solve this problem?</p>
<p><a href="https://i.stack.imgur.com/qbP5Z.png" rel="nofollow no... | I have my cordova project in visual studio 2017 but i want to debug it in my xiaomi device, i have already activated the developer options in my phone, but in the debugging options i don't see the device to select it, how can I solve this problem? | android|cordova|visual-studio-2017 | 0 | 2022-02-23T12:56:45.533Z | 2,022 | 2 | 12 | 2 | 18 | 0 | 247 | 50 | 3 | 0 | false | true | false | false | false | false | zero |
71,247,043 | How to properly display floating Buttons on top of BottomNavigationView? | <p>I want to display 2 "floating buttons" a bit on top of a BottomNavigationView if one of its menu is clicked.</p>
<p>Here's my attempt. Basically it uses an AlertDialog supplied with a LinearLayout (full code: <a href="https://github.com/anta40/ButtonAnimTest" rel="nofollow noreferrer">https://github.com/an... | I want to display 2 "floating buttons" a bit on top of a BottomNavigationView if one of its menu is clicked. Here's my attempt. Basically it uses an AlertDialog supplied with a LinearLayout (full code: https://github.com/anta40/ButtonAnimTest ) [CODE] There are 2 problems: The LinearLayout is displayed too hi... | bottomnavigationview|android-bottomnavigationview | 0 | 2022-02-24T04:15:18.843Z | 2,022 | 2 | 4 | 3 | 18 | 0 | 553 | 72 | 2 | 1 | true | true | false | false | false | false | zero |
71,248,393 | Age Calculator Difference in Kotlin | <p>I want to get age difference from date picker dialogs in Android but I don't know how to get difference in age from two datepicker dialogs and then set them in years,months & days.</p>
<p>Please see image below to get idea What I want to do....</p>
<pre><code>package com.example.codingtutorials
import android.a... | I want to get age difference from date picker dialogs in Android but I don't know how to get difference in age from two datepicker dialogs and then set them in years,months & days. Please see image below to get idea What I want to do.... [CODE] on clicke calculate I want to get Age in Years , months & days Just tell me... | kotlin|android-edittext|android-datepicker|datepickerdialog | 0 | 2022-02-24T07:19:55.177Z | 2,022 | 2 | 7 | 3 | 18 | 0 | 353 | 35 | 4 | 1 | true | true | false | false | false | false | zero |
71,271,264 | Programatically added EditArea | <p>Suppose I programatically add EditArea(s).
How can I change their properties from <code>Design editor</code> when none of these is visible yet before the start of the program ?
[
BTW, where can I find help for all <code>attributes</code> as given in the link ?
<a href="https://i.stack.imgur.com/w3CsZ.jpg" rel="nofol... | Suppose I programatically add EditArea(s). How can I change their properties from Design editor when none of these is visible yet before the start of the program ? [ BTW, where can I find help for all attributes as given in the link ? 1 attributes 1 | android-studio|android-view | 0 | 2022-02-25T20:12:33.543Z | 2,022 | 2 | 20 | 4 | 18 | 0 | 249 | 30 | 2 | 0 | false | true | false | false | false | false | zero |
71,279,699 | How to execute command in a specify application on android? | <p>I want to execute a command in a running application on android (via Windows or on the device)</p>
<p>Is this possible?</p>
<p>At example I run at a running application the command:</p>
<pre><code>Main.class.variable=true
</code></pre>
<p>and I set the variable in the application on true</p> | I want to execute a command in a running application on android (via Windows or on the device) Is this possible? At example I run at a running application the command: [CODE] and I set the variable in the application on true | java|android|windows | 0 | 2022-02-26T19:30:35.967Z | 2,022 | 2 | 19 | 5 | 18 | 0 | 224 | 59 | 3 | 1 | true | true | false | false | false | false | zero |
71,305,818 | function not running when called code mostly copyed from video | <p>I'm trying to request Bluetooth permissions, however it is skipping the function that asks for the permission, and just shows the text saying Bluetooth Permission Denied.
the code:</p>
<pre><code>class MainActivity : AppCompatActivity() {
lateinit var perms_button: Button
private val BLUETOOTH_PERM_CODE = 12... | I'm trying to request Bluetooth permissions, however it is skipping the function that asks for the permission, and just shows the text saying Bluetooth Permission Denied. the code: [CODE] link to the video I got the code from: https://youtu.be/_2fo2Z6O5D4 I'm unsure if the problem has to do with the changes I had to ma... | android-studio|kotlin | 0 | 2022-03-01T08:46:17.003Z | 2,022 | 3 | 8 | 1 | 18 | 0 | 397 | 62 | 2 | 1 | true | true | false | false | false | false | zero |
71,352,584 | How to take items from a JSON and convert to class | <p><strong>I need to extract values from the api of a city to a class in my own project.</strong></p>
<p>This is the class i want to convert to.</p>
<pre><code>public class Parada {
@SerializedName("wgs84_pos:long")
private long lon;
@SerializedName("wgs84_pos:lat")
private long lat;... | I need to extract values from the api of a city to a class in my own project. This is the class i want to convert to. [CODE] [CODE] This is my code. [CODE] I need to get coordinates, address and name from the api into the array to then add them as points in a map, which is in a separate activity. It gets the data in re... | android|json|api | 0 | 2022-03-04T14:05:17.273Z | 2,022 | 3 | 14 | 4 | 18 | 0 | 438 | 50 | 3 | 4 | true | true | false | false | false | false | zero |
71,364,350 | Anyway to FQ apps on swipe | <p>Using Android 10., apps stay in memory, even on swipe out. I have found a couple bloats to reopen spontaneously. (^~^;)ゞ</p>
<p>Like it or not, we swipe - I can approve a potential match or swipe away..I swipe my card at a store & leave..
..so,, why when I do the same on Android.. they linger in background memo... | Using Android 10., apps stay in memory, even on swipe out. I have found a couple bloats to reopen spontaneously. (^~^;)ゞ Like it or not, we swipe - I can approve a potential match or swipe away..I swipe my card at a store & leave.. ..so,, why when I do the same on Android.. they linger in background memory.. Do I need ... | android | 0 | 2022-03-05T17:24:26.660Z | 2,022 | 3 | 17 | 5 | 18 | 0 | 848 | 26 | 1 | 0 | false | true | false | false | false | false | zero |
71,389,154 | When building gradle in terminal, assemble succeeds but connectedAndroidTest fails | <p>There is an Android project currently under maintenance.</p>
<ol>
<li><p>Run the build directly from Android Studio. It succeeds and works as expected.</p>
</li>
<li><p>Run Instrumented Test directly from AndroidStudio. It succeeds and works as expected.</p>
</li>
<li><p>Execute the build through the following comma... | There is an Android project currently under maintenance. Run the build directly from Android Studio. It succeeds and works as expected. Run Instrumented Test directly from AndroidStudio. It succeeds and works as expected. Execute the build through the following command in the terminal. ./gradlew assembleMyFlavorVariant... | android|gradle | 0 | 2022-03-08T01:49:56.233Z | 2,022 | 3 | 1 | 1 | 18 | 0 | 818 | 82 | 2 | 1 | true | true | false | false | false | false | zero |
71,417,555 | Including older APK for API Support When Uploading a New APK? | <p>I have a build where we have set the <code>minSdkVersion</code> to 21, but want older devices to not be affected. I was talking with someone who said you can upload a previous APK along with the new, and it will prevent older devices from getting locked out.</p>
<p>Looking around, I'm not sure what this process is c... | I have a build where we have set the minSdkVersion to 21, but want older devices to not be affected. I was talking with someone who said you can upload a previous APK along with the new, and it will prevent older devices from getting locked out. Looking around, I'm not sure what this process is called or how it's done.... | api|android-studio|google-play|apk | 0 | 2022-03-10T00:35:15.477Z | 2,022 | 3 | 0 | 3 | 18 | 0 | 453 | 61 | 4 | 0 | false | true | false | false | false | false | zero |
71,422,226 | trying to iterate spinners RecycleView by clicking a button miss few items | <p><strong>PLEASE READ THE EDIT SECTION BELLOW</strong></p>
<p>I have a Spinners Recyclerview (list) I want to iterate after clicking a button(finishBtn).</p>
<p>in order to get the selected results entered by the user, I try to iterate the list using list.findViewHolderForAdapterPosition.</p>
<p>The size of the list i... | PLEASE READ THE EDIT SECTION BELLOW I have a Spinners Recyclerview (list) I want to iterate after clicking a button(finishBtn). in order to get the selected results entered by the user, I try to iterate the list using list.findViewHolderForAdapterPosition. The size of the list is supposed to be 6 (by viewing Recyclervi... | android|android-recyclerview|fragment|spinner|adapter | 0 | 2022-03-10T10:00:29.140Z | 2,022 | 3 | 10 | 3 | 18 | 0 | 1,060 | 74 | 5 | 7 | true | true | false | false | false | false | zero |
71,254,873 | Problems with Azure DevOps-pipeline to create android-cordova-app | <p>I have a problem with the build-pipelines in Azure DevOps.
I try to create an Android-app with cordova.</p>
<p>The pipeline fails with following command:
<code>cordova platform add android</code></p>
<p>The following error message appears:</p>
<blockquote>
<p>No scripts found for hook "before_platform_add"... | I have a problem with the build-pipelines in Azure DevOps. I try to create an Android-app with cordova. The pipeline fails with following command: cordova platform add android The following error message appears: No scripts found for hook "before_platform_add". [Error: ENOENT: no such file or directory, open ... | android|azure|cordova|pipeline | 0 | 2022-02-24T16:02:57.563Z | 2,022 | 2 | 16 | 3 | 274 | 0 | 591 | 65 | 4 | 0 | false | true | false | false | false | false | zero |
71,110,076 | Calendar widget/activity with events | <p>Can someone help me make an activity that shows a calendar with multiple events shown in its date cell.
I have tried many sample codes from medium and other portals like <a href="https://applandeo.com/blog/material-calendar-view-customized-calendar-widget-android/" rel="nofollow noreferrer">https://applandeo.com/blo... | Can someone help me make an activity that shows a calendar with multiple events shown in its date cell. I have tried many sample codes from medium and other portals like https://applandeo.com/blog/material-calendar-view-customized-calendar-widget-android/ but none works well. | android|calendar | 1 | 2022-02-14T10:08:10.130Z | 2,022 | 2 | 10 | 0 | 19 | 0 | 276 | 36 | 2 | 0 | false | true | false | false | false | false | low |
71,142,859 | How can i create a DEX file out of java file | <p>I'm trying to create a .dex file out of .java and I can't find a decent guide for it.
for example, if I have one java class and I want to create a dex file from it how can I do it?</p> | I'm trying to create a .dex file out of .java and I can't find a decent guide for it. for example, if I have one java class and I want to create a dex file from it how can I do it? | java|android|jar|dex | 0 | 2022-02-16T13:36:08.683Z | 2,022 | 2 | 13 | 2 | 19 | 0 | 180 | 44 | 4 | 0 | false | true | false | false | false | false | zero |
71,166,729 | I'm having an issue with the map results. jobify theme | <p>I'm having an issue with the map results on <a href="https://glassjobs.ie" rel="nofollow noreferrer">https://glassjobs.ie</a>. When you click on search on android chrome it shows a blank map of the USA. When you reload the page it shows the markers in Dublin.</p> | I'm having an issue with the map results on https://glassjobs.ie . When you click on search on android chrome it shows a blank map of the USA. When you reload the page it shows the markers in Dublin. | wordpress|google-chrome-android | 0 | 2022-02-17T23:36:30.493Z | 2,022 | 2 | 23 | 3 | 19 | 0 | 199 | 54 | 2 | 0 | false | true | false | false | false | false | zero |
71,187,395 | How to turn off/on the LAN network card of an android device programmatically | <p>I have a Tablet android device. I have set a static ip address on network LAN card of this device. The problem is: after restarting(or power losing) of tablet, the ip address will be lost and i have to manually off/on the network adapter in the network setting to getting the defined ip address again. My question is:... | I have a Tablet android device. I have set a static ip address on network LAN card of this device. The problem is: after restarting(or power losing) of tablet, the ip address will be lost and i have to manually off/on the network adapter in the network setting to getting the defined ip address again. My question is: Ho... | android | 0 | 2022-02-19T17:27:13.540Z | 2,022 | 2 | 17 | 5 | 19 | 0 | 616 | 77 | 1 | 0 | false | true | false | false | false | false | zero |
71,211,125 | When changing ActionBarSize, leaves an small margin to layout below | <p>I am using the code below for changing actionbar size.</p>
<pre><code><style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrim... | I am using the code below for changing actionbar size. [CODE] Here is my result Image Why this margin exists on child? | java|android|xml | 0 | 2022-02-21T18:11:20.520Z | 2,022 | 2 | 18 | 0 | 19 | 0 | 118 | 67 | 3 | 1 | true | true | false | false | false | false | zero |
71,218,183 | How to get transition duration from fragment in Android? | <p>I want to get transition duration from the fragment only knowing its transit number in onCreateAnimation or from Fragment.mAnimationInfo, but after long time of searching I still cannot find any way to get this duration time. And I cannot see the transition xml file as well. Any Help would be appreciated.</p>
<pre><... | I want to get transition duration from the fragment only knowing its transit number in onCreateAnimation or from Fragment.mAnimationInfo, but after long time of searching I still cannot find any way to get this duration time. And I cannot see the transition xml file as well. Any Help would be appreciated. [CODE] | android|fragment | 0 | 2022-02-22T08:37:44.543Z | 2,022 | 2 | 8 | 1 | 19 | 0 | 313 | 56 | 2 | 1 | true | true | false | false | false | false | zero |
71,235,222 | Update MultiChoiceItems in AlertDialog based on searchView - Android | <p>I have this <strong>AlertDialog</strong> where I pass in a String array in the <strong>setMultiChoiceItems</strong>. In the same <strong>AlertDialog</strong>, I have also inflated a <strong>SearchView</strong>.</p>
<p><a href="https://i.stack.imgur.com/HgwLA.png" rel="nofollow noreferrer"><img src="https://i.stack.i... | I have this AlertDialog where I pass in a String array in the setMultiChoiceItems . In the same AlertDialog , I have also inflated a SearchView . So what I am trying to do is onQueryTextChange, I am making an API request and getting a new String array list. Now that I have a new updated list, I want to update the items... | java|android|android-alertdialog | 0 | 2022-02-23T10:27:22.613Z | 2,022 | 2 | 10 | 2 | 19 | 0 | 448 | 68 | 3 | 1 | true | true | false | false | false | false | zero |
71,240,838 | Why does Repeating background image in 1 direction/axis in android stretches it on other axis? | <p>I want to repeat image on x axis in android. I am using this code currently</p>
<pre><code> BitmapDrawable bitmapDrawable = new BitmapDrawable(bmp);
bitmapDrawable.setTileModeXY(Shader.TileMode.REPEAT, null);
LinearLayout layout = findViewById(R.id.ll);
layout.setBackgroundDrawable(bit... | I want to repeat image on x axis in android. I am using this code currently [CODE] But the output is weird. this is what i get as output. can anyone please tell me solution for this? | android|bitmap|drawable|android-bitmap|bitmapdrawable | 0 | 2022-02-23T16:41:02.093Z | 2,022 | 2 | 16 | 2 | 19 | 0 | 182 | 94 | 5 | 1 | true | true | false | false | false | false | zero |
71,248,919 | is there any way to create 3 level ExpandableListView in android? | <p>I want to create 3 levels of expandable listview in android.</p>
<p>I have a JSON like shown below:-</p>
<pre><code>{
"Level1List": [
{
"level1Item": "Level1",
"level2List": [
{
"level2Item": "Level2.1",
... | I want to create 3 levels of expandable listview in android. I have a JSON like shown below:- [CODE] Want to create a multilevel list like level one children should come under level 1 level 2 children should come under level 2 I have used some solutions but nothing worked for me I am sharing like. How to display more t... | android|expandablelistview | 0 | 2022-02-24T08:12:44.853Z | 2,022 | 2 | 8 | 3 | 19 | 0 | 423 | 65 | 2 | 1 | true | true | false | false | false | false | zero |
71,273,680 | How to get a shell with Robolectric? | <p>I have an app that runs on rooted devices. We normally <strong>have</strong> to issue shell commands in order to performs certain low-level tasks on them and occasionally we test these tasks on emulators since they come rooted out-of-the-box. Normally, we have stuff like:</p>
<pre><code>val shell = Runtime.getRuntim... | I have an app that runs on rooted devices. We normally have to issue shell commands in order to performs certain low-level tasks on them and occasionally we test these tasks on emulators since they come rooted out-of-the-box. Normally, we have stuff like: [CODE] But when we try to test this code with Robolectric we get... | android|android-sqlite|android-testing|robolectric|android-runtime | 0 | 2022-02-26T02:41:05.130Z | 2,022 | 2 | 2 | 5 | 19 | 0 | 557 | 36 | 5 | 2 | true | true | false | false | false | false | zero |
71,312,385 | Turn Screen on when Notification Received | <p>I am building an android application which push notification in specific times and this working well for me and notification received at these times but I want to turn on screen when Notification received.
I searched for that and I found all answers use <em><strong>PowerManager.FULL_WAKE_LOCK</strong></em> which is ... | I am building an android application which push notification in specific times and this working well for me and notification received at these times but I want to turn on screen when Notification received. I searched for that and I found all answers use PowerManager.FULL_WAKE_LOCK which is deprecated now so I need new ... | java|android | 0 | 2022-03-01T17:25:41.097Z | 2,022 | 3 | 17 | 1 | 19 | 0 | 389 | 41 | 2 | 1 | true | true | false | false | false | false | zero |
71,328,129 | Invalid Storekey Format Error in Running a Project in Android Studio 1.2 | <p>I need your help please.This is my first time of using Android studio. I tried to run the hello world build to test but am getting this error as shown:
:app: packageDebug FAILED
Execution failed for task ':app:packageDebug '.
Failed to read key android debugkey from store "C:\Users\Ibrahim Laburta .android \deb... | I need your help please.This is my first time of using Android studio. I tried to run the hello world build to test but am getting this error as shown: :app: packageDebug FAILED Execution failed for task ':app:packageDebug '. Failed to read key android debugkey from store "C:\Users\Ibrahim Laburta .android \debug.... | android | 0 | 2022-03-02T19:22:56.447Z | 2,022 | 3 | 19 | 2 | 19 | 0 | 506 | 72 | 1 | 0 | false | true | false | false | false | false | zero |
71,338,081 | Is there any listener of method to listen the usb deivce support adb plugin to my pc in AndroidStudio plugin developing? | <p>I want to develop a android studio plugin that like the <a href="https://i.stack.imgur.com/60G9D.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/60G9D.png" alt="enter image description here" /></a></p>
<p>is the any listener can do this? I hava checked the "https://plugins.jetbrains.com/docs/... | I want to develop a android studio plugin that like the is the any listener can do this? I hava checked the "https://plugins.jetbrains.com/docs/intellij/extension-point-list.html#intellij-platform-listeners",but I did no find it. | android-studio|intellij-idea|intellij-plugin|android-studio-plugin | 0 | 2022-03-03T13:33:20.230Z | 2,022 | 3 | 13 | 3 | 19 | 0 | 239 | 120 | 4 | 0 | false | true | false | false | false | false | zero |
71,382,722 | Do we have any way to define dependencyGroup inside dependencies {} in app level build.gradle | <p>Currently, I have too many lines of code inside dependencies{} in build.gradle file (app level),
I would like to seperate with number of dependencyGroup methods</p>
<p>Can anyone suggest a solution for this please?</p> | Currently, I have too many lines of code inside dependencies{} in build.gradle file (app level), I would like to seperate with number of dependencyGroup methods Can anyone suggest a solution for this please? | android|kotlin | 0 | 2022-03-07T14:38:34.660Z | 2,022 | 3 | 14 | 0 | 19 | 0 | 207 | 93 | 2 | 0 | false | true | false | false | false | false | zero |
71,417,826 | How do I solve this "no connected device errors in Android Emulator? | <p>I keep on getting this same <a href="https://i.stack.imgur.com/UYKDc.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/UYKDc.png" alt="Error message" /></a>
error anytime I run a flutter project even though my android emulator is on. I'm confused what's going on?</p> | I keep on getting this same error anytime I run a flutter project even though my android emulator is on. I'm confused what's going on? | flutter|android-studio|error-handling | 0 | 2022-03-10T01:27:34.113Z | 2,022 | 3 | 1 | 3 | 19 | 0 | 134 | 68 | 3 | 0 | false | true | false | false | false | false | zero |
71,190,202 | Listing folder content fail in Java Android with AccessDeniedException. How can I give authorization? | <p>I've got an app that uses Kotlin/Java Files.newDirectoryStream</p>
<p>I got the error message</p>
<blockquote>
<p>java.nio.file.AccessDeniedException: /storage/emulated/0/AnkiDroid/collection.media</p>
</blockquote>
<p>This folder exists, it is indeed a directory according to File methods. I can access its content i... | I've got an app that uses Kotlin/Java Files.newDirectoryStream I got the error message java.nio.file.AccessDeniedException: /storage/emulated/0/AnkiDroid/collection.media This folder exists, it is indeed a directory according to File methods. I can access its content if I already know the name of the file I want to acc... | java|android|kotlin|filesystems | 0 | 2022-02-19T23:50:10.777Z | 2,022 | 2 | 23 | 5 | 20 | 0 | 1,268 | 101 | 4 | 0 | false | true | false | false | false | false | zero |
71,225,548 | strange gradle files from 2017 and lack of gradle in android studio | <p>There were no flutter folder structure in my dart projects. <a href="https://i.stack.imgur.com/KRTV1.png" rel="nofollow noreferrer">here is how it looks</a> I realized i dont have gradle in android studio. <a href="https://i.stack.imgur.com/U81y4.png" rel="nofollow noreferrer">android studio preferences</a>
I ran th... | There were no flutter folder structure in my dart projects. here is how it looks I realized i dont have gradle in android studio. android studio preferences I ran the terminal to be sure. terminal prompt Then i search it in finder. I found gradle folders inside flutter first. I scrolled down and see the last one dates ... | flutter|android-studio|gradle|android-gradle-plugin|gradlew | 0 | 2022-02-22T17:15:53.220Z | 2,022 | 2 | 17 | 1 | 20 | 0 | 1,057 | 67 | 5 | 0 | false | true | false | false | false | false | zero |
71,237,340 | How to immediately clear notification | <p>I'm creating a notification with a pendingIntent that opens <code>CallActivity</code>:</p>
<pre class="lang-kotlin prettyprint-override"><code>NotificationCompat.Builder(context, Constants.CALL_NOTIF_ID)
.setSmallIcon(R.drawable.my_ic)
.setOngoing(true)
.setPriority(No... | I'm creating a notification with a pendingIntent that opens CallActivity : [CODE] Im showing this notification while the call is active And clearing it when the call stops with this code: [CODE] Now when I call a device and immediately stop the call, notification appears but it takes 1-2 seconds to disappear. In this s... | android|kotlin|android-notifications | 0 | 2022-02-23T12:55:11.090Z | 2,022 | 2 | 12 | 2 | 20 | 0 | 600 | 37 | 3 | 2 | true | true | false | false | false | false | zero |
71,252,058 | CSS Scroll Snap causing duplicate div temporarily on android | <p>OK, so on all devices this site is behaving as it should. However on nearly all android devices, including Browserstack I'm having an issue when you scroll past "Treatment Options" the content gets quite 'shonky'. Is anyone aware of a bug or something I'm doing completely stupid? dev site: <a href="http://... | OK, so on all devices this site is behaving as it should. However on nearly all android devices, including Browserstack I'm having an issue when you scroll past "Treatment Options" the content gets quite 'shonky'. Is anyone aware of a bug or something I'm doing completely stupid? dev site: http://eqp.isitmean... | android|css|scroll-snap|android-chrome | 0 | 2022-02-24T12:34:41.587Z | 2,022 | 2 | 12 | 3 | 20 | 0 | 336 | 60 | 4 | 0 | false | true | false | false | false | false | zero |
71,297,885 | How to create character controller (not joisticku)sing kotlin in Android studio | <p>I'm planning make a game using Android studio where image view
Moves up and down when clicking the up button and down button</p> | I'm planning make a game using Android studio where image view Moves up and down when clicking the up button and down button | android-studio|game-development | 0 | 2022-02-28T16:12:32.240Z | 2,022 | 2 | 16 | 0 | 20 | 0 | 124 | 79 | 2 | 0 | false | true | false | false | false | false | zero |
71,301,141 | Accessing MP3 files from sdcard on Amazon Fire HD8 10th generation (Android 9) | <p>My app is very similar to others I've seen in stackoverflow. I'm wondering if something has changed or if the Amazon Fire Tablet has some problems that prevent what I am trying to do.
To be clear: I would be satisfied if I could just see(!) the file "temp.mp3" that is located in the tablet's Music folder.... | My app is very similar to others I've seen in stackoverflow. I'm wondering if something has changed or if the Amazon Fire Tablet has some problems that prevent what I am trying to do. To be clear: I would be satisfied if I could just see(!) the file "temp.mp3" that is located in the tablet's Music folder. Sec... | android|android-external-storage | 0 | 2022-02-28T21:16:15.237Z | 2,022 | 2 | 21 | 0 | 20 | 0 | 1,017 | 78 | 2 | 5 | true | true | false | false | false | false | zero |
71,312,777 | Jenkins - Could not find android.jar for API level | <p>On Jenkins build get the error</p>
<blockquote>
<p>Could not find android.jar for API level</p>
</blockquote>
<p>Have tried upgrading the SDK version and also tried setting ANDROID_HOME in the environment variables for Jenkins.</p>
<p>Are there any known issues?</p> | On Jenkins build get the error Could not find android.jar for API level Have tried upgrading the SDK version and also tried setting ANDROID_HOME in the environment variables for Jenkins. Are there any known issues? | android|jenkins-pipeline | 0 | 2022-03-01T18:00:32.407Z | 2,022 | 3 | 18 | 1 | 20 | 0 | 214 | 50 | 2 | 0 | false | true | false | false | false | false | zero |
71,325,410 | Android new Intent(Intent.ACTION_VIEW) will not start or show | <p>In my code, I download an APK file and then want to install it. I will leave out the downloading code since I checked the download directory and the download works. (If I should add the code for that too let me know)</p>
<pre><code>String destination = Environment.getExternalStoragePublicDirectory(Environment.DIRECT... | In my code, I download an APK file and then want to install it. I will leave out the downloading code since I checked the download directory and the download works. (If I should add the code for that too let me know) [CODE] The problem is, although the whole code is executed, so every line is called, nothing happens. N... | java|android|kotlin|android-intent|apk | 0 | 2022-03-02T15:42:05.167Z | 2,022 | 3 | 15 | 2 | 20 | 0 | 429 | 61 | 5 | 3 | true | true | false | false | false | false | zero |
71,339,926 | Build file 'D:\flutter-teplate\e-comerce\ozangue\android\app\build.gradle' line: 24 When I try to import a template that I just downloaded | <p>There are people who have encountered this problem before. I've tried some solution that I've seen but it doesn't work. Any ideas ?</p>
<pre><code>Launching lib\main.dart on sdk gphone x86 arm in debug mode...
Running Gradle task 'assembleDebug'...
FAILURE: Build failed with an exception.
* Where:
Build file 'D:\f... | There are people who have encountered this problem before. I've tried some solution that I've seen but it doesn't work. Any ideas ? [CODE] | android|flutter|android-studio | 0 | 2022-03-03T15:48:09.400Z | 2,022 | 3 | 15 | 3 | 20 | 0 | 138 | 138 | 3 | 1 | true | true | false | false | false | false | zero |
71,359,494 | How to fill LiveData with custom List rather than All Objects? | <p>I am having some issues with Room, and I am a little lost on the proper way to do this. I am trying to create a RecyclerView that shows all of the Courses that hold a certain termId.</p>
<p>When calling the query in the Activity, it gives me an error:</p>
<pre><code>public class RelatedCourses extends AppCompatActiv... | I am having some issues with Room, and I am a little lost on the proper way to do this. I am trying to create a RecyclerView that shows all of the Courses that hold a certain termId. When calling the query in the Activity, it gives me an error: [CODE] In my CourseDao it is the last Query: [CODE] Do I need to add it to ... | java|android-studio|android-sqlite|android-room|dao | 0 | 2022-03-05T04:28:03.707Z | 2,022 | 3 | 4 | 5 | 20 | 0 | 657 | 62 | 5 | 4 | true | true | false | false | false | false | zero |
71,385,030 | Android code coverage integration with Gradle and Bamboo | <p>I'm totally new with code coverage integrations for Android native apps.</p>
<p>I have to use Bamboo for continuous deployment and I have to integrate a code coverage tool. I've searched there are some, such as Clover, OpenClover and NCover, but I don't know anything else.</p>
<p>The app uses Kotlin.</p>
<p>I don't ... | I'm totally new with code coverage integrations for Android native apps. I have to use Bamboo for continuous deployment and I have to integrate a code coverage tool. I've searched there are some, such as Clover, OpenClover and NCover, but I don't know anything else. The app uses Kotlin. I don't know if this can be done... | android|gradle|bamboo|clover|ncover | 0 | 2022-03-07T17:30:47.787Z | 2,022 | 3 | 17 | 0 | 20 | 0 | 636 | 56 | 5 | 0 | false | true | false | false | false | false | zero |
71,390,658 | Which AdX Ad company provide better revenue? | <p>Now day google Admob not providing better revenue on ads. I have listed about ADX ad provider. Let me know which company is better to revenue provider?</p> | Now day google Admob not providing better revenue on ads. I have listed about ADX ad provider. Let me know which company is better to revenue provider? | android|admob|adx | 0 | 2022-03-08T06:03:02.793Z | 2,022 | 3 | 6 | 1 | 20 | 0 | 151 | 44 | 3 | 0 | false | true | false | false | false | false | zero |
71,393,370 | how can i start activity from notification without changing layout | <p>i am woriking on location tracker app everything is working perfect, but i got stuck when i impliment forground service to this app. i am new in this field so might be no idea to do.
<strong>when ever i close my app forground service work but when i click in notification UserActivity will open but the switch button ... | i am woriking on location tracker app everything is working perfect, but i got stuck when i impliment forground service to this app. i am new in this field so might be no idea to do. when ever i close my app forground service work but when i click in notification UserActivity will open but the switch button changed int... | java|android-studio|kotlin|android-notifications|foregroundnotification | 0 | 2022-03-08T10:23:51.043Z | 2,022 | 3 | 10 | 1 | 20 | 0 | 732 | 66 | 5 | 2 | true | true | false | false | false | false | zero |
71,397,102 | Extra headers are removed with JavaMail | <p>We are developing a multiplatform email application and on Android we use JavaMail to send out messages. One of our users experiences a problem where only on Android the extra headers that we are adding to the message header are removed and the messageId is overridden by exchangelabs.</p>
<pre><code>Message-ID:
... | We are developing a multiplatform email application and on Android we use JavaMail to send out messages. One of our users experiences a problem where only on Android the extra headers that we are adding to the message header are removed and the messageId is overridden by exchangelabs. [CODE] Since on other platforms it... | android|email|jakarta-mail | 0 | 2022-03-08T14:59:19.627Z | 2,022 | 3 | 14 | 1 | 20 | 0 | 413 | 39 | 3 | 1 | true | true | false | false | false | false | zero |
71,415,133 | How to make a framework to collect data from a website to be displayed in a flutter app | <p>I have been looking at similar questions on this website and Im looking to try to get certain pieces of information from a .xml file on a website that I then duplicate for each individual lake. I am trying to make something that will be able to get the current water level for each of these lakes. I found this tool t... | I have been looking at similar questions on this website and Im looking to try to get certain pieces of information from a .xml file on a website that I then duplicate for each individual lake. I am trying to make something that will be able to get the current water level for each of these lakes. I found this tool that... | android|flutter|dart|web-scraping | 2 | 2022-03-09T19:40:56.733Z | 2,022 | 3 | 19 | 2 | 20 | 0 | 1,665 | 87 | 4 | 0 | false | true | false | false | false | false | low |
71,269,113 | java.lang.IllegalStateException: Recursive update after making query to GraphQL | <p>I am making query to graphQL but got this exception</p>
<pre><code> java.lang.IllegalStateException: Recursive update
at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1983)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2373)
at c... | I am making query to graphQL but got this exception [CODE] What does that error means? I am working on BFF part for android app. And on android side I did regular retrofit request before. Now I moved that API call to bff layer and used the same data classes and request structure. But got that weird error that I don't u... | android|graphql | 1 | 2022-02-25T16:50:58.007Z | 2,022 | 2 | 16 | 4 | 276 | 0 | 386 | 79 | 2 | 1 | true | true | false | false | false | false | low |
71,103,484 | Implementating a call function using Bluetooth adapter | <p>I have created a Bluetooth chat application. In that application, i try to enable calling functionality. Anyone can help me to implement a bluetooth-call function with sample references and code clues.</p> | I have created a Bluetooth chat application. In that application, i try to enable calling functionality. Anyone can help me to implement a bluetooth-call function with sample references and code clues. | android|bluetooth|call|wireless|phone-call | 0 | 2022-02-13T18:02:28.013Z | 2,022 | 2 | 18 | 6 | 21 | 0 | 201 | 54 | 5 | 0 | false | true | false | false | false | false | zero |
71,106,468 | Safari iOS not POSTing to database but Chrome mobile is | <p>Safari iOS is treating my script differently than Chrome mobile by not executing the last step and POSTing the data.</p>
<p>The way it should work (and the way it works w/ Chrome mobile) is:</p>
<ul>
<li>the user hits the route <code>/events/${eventID}/prompt</code>,</li>
<li>the prompt page runs the guestValisate.j... | Safari iOS is treating my script differently than Chrome mobile by not executing the last step and POSTing the data. The way it should work (and the way it works w/ Chrome mobile) is: the user hits the route /events/${eventID}/prompt , the prompt page runs the guestValisate.js script the guestValidate.js script runs a ... | javascript|android|ios|iphone|google-chrome | 0 | 2022-02-14T02:06:40.673Z | 2,022 | 2 | 2 | 0 | 21 | 0 | 795 | 55 | 5 | 3 | true | true | false | false | false | false | zero |
71,107,200 | Placing a half oval on top of an existing oval in Android layout | <p>I have a layout file like this:</p>
<pre><code><?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape android:shape="rectangle">
<corners android:radius=&q... | I have a layout file like this: [CODE] This creates a rectangle with rounded borders. Now, I want to place another rectangle with same width but half the height ON TOP of the above rectangle with only corner two borders rounded. Something like this: How can I do this? | android | 0 | 2022-02-14T04:37:27.437Z | 2,022 | 2 | 4 | 0 | 21 | 0 | 268 | 64 | 1 | 1 | true | true | false | false | false | false | zero |
71,170,145 | Interception of dialed number, when user calls an international number | <p>I have tried everything to intercept dialed number like <strong>Rebtel</strong> App does, <strong>Rebtel</strong> app opens when you dial an <strong>international number</strong> from your default dialpad.</p>
<p><a href="https://i.stack.imgur.com/dOKzC.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.... | I have tried everything to intercept dialed number like Rebtel App does, Rebtel app opens when you dial an international number from your default dialpad. Like above example, when I have dialed an international number, then Rebtel app starts from background and detected the dialed number. I have tried all the methods l... | java|android|kotlin|numbers|broadcastreceiver | 0 | 2022-02-18T08:04:20.967Z | 2,022 | 2 | 8 | 4 | 21 | 0 | 426 | 70 | 5 | 0 | false | true | false | false | false | false | zero |
71,173,157 | Can't update feature with Geopackage in Arcgis Android SDK | <p>We are trying to make an offline GIS map updater for a Census data collection application with Geopackage.
I am uploading the screenshots of a code blocks,
<a href="https://i.stack.imgur.com/3x0lH.png" rel="nofollow noreferrer">enter image description here</a>
On the first screen I have allowed all the permissions (... | We are trying to make an offline GIS map updater for a Census data collection application with Geopackage. I am uploading the screenshots of a code blocks, enter image description here On the first screen I have allowed all the permissions (also spatial index is allowed on Geopackage too), enter image description here ... | android|sqlite|arcgis-android-api|geopackage | 0 | 2022-02-18T12:02:19.570Z | 2,022 | 2 | 12 | 4 | 21 | 0 | 657 | 58 | 4 | 0 | false | true | false | false | false | false | zero |
71,175,025 | ionic: not able to do debug on android v5 and v6 and ios v11 ( emulator/simulator) | <p>According to this <a href="https://ionicframework.com/docs/reference/browser-support" rel="nofollow noreferrer">https://ionicframework.com/docs/reference/browser-support</a></p>
<p>ionic 5:
i tried installing my application in android V5 and V6 emulator but i'm not able to debug please find the chrome://inspect scre... | According to this https://ionicframework.com/docs/reference/browser-support ionic 5: i tried installing my application in android V5 and V6 emulator but i'm not able to debug please find the chrome://inspect screen shot below. I get empty data on console selection no logs are printed. Things i have tried: provided debu... | android|ios|angular|cordova|ionic5 | 0 | 2022-02-18T14:23:14.993Z | 2,022 | 2 | 14 | 4 | 21 | 0 | 971 | 82 | 5 | 0 | false | true | false | false | false | false | zero |
71,193,371 | can i get App Label or Packages in object class? not from context, get App ID or Label in Library | <p>i develop the log library on android library module(external library. aar)</p>
<p>when use this library,
if they do not input tag, i want print default tag to App's Label.</p>
<p>for example
code write like this<br>
<code>SimpleLogger.i("Print TestTestTest") // Not included Tag</code></p>
<br>
print log li... | i develop the log library on android library module(external library. aar) when use this library, if they do not input tag, i want print default tag to App's Label. for example code write like this SimpleLogger.i("Print TestTestTest") // Not included Tag print log like this 2000-00-00 00:00:00.000 00000-00000... | android|kotlin | 0 | 2022-02-20T10:15:03.077Z | 2,022 | 2 | 10 | 6 | 21 | 0 | 589 | 97 | 2 | 0 | false | true | false | false | false | false | zero |
71,198,864 | How to open documents using kiva on android? | <p>Loading pdf, docx, or xlsx document paths from the server. In an application created in kivy, I want to open files with external applications such as Adobe reader or Office. I found the code in Java. How to write it in Python? <a href="https://stackoverflow.com/questions/58296682/how-open-document-pdf-docx-with-exte... | Loading pdf, docx, or xlsx document paths from the server. In an application created in kivy, I want to open files with external applications such as Adobe reader or Office. I found the code in Java. How to write it in Python? enter link description here | python|android|pdf|kivy | 0 | 2022-02-20T21:16:59.947Z | 2,022 | 2 | 21 | 6 | 21 | 0 | 254 | 44 | 4 | 0 | false | true | false | false | false | false | zero |
71,208,752 | Add new mic permission | <p>Good evening guys
I have an application on Google play store nowadays I want to update it with new version which required to add new permission for using microphone feature
My question is should I declare any thing on Google play console or declare the permission in the manifest XML and in main activity is enough
An... | Good evening guys I have an application on Google play store nowadays I want to update it with new version which required to add new permission for using microphone feature My question is should I declare any thing on Google play console or declare the permission in the manifest XML and in main activity is enough Any h... | android | 0 | 2022-02-21T15:18:09.150Z | 2,022 | 2 | 15 | 0 | 21 | 0 | 323 | 22 | 1 | 0 | false | true | false | false | false | false | zero |
71,236,068 | Android 7 - send handler.message from GLSurfaceView is locked when used with lock.wait and notify | <p>in onDrawFrame method of GLSurfaceView.Renderer I try send message to main thread. I must wait until is the message delivered and something processed. Drawing must continue after that.</p>
<p>On android 7 is message never delivered to Handler. Seems the lock.wait() blocks it. This causes hanging, because lock.notify... | in onDrawFrame method of GLSurfaceView.Renderer I try send message to main thread. I must wait until is the message delivered and something processed. Drawing must continue after that. On android 7 is message never delivered to Handler. Seems the lock.wait() blocks it. This causes hanging, because lock.notifyAll() is n... | android|multithreading|locking|handler|glsurfaceview | 0 | 2022-02-23T11:27:45.590Z | 2,022 | 2 | 11 | 2 | 21 | 0 | 742 | 97 | 5 | 1 | true | true | false | false | false | false | zero |
71,330,253 | Volley retry transient errors | <p>One of the API calls that I am making can return network/server errors. I want to retry transient error such as Network errors and Server errors using volley.
I came across the retryPolicy and am using it like such:</p>
<pre><code>jsonRequest.setRetryPolicy(new RetryPolicy() {
@Override
public int getCurrent... | One of the API calls that I am making can return network/server errors. I want to retry transient error such as Network errors and Server errors using volley. I came across the retryPolicy and am using it like such: [CODE] Is this the correct way to retry for transient errors? I am not sure how to implement the retry f... | android|android-volley | 0 | 2022-03-02T23:08:10.873Z | 2,022 | 3 | 23 | 2 | 21 | 0 | 668 | 29 | 2 | 1 | true | true | false | false | false | false | zero |
71,332,070 | How to side load multiple apks at one time on an android tablet? | <p>I am looking for guidance on sideloading multiple apps at one time onto an android tablet. I’m not a developer so looking to see if there are commercial solutions available to do this.</p> | I am looking for guidance on sideloading multiple apps at one time onto an android tablet. I’m not a developer so looking to see if there are commercial solutions available to do this. | android|tablet|sideloading | 0 | 2022-03-03T04:13:18.703Z | 2,022 | 3 | 4 | 3 | 21 | 0 | 184 | 64 | 3 | 0 | false | true | false | false | false | false | zero |
71,350,975 | flutter_image_picker creates a file named flutter_image_picker_file_paths 2.xml | <p>At some point of time this file gets created which causes Android build to fail. The file content is the same as flutter_image_picker_file_paths.xml content, and you can find it in a folder, delete it, run flutter clean and build app again without a problem. But after some time it gets created again and it is really... | At some point of time this file gets created which causes Android build to fail. The file content is the same as flutter_image_picker_file_paths.xml content, and you can find it in a folder, delete it, run flutter clean and build app again without a problem. But after some time it gets created again and it is really ir... | android|flutter|imagepicker | 1 | 2022-03-04T11:48:22.823Z | 2,022 | 3 | 11 | 4 | 21 | 0 | 455 | 79 | 3 | 0 | false | true | false | false | false | false | low |
71,353,988 | Crossplatform nuget for Android and Windows application | <p>I have a set of three dll files. All files are build with .netstandard2.0</p>
<p>First file is common for Android and Windows, can run on both.</p>
<p>Second and third file consists of the same class, but is platform specific.</p>
<p>One should be used only on Windows targets and second only on Android targets.</p>
... | I have a set of three dll files. All files are build with .netstandard2.0 First file is common for Android and Windows, can run on both. Second and third file consists of the same class, but is platform specific. One should be used only on Windows targets and second only on Android targets. I need a nuget that can be u... | android|nuget|cross-platform|nuget-package | 0 | 2022-03-04T15:59:03.013Z | 2,022 | 3 | 15 | 4 | 21 | 0 | 713 | 55 | 4 | 1 | true | true | false | false | false | false | zero |
71,359,493 | Android Studio calling fragment function to unhide framelayout | <p>Hey all I am having the worst time trying to get my code top work.</p>
<p>What I am trying to do is call a function in the <strong>MainActivity.java</strong> from another fragment <strong>FragMovies.java</strong> that should then unhide the <strong>invisible frameLayout</strong> which is called <strong>videoFrame</s... | Hey all I am having the worst time trying to get my code top work. What I am trying to do is call a function in the MainActivity.java from another fragment FragMovies.java that should then unhide the invisible frameLayout which is called videoFrame . The MainActivity.java has a TabView , ViewPager and the videoFrame . ... | java|android|android-fragments|android-webview|android-videoview | 0 | 2022-03-05T04:27:59.870Z | 2,022 | 3 | 4 | 5 | 21 | 0 | 1,359 | 62 | 5 | 4 | true | true | false | false | false | false | zero |
71,385,715 | Query Mongoose Parent data with his child which has only its ID | <p>I am working with mongoDB and mongoose together with expressJS.
I use the backend for Frontend -> Angular and Android with Kotlin Multiplatform.
The problem is on Android with Kotlin I am not able to show both data in one recyclerview.</p>
<p>Or somehow to agregate both data in one.</p>
<p>This is how my code in ... | I am working with mongoDB and mongoose together with expressJS. I use the backend for Frontend -> Angular and Android with Kotlin Multiplatform. The problem is on Android with Kotlin I am not able to show both data in one recyclerview. Or somehow to agregate both data in one. This is how my code in backend looks like. ... | javascript|android|mongodb|kotlin|mongoose | 0 | 2022-03-07T18:32:22.643Z | 2,022 | 3 | 18 | 0 | 21 | 0 | 745 | 63 | 5 | 4 | true | true | false | false | false | false | zero |
71,421,622 | How to manage react native app functionality while release? | <p>I want to implement functionality in my react native app that manages app functionality like,</p>
<pre><code>config = {
sdk1: false,
sdk2: true
}
</code></pre>
<p>I want to achieve something like this. If I define sdk1 as false and sdk2 as true then all their functionality of sdk2 should be implemented in the ... | I want to implement functionality in my react native app that manages app functionality like, [CODE] I want to achieve something like this. If I define sdk1 as false and sdk2 as true then all their functionality of sdk2 should be implemented in the release build as well as release build shouldn't implement any of the f... | javascript|android|ios|reactjs|react-native | 0 | 2022-03-10T09:19:06.520Z | 2,022 | 3 | 9 | 3 | 21 | 0 | 660 | 59 | 5 | 1 | true | true | false | false | false | false | zero |
71,423,543 | Restrict other apps from triggering notifications in my app | <p>I am new to android programming. I have a webview inside my MainActivity that loads my website. I have also implemented push notifications while the app is in foreground or background. On click of each notification there is a url that the webview should redirect to. Everything is working as intended. However, i am a... | I am new to android programming. I have a webview inside my MainActivity that loads my website. I have also implemented push notifications while the app is in foreground or background. On click of each notification there is a url that the webview should redirect to. Everything is working as intended. However, i am a li... | java|android|security | 0 | 2022-03-10T11:39:45.743Z | 2,022 | 3 | 11 | 3 | 21 | 0 | 825 | 59 | 3 | 0 | false | true | false | false | false | false | zero |
71,436,130 | The listener for the project evaluation was not notified | <p>Launching lib\main.dart on sdk gphone x86 in debug mode...
Running Gradle task 'assembleDebug'...</p>
<p>FAILURE: Build failed with an exception.</p>
<ul>
<li><p>Where:
Build file 'A:\flutterclass\source codes\ecommerce app\test\android\build.gradle' line: 43</p>
</li>
<li><p>What went wrong:
A problem occurred eval... | Launching lib\main.dart on sdk gphone x86 in debug mode... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. Where: Build file 'A:\flutterclass\source codes\ecommerce app\test\android\build.gradle' line: 43 What went wrong: A problem occurred evaluating root project 'android'. A problem oc... | flutter|android-studio|dart|gradle|compiler-errors | 0 | 2022-03-11T09:08:59.240Z | 2,022 | 3 | 9 | 4 | 21 | 0 | 817 | 56 | 5 | 1 | true | true | false | false | false | false | zero |
71,419,533 | Use WorkManager to wake up the app and process low priority FCM push notifications | <p>I have implemented Push notifications using Firebase, but because I need control over how the notifications are displayed, I have to resort to sending <a href="https://firebase.google.com/docs/cloud-messaging/concept-options#data_messages" rel="nofollow noreferrer">data only notifications</a> from my server and then... | I have implemented Push notifications using Firebase, but because I need control over how the notifications are displayed, I have to resort to sending data only notifications from my server and then show a local notification based on the data received. Everything works fine as long as I'm running my app on stock or nea... | android|flutter|push-notification|firebase-cloud-messaging|android-workmanager | 0 | 2022-03-10T06:07:03.243Z | 2,022 | 3 | 6 | 3 | 277 | 0 | 1,265 | 82 | 5 | 0 | false | true | false | false | false | false | zero |
71,094,081 | Is there a better way to update a RecyclerView.ListAdapter? | <p>I've been using ListAdapter for a few years. I think I know it's mechanics quite well, but I'm not sure the way I use it is the most optimal way of utilizing it. I think there's too much hard-copying going on. Here's the most common pattern I use.</p>
<p>The sample below is a fragment with some vertical recyclerview... | I've been using ListAdapter for a few years. I think I know it's mechanics quite well, but I'm not sure the way I use it is the most optimal way of utilizing it. I think there's too much hard-copying going on. Here's the most common pattern I use. The sample below is a fragment with some vertical recyclerview with a li... | android|listadapter | 0 | 2022-02-12T17:11:47.173Z | 2,022 | 2 | 17 | 5 | 22 | 0 | 1,227 | 59 | 2 | 2 | true | true | false | false | false | false | zero |
71,114,936 | how to convert pdf file to db file i need help guy | <p>I combined all the words in the language
I use it in my country because I had a project to create a dictionary in progress in the natural language we use in my country, I don't know how to convert that book into a DB file. is there anyone who knows how I can do it?</p>
<p>and I'm sorry for my bad English because it'... | I combined all the words in the language I use it in my country because I had a project to create a dictionary in progress in the natural language we use in my country, I don't know how to convert that book into a DB file. is there anyone who knows how I can do it? and I'm sorry for my bad English because it's not my n... | android|xml|database|sqliteopenhelper|android-data-usage | 0 | 2022-02-14T16:14:35.857Z | 2,022 | 2 | 16 | 0 | 22 | 0 | 350 | 50 | 5 | 0 | false | true | false | false | false | false | zero |
71,159,047 | Mobile Listview find and click row item by text | <p>Hi i create test in testcomplete by Javascript. I have problem with click on item element.</p>
<pre><code>//get mapped name object by control text property
var text_object = Aliases.Device.Process_androidclient_myStockDemoLogisticsDev.Layout_NO_ID.Layout_action_bar_root.Layout_content.FindEx("ControlText",... | Hi i create test in testcomplete by Javascript. I have problem with click on item element. [CODE] this script works fine for me but if the search item is somewhere down in the list and not visible, it doesn't find it. It crashes on the error The object does not exist. I don't know how to fix this. Can someone please ad... | javascript|android|listview|mobile|testcomplete | 0 | 2022-02-17T13:28:39.977Z | 2,022 | 2 | 13 | 3 | 22 | 0 | 404 | 47 | 5 | 1 | true | true | false | false | false | false | zero |
71,160,455 | Cordova android show running notification while app is running | <p>Im using Apache cordova to make a route tracer app.
My issue is that the coords are getting correctly when my app is foreground, but not when it goes to background (xhr calls are still working) this is because of Android 11 permission limitation.</p>
<p>My question is if anyone knows any method to show an app runing... | Im using Apache cordova to make a route tracer app. My issue is that the coords are getting correctly when my app is foreground, but not when it goes to background (xhr calls are still working) this is because of Android 11 permission limitation. My question is if anyone knows any method to show an app runing notificat... | javascript|android|cordova|cordova-plugins | 0 | 2022-02-17T14:58:33.883Z | 2,022 | 2 | 14 | 3 | 22 | 0 | 456 | 62 | 4 | 0 | false | true | false | false | false | false | zero |
71,186,858 | Android: Edify script problem with flashing unpacked tar.xz kernels files (img) - files can not be flashed - missed | <p>I have problem with extracted from kernel.tar.xz my img's kernels for Android device.
I use for unpack and flash Edify - updater-script.</p>
<p>The img's files are phisicly unpacked in /tmp/scripts folder but with package_extract_file are as missed in the same directory.</p>
<p>I use commands like this:</p>
<p>run_p... | I have problem with extracted from kernel.tar.xz my img's kernels for Android device. I use for unpack and flash Edify - updater-script. The img's files are phisicly unpacked in /tmp/scripts folder but with package_extract_file are as missed in the same directory. I use commands like this: run_program("/tmp/script... | android|image|kernel|script|edify | 0 | 2022-02-19T16:25:58.933Z | 2,022 | 2 | 16 | 5 | 22 | 0 | 1,097 | 115 | 5 | 0 | false | true | false | false | false | false | zero |
71,193,411 | delete data from Android Backup Service | <p>Since Android 6, app data can be backed up to google drive. Before, data could be backed up to Android Backup Service. As a user I can manage and delete my backed up data in google drive. However, I was wondering how I can deleted backed up data from apps using Android Backup Service. Is this also viewable in Google... | Since Android 6, app data can be backed up to google drive. Before, data could be backed up to Android Backup Service. As a user I can manage and delete my backed up data in google drive. However, I was wondering how I can deleted backed up data from apps using Android Backup Service. Is this also viewable in Google Dr... | android | 0 | 2022-02-20T10:20:06.060Z | 2,022 | 2 | 10 | 6 | 22 | 0 | 333 | 39 | 1 | 0 | false | true | false | false | false | false | zero |
71,198,893 | Android firebase sms authenication issue | <p>I get sms code when entered I get this error in the log.</p>
<pre><code>/SmartLockViewModel: Non-resolvable exception: com.google.android.gms.common.api.ApiException: 8:
E/AuthUI: A sign-in error occurred.
com.firebase.ui.auth.FirebaseUiException: Error when saving credential.
at com.firebase.ui.auth.vi... | I get sms code when entered I get this error in the log. [CODE] | android|firebase|kotlin|firebase-authentication | 0 | 2022-02-20T21:20:57.887Z | 2,022 | 2 | 21 | 6 | 22 | 0 | 63 | 40 | 4 | 1 | true | true | false | false | false | false | zero |
71,200,980 | How to center letterboxed activity when using android:maxAspectRatio? | <p>When using <code>android:maxAspectRatio</code> and <code>android:resizeableActivity="false"</code>, it appears that application is always positioned at the top of the screen with a large black bar at the bottom.</p>
<p>Is it possible to position application activity in the middle, with black bars equal in ... | When using android:maxAspectRatio and android:resizeableActivity="false" , it appears that application is always positioned at the top of the screen with a large black bar at the bottom. Is it possible to position application activity in the middle, with black bars equal in size? For example, here is a screen... | android|android-manifest|android-screen-support | 0 | 2022-02-21T03:42:59.277Z | 2,022 | 2 | 3 | 0 | 22 | 0 | 510 | 69 | 3 | 0 | false | true | false | false | false | false | zero |
71,253,989 | Android init property inequality | <p>Is it possible to get an inequality in an init.rc file. For instance something like that:</p>
<pre><code>on property:my_example_propery!=1
</code></pre> | Is it possible to get an inequality in an init.rc file. For instance something like that: [CODE] | android|init | 0 | 2022-02-24T15:00:58.693Z | 2,022 | 2 | 15 | 3 | 22 | 0 | 96 | 32 | 2 | 1 | true | true | false | false | false | false | zero |
71,270,805 | Unexpected end of stream on com.android.okhttp.Address@537f9da6 .NET MAUI | <p>while making HttpClient request to my web api on Android, I receive the error I listed above.
Here is the link for the MAUI project</p>
<p><a href="https://github.com/ivan-srsen/football-app/tree/master/Mobile/src" rel="nofollow noreferrer">https://github.com/ivan-srsen/football-app/tree/master/Mobile/src</a></p> | while making HttpClient request to my web api on Android, I receive the error I listed above. Here is the link for the MAUI project https://github.com/ivan-srsen/football-app/tree/master/Mobile/src | android|asp.net-core|xamarin|mobile|maui | 0 | 2022-02-25T19:23:31.917Z | 2,022 | 2 | 19 | 4 | 22 | 0 | 197 | 73 | 5 | 0 | false | true | false | false | false | false | zero |
71,279,630 | how to build search for more than one fragment? | <p>i am using searchview on main activity, and i have 4 fragments, but i can only use searchview in one fragment, and if i use on more than one fragment, app crash. how can i handle it? or is there any library or block code than can help me creating my search on app? thanks.</p>
<pre><code> @Override
public bool... | i am using searchview on main activity, and i have 4 fragments, but i can only use searchview in one fragment, and if i use on more than one fragment, app crash. how can i handle it? or is there any library or block code than can help me creating my search on app? thanks. [CODE] | java|android|search|fragment | 0 | 2022-02-26T19:20:12.623Z | 2,022 | 2 | 19 | 5 | 22 | 0 | 279 | 47 | 4 | 1 | true | true | false | false | false | false | zero |
71,290,209 | Scale Animation issues on ImageView | <p>The Translate animation works, but I cant scale it. What happens when I add it in, the ImageView for it disappears</p>
<pre><code>TranslateAnimation translateMeteor = new TranslateAnimation(32,221,40,300);
translateMeteor.setDuration(5000);
translateMeteor.setRepeatCount(Animation.INFINITE);
... | The Translate animation works, but I cant scale it. What happens when I add it in, the ImageView for it disappears [CODE] For those wondering, I have tried to run it without TranslateAnimation, but same issue happens | java|android|animation | 0 | 2022-02-28T03:00:05.553Z | 2,022 | 2 | 3 | 0 | 22 | 0 | 216 | 35 | 3 | 1 | true | true | false | false | false | false | zero |
71,293,581 | is there any method to use save arrayListof() data in sharePreferences using kotlin | <p>**is there any class or method in koltin that can let me store the arraylistof() using sharepreference.
**
for example</p>
<pre><code>val names = arrayListOf<String>("abc","bca","zyx")
putListOf("dsfsds",null)
</code></pre>
<p>something like this using kotlin</p> | **is there any class or method in koltin that can let me store the arraylistof() using sharepreference. ** for example [CODE] something like this using kotlin | java|kotlin|arraylist|sharedpreferences|kotlin-android-extensions | 0 | 2022-02-28T10:27:34.337Z | 2,022 | 2 | 10 | 0 | 22 | 0 | 158 | 83 | 5 | 1 | true | true | false | false | false | false | zero |
71,325,244 | ChatApp Recycler is Lagging | <p>Hello everyone I am Creating a ChatApp and in which i am getting message of Different type</p>
<ul>
<li>Text</li>
<li>Image</li>
<li>Audio</li>
<li>Video
I am checking that whether the message is of me or the other user in getItemViewType method of my recyler Adapter and than checking the message type in OnCreateVie... | Hello everyone I am Creating a ChatApp and in which i am getting message of Different type Text Image Audio Video I am checking that whether the message is of me or the other user in getItemViewType method of my recyler Adapter and than checking the message type in OnCreateViewholder and passing the particular Binding ... | java|android|android-recyclerview|data-binding | 0 | 2022-03-02T15:30:42.293Z | 2,022 | 3 | 15 | 2 | 22 | 0 | 753 | 27 | 4 | 1 | true | true | false | false | false | false | zero |
71,327,188 | What is the best choice for me mediaplayer or soundpool for really short duration? | <p>My question is if I should use mediaplayer or soundpool for my prodject. The sound duration is really short. We talk about that one sound is 1 second long and then I want to play the next sound and that sound is only 50ms. But in between them I want a paus for 80ms. The paus really needs to be 80ms long not more or ... | My question is if I should use mediaplayer or soundpool for my prodject. The sound duration is really short. We talk about that one sound is 1 second long and then I want to play the next sound and that sound is only 50ms. But in between them I want a paus for 80ms. The paus really needs to be 80ms long not more or les... | java|android|android-mediaplayer|soundpool|android-sound | 0 | 2022-03-02T17:59:00.233Z | 2,022 | 3 | 17 | 2 | 22 | 0 | 456 | 82 | 5 | 0 | false | true | false | false | false | false | zero |
71,332,455 | React Native : RNListSlider - thumbStyle & itemStyle not working in Android | <p><strong>I want to style my List Slider, I used thumbStyle prop but this isn't working in android any suggestions ?</strong></p>
<pre><code><RNListSlider
mainContainerStyle={{ backgroundColor: "#F3F5F9" }}
thumbStyle={{ color: 'green' }}
tenthItemStyle={{}}
itemStyle={{ color: 'red' }}
... | I want to style my List Slider, I used thumbStyle prop but this isn't working in android any suggestions ? [CODE] | android|react-native | 0 | 2022-03-03T05:25:21.440Z | 2,022 | 3 | 5 | 3 | 22 | 0 | 113 | 75 | 2 | 1 | true | true | false | false | false | false | zero |
71,334,807 | DeprecationLevel.ERROR doesn't throw error for Java code? | <p>I am developing a library and all the code is written in kotlin
Below is a class</p>
<pre><code>class LibraryA {
@Deprecated(
"no longer in use since 1.",
replaceWith = ReplaceWith("init(PlayerDetails(playerName))"),
DeprecationLevel.ERROR)
fun init(playerName: Pla... | I am developing a library and all the code is written in kotlin Below is a class [CODE] The first in it has been deprecated and is replaced by another function. This works fine with kotlin class and compiler shows me the error and asks me to replace it. But while when I call the same code from Java class it only gives ... | java|android|kotlin | 0 | 2022-03-03T09:27:57.433Z | 2,022 | 3 | 9 | 3 | 22 | 0 | 448 | 57 | 3 | 1 | true | true | false | false | false | false | zero |
71,379,544 | Jenkins not found local Android emulator | <p>Sorry if I posted too much questions about Jenkins and Appium issues but I have been being stucked with this for around 1 months. I tried both</p>
<p>From this question I posted laste week <a href="https://stackoverflow.com/questions/71305125/start-local-android-emulator-with-shell-script-through-jenkins">Start loca... | Sorry if I posted too much questions about Jenkins and Appium issues but I have been being stucked with this for around 1 months. I tried both From this question I posted laste week Start local Android emulator with Shell Script through Jenkins now I found that Jenkins does not see my emulator in local machine. I tried... | android|jenkins|android-emulator|appium|appium-android | 0 | 2022-03-07T10:18:43.977Z | 2,022 | 3 | 10 | 0 | 22 | 0 | 544 | 40 | 5 | 0 | false | true | false | false | false | false | zero |
71,392,766 | what are the Possible ways to call a function inside android App from external wireless device? | <p>I am developing an android app that require to initiate particular function from Android app through wireless connected device.
I have used shutter button connected to app via a bluetooth and call a particular function every time button was clicked. Issue is that shutter button goes to sleep after certain time.
Doe... | I am developing an android app that require to initiate particular function from Android app through wireless connected device. I have used shutter button connected to app via a bluetooth and call a particular function every time button was clicked. Issue is that shutter button goes to sleep after certain time. Does an... | android|bluetooth | 0 | 2022-03-08T09:34:03.647Z | 2,022 | 3 | 9 | 1 | 22 | 0 | 436 | 95 | 2 | 0 | false | true | false | false | false | false | zero |
71,398,152 | GradleDetector: `checkDslPropertyAssignment` isn't executed | <p>I'm writing some custom lint and decided to add a detector for the Gradle files.</p>
<p>So I've extended the GradleDetector(), overridden <code>checkDslPropertyAssignment</code> method, and added some test to check the logic inside <code>checkDslPropertyAssignment</code>. So far all works well.</p>
<p>However, if I ... | I'm writing some custom lint and decided to add a detector for the Gradle files. So I've extended the GradleDetector(), overridden checkDslPropertyAssignment method, and added some test to check the logic inside checkDslPropertyAssignment . So far all works well. However, if I name the gradle file differently in the te... | android|android-lint | 0 | 2022-03-08T16:15:25.060Z | 2,022 | 3 | 16 | 1 | 22 | 0 | 545 | 59 | 2 | 1 | true | true | false | false | false | false | zero |
71,414,426 | Android Studio repeatable Fade Animation to ImageView on Button Click | <p>I´m new to programming, started in the Lockdown last year with youtube videos and a book. I´m trying to make a button, that starts an fade out animation on an ImageView. which should be repeatable. It´s basically a dice roll and i want the dice to appear and then disappear every time within like 2 seconds after clic... | I´m new to programming, started in the Lockdown last year with youtube videos and a book. I´m trying to make a button, that starts an fade out animation on an ImageView. which should be repeatable. It´s basically a dice roll and i want the dice to appear and then disappear every time within like 2 seconds after click. ... | java|android|android-studio|animation | 0 | 2022-03-09T18:38:06.417Z | 2,022 | 3 | 18 | 2 | 22 | 0 | 904 | 69 | 4 | 5 | true | true | false | false | false | false | zero |
71,434,699 | Flutter : flutter_unity_widget cannot release app:lintVitalRelease | <p>I facing an issue when try to apk release my flutter + <a href="https://pub.dev/packages/flutter_unity_widget" rel="nofollow noreferrer">flutter_unity_widget</a> project.</p>
<p>What I have try :</p>
<p>Add <code>signgingConfigs</code> and <code>buildTypes</code> at <code>unityLibrary/build.gradle</code></p>
<pre><c... | I facing an issue when try to apk release my flutter + flutter_unity_widget project. What I have try : Add signgingConfigs and buildTypes at unityLibrary/build.gradle [CODE] and add checkReleaseBuilds at android/app/build.gradle [CODE] [CODE] | android|flutter|unity3d | 0 | 2022-03-11T06:58:32.563Z | 2,022 | 3 | 6 | 4 | 22 | 0 | 242 | 66 | 3 | 3 | true | true | false | false | false | false | zero |
71,185,077 | Kotlin RecyclerView + fragment add retrofit2 response from api, with Drawer menu | <p>I'm updating my knowledge of Android, and I want to make an app with a Drawer menu, call an api and display the values inside a fragment. Starting from the template created by android studio itself, I have followed this tutorial:<a href="https://howtodoandroid.com/mvvm-retrofit-recyclerview-kotlin/" rel="nofollow no... | I'm updating my knowledge of Android, and I want to make an app with a Drawer menu, call an api and display the values inside a fragment. Starting from the template created by android studio itself, I have followed this tutorial: https://howtodoandroid.com/mvvm-retrofit-recyclerview-kotlin/ but I have a problem when pr... | android|kotlin|android-fragments|binding|retrofit2 | 0 | 2022-02-19T12:39:41.413Z | 2,022 | 2 | 12 | 5 | 278 | 0 | 975 | 80 | 5 | 2 | true | true | false | false | false | false | zero |
71,378,767 | Problem for using Exoplayer Locally and forking | <p>I'm going to use ExoPlayer with my changes, I tried locally and fork.</p>
<ol>
<li>Locally problem:</li>
</ol>
<p>It gives me this:</p>
<pre><code>Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property andro... | I'm going to use ExoPlayer with my changes, I tried locally and fork. Locally problem: It gives me this: [CODE] when I add android.disableAutomaticComponentCreation=true in gradle.properties , it gives me below error: [CODE] Fork problem: I add implementation 'com.github.myUserName:myRepoName:2.17.0' in build.gradle(Mo... | android|exoplayer|git-clone|exoplayer2.x|git-fork | 0 | 2022-03-07T09:16:15.897Z | 2,022 | 3 | 9 | 0 | 278 | 0 | 348 | 47 | 5 | 2 | true | true | false | false | false | false | zero |
71,333,056 | Expand/collapse animation issue in LazyColumn Jetpack compose Android | <p>I am trying to show a section within <code>LazyColumn</code> which has a list of Rows that are shown horizontally using <code>LazyRow</code>. I would like to have a button which displays show/hide so that I can show a minimal list in this section instead of full list. I would like to animate the expand/collapse part... | I am trying to show a section within LazyColumn which has a list of Rows that are shown horizontally using LazyRow . I would like to have a button which displays show/hide so that I can show a minimal list in this section instead of full list. I would like to animate the expand/collapse part and currently expanding on ... | android|android-jetpack-compose|lazycolumn|jetpack-compose-animation | 0 | 2022-03-03T06:44:13.043Z | 2,022 | 3 | 6 | 3 | 790 | 0 | 1,214 | 69 | 4 | 1 | true | true | false | false | false | false | zero |
71,164,290 | How to create WebSettings object in Cordova? | <p>I am working on Cordova Application. I want to create WebSettings object from CordovaWebView.</p>
<p>I noticed that I can create WebSettings like this</p>
<pre><code>WebSettings websettings = webView.getSettings();
But I don't know how to create WebView object from CordovaWebView
</code></pre>
<p>I tried this but i... | I am working on Cordova Application. I want to create WebSettings object from CordovaWebView. I noticed that I can create WebSettings like this [CODE] I tried this but it always gives me null pointer exception [CODE] | android|cordova|webview|android-websettings|cordovawebview | 0 | 2022-02-17T19:28:42.427Z | 2,022 | 2 | 19 | 3 | 23 | 0 | 216 | 44 | 5 | 2 | true | true | false | false | false | false | zero |
71,164,830 | Rename Android project | <p>I change Flutter project (android/ios). After a month I clone project to another computer using git and now I see that project not working on new workspace, I have a lot of problem with AndroidManifest.
I fix some of them, but one is still, at line:</p>
<pre><code><activity android:name=".MainActivity" ... | I change Flutter project (android/ios). After a month I clone project to another computer using git and now I see that project not working on new workspace, I have a lot of problem with AndroidManifest. I fix some of them, but one is still, at line: [CODE] I try fix it using this solution, but case <activity android:na... | android|flutter|android-studio | 0 | 2022-02-17T20:15:43.687Z | 2,022 | 2 | 20 | 3 | 23 | 0 | 755 | 22 | 3 | 1 | true | true | false | false | false | false | zero |
71,211,945 | How to set link intent filter for two applications with the same domain? | <p>I have a client and driver application. Both have the same domain example.com. The driver application should open the link example.com and example.com/order. The client application must open the link example.com and example.com/advertisement.</p>
<p>When clicking on the example.com link, the chooser should offer to ... | I have a client and driver application. Both have the same domain example.com. The driver application should open the link example.com and example.com/order. The client application must open the link example.com and example.com/advertisement. When clicking on the example.com link, the chooser should offer to open the l... | android | 0 | 2022-02-21T19:24:47.207Z | 2,022 | 2 | 19 | 0 | 23 | 0 | 646 | 72 | 1 | 1 | true | true | false | false | false | false | zero |
71,219,774 | Android Image bitmap comparison vs setBitmap time complexity suggestion | <p>I want to repeatedly set an imageviews bitmap with an interval. Which approach will be better?</p>
<ol>
<li><p>If I check and compare bitmaps are ame or updated or not.</p>
<p><code>if(!imageBitmap.sameAs(imageBitmap1))</code>
<code>imageView.setImageBitmap(imageBitmap1)</code></p>
</li>
<li><p>If I just set bitmap ... | I want to repeatedly set an imageviews bitmap with an interval. Which approach will be better? If I check and compare bitmaps are ame or updated or not. if(!imageBitmap.sameAs(imageBitmap1)) imageView.setImageBitmap(imageBitmap1) If I just set bitmap to the imageView? imageView.setImageBitmap(imageBitmap1) | android|bitmap|time-complexity|android-bitmap | 0 | 2022-02-22T10:39:28.453Z | 2,022 | 2 | 10 | 1 | 23 | 0 | 307 | 71 | 4 | 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.