id int64 28.5M 73.8M | title stringlengths 15 150 | question_body stringlengths 69 39.4k | body_text stringlengths 6 29.2k | tags stringlengths 7 120 | score int64 -19 384 | creation_date stringlengths 20 24 | year int64 -1 2.02k | month int64 -1 12 | hour int64 -1 23 | dayofweek int64 -1 6 | view_count int64 3 367k | answer_count int64 0 34 | body_len int64 6 29.2k | title_len int64 15 150 | tag_count int64 1 6 | code_block_cnt int64 0 17 | has_code bool 2
classes | is_unanswered bool 2
classes | is_popular bool 2
classes | is_viral bool 2
classes | is_highly_voted bool 2
classes | is_negative bool 2
classes | score_bucket stringclasses 5
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
73,739,714 | How can i get rid of this error FileNotFoundException | <pre><code>C:\Users\HP\AndroidStudioProjects\MyApplication7\app\build\intermediates\incremental\packageDebug\tmp\debug\zip-cache\androidResources (Access is denied)
</code></pre>
<p>// i dont understand why this is not working, someone help me</p> | [CODE] // i dont understand why this is not working, someone help me | android|android-studio|file|filenotfoundexception | 0 | 2022-09-16T03:57:04.433Z | 2,022 | 9 | 3 | 4 | 61 | 2 | 68 | 53 | 4 | 1 | true | false | false | false | false | false | zero |
73,740,003 | Question on Android ViewPager with bottom dots | <p>Can I do this by using pure java code without using xml?
<a href="https://stackoverflow.com/questions/20586619/android-viewpager-with-bottom-dots?newreg=d275d1768b224609ad8dfb4ccfc85b78">Android ViewPager with bottom dots</a></p> | Can I do this by using pure java code without using xml? Android ViewPager with bottom dots | android | -2 | 2022-09-16T04:53:09.300Z | 2,022 | 9 | 4 | 4 | 17 | 0 | 91 | 46 | 1 | 0 | false | true | false | false | false | true | negative |
73,740,017 | Unable to capture Metrics in GA4 or Firebase in Android | <p>I'm passing multiple dimensions and metrics in a single GA4 custom event.
However, metrics are coming as 0 rather than original value.
I tried 2 different combinations in GA4 while creating the custom metrics (1.Currency or 2.standard) both are not able to capture.</p>
<p>In android coding part, we are doing key , v... | I'm passing multiple dimensions and metrics in a single GA4 custom event. However, metrics are coming as 0 rather than original value. I tried 2 different combinations in GA4 while creating the custom metrics (1.Currency or 2.standard) both are not able to capture. In android coding part, we are doing key , value pair ... | android|firebase|google-analytics|google-analytics-4|custom-events | 0 | 2022-09-16T04:56:20.337Z | 2,022 | 9 | 4 | 4 | 14 | 0 | 420 | 55 | 5 | 0 | false | true | false | false | false | false | zero |
73,740,062 | Intro_Slider Error Occured: Try Correcting the name to the name of an existing method, or defining a method named 'FlatButton' | <p>I am following a tutorial on how to create an Intro Slider Screen in Flutter in Android Studio using the intro_slider package, and saw a source code online. However, when I try to execute them, it gives me many errors. Please help. The following are the errors that was shown:</p>
<pre><code>Try correcting the name t... | I am following a tutorial on how to create an Intro Slider Screen in Flutter in Android Studio using the intro_slider package, and saw a source code online. However, when I try to execute them, it gives me many errors. Please help. The following are the errors that was shown: [CODE] ERROR UPDATE: Unable to load asset | flutter|android-studio|dart | 0 | 2022-09-16T05:03:36.760Z | 2,022 | 9 | 5 | 4 | 90 | 1 | 318 | 126 | 3 | 1 | true | false | false | false | false | false | zero |
73,740,079 | Android how to change name file in device | <p>I got files in device. And i want when click select one file and rename name file. But after rename, file become have not format file. How to rename file ?</p>
<pre><code>fun renameFile(){
var file=listDownloadsFile.get(i).file
var filetwo=File("/storage/emulated/0/Download/",new_name)
var check:Bool... | I got files in device. And i want when click select one file and rename name file. But after rename, file become have not format file. How to rename file ? [CODE] | android|file-rename | 0 | 2022-09-16T05:06:18.790Z | 2,022 | 9 | 5 | 4 | 31 | 1 | 162 | 41 | 2 | 1 | true | false | false | false | false | false | zero |
73,740,087 | Can we use the Tilequery API of mapbox for android apps? | <p>The tutorial for Tilequery API was used on web app based on their documentation. I am curious if we can still use this API for android apps? I am aiming to use this API to get elevation data.</p> | The tutorial for Tilequery API was used on web app based on their documentation. I am curious if we can still use this API for android apps? I am aiming to use this API to get elevation data. | android|mapbox|mapbox-android | -1 | 2022-09-16T05:07:38.357Z | 2,022 | 9 | 5 | 4 | 11 | 0 | 191 | 56 | 3 | 0 | false | true | false | false | false | true | negative |
73,740,097 | Prevent touch of previous screen in react native | <p>I am working in ReactNative project where I am using StackNavigator.</p>
<p>I am navigating from one functional component to another using navigation.</p>
<p>On the next screen I am able to touch the previous stack screen touchables i.e. button etc.</p>
<p>How to prevent the same?</p>
<p><strong>Note:</strong> The i... | I am working in ReactNative project where I am using StackNavigator. I am navigating from one functional component to another using navigation. On the next screen I am able to touch the previous stack screen touchables i.e. button etc. How to prevent the same? Note: The issue seems to be in Android only. | android|react-native|stack-navigator | 0 | 2022-09-16T05:09:28.750Z | 2,022 | 9 | 5 | 4 | 18 | 1 | 305 | 48 | 3 | 0 | false | false | false | false | false | false | zero |
73,740,123 | Why is this not setting Recycler View item background color? | <p>I am trying to set a recyclerview item color based on a boolean in kotlin. But when the recylerview loads, it will not set its color with the code I have. Also, If I change the background that is tied to the recycler view item via xml programmatically, it will not change it to the new drawable, but will reset it bac... | I am trying to set a recyclerview item color based on a boolean in kotlin. But when the recylerview loads, it will not set its color with the code I have. Also, If I change the background that is tied to the recycler view item via xml programmatically, it will not change it to the new drawable, but will reset it back t... | android|kotlin|android-recyclerview | 0 | 2022-09-16T05:12:08.660Z | 2,022 | 9 | 5 | 4 | 42 | 4 | 878 | 60 | 3 | 1 | true | false | false | false | false | false | zero |
73,740,124 | How can I get GPU usage / total on Android | <p>Android version >= 8.0</p>
<p>I am creating an Android app based on Open GL ES 3.0</p>
<p>I want to get gpu info like memory/usage on Android in java</p>
<p>I have try</p>
<pre class="lang-c prettyprint-override"><code>bool m1 = GLEW_NVX_gpu_memory_info; // 0
bool m2 = glewIsSupported("GL_NVX_gpu_memory_info... | Android version >= 8.0 I am creating an Android app based on Open GL ES 3.0 I want to get gpu info like memory/usage on Android in java I have try [CODE] but only for Nvidia | java|android|gpu | 1 | 2022-09-16T05:12:27.730Z | 2,022 | 9 | 5 | 4 | 21 | 0 | 173 | 42 | 3 | 1 | true | true | false | false | false | false | low |
73,740,155 | How to add missing dependencies in android 9? | <p>we are working in android pie BSP, while building the file we are getting some missing dependencies error but we added the missing libraries in vendor/lib folder that is externally compiled file. is there any way to access the library or can anyone tell where to place the library to access?</p>
<p>The error is</p>
<... | we are working in android pie BSP, while building the file we are getting some missing dependencies error but we added the missing libraries in vendor/lib folder that is externally compiled file. is there any way to access the library or can anyone tell where to place the library to access? The error is [CODE] | opengl-es|android-source|android-9.0-pie | 0 | 2022-09-16T05:17:46.273Z | 2,022 | 9 | 5 | 4 | 25 | 1 | 311 | 45 | 3 | 1 | true | false | false | false | false | false | zero |
73,740,200 | React native EAS Android Build fails | <p>Im trying to build My Expo app with EAS build, but it keeps failing, this fails for Android, i am not sure about IOS, i think it has to do with React native navigation</p>
<p><a href="https://i.stack.imgur.com/0YP7S.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/0YP7S.png" alt="EAS Build log Scre... | Im trying to build My Expo app with EAS build, but it keeps failing, this fails for Android, i am not sure about IOS, i think it has to do with React native navigation Here is a Screenshot of my package json | android|reactjs|react-native|eas | 0 | 2022-09-16T05:23:30.667Z | 2,022 | 9 | 5 | 4 | 26 | 1 | 207 | 36 | 4 | 0 | false | false | false | false | false | false | zero |
73,740,315 | Jetpack Compose passing LiveData to a Composable lambda | <p>I'm having trouble understanding why my value I'm observing as state is properly passed into a Composable lambda, but does not trigger that composable to recompose.</p>
<p>Here's my setup.</p>
<h2>Screen</h2>
<pre class="lang-kotlin prettyprint-override"><code>@Composable
fun Screen(
showBottomSheet: (@Composabl... | I'm having trouble understanding why my value I'm observing as state is properly passed into a Composable lambda, but does not trigger that composable to recompose. Here's my setup. Screen [CODE] MyController [CODE] BottomSheetLayout [CODE] MyViewModel [CODE] When I run this and see output, the log doesn't show updated... | android|android-jetpack-compose|kotlin-stateflow | 0 | 2022-09-16T05:38:30.157Z | 2,022 | 9 | 5 | 4 | 64 | 3 | 632 | 55 | 3 | 7 | true | false | false | false | false | false | zero |
73,740,330 | Mobile number auto detection in iOS | <p>There is auto detection of MSISDNs. For OTP related login attempts these are very helpful and now in iOS it has restrictions. The user has to manually enter his mobile number. In Android auto populating is working while iOS is restricted this by saying security vulnerability.
Is there any work around to handle this ... | There is auto detection of MSISDNs. For OTP related login attempts these are very helpful and now in iOS it has restrictions. The user has to manually enter his mobile number. In Android auto populating is working while iOS is restricted this by saying security vulnerability. Is there any work around to handle this ? | android|ios|react-native | 0 | 2022-09-16T05:40:42.717Z | 2,022 | 9 | 5 | 4 | 39 | 0 | 318 | 35 | 3 | 0 | false | true | false | false | false | false | zero |
73,740,337 | How to solve this error app:packageDebug FAILED | <blockquote>
<p>Task :app:packageDebug FAILED</p>
</blockquote>
<p>Execution failed for task ':app:packageDebug'.</p>
<blockquote>
<p>A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable
java.io.FileNotFoundException: C:\Users\HP\AndroidStudioProjects\Chat... | Task :app:packageDebug FAILED Execution failed for task ':app:packageDebug'. A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable java.io.FileNotFoundException: C:\Users\HP\AndroidStudioProjects\Chatter\app\build\intermediates\incremental\packageDebug\tmp\... | android|android-studio|filenotfoundexception|filenotfounderror | 0 | 2022-09-16T05:42:05.440Z | 2,022 | 9 | 5 | 4 | 88 | 0 | 525 | 47 | 4 | 0 | false | true | false | false | false | false | zero |
73,740,547 | Are there any examples of Android Auto Integration in Flutter Mobile app? | <p>We have a working flutter app that works with Google map and is useful while driving. We are looking to build Android-Auto/CarPlay integration. We found a decent project Flutter_carplay (<a href="https://pub.dev/packages/flutter_carplay" rel="nofollow noreferrer">https://pub.dev/packages/flutter_carplay</a>) that ca... | We have a working flutter app that works with Google map and is useful while driving. We are looking to build Android-Auto/CarPlay integration. We found a decent project Flutter_carplay ( https://pub.dev/packages/flutter_carplay ) that can make it easier the integration of CarPlay in our app. However, I haven't yet fou... | android|flutter|android-auto|carplay | 0 | 2022-09-16T06:09:12.180Z | 2,022 | 9 | 6 | 4 | 47 | 0 | 692 | 73 | 4 | 0 | false | true | false | false | false | false | zero |
73,740,558 | How can I run my physical device as an emulator on vs-code? | <p>I'm currently learning Flutter development and all I have is the web emulator on vs-code I tried to use a virtual device as an emulator but didn't work and tried to connect my physical device too but didn't work either, the problem is that vs-code is not recognizing any of them!
How do I connect my physical device t... | I'm currently learning Flutter development and all I have is the web emulator on vs-code I tried to use a virtual device as an emulator but didn't work and tried to connect my physical device too but didn't work either, the problem is that vs-code is not recognizing any of them! How do I connect my physical device to u... | flutter|visual-studio-code|android-emulator | 0 | 2022-09-16T06:10:13.627Z | 2,022 | 9 | 6 | 4 | 26 | 1 | 393 | 59 | 3 | 0 | false | false | false | false | false | false | zero |
73,740,565 | Save multiples Sticker from StickerView in database android studio | <p>I have to save multiples stickers in database according to x and y position and also retrieve from database is there any way to get position of all stickers and store into room db?</p>
<pre><code><com.example.testmydiary.StickerView.StickerView
android:id="@+id/sticker_view"
android:layo... | I have to save multiples stickers in database according to x and y position and also retrieve from database is there any way to get position of all stickers and store into room db? [CODE] | android|android-studio|msstickerview|roomdb|sticker | 0 | 2022-09-16T06:11:05.827Z | 2,022 | 9 | 6 | 4 | 26 | 0 | 187 | 66 | 5 | 1 | true | true | false | false | false | false | zero |
73,740,749 | LazyColumn, Jetpack Compose. Single items() state by index | <p>I have a problem with the state of individual elements in LazyColumn and LazyRow. If the first element is open and I want to delete it, then the second element becomes the first and also becomes open. I want it to work differently.</p>
<p><strong>Screen</strong></p>
<p><a href="https://i.stack.imgur.com/CxwZH.gif" r... | I have a problem with the state of individual elements in LazyColumn and LazyRow. If the first element is open and I want to delete it, then the second element becomes the first and also becomes open. I want it to work differently. Screen enter image description here Fragment LazyColumn [CODE] Expandable Card [CODE] | android|kotlin|android-jetpack-compose|lazycolumn | 1 | 2022-09-16T06:29:40.067Z | 2,022 | 9 | 6 | 4 | 39 | 2 | 317 | 58 | 4 | 2 | true | false | false | false | false | false | low |
73,740,827 | Offset Composable by percentage in Jetpack Compose | <p>I simply want to offset an Image always the exact amount no matter what screen resolution the user has.</p>
<p>I tried it like this:</p>
<pre><code>var heightIs by remember { mutableStateOf(0f) }
Box(
modifier = Modifier
.fillMaxSize()
.aspectRatio(
ratio = 1f
... | I simply want to offset an Image always the exact amount no matter what screen resolution the user has. I tried it like this: [CODE] But I get different results on different screen resolutions. I want it exactly at the same position every time not matter if the user uses a tablet or a 480x800 device | android|kotlin|android-jetpack-compose|android-jetpack | 1 | 2022-09-16T06:37:22.817Z | 2,022 | 9 | 6 | 4 | 66 | 2 | 300 | 50 | 4 | 1 | true | false | false | false | false | false | low |
73,740,841 | How to generate Dynamic QR code for upi payment in android (java) | <p>hello i am developing an application , in that application i want generate qr code for particular ammount, user can pay by scanning that qr code by gpay, phone pay, paytm etc.</p> | hello i am developing an application , in that application i want generate qr code for particular ammount, user can pay by scanning that qr code by gpay, phone pay, paytm etc. | java|android|android-studio|qr-code|upi | 0 | 2022-09-16T06:38:39.713Z | 2,022 | 9 | 6 | 4 | 18 | 0 | 175 | 65 | 5 | 0 | false | true | false | false | false | false | zero |
73,740,847 | how to add onClickListener in recyclerview? | <p>I don't know <strong>how to add onclicklistener</strong> to here,
I've tried many ways but it doesn't work,
i made this with recyclerview,
I've tried to add a new variable in the adapter section but error,
I've also made activity details so I just need to hit recyclerview and <strong>go to details page</strong>, I g... | I don't know how to add onclicklistener to here, I've tried many ways but it doesn't work, i made this with recyclerview, I've tried to add a new variable in the adapter section but error, I've also made activity details so I just need to hit recyclerview and go to details page , I gave the code that has not been added... | android|kotlin|android-recyclerview|android-adapter | 0 | 2022-09-16T06:39:02.153Z | 2,022 | 9 | 6 | 4 | 65 | 3 | 385 | 43 | 4 | 2 | true | false | false | false | false | false | zero |
73,740,857 | how to solve "Cannot resolve symbol" in xml file? | <p>I'm trying to make background logo in splash screen in flutter app.</p>
<p>It had to edit xml file in android/res/drawable folder. so I edited the code like below. But I get an error 'Cannot resolve symbol', and I've added the src file in the same position to the folder.</p>
<pre><code> <item>
<bitmap
... | I'm trying to make background logo in splash screen in flutter app. It had to edit xml file in android/res/drawable folder. so I edited the code like below. But I get an error 'Cannot resolve symbol', and I've added the src file in the same position to the folder. [CODE] | android|xml|flutter | 0 | 2022-09-16T06:39:57.433Z | 2,022 | 9 | 6 | 4 | 38 | 2 | 271 | 49 | 3 | 1 | true | false | false | false | false | false | zero |
73,740,887 | How to update a particular email Address in contacts? | <p>i use the following the code to update the number:</p>
<pre><code>ContentValues mobilePhoneValues = new ContentValues();
mobilePhoneValues.put(ContactsContract.CommonDataKinds.Phone.TYPE, typePhone);
mobilePhoneValues.put(ContactsContract.CommonDataKinds.Phone.NUMBER, binding.numberEdit.getText().toS... | i use the following the code to update the number: [CODE] It works perfectly but when i try to update the email using same logic it fails to update it. Code: [CODE] Why is it the same logic updates the number but fails to update the email ? Please help | android|email|android-contentprovider|contacts|android-contacts | 0 | 2022-09-16T06:43:13.980Z | 2,022 | 9 | 6 | 4 | 26 | 0 | 252 | 53 | 5 | 2 | true | true | false | false | false | false | zero |
73,740,908 | Get files using TreeView library | <h2>First of all sorry my English is not good I will accept any edits of my question, <a href="https://github.com/AmrDeveloper/TreeView" rel="nofollow noreferrer">this</a> is the library link.</h2>
<hr />
<p>I have already test the library and worked well, This is the <a href="https://i.stack.imgur.com/vOWDM.jpg" rel="... | First of all sorry my English is not good I will accept any edits of my question, this is the library link. I have already test the library and worked well, This is the result . But I need to get files located in storage path /storage/emulated/0/ to a treeview recyclerview something like this . Codes Since the codes ar... | java|android|file|treeview | 0 | 2022-09-16T06:44:44.847Z | 2,022 | 9 | 6 | 4 | 35 | 0 | 419 | 32 | 4 | 0 | false | true | false | false | false | false | zero |
73,740,929 | FCM ttl property is not respected | <p>Seems like <code>ttl</code> property for FCM Android config is not being respected. I disconnected my device from internet for 24h, sent multiple notifications throughout the day and once reconnected, I received every single one of them. I have set the <code>ttl</code> to <code>35s</code>.</p>
<p>My notification req... | Seems like ttl property for FCM Android config is not being respected. I disconnected my device from internet for 24h, sent multiple notifications throughout the day and once reconnected, I received every single one of them. I have set the ttl to 35s . My notification request looks like this: [CODE] I'm using the new n... | android|flutter|firebase|firebase-cloud-messaging | 0 | 2022-09-16T06:47:01.230Z | 2,022 | 9 | 6 | 4 | 15 | 0 | 447 | 33 | 4 | 1 | true | true | false | false | false | false | zero |
73,741,005 | Flutter `pubspec.lock` Is Not Updating As Per Versions In `pubspec.yaml` After `flutter pub get` | <p>I was working on a project that have the <code>Android Version 31 SDK</code> then for testing purpose, I installed a package from <code>pub.dev</code> in <code>pubspec.yaml</code> that require <code>Android Version 33 SDK</code> that I don't want to upgrade so I change the back version again in <code>pubspec.yaml</c... | I was working on a project that have the Android Version 31 SDK then for testing purpose, I installed a package from pub.dev in pubspec.yaml that require Android Version 33 SDK that I don't want to upgrade so I change the back version again in pubspec.yaml and deleted pubspec.lock then run flutter pub get but from here... | android|flutter|android-studio|dart|sdk | 0 | 2022-09-16T06:55:01.177Z | 2,022 | 9 | 6 | 4 | 31 | 1 | 1,664 | 96 | 5 | 2 | true | false | false | false | false | false | zero |
73,741,018 | yamldotnet added 0x0d in desktop application but not in xamarin android | <p>I need help for my code, i will try to generate license file in cross-platform with yamldotnet but output different then desktop, it's removed 0x0D in xamarin android, i need to keep it 0x0D.</p>
<p>Code for generating license:</p>
<pre><code>public void GenerateLicense()
{
var YamlStream = new YamlStream(
... | I need help for my code, i will try to generate license file in cross-platform with yamldotnet but output different then desktop, it's removed 0x0D in xamarin android, i need to keep it 0x0D. Code for generating license: [CODE] Click Here it's output preview image left desktop and right xamarin android | c#|xamarin.android|desktop-application|yamldotnet | 1 | 2022-09-16T06:56:51.850Z | 2,022 | 9 | 6 | 4 | 53 | 1 | 303 | 71 | 4 | 1 | true | false | false | false | false | false | low |
73,741,087 | Android Studio emulator doesn't start without internet | <p>I have installed Android Studio 2021.2.1 on Linux Mint 20.</p>
<p>Project: "Empty Activity" with minimum SDK: API 19, language: Kotlin.</p>
<p>Android virtual device: "Pixel 4a API 31" with system image "S".</p>
<p>No more changes to the project, just the "hello world".</p>
<p... | I have installed Android Studio 2021.2.1 on Linux Mint 20. Project: "Empty Activity" with minimum SDK: API 19, language: Kotlin. Android virtual device: "Pixel 4a API 31" with system image "S". No more changes to the project, just the "hello world". When I try to run the project ... | android|android-studio|android-emulator | 0 | 2022-09-16T07:03:53.277Z | 2,022 | 9 | 7 | 4 | 28 | 0 | 1,239 | 54 | 3 | 0 | false | true | false | false | false | false | zero |
73,741,121 | I/flutter (11209): Error: RangeError (index): Invalid value: Only valid value is 0: 1 | <p>when i am login i am getting error like this I/flutter (11209): Error: RangeError (index): Invalid value: Only valid value is 0: 1. Please help me out.</p> | when i am login i am getting error like this I/flutter (11209): Error: RangeError (index): Invalid value: Only valid value is 0: 1. Please help me out. | linux|flutter|android-studio|dart | 0 | 2022-09-16T07:06:21.750Z | 2,022 | 9 | 7 | 4 | 17 | 0 | 151 | 85 | 4 | 0 | false | true | false | false | false | false | zero |
73,741,193 | How can I persist user data on updating/migrating a database? | <p>My database with products (name, price) gets initialized using <code>createFromAsset</code>. This works for static data, however it contains a column <code>Favorite</code> for marking a product as favorite.</p>
<p>The asset I initialize the database with could look like :</p>
<div class="s-table-container">
<table c... | My database with products (name, price) gets initialized using createFromAsset . This works for static data, however it contains a column Favorite for marking a product as favorite. The asset I initialize the database with could look like : Name Price Favorite Product A 5,99 no Product B 6,99 no I want to update the da... | android|database|sqlite|migration|android-room | 0 | 2022-09-16T07:13:21.227Z | 2,022 | 9 | 7 | 4 | 34 | 2 | 1,209 | 61 | 5 | 1 | true | false | false | false | false | false | zero |
73,741,259 | How to get the Android Downloads path for saving files using Flutter? | <p>How to get the visible Android Downloads path for saving files using Flutter? Is this possibly because I am running the app in debug mode from android-studio device manager to a physically connected tablet as opposed to an installed app?</p>
<p>My Flutter app downloads files of any type from an API and I want to sav... | How to get the visible Android Downloads path for saving files using Flutter? Is this possibly because I am running the app in debug mode from android-studio device manager to a physically connected tablet as opposed to an installed app? My Flutter app downloads files of any type from an API and I want to save them in ... | android|flutter | 0 | 2022-09-16T07:19:58.710Z | 2,022 | 9 | 7 | 4 | 51 | 1 | 982 | 69 | 2 | 6 | true | false | false | false | false | false | zero |
73,741,299 | Android 12 "Uploaded an APK which has an activity, activity alias, service or broadcast receiver with intentfilter, but without 'android : exported'" | <p>I've a Xamarin Android app and I'm trying to upload a new version on Google Play Console but I receive following error:</p>
<p>"Uploaded an APK which has an activity, activity alias, service or broadcast receiver with intentfilter, but without 'android : exported' property set"</p>
<p>Here's my androidMani... | I've a Xamarin Android app and I'm trying to upload a new version on Google Play Console but I receive following error: "Uploaded an APK which has an activity, activity alias, service or broadcast receiver with intentfilter, but without 'android : exported' property set" Here's my androidManifest.xml file whe... | android|android-manifest|intentfilter|android-12 | 0 | 2022-09-16T07:23:49.353Z | 2,022 | 9 | 7 | 4 | 37 | 0 | 483 | 149 | 4 | 1 | true | true | false | false | false | false | zero |
73,741,365 | Fragment callback methods called twice after rotating the device | <p>I have following logic in my Activity :</p>
<pre><code>protected abstract val fragment: BaseSearchFragment<T>
override fun onCreate(savedInstanceState: Bundle?) {
...
replaceFragmentInActivity(fragment, R.id.fragment_container)
}
</code></pre>
<p>Now when I rotate the device fragment Callbacks get calle... | I have following logic in my Activity : [CODE] Now when I rotate the device fragment Callbacks get called twice such as onCreate in the fragment, since I replaced the fragment in Activity. I want to use onSaveInstanceState in the fragment, but since it is called twice the logic will not work as expected since for the 2... | android|android-fragments | 0 | 2022-09-16T07:29:29.217Z | 2,022 | 9 | 7 | 4 | 31 | 0 | 794 | 64 | 2 | 5 | true | true | false | false | false | false | zero |
73,741,469 | How to move ImageView when it is clicked in Kotlin? | <p>So I want to have a box that can be moved when we clicked it. The box starts in left top border and when we click it, I want it to move to bottom right border. I thought I have implemented the code correctly but when I run the app and click the box, it didn't move. Where am I missing?</p>
<p>Here's the function to m... | So I want to have a box that can be moved when we clicked it. The box starts in left top border and when we click it, I want it to move to bottom right border. I thought I have implemented the code correctly but when I run the app and click the box, it didn't move. Where am I missing? Here's the function to move the bo... | android|kotlin|imageview|onclicklistener|android-constraintlayout | 0 | 2022-09-16T07:38:31.233Z | 2,022 | 9 | 7 | 4 | 54 | 2 | 367 | 51 | 5 | 2 | true | false | false | false | false | false | zero |
73,741,504 | How do i block certain apps from opening? | <p>I wanted to know if you can block access to certain apps using another app (which I am creating). If so, how can I implement it?</p> | I wanted to know if you can block access to certain apps using another app (which I am creating). If so, how can I implement it? | java|android | -1 | 2022-09-16T07:41:57.653Z | 2,022 | 9 | 7 | 4 | 29 | 0 | 128 | 41 | 2 | 0 | false | true | false | false | false | true | negative |
73,741,523 | How to move an object using buttons in xamarin android? | <p>I'm making a game where you have a plane and you need to control it, nothing complicated.
I want to have two buttons, up and down so when I press up for example the plane will smoothly go up until I release the button.
Currently I have an animation that moves the plane up and down and I trigger the animation when I ... | I'm making a game where you have a plane and you need to control it, nothing complicated. I want to have two buttons, up and down so when I press up for example the plane will smoothly go up until I release the button. Currently I have an animation that moves the plane up and down and I trigger the animation when I pre... | android|xamarin|animation | 0 | 2022-09-16T07:44:23.970Z | 2,022 | 9 | 7 | 4 | 26 | 0 | 461 | 55 | 3 | 1 | true | true | false | false | false | false | zero |
73,741,553 | Cannot send combination key with sendevent command in my android device via ADB | <p>I am struggling on sending combination key like "ctrl" + "a" on my samsung J7 with android 8.1.0.</p>
<p>After finding resources in the Internet, I found some commands that help sending text via ADB such as:</p>
<pre><code>adb shell input keyevent 29 => a
adb shell input text "a" =&g... | I am struggling on sending combination key like "ctrl" + "a" on my samsung J7 with android 8.1.0. After finding resources in the Internet, I found some commands that help sending text via ADB such as: [CODE] However, when I used sendevent to send text "a", it didn't work (The same as "... | android|adb|keyevent | 1 | 2022-09-16T07:46:50.433Z | 2,022 | 9 | 7 | 4 | 36 | 1 | 680 | 79 | 3 | 4 | true | false | false | false | false | false | low |
73,741,616 | How to put bottom navigation bar above the navigation drawer? | <p>I'm new to coding and I want to implement a navigation drawer wherein there is a bottom navigation bar above it not below. I'm making a drawer similar to discord's navigation drawer. Can somebody teach me a few tricks? thankyou</p> | I'm new to coding and I want to implement a navigation drawer wherein there is a bottom navigation bar above it not below. I'm making a drawer similar to discord's navigation drawer. Can somebody teach me a few tricks? thankyou | java|android|android-studio|oop | -1 | 2022-09-16T07:52:56.070Z | 2,022 | 9 | 7 | 4 | 29 | 1 | 227 | 61 | 4 | 0 | false | false | false | false | false | true | negative |
73,741,690 | Filter bluetooth devices with Extended Inquiry Response in Android | <p>I'm trying to filter a set of Bluetooth devices in classic mode when they are only paired to the Android system. I can't find any API to get these extended inquiry responses on Android.
Is there anyone who can help me find any documentation or a sample on this matter?</p>
<p>EDITED</p>
<p>Some information on the ext... | I'm trying to filter a set of Bluetooth devices in classic mode when they are only paired to the Android system. I can't find any API to get these extended inquiry responses on Android. Is there anyone who can help me find any documentation or a sample on this matter? EDITED Some information on the extended inquiry res... | android|bluetooth | 0 | 2022-09-16T08:00:30.010Z | 2,022 | 9 | 8 | 4 | 42 | 1 | 675 | 66 | 2 | 0 | false | false | false | false | false | false | zero |
73,741,701 | Error: Creating a state object during composition without using remember [UnrememberedMutableState from androidx.compose.runtime] | <p>In my code I call a composable function:</p>
<pre><code>ShowSomeComposable(
modifier = Modifier,
isActive = mutableStateOf(true),
)
</code></pre>
<p>and I can compile this and run locally. But the Lint check on my CI system complains:</p>
<blockquote>
<p>myFile.kt:147: Error: Creating a state object during ... | In my code I call a composable function: [CODE] and I can compile this and run locally. But the Lint check on my CI system complains: myFile.kt:147: Error: Creating a state object during composition without using remember [UnrememberedMutableState from androidx.compose.runtime] isActive = mutableStateOf(true), So how c... | kotlin|android-jetpack-compose|android-jetpack | 0 | 2022-09-16T08:01:35.683Z | 2,022 | 9 | 8 | 4 | 22 | 1 | 333 | 129 | 3 | 1 | true | false | false | false | false | false | zero |
73,741,913 | How to fetch image from Google or web and load in App | <p>How to fetch image from Google or any search engine and load in my android application using Java and Android studio.</p>
<p>User will search an image from my app let say actor images. Image will be fetched from search engine and display in my app..</p>
<p>How to do that...</p>
<p><a href="https://i.stack.imgur.com/... | How to fetch image from Google or any search engine and load in my android application using Java and Android studio. User will search an image from my app let say actor images. Image will be fetched from search engine and display in my app.. How to do that... Get image from web and load in an app HERe i search Java an... | python|java|android-studio | 0 | 2022-09-16T08:19:54.680Z | 2,022 | 9 | 8 | 4 | 34 | 0 | 398 | 53 | 3 | 0 | false | true | false | false | false | false | zero |
73,741,953 | How to fully restrict certain countries from being served any Ads via AdMob without requesting new permissions? | <p>I am developing a new iOS/Android App and for legal reasons I need to restrict users in certain countries from being served <strong>any</strong> Ads via AdMob.</p>
<p>I have looked all over AdMob and there does not seem to be any way to 100% restrict a specific country being served Ads which is very strange. Mediat... | I am developing a new iOS/Android App and for legal reasons I need to restrict users in certain countries from being served any Ads via AdMob. I have looked all over AdMob and there does not seem to be any way to 100% restrict a specific country being served Ads which is very strange. Mediation does not seem to be a 10... | android|ios|admob|ads|countries | 1 | 2022-09-16T08:23:19.173Z | 2,022 | 9 | 8 | 4 | 29 | 1 | 2,143 | 111 | 5 | 0 | false | false | false | false | false | false | low |
73,742,007 | custom view with extra string parameters in constructor | <p>How can I passs multiple strings into custom views constructor in android</p>
<pre><code>public DrawSomethingView(Context context, String originalBgPath, String pattern) {}
</code></pre>
<p>and why it forces to do it like that ?</p>
<pre><code>public DrawSomethingView(Context context, AttributeSet S){
</code></pre> | How can I passs multiple strings into custom views constructor in android [CODE] and why it forces to do it like that ? [CODE] | android|kotlin | 0 | 2022-09-16T08:28:40.410Z | 2,022 | 9 | 8 | 4 | 26 | 1 | 126 | 55 | 2 | 2 | true | false | false | false | false | false | zero |
73,742,102 | Implementing platform functionality in a static class - Xamarin.Forms | <p>I am not sure of the terminology for what I'm looking to do, so sorry in advance!</p>
<p>I've found a FilePicker plugin for <code>Xamarin.Forms</code> (<a href="https://github.com/Studyxnet/FilePicker-Plugin-for-Xamarin-and-Windows" rel="nofollow noreferrer">https://github.com/Studyxnet/FilePicker-Plugin-for-Xamarin... | I am not sure of the terminology for what I'm looking to do, so sorry in advance! I've found a FilePicker plugin for Xamarin.Forms ( https://github.com/Studyxnet/FilePicker-Plugin-for-Xamarin-and-Windows ) that implements device-specific functionality for selecting files via the CrossFilePicker class. The way to use le... | android|ios|xamarin.forms|static | 0 | 2022-09-16T08:36:45.107Z | 2,022 | 9 | 8 | 4 | 43 | 0 | 1,776 | 69 | 4 | 3 | true | true | false | false | false | false | zero |
73,742,151 | How can I solve VS Code Gradle Problem on Flutter? | <p>Could not run phased build action using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-7.4-all.zip'.
org.gradle.api.ProjectConfigurationException: A problem occurred configuring root project 'android'.
A problem occurred configuring root project 'android'.
Could not resolve all f... | Could not run phased build action using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-7.4-all.zip'. org.gradle.api.ProjectConfigurationException: A problem occurred configuring root project 'android'. A problem occurred configuring root project 'android'. Could not resolve all file... | java|android|flutter|gradle | 0 | 2022-09-16T08:40:14.493Z | 2,022 | 9 | 8 | 4 | 30 | 0 | 651 | 50 | 4 | 0 | false | true | false | false | false | false | zero |
73,742,226 | How to save and update a state in a foreground service? | <p>I'm trying to make an app on wearOS 3.0 to monitor user exercises. I start from the base project you can find here : <a href="https://github.com/android/health-samples/tree/main/health-services/ExerciseSample" rel="nofollow noreferrer">https://github.com/android/health-samples/tree/main/health-services/ExerciseSampl... | I'm trying to make an app on wearOS 3.0 to monitor user exercises. I start from the base project you can find here : https://github.com/android/health-samples/tree/main/health-services/ExerciseSample In this example, the method bindViewsToService() in ExerciseFragment listens to changes that come from the service. I ad... | android|wear-os|foreground-service | 1 | 2022-09-16T08:45:45.187Z | 2,022 | 9 | 8 | 4 | 27 | 1 | 1,139 | 55 | 3 | 0 | false | false | false | false | false | false | low |
73,742,260 | How to add ViewModel in service using Koin? | <p>I'm new using Koin and I want to know how to use a ViewModel inside a Service. I'm using this ViewModel in an activity and in a fragment and I need to all of this (service, activity and fragment) have the same instance, it is possible?</p> | I'm new using Koin and I want to know how to use a ViewModel inside a Service. I'm using this ViewModel in an activity and in a fragment and I need to all of this (service, activity and fragment) have the same instance, it is possible? | android|kotlin|koin | 0 | 2022-09-16T08:48:14.740Z | 2,022 | 9 | 8 | 4 | 26 | 0 | 235 | 43 | 3 | 0 | false | true | false | false | false | false | zero |
73,742,417 | App keeps crashing after moving to new page | <p>I have the following code in android studio. I would like to move to a new page in android but the app keeps crashing, any idea?</p>
<pre><code>lst1.setOnItemClickListener(new AdapterView.OnItemClickListener() {
@Override
public void onItemClick(AdapterView<?> adapterView, View view, int i, lon... | I have the following code in android studio. I would like to move to a new page in android but the app keeps crashing, any idea? [CODE] | android|android-studio|android-layout | 0 | 2022-09-16T09:01:31.563Z | 2,022 | 9 | 9 | 4 | 55 | 1 | 135 | 43 | 3 | 1 | true | false | false | false | false | false | zero |
73,742,473 | Can Sove this Error FileNotFoundException please? | <p>Execution failed for task ':app:packageDebug'.</p>
<blockquote>
<p>A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable
java.io.FileNotFoundException: C:\Users\HP\AndroidStudioProjects\MyApplication9\app\build\intermediates\incremental\packageDebug\tmp\... | Execution failed for task ':app:packageDebug'. A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable java.io.FileNotFoundException: C:\Users\HP\AndroidStudioProjects\MyApplication9\app\build\intermediates\incremental\packageDebug\tmp\debug\zip-cache\android... | android|android-studio|file|filenotfoundexception | 0 | 2022-09-16T09:07:13.860Z | 2,022 | 9 | 9 | 4 | 40 | 1 | 565 | 49 | 4 | 0 | false | false | false | false | false | false | zero |
73,742,600 | Resources$NotFoundException: Drawable (missing name) with resource ID | <pre><code> Caused by android.content.res.Resources$NotFoundException: Unable to find resource ID #0x7f08012e
at android.content.res.ResourcesImpl.getResourceName(ResourcesImpl.java:253)
at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:760)
at android.content.res.ResourcesImpl.l... | [CODE] I got this as error logs from firebase. It's only happening on Nexus 5X Oreo 8.1 Also the resource for which xml ImageView is searching for is already available in these drawable folders: drawable-hdpi drawable-mdpi drawable-xhdpi drawable-xxhdpi drawable-xxxhdpi Its just a small png icon, so size isn't the issu... | android|android-studio|android-layout | 0 | 2022-09-16T09:18:23.807Z | 2,022 | 9 | 9 | 4 | 33 | 1 | 559 | 69 | 3 | 1 | true | false | false | false | false | false | zero |
73,742,618 | No setPosition(LegendPosition pos) in MPAndroidChart | <p>I am using MPAndroidChart v3.1.0. In this documentation <a href="https://weeklycoding.com/mpandroidchart-documentation/legend/" rel="nofollow noreferrer">https://weeklycoding.com/mpandroidchart-documentation/legend/</a> they mention the <code>setPosition(LegendPosition pos)</code> method but I cannot find the method... | I am using MPAndroidChart v3.1.0. In this documentation https://weeklycoding.com/mpandroidchart-documentation/legend/ they mention the setPosition(LegendPosition pos) method but I cannot find the method while coding. Best regards | android|mpandroidchart | 0 | 2022-09-16T09:19:45.983Z | 2,022 | 9 | 9 | 4 | 18 | 0 | 229 | 52 | 2 | 0 | false | true | false | false | false | false | zero |
73,742,636 | Resolving Flutter HTTP Host Availability | <p>I recently migrated to Linux Ubuntu 22.04. I installed Flutter and Android Studio successfully, but when I try to run a project, it throws an exception error.</p>
<blockquote>
<p>Exception in thread "main" java.net.SocketExpection: Connection reset</p>
</blockquote>
<p>When I also run <code>flutter doctor<... | I recently migrated to Linux Ubuntu 22.04. I installed Flutter and Android Studio successfully, but when I try to run a project, it throws an exception error. Exception in thread "main" java.net.SocketExpection: Connection reset When I also run flutter doctor , the HTTP Host Availability is flagged. Below is ... | android|flutter|dart|ubuntu-22.04 | 0 | 2022-09-16T09:21:02.340Z | 2,022 | 9 | 9 | 4 | 34 | 0 | 432 | 40 | 4 | 1 | true | true | false | false | false | false | zero |
73,742,690 | Dialogflow ES: No fulfillment messages on detected intent (API) | <p>Whenever I make a query to the Dialogflow ES API to test an intent with a custom event named "TEST", Dialogflow is able to link the event with the correct intent.</p>
<p>However, even though the intent is setup with a specific text response, the text response is not returned in the body.</p>
<p>Here is the... | Whenever I make a query to the Dialogflow ES API to test an intent with a custom event named "TEST", Dialogflow is able to link the event with the correct intent. However, even though the intent is setup with a specific text response, the text response is not returned in the body. Here is the request's body I... | json|events|android-intent|dialogflow-es | 0 | 2022-09-16T09:25:10.597Z | 2,022 | 9 | 9 | 4 | 48 | 0 | 617 | 63 | 4 | 2 | true | true | false | false | false | false | zero |
73,742,691 | Run shell script at bootup in AOSP12 (aosp) | <p>I have followed the below link to run the shell script in device bootup time.</p>
<p><a href="https://stackoverflow.com/questions/57370029/run-shell-script-at-boot-in-aosp">Run shell script at boot in AOSP</a>.</p>
<p>Snipped error logs below :</p>
<pre><code>console:/ $ dmesg | grep myservice
... | I have followed the below link to run the shell script in device bootup time. Run shell script at boot in AOSP . Snipped error logs below : [CODE] Can you please help to run the shell script in device bootup time . | shell|android-source|selinux|android-12|rc | 1 | 2022-09-16T09:25:11.307Z | 2,022 | 9 | 9 | 4 | 17 | 0 | 214 | 43 | 5 | 1 | true | true | false | false | false | false | low |
73,742,730 | Why do some android apps have option to show notification number on icon badge and others don't? | <p>Phone specs</p>
<pre><code>Realme 3 Pro
Android 11
</code></pre>
<p>Left one is <code>Whatsapp</code> and right one is <code>Telegram</code>.
<a href="https://i.stack.imgur.com/ups6b.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/ups6b.jpg" alt="enter image description here" /></a></p> | Phone specs [CODE] Left one is Whatsapp and right one is Telegram . | android|notifications | 0 | 2022-09-16T09:29:04.667Z | 2,022 | 9 | 9 | 4 | 24 | 1 | 67 | 96 | 2 | 1 | true | false | false | false | false | false | zero |
73,742,815 | Web APIs are not working after upgrade comiplesdkversion 32 to 33 in android | <p>When i am trying to upgrade compileSdkVersion 32 to 33 and minifyenabled true in release mode web apis are not working. If anyone have solutions please post here. Thanks in advance.</p>
<pre><code>compileSdkVersion 33
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.example.abcd"
minSd... | When i am trying to upgrade compileSdkVersion 32 to 33 and minifyenabled true in release mode web apis are not working. If anyone have solutions please post here. Thanks in advance. [CODE] | java|android|build.gradle | 0 | 2022-09-16T09:35:33.977Z | 2,022 | 9 | 9 | 4 | 28 | 0 | 188 | 76 | 3 | 1 | true | true | false | false | false | false | zero |
73,742,916 | Can I use InlineSuggestionUi in the app or it's only for Password Managers apps? | <p>Recently I found this article where Google introduced
<strong>Auto-fill IME integrations</strong> <a href="https://medium.com/androiddevelopers/whats-new-in-jetpack-1891d205e136#cbe2:%7E:text=Auto%2Dfill%20IME%20integrations" rel="nofollow noreferrer">https://medium.com/androiddevelopers/whats-new-in-jetpack-1891d20... | Recently I found this article where Google introduced Auto-fill IME integrations https://medium.com/androiddevelopers/whats-new-in-jetpack-1891d205e136#cbe2:~:text=Auto%2Dfill%20IME%20integrations They mentioned that: Android 11 introduces platform APIs for keyboards to display autofill suggestions from apps such as pa... | android|android-softkeyboard|autosuggest | 0 | 2022-09-16T09:43:52.097Z | 2,022 | 9 | 9 | 4 | 17 | 0 | 867 | 80 | 3 | 0 | false | true | false | false | false | false | zero |
73,743,099 | Changing between Light/Dark modes doesn't update colors of running app. Theme is applied only after restarting app | <p>Run into strange behaviour when trying to add support for dark theme in existing app.</p>
<p>I added <code>values-night</code> folder where I added new <code>colors.xml</code> with different hex for dark mode. Then I extended from <code>Theme.MaterialComponents.DayNight.NoActionBar</code> in AppTheme.</p>
<p>When ru... | Run into strange behaviour when trying to add support for dark theme in existing app. I added values-night folder where I added new colors.xml with different hex for dark mode. Then I extended from Theme.MaterialComponents.DayNight.NoActionBar in AppTheme. When running the app it takes correct colors depending on the t... | android|android-context|darkmode|android-dark-theme | 1 | 2022-09-16T09:58:28.767Z | 2,022 | 9 | 9 | 4 | 27 | 0 | 1,262 | 114 | 4 | 1 | true | true | false | false | false | false | low |
73,743,136 | react-native-iap - getSubscriptions returns empty array | <p>I'm using <a href="https://github.com/dooboolab/react-native-iap" rel="nofollow noreferrer">react-native-iap</a> for in-app purchase. But when I'm calling the getSubscriptions I'm getting back an empty array. Everything works correctly for iOS.</p>
<p>I have read several forums and tested almost every solution there... | I'm using react-native-iap for in-app purchase. But when I'm calling the getSubscriptions I'm getting back an empty array. Everything works correctly for iOS. I have read several forums and tested almost every solution there is but nothing seems to work. Version react-native-iap 10.0.6 also tested on 11.0.0 and 10.0.1 ... | android|reactjs|react-native|in-app-purchase|react-native-iap | 0 | 2022-09-16T10:01:26.757Z | 2,022 | 9 | 10 | 4 | 46 | 1 | 1,165 | 55 | 5 | 0 | false | false | false | false | false | false | zero |
73,743,220 | Flutter digital wellbeing app, how to block other apps from being opened? | <p>How can I prevent other apps from being opened, for example, if DateTime is below 5 pm, flutter will block Youtube from being opened.</p>
<p>Is this possible in a framework like flutter or does it need to be native?</p> | How can I prevent other apps from being opened, for example, if DateTime is below 5 pm, flutter will block Youtube from being opened. Is this possible in a framework like flutter or does it need to be native? | android|flutter | 0 | 2022-09-16T10:10:05.123Z | 2,022 | 9 | 10 | 4 | 14 | 0 | 208 | 73 | 2 | 0 | false | true | false | false | false | false | zero |
73,743,237 | Need to make a particular filter on a list (Android Kotlin) | <p>I have 2 lists with 2 differents Object.</p>
<p>First list ==>
data class ObjectA (
val id: String?,
val label: String?,
val dueDate: LocalDate?
)</p>
<p>And
Second list ==>
data class ObjectB (
val id: String = "",
val clientLabel: String = "",
val productLabel: String = "",
val ... | I have 2 lists with 2 differents Object. First list ==> data class ObjectA ( val id: String?, val label: String?, val dueDate: LocalDate? ) And Second list ==> data class ObjectB ( val id: String = "", val clientLabel: String = "", val productLabel: String = "", val amount: ColoredAmount )... | android|kotlin|filter|collections | 0 | 2022-09-16T10:11:15.167Z | 2,022 | 9 | 10 | 4 | 34 | 1 | 500 | 59 | 4 | 0 | false | false | false | false | false | false | zero |
73,743,277 | How I can clear data of viewmodel while navigate back in compose android | <p>I am using Compose and dagger</p>
<p>I declared viewmodels in activity and passed it to compose screens.</p>
<p>I have two screens A & B.</p>
<p>Problem :- A -> B -> A(by pressing back) -> B(here need fresh value but getting old data from viewmodel)</p>
<p>How can I clear data from view model ?</p>
<p>C... | I am using Compose and dagger I declared viewmodels in activity and passed it to compose screens. I have two screens A & B. Problem :- A -> B -> A(by pressing back) -> B(here need fresh value but getting old data from viewmodel) How can I clear data from view model ? Code MainActivity [CODE] App Nav [CODE] Screen A [CO... | android|kotlin|android-jetpack-compose | 0 | 2022-09-16T10:14:56.153Z | 2,022 | 9 | 10 | 4 | 29 | 1 | 440 | 72 | 3 | 5 | true | false | false | false | false | false | zero |
73,743,288 | Remove "Scan a new card" Prompt in EditText android studio | <p>I have an EditText which is designed to take only numerical values, however each time I focus on the EditText, the "Scan a new card" prompt pops up, which I'd like to get rid of. Is there any way to get rid of this prompt? This is my EditText XML code.</p>
<pre><code> <EditText
... | I have an EditText which is designed to take only numerical values, however each time I focus on the EditText, the "Scan a new card" prompt pops up, which I'd like to get rid of. Is there any way to get rid of this prompt? This is my EditText XML code. [CODE] enter image description here | android | 0 | 2022-09-16T10:15:42.847Z | 2,022 | 9 | 10 | 4 | 25 | 0 | 298 | 58 | 1 | 1 | true | true | false | false | false | false | zero |
73,743,287 | Ktor client (submitFormWithBinaryData) failed to upload a single image | <p>I'm trying to upload an image via KtorClient and it results in the following exception.</p>
<pre><code>Serializer for class 'MultiPartFormDataContent' is not found.
Mark the class as @Serializable or provide the serializer explicitly.
</code></pre>
<p>This is how I get the image in a Jetpack Composable.</p>
<pre... | I'm trying to upload an image via KtorClient and it results in the following exception. [CODE] This is how I get the image in a Jetpack Composable. [CODE] This is how I convert the bitmap into byte arrays. [CODE] This is the upload function. The exception occurred inside the formData block. [CODE] Is this issue related... | android|kotlin|android-jetpack-compose|ktor|ktor-client | 0 | 2022-09-16T10:15:42.903Z | 2,022 | 9 | 10 | 4 | 19 | 0 | 413 | 70 | 5 | 4 | true | true | false | false | false | false | zero |
73,743,409 | How to get DeviceId for new enrolled Android devices inside EMM through Android Management APIs without pubsub? | <p>Want deviceId for enrolled devices through AMA API. Enrolling group of devices through same token id. How do we get deviceId's?</p> | Want deviceId for enrolled devices through AMA API. Enrolling group of devices through same token id. How do we get deviceId's? | android-management-api | 0 | 2022-09-16T10:25:34.323Z | 2,022 | 9 | 10 | 4 | 19 | 1 | 127 | 111 | 1 | 0 | false | false | false | false | false | false | zero |
73,743,415 | How to convert android color to compose color | <p>I want to convert Android color to Compose color. But I don't know how.</p>
<p>I used these code but these codes have Error and my App crashes.</p>
<pre><code>val currColor = task.startDate.time.toColor()
var test = lerp(Color.Red,Color.Blue,265f)
</code></pre>
<p>And</p>
<pre><code>var test = Color(ArgbEvaluator().... | I want to convert Android color to Compose color. But I don't know how. I used these code but these codes have Error and my App crashes. [CODE] And [CODE] I checked that link too. How to convert android.graphics.Color to androidx.compose.ui.graphics.Color So how can I convert android.graphics.color to androidx.compose.... | android|kotlin|android-jetpack-compose | 0 | 2022-09-16T10:26:14.510Z | 2,022 | 9 | 10 | 4 | 48 | 2 | 339 | 45 | 3 | 2 | true | false | false | false | false | false | zero |
73,743,486 | how to upgrade android sdk version by command line | <p>i am new to Android development and i want to upgrade my android sdk version from 32.1.0-rc1 to 33.0.0-rc2.
And i have another question what is the difference between compileSdkVersion and targetSdkVersion on the file build.gradle on flutter ?</p> | i am new to Android development and i want to upgrade my android sdk version from 32.1.0-rc1 to 33.0.0-rc2. And i have another question what is the difference between compileSdkVersion and targetSdkVersion on the file build.gradle on flutter ? | android|flutter | 0 | 2022-09-16T10:33:21.600Z | 2,022 | 9 | 10 | 4 | 41 | 1 | 243 | 50 | 2 | 0 | false | false | false | false | false | false | zero |
73,743,526 | System.BadImageFormatException: Invalid number of sections in declared in PE header | <p>I've newly shifted over to developing MAUI Apps and right off the bat, when I create the default MAUI Project and try to execute it on an Android Emulator, I get the following Error:</p>
<blockquote>
<p>Severity Code Description Project Path File Line Suppression State
Error XAPRAS7000 System.BadImageF... | I've newly shifted over to developing MAUI Apps and right off the bat, when I create the default MAUI Project and try to execute it on an Android Emulator, I get the following Error: Severity Code Description Project Path File Line Suppression State Error XAPRAS7000 System.BadImageFormatException: Invalid number of sec... | android|xamarin|android-emulator|maui|.net-maui | 0 | 2022-09-16T10:36:38.330Z | 2,022 | 9 | 10 | 4 | 38 | 0 | 1,591 | 83 | 5 | 0 | false | true | false | false | false | false | zero |
73,743,743 | Android TV App : Getting reviewed for app with device code based login | <p>I have published on Android App in Play Store. The app is rejected for TV stating with this message:</p>
<blockquote>
<p>In order for us to review your app for compliance with Developer
Program Policies, we will need you to provide valid login credentials
for your app bundle 7. If users need credentials to access yo... | I have published on Android App in Play Store. The app is rejected for TV stating with this message: In order for us to review your app for compliance with Developer Program Policies, we will need you to provide valid login credentials for your app bundle 7. If users need credentials to access your app, please provide ... | android|google-play|android-tv | 0 | 2022-09-16T10:55:11.520Z | 2,022 | 9 | 10 | 4 | 26 | 0 | 1,445 | 70 | 3 | 0 | false | true | false | false | false | false | zero |
73,743,876 | How to fetch data from recyclerview without click | <p>I have images in my recyclerview and used adapter I want to fetch the image_id of first image from adapter without click on item I just displayed them in a list and want to fetch image id of first image</p>
<p>this is my recyclerinterface class</p>
<pre><code>public interface RecyclerViewClickInterface {
void onItem... | I have images in my recyclerview and used adapter I want to fetch the image_id of first image from adapter without click on item I just displayed them in a list and want to fetch image id of first image this is my recyclerinterface class [CODE] } this is my activity want to get image_id of first image in list here how ... | android|adapter | 0 | 2022-09-16T11:07:16.380Z | 2,022 | 9 | 11 | 4 | 40 | 1 | 425 | 49 | 2 | 3 | true | false | false | false | false | false | zero |
73,743,877 | Exception in plugin Android | <p>I got this fatal error , when I was trying to import opencv module to my project.
Even Gradle sync is finished successfully,
I have also tried invalidate cache and restart but it does not solved anything.
And also went through some stackoverflow's solutions that too didn't work.</p>
<p>please help me finding the sol... | I got this fatal error , when I was trying to import opencv module to my project. Even Gradle sync is finished successfully, I have also tried invalidate cache and restart but it does not solved anything. And also went through some stackoverflow's solutions that too didn't work. please help me finding the solution. Err... | android|gradle|nullpointerexception|fatal-error | 0 | 2022-09-16T11:07:16.567Z | 2,022 | 9 | 11 | 4 | 56 | 1 | 371 | 27 | 4 | 3 | true | false | false | false | false | false | zero |
73,743,931 | Add multiple deeplinks with different launch mode in react native | <p>In my react native application I want to create deeplinks with different launch mode. One deeplink with single instance and one with single task. Now how can I achieve in this android manifest.xml file in react native project</p> | In my react native application I want to create deeplinks with different launch mode. One deeplink with single instance and one with single task. Now how can I achieve in this android manifest.xml file in react native project | android|reactjs|react-native|deep-linking | 0 | 2022-09-16T11:11:26.103Z | 2,022 | 9 | 11 | 4 | 21 | 0 | 225 | 65 | 4 | 0 | false | true | false | false | false | false | zero |
73,744,008 | How to Cast Big video from android device to TV programmatically? | <p>I am trying to <strong>Cast</strong> my files (Video/Images etc etc..) <strong>Android Device to TV</strong>. The small size videos are cast successfully mobile to tv but the huge size files are not its showing error while cast time.</p>
<p>I added code example and error screenshot to below. please let me know if do... | I am trying to Cast my files (Video/Images etc etc..) Android Device to TV . The small size videos are cast successfully mobile to tv but the huge size files are not its showing error while cast time. I added code example and error screenshot to below. please let me know if do you have a idea on that type of issue. Tha... | java|android|video-streaming|server-error|screencast | 0 | 2022-09-16T11:19:10.740Z | 2,022 | 9 | 11 | 4 | 67 | 0 | 387 | 65 | 5 | 2 | true | true | false | false | false | false | zero |
73,744,130 | How to replace use case on camerax camera provider | <p>On cameraX documentation is following rule:
<code>Preview + VideoCapture + ImageAnalysis + ImageCapture</code>: not supported.</p>
<p>But I need to detect faces than <em>capture</em> image & cut face image, after that <em>record</em> video for <strong>5 seconds</strong>.</p>
<p>I seen camera apps that can captur... | On cameraX documentation is following rule: Preview + VideoCapture + ImageAnalysis + ImageCapture : not supported. But I need to detect faces than capture image & cut face image, after that record video for 5 seconds . I seen camera apps that can capture image during video record. Here is my code: [CODE] cameraProvider... | java|android|kotlin|android-camerax | 0 | 2022-09-16T11:28:38.350Z | 2,022 | 9 | 11 | 4 | 27 | 1 | 381 | 50 | 4 | 1 | true | false | false | false | false | false | zero |
73,744,180 | AWSMobileClient: signalTokensNotAvailable System.err: java.lang.Exception: No cached session | <p>When I tired to send the IdToken to api using below code but AWSMobileClient.getInstance().getTokens().getIdToken().getTokenString() gives below error when token expires.
try {
headers.put(AUTHORIZATION, Constants.BEARER_TAG + AWSMobileClient.getInstance().getTokens().getIdToken().getTokenString());
} catch (Except... | When I tired to send the IdToken to api using below code but AWSMobileClient.getInstance().getTokens().getIdToken().getTokenString() gives below error when token expires. try { headers.put(AUTHORIZATION, Constants.BEARER_TAG + AWSMobileClient.getInstance().getTokens().getIdToken().getTokenString()); } catch (Exception ... | android | 0 | 2022-09-16T11:31:43.300Z | 2,022 | 9 | 11 | 4 | 12 | 0 | 599 | 92 | 1 | 0 | false | true | false | false | false | false | zero |
73,744,190 | Control to present list of two-views pairs with flexible columns width | <p>I want to create a reusable control to present list of two-views pairs. I want to be able to addd different number of such pairs programatically. Views in first column should be aligned to start and views in second column should be aligned to end. For example let's assume we want to present pairs label and value so ... | I want to create a reusable control to present list of two-views pairs. I want to be able to addd different number of such pairs programatically. Views in first column should be aligned to start and views in second column should be aligned to end. For example let's assume we want to present pairs label and value so we ... | android|android-layout|xamarin.android | 0 | 2022-09-16T11:32:17.960Z | 2,022 | 9 | 11 | 4 | 36 | 0 | 1,223 | 70 | 3 | 5 | true | true | false | false | false | false | zero |
73,744,205 | How much wifi data does crdroid 6 use? | <p>I live in Egypt where wifi data plaes are limited, I have a 200gb wifi plane that I share with my family, with everyone having 60gb to do anything with for the whole month</p>
<p>What I need to know is how much the download will take, is it 30,40 even 70gb?</p> | I live in Egypt where wifi data plaes are limited, I have a 200gb wifi plane that I share with my family, with everyone having 60gb to do anything with for the whole month What I need to know is how much the download will take, is it 30,40 even 70gb? | android-source | 0 | 2022-09-16T11:33:01.680Z | 2,022 | 9 | 11 | 4 | 11 | 0 | 250 | 38 | 1 | 0 | false | true | false | false | false | false | zero |
73,744,213 | Designing options for Android | <p>I have a question regarding design and animations in android studio. I have been looking for options for designs and want to be able to create a sort of question based neural network, where every questioned answered will open up a branch with another question. Is this possible in Android studio, for example using Ca... | I have a question regarding design and animations in android studio. I have been looking for options for designs and want to be able to create a sort of question based neural network, where every questioned answered will open up a branch with another question. Is this possible in Android studio, for example using Canva... | android|animation|canvas|material-design | -1 | 2022-09-16T11:34:07.150Z | 2,022 | 9 | 11 | 4 | 20 | 0 | 480 | 29 | 4 | 0 | false | true | false | false | false | true | negative |
73,744,423 | In .net Maui android I need when airplane mode change toast a message on app | <p>This is my code in MauiProgram.cs but when I change airplane Mode nothing happens and 'OnReceive' is not called, is there any suggestion?
this is my first app on Maui and I am not familiar with it
In .net Maui android I need when airplane mode change toast a message on app</p>
<pre><code>public static class MauiPro... | This is my code in MauiProgram.cs but when I change airplane Mode nothing happens and 'OnReceive' is not called, is there any suggestion? this is my first app on Maui and I am not familiar with it In .net Maui android I need when airplane mode change toast a message on app [CODE] | c#|android|broadcastreceiver|android-lifecycle|.net-maui | 0 | 2022-09-16T11:52:09.687Z | 2,022 | 9 | 11 | 4 | 29 | 0 | 280 | 76 | 5 | 1 | true | true | false | false | false | false | zero |
73,744,456 | Kotlin multiplatform for developing Mobile SDK? | <p>I am building a <strong>mobile and web SDK</strong> to consume our platform API (s). We are a very small team and do not want to depend on multiple mobile and web platforms.</p>
<p>I was reading about <code>kotlin multiplatform</code> and using the official guidance, we can achieve interoperability (IMO) in terms of... | I am building a mobile and web SDK to consume our platform API (s). We are a very small team and do not want to depend on multiple mobile and web platforms. I was reading about kotlin multiplatform and using the official guidance, we can achieve interoperability (IMO) in terms of writing a single code base and a plug-i... | android|ios|react-native|kotlin|kotlin-multiplatform | 1 | 2022-09-16T11:55:02.910Z | 2,022 | 9 | 11 | 4 | 46 | 1 | 568 | 47 | 5 | 0 | false | false | false | false | false | false | low |
73,744,513 | Multi Select Input Widget which run in Simulator work fine but in ios device it show grey color what is problem | <p>Multi Select Input Widget which run in Simulator work fine but in ios device it show grey colour what is problem</p> | Multi Select Input Widget which run in Simulator work fine but in ios device it show grey colour what is problem | android|ios|flutter|dart | 0 | 2022-09-16T11:58:43.480Z | 2,022 | 9 | 11 | 4 | 10 | 0 | 112 | 111 | 4 | 0 | false | true | false | false | false | false | zero |
73,744,521 | How to overlay layoutinflater dialog hide status bar and navigation bar and display in fullscreen in android | <blockquote>
<p><strong>Problem:</strong> I'm showing a Dialog that I want in full screen but the status bar and navigation bar are limiting so how do I make it full screen
how to hide all the bar and make it full screen</p>
</blockquote>
<p><strong>Problem:</strong> I'm showing a Dialog that I want in full screen but ... | Problem: I'm showing a Dialog that I want in full screen but the status bar and navigation bar are limiting so how do I make it full screen how to hide all the bar and make it full screen Problem: I'm showing a Dialog that I want in full screen but the status bar and navigation bar are limiting so how do I make it full... | android|window|statusbar|layout-inflater|android-fullscreen | 0 | 2022-09-16T11:59:21.670Z | 2,022 | 9 | 11 | 4 | 20 | 0 | 498 | 108 | 5 | 1 | true | true | false | false | false | false | zero |
73,744,595 | Transfer logs from Android to App Center or Application Insights | <p>I'm using App Center Android SDK v4.4.5 in custom native Android code within a React Native application. I've integrated it successfully which I can observe from logcat. Also, I'm able to see the device/session data and track events in App Center.</p>
<p>My main use case is, apart from tracking errors, to transfer l... | I'm using App Center Android SDK v4.4.5 in custom native Android code within a React Native application. I've integrated it successfully which I can observe from logcat. Also, I'm able to see the device/session data and track events in App Center. My main use case is, apart from tracking errors, to transfer logs from a... | java|android|react-native|azure-application-insights|visual-studio-app-center | 0 | 2022-09-16T12:05:10.087Z | 2,022 | 9 | 12 | 4 | 26 | 0 | 1,063 | 64 | 5 | 0 | false | true | false | false | false | false | zero |
73,744,849 | Flutter Plugin migrating to supports the Android V2 embedding | <p>I work on a Flutter mobile app project and we use <a href="https://github.com/jonasbark/flutter_stripe_payment" rel="nofollow noreferrer">flutter_stripe_payment</a> plugin there. But author doesn't support it anymore and we facing the issue when trying to upgrade flutter higher that 2.2.3</p>
<pre><code> The plug... | I work on a Flutter mobile app project and we use flutter_stripe_payment plugin there. But author doesn't support it anymore and we facing the issue when trying to upgrade flutter higher that 2.2.3 [CODE] I forked the library repository and applied migration steps and replaced the link in yaml file to [CODE] But I'm st... | android|flutter|plugins|stripe-payments | 0 | 2022-09-16T12:29:50.907Z | 2,022 | 9 | 12 | 4 | 29 | 0 | 653 | 61 | 4 | 2 | true | true | false | false | false | false | zero |
73,744,869 | How to initialize ViewModel when using Dagger? | <p>I'm starting to learn dagger. I try to get a string from the ViewModel, an error occurs:</p>
<pre><code> FATAL EXCEPTION: main
Process: com.sem.daggersimple, PID: 7882
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sem.daggersimple/com.sem.daggersimple.presentation.M... | I'm starting to learn dagger. I try to get a string from the ViewModel, an error occurs: [CODE] MainActivity : [CODE] StringFragment : [CODE] StringRepository : [CODE] StringUseCase : [CODE] StringViewModel : [CODE] App : [CODE] AppComponent : [CODE] AppModule : [CODE] activity_main.xml : [CODE] fragment_string.xml : [... | android|kotlin|mvvm|viewmodel|dagger-2 | 0 | 2022-09-16T12:32:30.590Z | 2,022 | 9 | 12 | 4 | 40 | 1 | 347 | 46 | 5 | 11 | true | false | false | false | false | false | zero |
73,744,891 | How do I upgrade the Android version of AVD? | <p>I am testing an android application in Android Studio and the scenario is when the user upgrades from Android 12 -> 13 when the app is already installed.
As such, I need to run an emulator with API level 31, install and log into my app and then upgrade the API level 33 of the emulator
However, the 'Change...' but... | I am testing an android application in Android Studio and the scenario is when the user upgrades from Android 12 -> 13 when the app is already installed. As such, I need to run an emulator with API level 31, install and log into my app and then upgrade the API level 33 of the emulator However, the 'Change...' button in... | android|android-studio|android-tiramisu | 0 | 2022-09-16T12:33:36.140Z | 2,022 | 9 | 12 | 4 | 17 | 0 | 471 | 44 | 3 | 0 | false | true | false | false | false | false | zero |
73,744,926 | Room auto migration: Migration didn't properly handle: | <p>I am using room library in my app. I added new column in my entity witch holds list of object. Room can't after migrate this entity. In android studio I got error message Migration didn't properly handle: EntityName. Android studio returns two type of table expected and found.
In found table I did't find my new colu... | I am using room library in my app. I added new column in my entity witch holds list of object. Room can't after migrate this entity. In android studio I got error message Migration didn't properly handle: EntityName. Android studio returns two type of table expected and found. In found table I did't find my new column.... | android-room | 0 | 2022-09-16T12:37:46.063Z | 2,022 | 9 | 12 | 4 | 12 | 0 | 399 | 54 | 1 | 0 | false | true | false | false | false | false | zero |
73,744,958 | Change generic font for android | <p>I developed a multilingual application for android with kotlin and jetpack compose where you can see the mix of two language words in this application.</p>
<p>Well, I implemented different fonts to change the application language and show the whole application in the selected language.</p>
<p>My problem is where tha... | I developed a multilingual application for android with kotlin and jetpack compose where you can see the mix of two language words in this application. Well, I implemented different fonts to change the application language and show the whole application in the selected language. My problem is where that I have a mix of... | java|android|kotlin|fonts|android-jetpack-compose | 0 | 2022-09-16T12:40:38.753Z | 2,022 | 9 | 12 | 4 | 36 | 0 | 620 | 31 | 5 | 0 | false | true | false | false | false | false | zero |
73,745,021 | Pinch interface that connects the displays of multiple devices simultaneously | <p>I want to implement Pinch interface that connects the displays of multiple devices simultaneously
here is the concept video.</p>
<p><a href="https://i.stack.imgur.com/dVvYr.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/dVvYr.jpg" alt="enter image description here" /></a>
<a href="https://www.you... | I want to implement Pinch interface that connects the displays of multiple devices simultaneously here is the concept video. https://www.youtube.com/watch?v=jRGLkj-PsCc I am unable to get any clue to start. Is there any one that can help me to implement for Android Devices. | java|android|kotlin|oop | 1 | 2022-09-16T12:46:33.117Z | 2,022 | 9 | 12 | 4 | 10 | 0 | 274 | 77 | 4 | 0 | false | true | false | false | false | false | low |
73,745,043 | How do I remove the Trojan android warning? | <p>I created a simple application, added a couple of widgets and a firebase. Then I bild the app. Running it on my phone, I saw a warning that my app was infected with a trojan. What to do?<a href="https://i.stack.imgur.com/mtCTj.jpg" rel="nofollow noreferrer">Notification on my phone</a></p>
<p><a href="https://i.stac... | I created a simple application, added a couple of widgets and a firebase. Then I bild the app. Running it on my phone, I saw a warning that my app was infected with a trojan. What to do? Notification on my phone | java|firebase|android-studio | 0 | 2022-09-16T12:47:37.580Z | 2,022 | 9 | 12 | 4 | 36 | 0 | 211 | 43 | 3 | 0 | false | true | false | false | false | false | zero |
73,745,054 | Jetpack Compose How to access dependency injected view model from everywhere without sending the view model as a parameter? | <p>I am currently developing a customized PopupView to behave like ModalBottomSheetLayout but more manageable and advanced. I want to be able to access this PopupManager class from anywhere without passing it as a parameter to other functions so that the structure I will create is more robust and more manageable. Here ... | I am currently developing a customized PopupView to behave like ModalBottomSheetLayout but more manageable and advanced. I want to be able to access this PopupManager class from anywhere without passing it as a parameter to other functions so that the structure I will create is more robust and more manageable. Here is ... | android|kotlin|android-jetpack-compose|android-viewmodel|dagger-hilt | 0 | 2022-09-16T12:48:12.273Z | 2,022 | 9 | 12 | 4 | 38 | 2 | 919 | 123 | 5 | 2 | true | false | false | false | false | false | zero |
73,745,092 | Unity & Android - Working with one file on few apps | <p>I am working with Unity 2021.3.4f1.
Platform target: Android 11.</p>
<p>Aim:
I want to create/delete/append/read data from one file stored in public folder (eg. <code>Download</code>) by few applications.</p>
<p>Problem:
If I create a file in AppA then I can't read/write data on this file from AppB. I get an error:<... | I am working with Unity 2021.3.4f1. Platform target: Android 11. Aim: I want to create/delete/append/read data from one file stored in public folder (eg. Download ) by few applications. Problem: If I create a file in AppA then I can't read/write data on this file from AppB. I get an error: [CODE] Everything works fine ... | android|file|unity3d | 2 | 2022-09-16T12:50:56.810Z | 2,022 | 9 | 12 | 4 | 55 | 0 | 996 | 51 | 3 | 3 | true | true | false | false | false | false | low |
73,745,094 | Broadcast set for ActivityRecognition is triggering without any activity | <p>I have implemented feature for Android Watch app to detect the start & end of user Running Activity using Google <a href="https://developer.android.com/codelabs/activity-recognition-transition#1" rel="nofollow noreferrer">ActivityRecognition</a> API . The App able to detect the start and stop of running activit... | I have implemented feature for Android Watch app to detect the start & end of user Running Activity using Google ActivityRecognition API . The App able to detect the start and stop of running activity but randomly broadcast set of ActivityRecognition is triggering without any activity. This activity recognition should ... | android|wear-os|activity-recognition|android-watch | 0 | 2022-09-16T12:51:00.263Z | 2,022 | 9 | 12 | 4 | 19 | 0 | 530 | 72 | 4 | 2 | true | true | false | false | false | false | zero |
73,745,108 | when i try to open terminal in android studio it stucks every time | <p><a href="https://i.stack.imgur.com/fmEO0.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/fmEO0.png" alt="enter image description here" /></a></p>
<p>every time I try to open the terminal in the android studio it gets stuck every time and crashes the terminal. if anyone knows. help me with that. th... | every time I try to open the terminal in the android studio it gets stuck every time and crashes the terminal. if anyone knows. help me with that. thanks!! | android|flutter|terminal | 0 | 2022-09-16T12:52:18.187Z | 2,022 | 9 | 12 | 4 | 30 | 0 | 155 | 66 | 3 | 0 | false | true | false | false | false | false | zero |
73,745,118 | Facebook Mobile only shows limited FB Page | <p>If i'm opening <a href="https://www.facebook.com/www.lambert.at" rel="nofollow noreferrer">https://www.facebook.com/www.lambert.at</a> on any mobile phone, fb redirects to <a href="https://m.facebook.com/www.lambert.at" rel="nofollow noreferrer">https://m.facebook.com/www.lambert.at</a> and shows a very limited vers... | If i'm opening https://www.facebook.com/www.lambert.at on any mobile phone, fb redirects to https://m.facebook.com/www.lambert.at and shows a very limited version of the page with only very basic informations (about) - one has to log in to see more. All other publib fb pages I know show a much more complete mobile vers... | android|ios|facebook|mobile|facebook-page | 0 | 2022-09-16T12:53:22.967Z | 2,022 | 9 | 12 | 4 | 17 | 0 | 532 | 42 | 5 | 0 | false | true | false | false | false | false | zero |
73,745,137 | Better player issue in flutter | <p>I have used <strong>better player</strong> lib as a video player but am not able to play videos more than 4 then after getting this error.</p>
<p>Caused by: com.google.android.exoplayer2.mediacodec.MediaCodecRenderer$DecoderInitializationException: Decoder init failed: OMX.qcom.video.decoder.avc, Format(1, null, nul... | I have used better player lib as a video player but am not able to play videos more than 4 then after getting this error. Caused by: com.google.android.exoplayer2.mediacodec.MediaCodecRenderer$DecoderInitializationException: Decoder init failed: OMX.qcom.video.decoder.avc, Format(1, null, null, video/avc, avc1.640028, ... | android|flutter|flutter-dependencies|flutter-test|exoplayer | 0 | 2022-09-16T12:54:37.777Z | 2,022 | 9 | 12 | 4 | 14 | 0 | 541 | 30 | 5 | 0 | false | true | false | false | false | false | zero |
73,745,140 | Android Studio - How to Remove YouTubePlayerListener (PierfrancescoSoffritti) | <p>How am I able to remove YouTubePlayerListener in YouTubePlayerView?
Im using the <strong>YouTube Player</strong> of <em>PierfrancescoSoffritti</em>
this is GitHub link: <a href="https://github.com/PierfrancescoSoffritti/android-youtube-player#youtubeplayerlistener" rel="nofollow noreferrer">https://github.com/Pierfr... | How am I able to remove YouTubePlayerListener in YouTubePlayerView? Im using the YouTube Player of PierfrancescoSoffritti this is GitHub link: https://github.com/PierfrancescoSoffritti/android-youtube-player#youtubeplayerlistener No matter how hard I try to understand it Im so confuse what to put inside the parenthesis... | android|android-studio|youtube|android-youtube-api | 0 | 2022-09-16T12:54:52.267Z | 2,022 | 9 | 12 | 4 | 36 | 1 | 468 | 77 | 4 | 1 | true | false | false | false | false | false | zero |
73,745,145 | Why is my Stopwatch in Android running very slow? | <p>i tried to create a custom stopwatch application updating time every 10 miliseconds (Format: hh:mm:ss:cs (centiseconds)). The problem is that every 10 seconds in real life, only ~6 seconds passes in my stopwatch.
I am using handler.postDelayed(Runnable, 10) to update UI. What is wrong with my code?</p>
<pre class="l... | i tried to create a custom stopwatch application updating time every 10 miliseconds (Format: hh:mm:ss:cs (centiseconds)). The problem is that every 10 seconds in real life, only ~6 seconds passes in my stopwatch. I am using handler.postDelayed(Runnable, 10) to update UI. What is wrong with my code? [CODE] [CODE] [CODE] | java|android|timer|android-handler|stopwatch | 0 | 2022-09-16T12:55:31.727Z | 2,022 | 9 | 12 | 4 | 31 | 0 | 320 | 49 | 5 | 3 | true | true | false | false | false | false | zero |
73,745,289 | How can I expose managed configuration in an app uploaded to the Google Play Store? | <p>I have created an Android app and followed the instructions within <a href="https://developer.android.com/work/managed-configurations" rel="nofollow noreferrer">https://developer.android.com/work/managed-configurations</a> to set up Managed Configurations, as this app is intended to be deployed via an MDM/EMM using ... | I have created an Android app and followed the instructions within https://developer.android.com/work/managed-configurations to set up Managed Configurations, as this app is intended to be deployed via an MDM/EMM using Managed Google Play. However, when I upload the app it doesn't appear to recognize that the managed c... | android|google-play | 0 | 2022-09-16T13:07:23.407Z | 2,022 | 9 | 13 | 4 | 22 | 0 | 846 | 83 | 2 | 0 | false | true | false | false | false | false | zero |
73,745,292 | How to keep a user signed in for a app session | <p>I have an app that the user has to enter a pin to gain access to the app when they open the app.</p>
<p>I would like guidence on how to approach this.</p>
<p>I will have a room DB with the multiple users pin codes, and when a user opens the app they should enter the pin to get access.</p>
<p>How do I implement this ... | I have an app that the user has to enter a pin to gain access to the app when they open the app. I would like guidence on how to approach this. I will have a room DB with the multiple users pin codes, and when a user opens the app they should enter the pin to get access. How do I implement this into the whole app that ... | android|kotlin | -1 | 2022-09-16T13:07:37.547Z | 2,022 | 9 | 13 | 4 | 23 | 0 | 407 | 46 | 2 | 0 | false | true | false | false | false | true | negative |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.