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,148,381 | Android WebView opens it shows [AUX]GuiExtAuxCheckAuxPath:663 error in Logcat | <p>When WebView got visible it continuously shows <code>[AUX]</code> error. The full error shown as</p>
<pre><code>E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:663: Null anb
</code></pre>
<p>Can anyone please help me to find the cause of this issue?.</p>
<p>Thanks!</p> | When WebView got visible it continuously shows [AUX] error. The full error shown as [CODE] Can anyone please help me to find the cause of this issue?. Thanks! | android|webview | 1 | 2022-07-28T06:47:52.283Z | 2,022 | 7 | 6 | 3 | 147 | 0 | 158 | 77 | 2 | 1 | true | true | false | false | false | false | low |
73,148,450 | Can andoird bluetooth api scan BLE device when the broadcast channel wasn't at 37,38,39 | <p>So I had a Nordic nrf52840 using the example periodic_adv in nrf connect sdk v2.0.0, and I wrote an app using android bluetooth api. I can't find my device, but I can find some device then I look up in wireshark sniffer to check what's the diffrence, I found out that the device I can find broadcast at channel 37,38,... | So I had a Nordic nrf52840 using the example periodic_adv in nrf connect sdk v2.0.0, and I wrote an app using android bluetooth api. I can't find my device, but I can find some device then I look up in wireshark sniffer to check what's the diffrence, I found out that the device I can find broadcast at channel 37,38,39 ... | android|bluetooth|bluetooth-lowenergy | 0 | 2022-07-28T06:52:43.040Z | 2,022 | 7 | 6 | 3 | 26 | 1 | 461 | 87 | 3 | 1 | true | false | false | false | false | false | zero |
73,148,478 | We need to encrypt a product serial number, which has to be decrypted in an App | <p>We have a physical product with an QRCode, like this:</p>
<pre><code>http://example.com/product/[encryptedProductKey]
</code></pre>
<p>We need to check in an app when the qrcode is scanned if the product key is valid and was made by us.</p>
<p>The qrcode will be lasered onto the product and cannot be changed afterwa... | We have a physical product with an QRCode, like this: [CODE] We need to check in an app when the qrcode is scanned if the product key is valid and was made by us. The qrcode will be lasered onto the product and cannot be changed afterwards. Unfortunately we are a small startup and noone here really knows about encrypti... | android|ios|encryption | 0 | 2022-07-28T06:55:32.267Z | 2,022 | 7 | 6 | 3 | 39 | 1 | 369 | 79 | 3 | 1 | true | false | false | false | false | false | zero |
73,148,623 | Kotlin supportFragmentManager doesn't work in Fragment class for calling other fragment | <p>I am basically trying to call a fragment from another fragment with a button.
I used <code>supportFragmentManager</code>for that.But when I try to use it it gives me</p>
<blockquote>
<p>Unresolved reference: supportFragmentManager</p>
</blockquote>
<p>error.Even I add <code>requireActivity().supportFragmentManager</... | I am basically trying to call a fragment from another fragment with a button. I used supportFragmentManager for that.But when I try to use it it gives me Unresolved reference: supportFragmentManager error.Even I add requireActivity().supportFragmentManager it doesn't gives me any error about supportFragmentManager but ... | android|android-studio|kotlin|android-fragments|fragment | 0 | 2022-07-28T07:08:29.130Z | 2,022 | 7 | 7 | 3 | 84 | 1 | 1,144 | 87 | 5 | 3 | true | false | false | false | false | false | zero |
73,148,699 | When does applinks get verified for existing users? | <p>We have app links set up in our app. But the dynamic links, on tap, ask to select between [browser, MyApp]. It should open the app directly without asking the user to choose.
We found that <code>assetlinks.json</code> did not contain correct SHA-256.</p>
<p>We have updated it and reinstalling the app from playstore ... | We have app links set up in our app. But the dynamic links, on tap, ask to select between [browser, MyApp]. It should open the app directly without asking the user to choose. We found that assetlinks.json did not contain correct SHA-256. We have updated it and reinstalling the app from playstore works fine for us, that... | android|deep-linking|firebase-dynamic-links | 3 | 2022-07-28T07:14:55.987Z | 2,022 | 7 | 7 | 3 | 30 | 0 | 606 | 51 | 3 | 0 | false | true | false | false | false | false | low |
73,148,730 | How to listen to switch app button in Android React Native? | <p>how I could listen when the user press this button in React-Native? If is not possible how could I listen in java?</p>
<p><a href="https://i.stack.imgur.com/FlRoj.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/FlRoj.jpg" alt="enter image description here" /></a></p>
<p>I know that in React-Native... | how I could listen when the user press this button in React-Native? If is not possible how could I listen in java? I know that in React-Native we could listen if user press the home button and back button using "BackHandler", something like this: [CODE] | android|react-native | 1 | 2022-07-28T07:18:27.023Z | 2,022 | 7 | 7 | 3 | 30 | 0 | 263 | 59 | 2 | 1 | true | true | false | false | false | false | low |
73,148,925 | Is there any efficient way to search throughout a list of objects every field? | <p>Let's say I have an object</p>
<pre><code>data class Person(
val name: String,
val surname: String,
val street: String,
val postalCode: String,
val telephoneNumber: String,
)
</code></pre>
<p>And then I have a list of persons :</p>
<pre><code>val personsList = listOf(
Person(name="John", s... | Let's say I have an object [CODE] And then I have a list of persons : [CODE] So now if the user types for instance Hams it should return John and Karl, because both have the word "Hams" inside the object. What I mean is doesn't matter if the user types postalCode, name, or whatever I'd like to loop throughout... | android|kotlin|search | 0 | 2022-07-28T07:34:57.017Z | 2,022 | 7 | 7 | 3 | 61 | 3 | 368 | 78 | 3 | 2 | true | false | false | false | false | false | zero |
73,148,940 | Trying to upgrade SDK version but error "Apps targeting Android 12 and higher are required to specify an explicit value" | <p>I'm trying to upgrade my SDK Version from 30 to 31, and add some <code>android:export="true"</code>
to my <strong>manifest</strong> but still got error <code>Error: Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an ... | I'm trying to upgrade my SDK Version from 30 to 31, and add some android:export="true" to my manifest but still got error Error: Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. Here for my mani... | android|kotlin|android-manifest | 0 | 2022-07-28T07:36:22.610Z | 2,022 | 7 | 7 | 3 | 50 | 1 | 387 | 120 | 3 | 1 | true | false | false | false | false | false | zero |
73,149,002 | Asset folder contains PDF in Bengali Language and when uploading this PDF to Firebase it returns error as images | <p>I'm working on a project to upload PDF from asset to Firebase Storage, Some of PDFs are in Bengali Language when uploading these pdfs it returns error as "images".</p>
<blockquote>
<p>Here is my code</p>
</blockquote>
<pre><code>private boolean listAssetFiles(String path) {
String [] list;
... | I'm working on a project to upload PDF from asset to Firebase Storage, Some of PDFs are in Bengali Language when uploading these pdfs it returns error as "images". Here is my code [CODE] This is error it returns. [CODE] | android|firebase | 0 | 2022-07-28T07:40:57.753Z | 2,022 | 7 | 7 | 3 | 37 | 1 | 229 | 112 | 2 | 2 | true | false | false | false | false | false | zero |
73,149,123 | Will the App crash when LaunchedEffect(Unit){ while (true) {...} } is launched again and again in Jetpack Compose? | <p>The following sample code is from a website, the function of the code is to display a clock. The author use the code <code>LaunchedEffect(Unit) { while (true) {... delay(1000)} }</code> to recomposition UI every second just like a clock.</p>
<p>A: Will the code <code>LaunchedEffect(Unit){ while (true) {...} }</code>... | The following sample code is from a website, the function of the code is to display a clock. The author use the code LaunchedEffect(Unit) { while (true) {... delay(1000)} } to recomposition UI every second just like a clock. A: Will the code LaunchedEffect(Unit){ while (true) {...} } generate many coroutines? will it c... | kotlin|android-jetpack-compose|kotlin-coroutines | 1 | 2022-07-28T07:50:57.943Z | 2,022 | 7 | 7 | 3 | 79 | 1 | 464 | 114 | 3 | 1 | true | false | false | false | false | false | low |
73,149,183 | Openstreetmap - Osmdroid - WMTS | <p>I'm looking to use mapping services via WMTS protocol through the OpenstreetMap android SDK (osmdroid).
However no matter the zoom level, I load for each web request an image of 256x256px.
This causes a lot of performance problems.</p>
<p>I think it must come from the row/col calculation of the image matrix.
However... | I'm looking to use mapping services via WMTS protocol through the OpenstreetMap android SDK (osmdroid). However no matter the zoom level, I load for each web request an image of 256x256px. This causes a lot of performance problems. I think it must come from the row/col calculation of the image matrix. However, to do th... | android|kotlin|openstreetmap|osmdroid|wms | 0 | 2022-07-28T07:55:43.267Z | 2,022 | 7 | 7 | 3 | 30 | 0 | 674 | 31 | 5 | 0 | false | true | false | false | false | false | zero |
73,149,189 | How to refresh fragment from activity in KOTLIN | <p>In my kotlin project, I want to refresh fragments from an Actvity. When I finish Activity, it should refresh the fragment. I was thinking this would be done in onResume. So how to do refresh current fragment when I resume an activity? My fragment page contains listviews, hence it should be updated, when i finish ... | In my kotlin project, I want to refresh fragments from an Actvity. When I finish Activity, it should refresh the fragment. I was thinking this would be done in onResume. So how to do refresh current fragment when I resume an activity? My fragment page contains listviews, hence it should be updated, when i finish activi... | android|android-fragments|android-activity|refresh|onresume | 0 | 2022-07-28T07:56:15.067Z | 2,022 | 7 | 7 | 3 | 70 | 1 | 323 | 47 | 5 | 0 | false | false | false | false | false | false | zero |
73,149,234 | MAUI ListView Filtering is too slow on Android Phone | <p>.Net MAUI, I have a searchbar and a CollectionView (With only 50 CityNames from DB).
Filtering of the collectionview Items on TextChanged property of SearchBar is very slow.
I can't even type properly.
I have tried a lot things like making the calls Async, Converting the CollectionView to ListView etc. but nothing w... | .Net MAUI, I have a searchbar and a CollectionView (With only 50 CityNames from DB). Filtering of the collectionview Items on TextChanged property of SearchBar is very slow. I can't even type properly. I have tried a lot things like making the calls Async, Converting the CollectionView to ListView etc. but nothing work... | c#|android|database|maui | 0 | 2022-07-28T07:59:08.337Z | 2,022 | 7 | 7 | 3 | 178 | 0 | 548 | 52 | 4 | 3 | true | true | false | false | false | false | zero |
73,149,274 | Will preventing AD_ID permission to be merged affect Firebase functionality? | <p>So we were about to submit our app for review but we were stopped by Google's new requirement for apps targeting Android 13 and above, which basically tells developers to disclose the purpose of <code>AD_ID</code> permission in their app. The thing is, our app doesn't declare the <code>AD_ID</code> permission explic... | So we were about to submit our app for review but we were stopped by Google's new requirement for apps targeting Android 13 and above, which basically tells developers to disclose the purpose of AD_ID permission in their app. The thing is, our app doesn't declare the AD_ID permission explicitly, but it turns out some p... | firebase|google-play|android-permissions|android-13|android-tiramisu | 1 | 2022-07-28T08:02:19.517Z | 2,022 | 7 | 8 | 3 | 205 | 1 | 640 | 76 | 5 | 0 | false | false | false | false | false | false | low |
73,149,344 | Include specific dependency in a library from hosting project | <p>I'm developing a library in which I want to use <code>Bugsnag</code>.
The host project already contains <code>Bugsnag</code> dependency, but if I try to use <code>Bugsnag</code> in my library it doesn't know what it is and suggest that I add it to the library's <code>gradle</code> file.
Is there a way I can make the... | I'm developing a library in which I want to use Bugsnag . The host project already contains Bugsnag dependency, but if I try to use Bugsnag in my library it doesn't know what it is and suggest that I add it to the library's gradle file. Is there a way I can make the library dependent on the host's Bugsnag or do I need ... | android|android-gradle-plugin | 0 | 2022-07-28T08:07:28.393Z | 2,022 | 7 | 8 | 3 | 15 | 0 | 369 | 61 | 2 | 0 | false | true | false | false | false | false | zero |
73,149,362 | My app has just started getting rejected on Google Play due to App Actions | <p>So I have used App Actions in my app for a couple of years, last week I pushed a maintenence update that has been rejected by Google. After some to and fro with Google Play support, the best I have managed to get out of them for the reason is "App Actions", and I should read the program requirements (the ... | So I have used App Actions in my app for a couple of years, last week I pushed a maintenence update that has been rejected by Google. After some to and fro with Google Play support, the best I have managed to get out of them for the reason is "App Actions", and I should read the program requirements (the link... | android|app-actions | -1 | 2022-07-28T08:08:55.070Z | 2,022 | 7 | 8 | 3 | 70 | 1 | 782 | 74 | 2 | 0 | false | false | false | false | false | true | negative |
73,149,444 | Installing SDK Patch Applier v4 for Mac Intel | <p>I am running into an issue when I try to install an emulator as you can see here <a href="https://i.stack.imgur.com/hE7vC.jpg" rel="nofollow noreferrer">SDK Component Installer Error</a>. I tried to accept the licenses through my terminal and I even tried to install SDK Patch applier with HomeBrew and it did not sol... | I am running into an issue when I try to install an emulator as you can see here SDK Component Installer Error . I tried to accept the licenses through my terminal and I even tried to install SDK Patch applier with HomeBrew and it did not solve my issue. | android|android-studio|android-sdk-tools | 0 | 2022-07-28T08:17:40.133Z | 2,022 | 7 | 8 | 3 | 41 | 0 | 254 | 45 | 3 | 0 | false | true | false | false | false | false | zero |
73,149,482 | How to break in library used by dlopen&dlsym for lldb | <p>How to break in a native library loaded by System.loadLibrary.</p>
<pre><code>target module add /path/to/so
b filename.cpp:lineNum
</code></pre>
<p>After the commands, it can insert the breakpoint but never hit it. As I know, Android Studio can do that, while I was using visual studio code Codelldb.</p> | How to break in a native library loaded by System.loadLibrary. [CODE] After the commands, it can insert the breakpoint but never hit it. As I know, Android Studio can do that, while I was using visual studio code Codelldb. | android|lldb | 0 | 2022-07-28T08:20:29.053Z | 2,022 | 7 | 8 | 3 | 18 | 0 | 222 | 53 | 2 | 1 | true | true | false | false | false | false | zero |
73,149,526 | Android app crashes with Resources$NotFoundException after display resolution has changed | <p>From the analytics and crash tools that are used the following situation has been discovered: a user installs the app from Google Play and use it without issues on his Xiaomi Mi 11 Ultra device; the reported Screen Resolution is 1440x3007, Screen DPI 560. Then a crash with Resources$NotFoundException was reported wh... | From the analytics and crash tools that are used the following situation has been discovered: a user installs the app from Google Play and use it without issues on his Xiaomi Mi 11 Ultra device; the reported Screen Resolution is 1440x3007, Screen DPI 560. Then a crash with Resources$NotFoundException was reported when ... | android|mobile-application|android-app-bundle|xiaomi|miui | 0 | 2022-07-28T08:23:49.997Z | 2,022 | 7 | 8 | 3 | 75 | 0 | 1,000 | 89 | 5 | 0 | false | true | false | false | false | false | zero |
73,149,763 | QR code on a black surface is not getting detected on google lens in android while it is getting detected in IOS | <p>I tried to scan a QR code using google lens in android. With other coloured surfaces the QR code was being detected for both IOS and android. While for the QR code on black surface QR code was not being detected in android but the same QR code is being detected in IOS.Has anyone faced a similar issue before?</p> | I tried to scan a QR code using google lens in android. With other coloured surfaces the QR code was being detected for both IOS and android. While for the QR code on black surface QR code was not being detected in android but the same QR code is being detected in IOS.Has anyone faced a similar issue before? | android|ios|qr-code | 0 | 2022-07-28T08:42:00.017Z | 2,022 | 7 | 8 | 3 | 21 | 0 | 309 | 112 | 3 | 0 | false | true | false | false | false | false | zero |
73,149,780 | How to Save a Fragment with user progress | <p>I have a problem when i play a soundfile and i go to another fragment and back to the first fragment it show me that is not playing but the soundfile is playing and if i tape again on soundfile it play over the first sound and i hope that someone have a solution for me because i been search all over internet and I'm... | I have a problem when i play a soundfile and i go to another fragment and back to the first fragment it show me that is not playing but the soundfile is playing and if i tape again on soundfile it play over the first sound and i hope that someone have a solution for me because i been search all over internet and I'm ne... | java|android|android-studio | 0 | 2022-07-28T08:43:23.880Z | 2,022 | 7 | 8 | 3 | 26 | 1 | 348 | 41 | 3 | 1 | true | false | false | false | false | false | zero |
73,149,902 | Navigation menu items with dropdown menu Android | <p>I'm using Navigation Drawer. I've used a spinner layout in a menu item, but it looks bad. I'm trying to have a view like this, but IDK how.
<img src="https://firebasestorage.googleapis.com/v0/b/fire-triangle.appspot.com/o/app%2FScreenshot%202022-07-28%20104944.png?alt=media&token=ac198f16-6f57-4d55-8bb2-a6947977... | I'm using Navigation Drawer. I've used a spinner layout in a menu item, but it looks bad. I'm trying to have a view like this, but IDK how. So when I press PRODUCT, a dropdown submenu appears. I've tried this code to do so but it's not working. [CODE] | android|xml | 0 | 2022-07-28T08:52:22.220Z | 2,022 | 7 | 8 | 3 | 31 | 1 | 251 | 48 | 2 | 1 | true | false | false | false | false | false | zero |
73,149,967 | Got this error when initializing a variable Incompatible types. Found: 'android.widget.ListView', required: 'java.util.List<class_name>' | <p>Far as I understand what the error say is it expects me to provide a <code>List</code> instead of a <code>ListView</code></p>
<p>but casting to java.util.List does not solve the problem, instead it just creates more errors.</p>
<p>what should I do in this case?</p>
<p>My end goal is to make a ListView that shows the... | Far as I understand what the error say is it expects me to provide a List instead of a ListView but casting to java.util.List does not solve the problem, instead it just creates more errors. what should I do in this case? My end goal is to make a ListView that shows the result of users query with each iteration any hel... | java|android|xml | 0 | 2022-07-28T08:56:39.417Z | 2,022 | 7 | 8 | 3 | 25 | 1 | 587 | 136 | 3 | 5 | true | false | false | false | false | false | zero |
73,149,968 | Understanding the change of seek bar in Android 10 notification | <pre><code> mediaSession.setPlaybackState(
PlaybackStateCompat.Builder()
.setState(
PlaybackStateCompat.STATE_PLAYING,
myPlayer!!.getCurrentPosition(),
myPlayer!!.getSpeed()
)
.setActions(PlaybackStateCompat.ACTION_SEEK_TO)
... | [CODE] How when the notification seekBar is changed? Should I change the position of the player? | android|exoplayer | 0 | 2022-07-28T08:56:40.490Z | 2,022 | 7 | 8 | 3 | 31 | 0 | 96 | 63 | 2 | 1 | true | true | false | false | false | false | zero |
73,150,011 | How to highlight a label when I show a Dialog Jetpack Compose | <p>I want to achieve this layout , so the label needs to be highlighted when the dialog appears
<a href="https://i.stack.imgur.com/QRnnM.png" rel="nofollow noreferrer">enter image description here</a></p>
<p>What I've done is that I've created a dialog which just shows the dialog but not the highlighting of the label.
... | I want to achieve this layout , so the label needs to be highlighted when the dialog appears enter image description here What I've done is that I've created a dialog which just shows the dialog but not the highlighting of the label. This is my code [CODE] And the composable is as follows [CODE] } Does anyone have an i... | android|kotlin|android-jetpack-compose | 0 | 2022-07-28T08:59:46.133Z | 2,022 | 7 | 8 | 3 | 38 | 0 | 350 | 61 | 3 | 2 | true | true | false | false | false | false | zero |
73,150,014 | Using Jupiter(Junit5) on instrumentation tests | <p>I want to use Junit5 on instrumentation tests.<br />
When I add this line to Build.gradle</p>
<pre><code>androidTestImplementation "org.junit.jupiter:junit-jupiter:$junit_jupiter"
</code></pre>
<p>My test showed the below error</p>
<pre><code>FAILURE: Build failed with an exception.
What went wrong:
Execut... | I want to use Junit5 on instrumentation tests. When I add this line to Build.gradle [CODE] My test showed the below error [CODE] I searched and find a new dependency witch published by mannodermaus.de It is below dependencies [CODE] But I prefer to use official dependencies. question: Do you have any idea to use junit5... | android|android-studio|kotlin|junit5|junit-jupiter | 0 | 2022-07-28T08:59:56.693Z | 2,022 | 7 | 8 | 3 | 77 | 1 | 379 | 46 | 5 | 3 | true | false | false | false | false | false | zero |
73,150,076 | Why add flutter module to fragment in native android app, fragment save state of flutter module, therefore page on my module not navigate | <p><a href="https://i.stack.imgur.com/bXWiq.png" rel="nofollow noreferrer">enter image description here</a></p>
<p>Help me resolve propblem</p> | enter image description here Help me resolve propblem | android|flutter | 0 | 2022-07-28T09:03:45.080Z | 2,022 | 7 | 9 | 3 | 18 | 0 | 53 | 137 | 2 | 0 | false | true | false | false | false | false | zero |
73,150,213 | Clip Art from Configure Vector Asset window in Android Studio is not working | <p>I need to use default vector icons but after clicking on the "clip Art" option, there is nothing happening, I am unable to select any vector image from the Android assets.</p>
<p><a href="https://i.stack.imgur.com/Eqh8R.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/Eqh8R.png" alt="ente... | I need to use default vector icons but after clicking on the "clip Art" option, there is nothing happening, I am unable to select any vector image from the Android assets. | android|android-studio|svg|vector|icons | 0 | 2022-07-28T09:13:57.993Z | 2,022 | 7 | 9 | 3 | 59 | 0 | 181 | 76 | 5 | 0 | false | true | false | false | false | false | zero |
73,150,325 | Android Room query with condition for nested object | <p>So I have a simple example like this:</p>
<pre><code>data class PostData(
val postId: Long,
val content: String,
val group: GroupData //A group data where this post belongs to
)
data class GroupData(
val groupId: Long,
val name: String,
val admins: List<Admin>
)
data class Admin(
val userId: ... | So I have a simple example like this: [CODE] and the Room structure should be like this: [CODE] And for the relationship between them: [CODE] But to be honest, I don't know if I wrote NeededPostsOfAGroup correctly. Please correct me on these mistake. My question is, instead of getting all the PostDataLocal in DAO file ... | database|kotlin|android-room | 0 | 2022-07-28T09:20:56.017Z | 2,022 | 7 | 9 | 3 | 54 | 1 | 563 | 51 | 3 | 4 | true | false | false | false | false | false | zero |
73,150,391 | How to get objects from Algolia to my android kotlin app | <p>I want to get all objects with "score" == 0 using kotlin</p>
<p><img src="https://i.stack.imgur.com/qj9gL.png" alt="1" /></p> | I want to get all objects with "score" == 0 using kotlin | android|kotlin|algolia | 0 | 2022-07-28T09:25:36.990Z | 2,022 | 7 | 9 | 3 | 30 | 0 | 66 | 56 | 3 | 0 | false | true | false | false | false | false | zero |
73,150,427 | I want to build an app from which user upload image and mobile and than get all users data in admin app | <p>I want to build an app in which user enter payment screenshot and mobile number. than this image and mobile number from all users will get by admin in admin app. How can i get images of screenshot and mobile number from all users without database.
Or any other technique to do this in one app only so that at the end ... | I want to build an app in which user enter payment screenshot and mobile number. than this image and mobile number from all users will get by admin in admin app. How can i get images of screenshot and mobile number from all users without database. Or any other technique to do this in one app only so that at the end i c... | android-studio | 0 | 2022-07-28T09:28:08.617Z | 2,022 | 7 | 9 | 3 | 13 | 0 | 355 | 103 | 1 | 0 | false | true | false | false | false | false | zero |
73,150,451 | my firebase doesnt create accounts (connected from an android studio java project) when i create them even tho it is successfully connected? | <p>I connected my Firebase to my project by adding the needed implementations and permissions and also using the conference short and straight I followed exactly the tutorial there is no error at all and I tried debugging and it shows that everything is fine but when I try and create a new account my Firebase doesn't a... | I connected my Firebase to my project by adding the needed implementations and permissions and also using the conference short and straight I followed exactly the tutorial there is no error at all and I tried debugging and it shows that everything is fine but when I try and create a new account my Firebase doesn't add ... | java|android|firebase | 0 | 2022-07-28T09:29:34.160Z | 2,022 | 7 | 9 | 3 | 8 | 0 | 442 | 140 | 3 | 0 | false | true | false | false | false | false | zero |
73,150,540 | What is the relation between MediaQuery.of(context) and TextField cursor position in Flutter? | <p>This is screen code:</p>
<pre><code>import 'package:flutter/material.dart';
class Model {
String? text;
Model(this.text);
}
class TempDialog extends StatefulWidget {
TempDialog({Key? key}) : super(key: key);
@override
State<TempDialog> createState() => _TempDialogState();
}
class _TempDialog... | This is screen code: [CODE] And this is the result: As you see although a user taps somewhere in the middle of the text, after keyboard appears cursor moves to start (home). The problem is in these lines: [CODE] If we replace them with these : [CODE] everything works as expected. Could anyone explain this relation betw... | flutter|dart|flutter-layout|flutter-android | 0 | 2022-07-28T09:37:27.330Z | 2,022 | 7 | 9 | 3 | 37 | 1 | 377 | 93 | 4 | 3 | true | false | false | false | false | false | zero |
73,150,558 | Data stored in realm is getting overwritten by initial values | <p>In my KMM project I have configured Realm in my shared module. When I try to write in the realm it works fine as shown in picture below, that data is saved,<a href="https://i.stack.imgur.com/SDss7.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/SDss7.png" alt="enter image description here" /></a><... | In my KMM project I have configured Realm in my shared module. When I try to write in the realm it works fine as shown in picture below, that data is saved, But when I try to retrieve this data back, orderId field gets overwritten by it's default value which is 0. this is how I am storing and retrieving data from realm... | android|kotlin|realm|kotlin-multiplatform|kmm | 0 | 2022-07-28T09:38:58.993Z | 2,022 | 7 | 9 | 3 | 28 | 0 | 525 | 61 | 5 | 2 | true | true | false | false | false | false | zero |
73,150,672 | Xamarin widget button, NameResolutionFailure HttpWebRequest | <p>So I am facing what I think is a strange problem.</p>
<p>I have made a small xamarin app that uses a widget button to POST to a server using HttpWebRequest. Everything works just fine when I use my phone in debug mode trough VS.</p>
<p>But when I disconnect my phone and try to use the app I get the NameResolutionFai... | So I am facing what I think is a strange problem. I have made a small xamarin app that uses a widget button to POST to a server using HttpWebRequest. Everything works just fine when I use my phone in debug mode trough VS. But when I disconnect my phone and try to use the app I get the NameResolutionFailure. It is not a... | c#|xamarin|xamarin.forms|xamarin.android | 0 | 2022-07-28T09:47:52.053Z | 2,022 | 7 | 9 | 3 | 155 | 0 | 1,200 | 59 | 4 | 2 | true | true | false | false | false | false | zero |
73,150,674 | flutter mobile app android version otp auto verification not working | <p>We have developed an application in flutter. We have implemented firebase otp for authentication and verification. The problem is that the app is not auto verifying the code that is received through otp.</p>
<p>Initially in the debug version when we faced the same problem, we implemented safetynet, removed the googl... | We have developed an application in flutter. We have implemented firebase otp for authentication and verification. The problem is that the app is not auto verifying the code that is received through otp. Initially in the debug version when we faced the same problem, we implemented safetynet, removed the google recaptch... | android|flutter|firebase|firebase-authentication|google-play-integrity-api | 0 | 2022-07-28T09:47:55.877Z | 2,022 | 7 | 9 | 3 | 38 | 0 | 1,056 | 68 | 5 | 2 | true | true | false | false | false | false | zero |
73,150,725 | Custom grid is not adapting name from data android project | <p>Guys the Adapter in that case is showing the images but not the name(note im using the caption in the data but that is cuz is not repaired but it is still String)</p>
<p>layout_grid_imageview.xml</p>
<pre><code><?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android=&quo... | Guys the Adapter in that case is showing the images but not the name(note im using the caption in the data but that is cuz is not repaired but it is still String) layout_grid_imageview.xml [CODE] I want on the place of the "Name of the picture" to set custom name from data. But i cant do it somehow This is my... | java|android|android-studio|gridview|android-cardview | 0 | 2022-07-28T09:50:44.430Z | 2,022 | 7 | 9 | 3 | 13 | 0 | 420 | 58 | 5 | 3 | true | true | false | false | false | false | zero |
73,150,982 | AOSP: Could not load library from sphal namespace: dlopen failed | <p>I'm trying to load dynamically a vendor library from a simple custom application but I am struggling with dlopen.</p>
<pre><code> rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID,
AUDIO_HARDWARE_MODULE_ID_PRIMARY,
(const hw_module_t**) &hwmod);
</c... | I'm trying to load dynamically a vendor library from a simple custom application but I am struggling with dlopen. [CODE] This function gets me -22 error and on logcat I see the message: [CODE] I verified with ldd that the libaudioutils is present on the correct pattern, and it is also present on /apex/com.android.vndk.... | dynamic|android-source|dlopen|hal | 0 | 2022-07-28T10:06:59.313Z | 2,022 | 7 | 10 | 3 | 57 | 0 | 329 | 64 | 4 | 2 | true | true | false | false | false | false | zero |
73,151,033 | I have installed Android Studio but powershell can't find Gradle and Java | <p>[enter image description here][1]I am new to app development. I have recently installed Android Studio.
When I try to run my app it shows error 1. I have tried "gradle --version" and
"java --version" commands but powershell does not recognize gradle and java. Should I install gradle and separatel... | [enter image description here][1]I am new to app development. I have recently installed Android Studio. When I try to run my app it shows error 1. I have tried "gradle --version" and "java --version" commands but powershell does not recognize gradle and java. Should I install gradle and separately? ... | java|android-studio|gradle | -1 | 2022-07-28T10:10:18.950Z | 2,022 | 7 | 10 | 3 | 50 | 1 | 399 | 73 | 3 | 0 | false | false | false | false | false | true | negative |
73,151,112 | Is there any way to get screenshot image from Android, iOS device in React Native? | <p>I have a requirement that get temp screenshot image path whenever user proactively take screenshot on Android and iOS. I have already implemented a native module function catch the event when user take screenshot but don't know how to get image from that screenshot.</p>
<p>Does anybody have a solution for this? Than... | I have a requirement that get temp screenshot image path whenever user proactively take screenshot on Android and iOS. I have already implemented a native module function catch the event when user take screenshot but don't know how to get image from that screenshot. Does anybody have a solution for this? Thank you in a... | android|ios|react-native|react-native-native-module | 0 | 2022-07-28T10:15:27.880Z | 2,022 | 7 | 10 | 3 | 25 | 0 | 327 | 82 | 4 | 0 | false | true | false | false | false | false | zero |
73,151,160 | How to learn writing a v8 dynamic link library for `rust_v8`? | <p>I want to compile it using the latest version :<a href="https://github.com/denoland/rusty_v8/releases/download/v0.42.1/librusty_v8_release_aarch64-linux-android.a" rel="nofollow noreferrer">librusty_v8_release_aarch64-linux-android.a</a>.
But my programming background is weak.</p>
<h3>My purpose</h3>
<p>I want to co... | I want to compile it using the latest version : librusty_v8_release_aarch64-linux-android.a . But my programming background is weak. My purpose I want to compile deno into android , and then use the function of deno FFI Type , but librusty_v8_release_aarch64-linux-android.a has not been updated in rust_v8:V0.42.1 . The... | android|v8|deno | 1 | 2022-07-28T10:18:11.883Z | 2,022 | 7 | 10 | 3 | 50 | 1 | 700 | 61 | 3 | 0 | false | false | false | false | false | false | low |
73,151,360 | Rerunning Recycler set-up gives empty Recycler | <p>In my <code>FireStore</code> <code>Recycler</code> <code>Java Android</code> app, I want to display the <code>documents</code> of a <code>collection</code> ordered differently depending on whether <code>displayList = false</code> or <code>displayList = true</code> is set. That boolean value is changed by the user cl... | In my FireStore Recycler Java Android app, I want to display the documents of a collection ordered differently depending on whether displayList = false or displayList = true is set. That boolean value is changed by the user clicking a buttonView in the same activity. The same click then executes the method setUpRecycle... | java|android|google-cloud-firestore|firebaseui | 1 | 2022-07-28T10:32:12.033Z | 2,022 | 7 | 10 | 3 | 33 | 1 | 1,053 | 46 | 4 | 1 | true | false | false | false | false | false | low |
73,151,466 | 'onCreate(Bundle)' is already defined in 'com.krish.galaxypdfviewer.MainActivity | <p>I added a button and tried to link it with my 2nd activity name 'website' but its saying
onCreate(Bundle)' is already defined i dont know how to fix
<a href="https://i.stack.imgur.com/7aQzn.png" rel="nofollow noreferrer">screenshot of error</a></p>
<pre><code>@Override
protected void onCreate(Bundle savedInstanc... | I added a button and tried to link it with my 2nd activity name 'website' but its saying onCreate(Bundle)' is already defined i dont know how to fix screenshot of error [CODE] | java|android|pdf-viewer | 0 | 2022-07-28T10:40:34.267Z | 2,022 | 7 | 10 | 3 | 35 | 1 | 175 | 80 | 3 | 1 | true | false | false | false | false | false | zero |
73,151,496 | Error forbidden 403 with android firebase authentication | <p>I have developed an app that uses firebase authentication and successfully created accounts and logged in many times. But today, I tried to log in to my app and found this error.
P.S: I use Cloudflare Warp to connect to my internet.</p>
<p>com.google.android.gms.internal.firebase-auth-api.zzvt: Failed to parse error... | I have developed an app that uses firebase authentication and successfully created accounts and logged in many times. But today, I tried to log in to my app and found this error. P.S: I use Cloudflare Warp to connect to my internet. com.google.android.gms.internal.firebase-auth-api.zzvt: Failed to parse error for strin... | android|firebase|firebase-authentication | 1 | 2022-07-28T10:43:06.447Z | 2,022 | 7 | 10 | 3 | 70 | 0 | 1,727 | 56 | 3 | 0 | false | true | false | false | false | false | low |
73,151,588 | Why flutter version difference | <p>I am not getting here it says the current <strong>flutter SDK</strong> version is <strong>2.0.2</strong> but when I go on a <strong>terminal</strong> and search <strong>flutter --version</strong> it says Flutter <strong>2.8.1</strong> see below picture</p>
<p><a href="https://i.stack.imgur.com/8TmwS.png" rel="nofoll... | I am not getting here it says the current flutter SDK version is 2.0.2 but when I go on a terminal and search flutter --version it says Flutter 2.8.1 see below picture See this pic why is it? in the above pic it says the flutter SDK version is 2.0.2 and in the below pic it says 2.8.1 ,Pls guide why this difference | android|flutter|dart|sdk|version | 3 | 2022-07-28T10:49:57.147Z | 2,022 | 7 | 10 | 3 | 43 | 1 | 315 | 30 | 5 | 0 | false | false | false | false | false | false | low |
73,151,596 | How to concatenate a list with another list? | <p>I'm not sure if I've described my problem accurately.
My problem is that I have this LazyColumn:</p>
<pre><code> LazyColumn {
items(state.matches) {match->
MatchItem(
match = match,
vm = vm
)
}
}
}
</code></pre... | I'm not sure if I've described my problem accurately. My problem is that I have this LazyColumn: [CODE] In above lines I'm fetching data from API. In this case I'm getting a list of Match, it contains some information about some soccer matches. So the problem is that I want the user to predict the result of each match.... | android|android-jetpack-compose | 1 | 2022-07-28T10:50:30.697Z | 2,022 | 7 | 10 | 3 | 57 | 1 | 546 | 44 | 2 | 4 | true | false | false | false | false | false | low |
73,151,602 | how do i install react native on my windows machine | <p>I am trying to run this command npx react-native init AwesomeProject</p>
<p>When i try to install it i get this error</p>
<pre><code>error Error: Command failed: npm install --save --save-exact react-native@latest
</code></pre>
<p>I went online to search for the solution to this error but i was asked to clear my npm... | I am trying to run this command npx react-native init AwesomeProject When i try to install it i get this error [CODE] I went online to search for the solution to this error but i was asked to clear my npm cache , i ran this code to clear the error i was unable to clear the cache as this was i got in my terminal [CODE] ... | javascript|android|reactjs|react-native|mobile | 2 | 2022-07-28T10:51:03.597Z | 2,022 | 7 | 10 | 3 | 22 | 0 | 417 | 51 | 5 | 3 | true | true | false | false | false | false | low |
73,151,614 | How can I get the network speed data from my android phone? | <p>I am learning C# for developing AR application. I want to get Network Speed data from my phone (ex: You can see what I mean in screenshot).</p>
<p>Is it possible? If it is, how?</p>
<p><a href="https://i.stack.imgur.com/6ikuK.jpg" rel="nofollow noreferrer">Network Speed is here (Settings>WiFi Settings>)</a></p... | I am learning C# for developing AR application. I want to get Network Speed data from my phone (ex: You can see what I mean in screenshot). Is it possible? If it is, how? Network Speed is here (Settings>WiFi Settings>) | c#|android|android-wifi|speed-test | 0 | 2022-07-28T10:52:01.690Z | 2,022 | 7 | 10 | 3 | 20 | 0 | 218 | 59 | 4 | 0 | false | true | false | false | false | false | zero |
73,151,641 | setCustomKey doesn't work in firebase crashlytics | <p>Following the <a href="https://firebase.google.com/docs/crashlytics/customize-crash-reports?authuser=1&hl=en&platform=android#kotlin%20ktx" rel="nofollow noreferrer">docs</a>, I've added:</p>
<pre><code>FirebaseCrashlytics.getInstance().setCustomKey("my_string_key", "foo" /* string value ... | Following the docs , I've added: [CODE] I'm using the latest version of crashlytics: [CODE] I've forced a crash like this: [CODE] The crash is showing up in the dashboard, but not the custom key: | android|firebase|crashlytics | 3 | 2022-07-28T10:53:35.163Z | 2,022 | 7 | 10 | 3 | 79 | 1 | 195 | 49 | 3 | 3 | true | false | false | false | false | false | low |
73,151,706 | How to install two ionic app into one android system | <p>I am new in ionic . I developed two different app using ionic . but I can't install both of them on same android operation system . I know android detect apps according their package name . I using latest version of ionic (5) and capacitor , and not cordova . I changed name and package name in ionic android studio p... | I am new in ionic . I developed two different app using ionic . but I can't install both of them on same android operation system . I know android detect apps according their package name . I using latest version of ionic (5) and capacitor , and not cordova . I changed name and package name in ionic android studio proj... | android|ionic-framework|capacitor|ionic5 | 0 | 2022-07-28T10:56:32.550Z | 2,022 | 7 | 10 | 3 | 37 | 1 | 476 | 52 | 4 | 0 | false | false | false | false | false | false | zero |
73,151,728 | when playback audio I need to show timer using flutter sound | <p>In my chat app I added a feature to record audio using <a href="https://pub.dev/packages/flutter_sound" rel="nofollow noreferrer">flutter_sound</a> package. Now I need to show timer when user playback that record. It worked fine before dart migration and before the package update. Now I can't get it to work.</p>
<p>... | In my chat app I added a feature to record audio using flutter_sound package. Now I need to show timer when user playback that record. It worked fine before dart migration and before the package update. Now I can't get it to work. Here is the code after the package update and after the migration to null safety. [CODE] ... | android|ios|flutter|flutter-streambuilder | 1 | 2022-07-28T10:58:03.620Z | 2,022 | 7 | 10 | 3 | 47 | 0 | 515 | 60 | 4 | 2 | true | true | false | false | false | false | low |
73,151,870 | BluetoothGattCharacteristic.permissions always 0 | <p>I'm trying to get the permissions for a particular characteristic but regardless of which characteristic I look at the permissions value is always 0. I've tried on a Samsung Galaxy A10 running Android 9 and a Google Pixel 6a running Android 12 and it's the same on both.</p>
<p>I saw this answer from 2014 but I woul... | I'm trying to get the permissions for a particular characteristic but regardless of which characteristic I look at the permissions value is always 0. I've tried on a Samsung Galaxy A10 running Android 9 and a Google Pixel 6a running Android 12 and it's the same on both. I saw this answer from 2014 but I would have expe... | android|bluetooth-lowenergy|bluetooth-lowenergy-4.2 | 1 | 2022-07-28T11:08:55.780Z | 2,022 | 7 | 11 | 3 | 17 | 0 | 461 | 48 | 3 | 0 | false | true | false | false | false | false | low |
73,151,875 | How to use @Ignored Android Entity fields to notify LiveData observers, or do this in some other way? | <p>Is it possible to update fields in an Android Room entity, have them updated "in memory" so that the changes are reflected in UI components observing LiveData fields, and so that they persist when accessed again via the relevant DAO, but not persist them in the database (and have Room not create fields for... | Is it possible to update fields in an Android Room entity, have them updated "in memory" so that the changes are reflected in UI components observing LiveData fields, and so that they persist when accessed again via the relevant DAO, but not persist them in the database (and have Room not create fields for th... | java|android-room|android-livedata | 0 | 2022-07-28T11:09:20.337Z | 2,022 | 7 | 11 | 3 | 23 | 0 | 1,750 | 101 | 3 | 0 | false | true | false | false | false | false | zero |
73,151,911 | Implement aar file with Gradle from Jfrog Artifactory | <p>I'm using Artifactory to publish an .aar file to call it from my main Gradle project, but I'm experiencing an error telling me my .aar can't be found, and I don't know how to solve this problem. I've followed the Jfrog documentation with no success.</p>
<p>That's the name of the .aar I'm trying to implement:</p>
<p>... | I'm using Artifactory to publish an .aar file to call it from my main Gradle project, but I'm experiencing an error telling me my .aar can't be found, and I don't know how to solve this problem. I've followed the Jfrog documentation with no success. That's the name of the .aar I'm trying to implement: artifactory_group... | android|gradle|artifactory | 0 | 2022-07-28T11:11:17.687Z | 2,022 | 7 | 11 | 3 | 25 | 0 | 947 | 53 | 3 | 3 | true | true | false | false | false | false | zero |
73,151,913 | Do I need permissions for app on sd card? | <p>I was wondering if I have to include permissions for the external storage in case the user moves the app on the SD card (Android).</p> | I was wondering if I have to include permissions for the external storage in case the user moves the app on the SD card (Android). | android|react-native|permissions|expo | 1 | 2022-07-28T11:11:26.580Z | 2,022 | 7 | 11 | 3 | 35 | 1 | 130 | 41 | 4 | 0 | false | false | false | false | false | false | low |
73,152,024 | How to create extension function to update ViewState? | <p>I'm trying to create extension function that allow to update _viewState but I'm getting error that onRadioClicked cannot be cast to ViewState.Success.</p>
<p>private var _viewState: MutableStateFlow = MutableStateFlow(ViewState.Loading)
val viewState = _viewState.asStateFlow()</p>
<pre><code>private fun MutableState... | I'm trying to create extension function that allow to update _viewState but I'm getting error that onRadioClicked cannot be cast to ViewState.Success. private var _viewState: MutableStateFlow = MutableStateFlow(ViewState.Loading) val viewState = _viewState.asStateFlow() [CODE] | android|kotlin | 0 | 2022-07-28T11:20:36.770Z | 2,022 | 7 | 11 | 3 | 20 | 0 | 277 | 53 | 2 | 1 | true | true | false | false | false | false | zero |
73,152,036 | onBindViewHolder() called only once Kotlin | <p>In my code onBindViewHolder() called only once even the list size is great than one. I have gone through many SO questions but those answer is not helpful in my case. Only one item is visible in view.</p>
<p>getItemCount() returning the exact list size ie 5 but onBindViewHolder() called only once.</p>
<p>Adapter</p... | In my code onBindViewHolder() called only once even the list size is great than one. I have gone through many SO questions but those answer is not helpful in my case. Only one item is visible in view. getItemCount() returning the exact list size ie 5 but onBindViewHolder() called only once. Adapter [CODE] List item : [... | android|kotlin|arraylist|android-recyclerview|adapter | 0 | 2022-07-28T11:21:30.037Z | 2,022 | 7 | 11 | 3 | 104 | 1 | 471 | 42 | 5 | 5 | true | false | false | false | false | false | zero |
73,152,315 | Apple Silicon not being able to run Apps in Android Studio | <p>I have M1Max Apple Macbook Pro (Apple Silicon chip).</p>
<p>Trying to run Android apps on emulator in Android Studio.</p>
<p>I tried the following emulators:</p>
<ul>
<li><p>Pixel 5 API 32, Android API 32 arm64 (this launches but can't run
app)</p>
</li>
<li><p>Pixel 3a API 32 arm 64 (launches but can't run app)</p>... | I have M1Max Apple Macbook Pro (Apple Silicon chip). Trying to run Android apps on emulator in Android Studio. I tried the following emulators: Pixel 5 API 32, Android API 32 arm64 (this launches but can't run app) Pixel 3a API 32 arm 64 (launches but can't run app) Pixel XL API 30, Android 11.0, x86 (this won't even l... | android|android-studio|arm64|apple-silicon | 0 | 2022-07-28T11:42:35.603Z | 2,022 | 7 | 11 | 3 | 53 | 1 | 559 | 58 | 4 | 1 | true | false | false | false | false | false | zero |
73,152,413 | CompanionDeviceService gets destroyed right after creation | <p>I have simple activity with function that when called displays ble pairing request. After user confirms, startObservingDevicePresence("Some Mac address") is called. That successfully triggers CompanionDeviceService and I see logs that device appeared in range, but right after that onDestroy is called. App ... | I have simple activity with function that when called displays ble pairing request. After user confirms, startObservingDevicePresence("Some Mac address") is called. That successfully triggers CompanionDeviceService and I see logs that device appeared in range, but right after that onDestroy is called. App con... | android|bluetooth-lowenergy|android-ble|android-companion-device | 0 | 2022-07-28T11:49:26.887Z | 2,022 | 7 | 11 | 3 | 41 | 0 | 566 | 58 | 4 | 2 | true | true | false | false | false | false | zero |
73,152,554 | In Redmi note 10 PRO Settings.Secure.DEFAULT_INPUT_METHOD constant giving null value while getting keyboard info | <p>I have a code as below in one of my application to check which type of keyboards are using by user then I compare it with some list of keyboards I have and found any non trusted keyboard by comparing it</p>
<pre><code>Settings.Secure.getString(getContentResolver(), Settings.Secure.DEFAULT_INPUT_METHOD);
</code></pre... | I have a code as below in one of my application to check which type of keyboards are using by user then I compare it with some list of keyboards I have and found any non trusted keyboard by comparing it [CODE] This method giving me value as null while getting keyboard information using above API I got this issue from f... | android|android-12|redmi-device | 0 | 2022-07-28T11:59:54.250Z | 2,022 | 7 | 11 | 3 | 14 | 0 | 443 | 112 | 3 | 1 | true | true | false | false | false | false | zero |
73,152,824 | How To start application after click push notification kotlin android studio | <p><a href="https://i.stack.imgur.com/cdenN.png" rel="nofollow noreferrer">enter image description here</a></p>
<p>How To start application after click push notification kotlin android studio</p>
<p>i want start my app after click push notification</p> | enter image description here How To start application after click push notification kotlin android studio i want start my app after click push notification | android|android-studio|kotlin | -1 | 2022-07-28T12:20:47.560Z | 2,022 | 7 | 12 | 3 | 43 | 1 | 155 | 76 | 3 | 0 | false | false | false | false | false | true | negative |
73,152,872 | I keep getting a whitelisted error on android studio | <p>2022-07-28 17:45:53.188 28011-28011/? E/Zygote: isWhitelistProcess - Process is Whitelisted
2022-07-28 17:45:53.190 28011-28011/? E/Zygote: accessInfo : 1
2022-07-28 17:45:53.230 28011-28011/? E/.ananya.bookhu: Unknown bits set in runtime_flags: 0x8000
2022-07-28 17:45:54.127 28011-30401/com.ananya.bookhub E/gralloc... | 2022-07-28 17:45:53.188 28011-28011/? E/Zygote: isWhitelistProcess - Process is Whitelisted 2022-07-28 17:45:53.190 28011-28011/? E/Zygote: accessInfo : 1 2022-07-28 17:45:53.230 28011-28011/? E/.ananya.bookhu: Unknown bits set in runtime_flags: 0x8000 2022-07-28 17:45:54.127 28011-30401/com.ananya.bookhub E/gralloc: A... | android-studio|kotlin | 0 | 2022-07-28T12:24:03.330Z | 2,022 | 7 | 12 | 3 | 28 | 0 | 520 | 52 | 2 | 0 | false | true | false | false | false | false | zero |
73,152,879 | How to publish Android module to GitHub and use it as a library? | <p>I have an Android project that contains 3 modules:</p>
<ul>
<li>app module - Main module with which I build the APK</li>
<li>feature module - Contains code for a specific feature</li>
<li>common module - A module that both "app" and "feature" depend on, mainly to share content between them two</l... | I have an Android project that contains 3 modules: app module - Main module with which I build the APK feature module - Contains code for a specific feature common module - A module that both "app" and "feature" depend on, mainly to share content between them two Currently all 3 of these modules are... | java|android|git|github|gradle | 1 | 2022-07-28T12:24:29.183Z | 2,022 | 7 | 12 | 3 | 43 | 1 | 553 | 64 | 5 | 0 | false | false | false | false | false | false | low |
73,152,922 | Android 11 - Webrtc VOIP calls are not working with browser or desktop app. Same is working with Android 10 | <p>Good day team!!!</p>
<p>I am developing a calling system, In this case we are working on Android, IOS and web/Desktop platforms.</p>
<p>Audio and Video calls were working fine for Android, IOS and Web/Desktop. Until I have upgraded the Android API level to 30 (Android 11, as its mandatory to update app on to Play St... | Good day team!!! I am developing a calling system, In this case we are working on Android, IOS and web/Desktop platforms. Audio and Video calls were working fine for Android, IOS and Web/Desktop. Until I have upgraded the Android API level to 30 (Android 11, as its mandatory to update app on to Play Store). Once I swit... | android|webrtc|libjingle|voip-android|android-webrtc | 3 | 2022-07-28T12:28:18.080Z | 2,022 | 7 | 12 | 3 | 104 | 0 | 1,101 | 107 | 5 | 0 | false | true | false | false | false | false | low |
73,152,995 | Android. Requesting runtime permissions does not work correctly | <p>I'm use <code>ActivityResultContracts</code> to request runtime permissions. Here is my code:</p>
<pre><code>private val contactsPermissionLauncher =
registerForActivityResult(ActivityResultContracts.RequestPermission()) { granted ->
// some logic here
}
</code></pre>
<p>And in <code>onCreate()</c... | I'm use ActivityResultContracts to request runtime permissions. Here is my code: [CODE] And in onCreate() : [CODE] Accordingly, I should be request for permission every time I go to the activity/fragment. At first glance, everything works well. However, I noticed such a problem, on Android 11, after a certain number of... | android|android-permissions|runtime-permissions|activity-result-api | 0 | 2022-07-28T12:33:54.547Z | 2,022 | 7 | 12 | 3 | 35 | 0 | 819 | 63 | 4 | 2 | true | true | false | false | false | false | zero |
73,153,009 | Reporting logcat output to Firebase upon crash | <p>I'm looking to improve and get better insights into the apps behaviour right before a crash. In the production we have a lot of <code>Timber.d</code> and <code>Log.XX</code> calls issued but it is not possible to currently see the full application's log-stack in Firebase Crashlytics section. We only see the stacktra... | I'm looking to improve and get better insights into the apps behaviour right before a crash. In the production we have a lot of Timber.d and Log.XX calls issued but it is not possible to currently see the full application's log-stack in Firebase Crashlytics section. We only see the stacktrace of the crash as well as al... | android|firebase|crashlytics|crashlytics-android | 0 | 2022-07-28T12:34:57.173Z | 2,022 | 7 | 12 | 3 | 37 | 1 | 531 | 46 | 4 | 0 | false | false | false | false | false | false | zero |
73,153,067 | Android studio create plugin to auto generate classes in Flutter | <p>I wanted to develop a plugin for my flutter project which build by android studio.
The plugin I wanted to develop is like <a href="https://plugins.jetbrains.com/plugin/12129-bloc" rel="nofollow noreferrer">https://plugins.jetbrains.com/plugin/12129-bloc</a> to auto generate some of the classes.
I know I have to crea... | I wanted to develop a plugin for my flutter project which build by android studio. The plugin I wanted to develop is like https://plugins.jetbrains.com/plugin/12129-bloc to auto generate some of the classes. I know I have to create this type of plugin from intellij IDE, but I could not found enough information to start... | flutter|android-studio|intellij-idea|bloc | 0 | 2022-07-28T12:38:47.870Z | 2,022 | 7 | 12 | 3 | 25 | 1 | 386 | 64 | 4 | 0 | false | false | false | false | false | false | zero |
73,153,098 | Framework7 fcm notification needed | <p>Getting <code>NoClassDefFoundError</code> error in the project.</p>
<pre><code>E:\framework7\app\demo>cordova requirements
Requirements check results for android:
Java JDK: installed 18.0.2
Android SDK: installed true
Android target: not installed
Command failed with exit code 1: avdmanager list target
Exception... | Getting NoClassDefFoundError error in the project. [CODE] Error | android|android-studio | 0 | 2022-07-28T12:40:38.127Z | 2,022 | 7 | 12 | 3 | 14 | 0 | 63 | 34 | 2 | 1 | true | true | false | false | false | false | zero |
73,153,147 | How to show the values of an extend dropdown menu from a certain number? | <p>I am working on a shopping cart for products, I have been thinking about it and I would like to know how I could do so that when the menu is displayed, the numbers are shown based on the quantity of that product. I leave an image of how it is now and the result I want to achieve</p>
<p><a href="https://i.stack.imgur... | I am working on a shopping cart for products, I have been thinking about it and I would like to know how I could do so that when the menu is displayed, the numbers are shown based on the quantity of that product. I leave an image of how it is now and the result I want to achieve The dropmenu actually the desired look o... | java|android | 0 | 2022-07-28T12:43:56.757Z | 2,022 | 7 | 12 | 3 | 12 | 0 | 334 | 73 | 2 | 0 | false | true | false | false | false | false | zero |
73,153,199 | How to run the app in the background and call API on the broadcast receiver change? | <p><strong>Overview:</strong>
Hey there,
I am making an App which is tracking the calls on the phone. The way I want to do this when A call is incoming or outgoing I am making an API request and storing the information of the call. Once the call is ended I am again making API request for marking the call end. So basica... | Overview: Hey there, I am making an App which is tracking the calls on the phone. The way I want to do this when A call is incoming or outgoing I am making an API request and storing the information of the call. Once the call is ended I am again making API request for marking the call end. So basically I am making 2 AP... | java|android|flutter|kotlin|dart | 0 | 2022-07-28T12:47:05.400Z | 2,022 | 7 | 12 | 3 | 35 | 0 | 1,535 | 83 | 5 | 1 | true | true | false | false | false | false | zero |
73,153,315 | Reinstalling android open-source version | <p>I am currently using a phone that was locally made in my country, Everything else is great but I don't like its extra features, it has ads and other annoying stuff</p>
<p>Since android is an open source code os, I was wondering If i could change the current android with the most basic open source version of the andr... | I am currently using a phone that was locally made in my country, Everything else is great but I don't like its extra features, it has ads and other annoying stuff Since android is an open source code os, I was wondering If i could change the current android with the most basic open source version of the android P.S: I... | android | 0 | 2022-07-28T12:55:06.490Z | 2,022 | 7 | 12 | 3 | 26 | 1 | 431 | 40 | 1 | 0 | false | false | false | false | false | false | zero |
73,153,334 | Notification firebase cloud messaging not sending on Android Go | <p>My application sends notifications (firebase cloud messaging) to original samsung (Android) but <strong>fails to send to Android Go version</strong> (Tecno or huawei brand) ???
my code:</p>
<pre><code>public class notification extends FirebaseMessagingService {
@Override
public void onMessageReceived(RemoteM... | My application sends notifications (firebase cloud messaging) to original samsung (Android) but fails to send to Android Go version (Tecno or huawei brand) ??? my code: [CODE] | android|firebase|firebase-cloud-messaging | 0 | 2022-07-28T12:56:10.110Z | 2,022 | 7 | 12 | 3 | 16 | 0 | 175 | 63 | 3 | 1 | true | true | false | false | false | false | zero |
73,153,558 | androidTest: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent | <p>I'm trying to run launchFragmentInHiltContainer in androidTest source set.
Running below code fragment causes the mentioned in title error.</p>
<pre><code>@Test
fun mainActivityTest(){
val scenario = launchFragmentInHiltContainer<CoinInfoFragment> { }
}
</code></pre>
<p>Function launchFragmentInHiltContai... | I'm trying to run launchFragmentInHiltContainer in androidTest source set. Running below code fragment causes the mentioned in title error. [CODE] Function launchFragmentInHiltContainer: [CODE] I was trying to resolve problem by solutions like: Android Lint : turn off Missing PendingIntent mutability, Adding: [CODE] Er... | android|android-testing|android-pendingintent|android-fragmentscenario | 0 | 2022-07-28T13:11:47.943Z | 2,022 | 7 | 13 | 3 | 296 | 0 | 405 | 143 | 4 | 4 | true | true | false | false | false | false | zero |
73,153,562 | Is it possible to open Google Password Manager directly from an app? | <p>I to open directly Google Password Manager in my android app because I want users to modify some settings.</p>
<p>I can navigate directly to certain settings, like <code>android.settings.SYSTEM_UPDATE_SETTINGS</code> or even <code>com.google.android.gms.settings.ADS_PRIVACY</code>. But is it possible to achieve such... | I to open directly Google Password Manager in my android app because I want users to modify some settings. I can navigate directly to certain settings, like android.settings.SYSTEM_UPDATE_SETTINGS or even com.google.android.gms.settings.ADS_PRIVACY . But is it possible to achieve such Intents directly to Google Passwor... | java|android|kotlin | 1 | 2022-07-28T13:12:03.610Z | 2,022 | 7 | 13 | 3 | 21 | 0 | 330 | 68 | 3 | 0 | false | true | false | false | false | false | low |
73,153,611 | How manually handle deeplink in compose | <p><a href="https://developer.android.com/guide/navigation/navigation-deep-link#handle" rel="nofollow noreferrer">In this section</a> says what if use <em>launchMode</em> <strong>not</strong> <em>standard</em> Navigation will <strong>not</strong> automatically navigate to deeplink, however when i send intent with deepl... | In this section says what if use launchMode not standard Navigation will not automatically navigate to deeplink, however when i send intent with deeplink, Navigation navigates automatically, but i dont want it, i want control incoming intents and decide (ex: pin-code screen don't heed to be skipped) It happens when i d... | android|android-jetpack-compose|android-jetpack|android-deep-link | 0 | 2022-07-28T13:15:20.873Z | 2,022 | 7 | 13 | 3 | 35 | 0 | 366 | 39 | 4 | 1 | true | true | false | false | false | false | zero |
73,153,779 | When I try to run app I get this error. Execution failed for task ':app:compileDebugKotlin' | <p>I am trying to compile code in Android Studio and getting this error.</p>
<p>Launching lib\main.dart on sdk gphone x86 in debug mode...
Running Gradle task 'assembleDebug'...
e: C:\Users\Anonymous\OneDrive\Projects\usama_khalid\android\app\src\main\kotlin\com\usama_khalid\usama_khalid\MainActivity.kt: (3, 19): Unres... | I am trying to compile code in Android Studio and getting this error. Launching lib\main.dart on sdk gphone x86 in debug mode... Running Gradle task 'assembleDebug'... e: C:\Users\Anonymous\OneDrive\Projects\usama_khalid\android\app\src\main\kotlin\com\usama_khalid\usama_khalid\MainActivity.kt: (3, 19): Unresolved refe... | android|android-studio|kotlin|gradle | 0 | 2022-07-28T13:27:36.483Z | 2,022 | 7 | 13 | 3 | 46 | 0 | 1,834 | 91 | 4 | 0 | false | true | false | false | false | false | zero |
73,153,843 | Tilting camera even slightly results in false return result with portrait lock | <p>With portrait orientation lock enabled app wide, if I tilt the camera even slightly when I press the <code>OK</code> confirm button after taking a photo, the <code>onResult</code> Boolean value is false with <code>rememberLauncherForActivityResult</code>. I have to keep the phone perfectly upright vertically for it ... | With portrait orientation lock enabled app wide, if I tilt the camera even slightly when I press the OK confirm button after taking a photo, the onResult Boolean value is false with rememberLauncherForActivityResult . I have to keep the phone perfectly upright vertically for it to return a true result. How can I fix th... | android|android-camera|android-jetpack-compose|android-orientation | 0 | 2022-07-28T13:35:28.637Z | 2,022 | 7 | 13 | 3 | 35 | 0 | 404 | 78 | 4 | 3 | true | true | false | false | false | false | zero |
73,154,025 | AAPT: error: resource drawable/slider_custom_thumb (aka com.package.name:drawable/slider_custom_thumb) not found | <p>Good Day,</p>
<p>The app was working fine, I did not touch or add new xml files. When I run the app again I got this error</p>
<pre><code>AAPT: error: resource drawable/slider_custom_thumb (aka com.package.name:drawable/slider_custom_thumb) not found.
</code></pre>
<p>But the file is available on the drawable folder... | Good Day, The app was working fine, I did not touch or add new xml files. When I run the app again I got this error [CODE] But the file is available on the drawable folder. Check below the codes for slider_custom_thumb.xml [CODE] | android | 0 | 2022-07-28T13:51:06.150Z | 2,022 | 7 | 13 | 3 | 12 | 0 | 229 | 112 | 1 | 2 | true | true | false | false | false | false | zero |
73,154,099 | Where to add IsMonitoringTool meta-data flag in android manifest | <p>In order to meet google's recent stalkerware policy, developer needs to add isMonitoringTool flag if application collecting certain sensitive user data using app. Can someone help me to define this flag in the manifest.</p>
<p>Here is the document where they have mentioned to do so,
<a href="https://support.google.c... | In order to meet google's recent stalkerware policy, developer needs to add isMonitoringTool flag if application collecting certain sensitive user data using app. Can someone help me to define this flag in the manifest. Here is the document where they have mentioned to do so, https://support.google.com/googleplay/andro... | android|manifest | 6 | 2022-07-28T13:56:54.107Z | 2,022 | 7 | 13 | 3 | 184 | 1 | 387 | 64 | 2 | 0 | false | false | false | false | false | false | medium |
73,154,146 | Could not get unknown property 'FLIPPER_VERSION' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler | <p>This is the error I am getting while I'm trying to get an app to debug on the android emulator from android studio on visual studio code :</p>
<blockquote>
<p>Could not get unknown property 'FLIPPER_VERSION' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.</p>
</blockqu... | This is the error I am getting while I'm trying to get an app to debug on the android emulator from android studio on visual studio code : Could not get unknown property 'FLIPPER_VERSION' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. What went wrong was: What went wrong... | java|android|android-studio|gradle|visual-studio-code | 0 | 2022-07-28T14:00:30.050Z | 2,022 | 7 | 14 | 3 | 298 | 1 | 671 | 143 | 5 | 1 | true | false | false | false | false | false | zero |
73,154,266 | RecyclerView Items are not showing | <p>FolderListAdapter Code</p>
<pre><code>public class FolderListAdapter extends RecyclerView.Adapter<FolderListAdapter.myViewHolder> {
private final Context context;
private final ArrayList<Folder> folderList;
public FolderListAdapter(Context context, ArrayList<Folder> folderList) {
... | FolderListAdapter Code [CODE] MainActivity Code for RecyclerView [CODE] XML CODE OF recycler view [CODE] folder_view.xml code. [CODE] activity_folder.xml layout file [CODE] OUTPUT The size of folderList is 2 I also check the size of adapter. It is also 2 I also tried by making a new Adapter but it also does not work. I... | java|android|android-recyclerview | 0 | 2022-07-28T14:08:37.140Z | 2,022 | 7 | 14 | 3 | 31 | 1 | 404 | 34 | 3 | 5 | true | false | false | false | false | false | zero |
73,154,271 | How to exit android S animated splash screen only after animation finishes | <p><a href="https://developer.android.com/reference/kotlin/androidx/core/splashscreen/SplashScreen#setOnExitAnimationListener(androidx.core.splashscreen.SplashScreen.OnExitAnimationListener)" rel="nofollow noreferrer">SplashScreen</a> API offers 2 methods but can't figure out how to do this. setKeepOnScreenCondition do... | SplashScreen API offers 2 methods but can't figure out how to do this. setKeepOnScreenCondition doesn't pass in a splashScreenView so the animation remaining time can't be checked in there. On the other hand, setOnExitAnimationListener passes in a splashScreenView, which is only called when the splashscreen is ready to... | android|android-splashscreen | 0 | 2022-07-28T14:09:04.200Z | 2,022 | 7 | 14 | 3 | 42 | 0 | 440 | 74 | 2 | 0 | false | true | false | false | false | false | zero |
73,154,293 | I want to create an android app to lock and unlock device. But my app screen is not displayed on locked device if app is killed | <p>I want to create an android app to lock and unlock device. But my app screen is not displayed on locked device if app is killed. But if app is in foreground and then I lock phone it works. Any suggestion would be helpful.</p> | I want to create an android app to lock and unlock device. But my app screen is not displayed on locked device if app is killed. But if app is in foreground and then I lock phone it works. Any suggestion would be helpful. | android | 0 | 2022-07-28T14:11:00.707Z | 2,022 | 7 | 14 | 3 | 24 | 0 | 221 | 127 | 1 | 0 | false | true | false | false | false | false | zero |
73,154,400 | Android - No BLE devices can be found after scanning a few times in a row | <p>We have created an Android app which scans for specific manufacturer devices by using BLE (Bluetooth Low Energy). Actually everything is working fine, but we have one problem. Sometimes after a few scans the tablet can <strong>no</strong> longer find any devices in all scans that follow. The only one workaround is t... | We have created an Android app which scans for specific manufacturer devices by using BLE (Bluetooth Low Energy). Actually everything is working fine, but we have one problem. Sometimes after a few scans the tablet can no longer find any devices in all scans that follow. The only one workaround is to turn Bluetooth off... | java|android|bluetooth-lowenergy|android-bluetooth | 0 | 2022-07-28T14:19:33.877Z | 2,022 | 7 | 14 | 3 | 118 | 1 | 1,207 | 73 | 4 | 6 | true | false | false | false | false | false | zero |
73,154,448 | Is there any way to set OobData programmatically for Bluetooth pairing | <p>Can the Out of Band data be set through any available interface?</p>
<p>The OobData class is hidden in android API but from what I understand it's still possible to perform OOB Pairing with an android device, for example using NFC SSP (secure simple pairing).
In my case I already have the oob data ( confirmation has... | Can the Out of Band data be set through any available interface? The OobData class is hidden in android API but from what I understand it's still possible to perform OOB Pairing with an android device, for example using NFC SSP (secure simple pairing). In my case I already have the oob data ( confirmation hash and rand... | android|bluetooth-lowenergy|android-bluetooth|pairing|out-of-band | 1 | 2022-07-28T14:23:13.367Z | 2,022 | 7 | 14 | 3 | 31 | 0 | 658 | 70 | 5 | 0 | false | true | false | false | false | false | low |
73,154,722 | Audio call with peerJs without webview in Android | <p>Can we use peerJs for audio call without using webview in Android?
I just wanted make audio call application with peerJs library. But I don't want to use webview with attached to one single activity.
Although I am ok with dynamic app level webview that can handle call events on anywhere in app.
Is there any idea how... | Can we use peerJs for audio call without using webview in Android? I just wanted make audio call application with peerJs library. But I don't want to use webview with attached to one single activity. Although I am ok with dynamic app level webview that can handle call events on anywhere in app. Is there any idea how to... | android|call|peerjs | 0 | 2022-07-28T14:42:27.730Z | 2,022 | 7 | 14 | 3 | 31 | 1 | 347 | 49 | 3 | 0 | false | false | false | false | false | false | zero |
73,154,833 | Native crash of my app on Google play console Pre-launch report details | <p>I have this crash in my Pre-launch report details at Google play.
What's the problem here? and how can I solve it?</p>
<pre><code>Build fingerprint: 'generic/gce_x86_phone/gce_x86:9/PGR1.190916.001/5877764:userdebug/test-keys'
Revision: '0'
ABI: 'x86'
pid: 7566, tid: 8624, name: 1.ui >>> com.#########.###... | I have this crash in my Pre-launch report details at Google play. What's the problem here? and how can I solve it? [CODE] It occurs in one device (emulator): | android|flutter|testing|store | 1 | 2022-07-28T14:51:22.910Z | 2,022 | 7 | 14 | 3 | 191 | 1 | 157 | 71 | 4 | 1 | true | false | false | false | false | false | low |
73,154,883 | How can I make my file writable in android sutdio app | <p>I'm working on an app on Android Studio and I would like to export data in an other app (gmail for example) when I click on a button.</p>
<p>This is my code:</p>
<pre><code> btnSurveyExportD = (Button) findViewById(R.id.btnSurveyExportD);
btnSurveyExportD.setOnClickListener(new View.OnClickListener() {
... | I'm working on an app on Android Studio and I would like to export data in an other app (gmail for example) when I click on a button. This is my code: [CODE] For each export I tried, the if(root.canWrite()) condition is not respected, so the last lines are not executed. How can I make my file root writable ? Thank you ... | android|android-studio|file|export | 0 | 2022-07-28T14:54:57.157Z | 2,022 | 7 | 14 | 3 | 36 | 1 | 332 | 53 | 4 | 1 | true | false | false | false | false | false | zero |
73,154,960 | How to display a unique string message based off of index position and value of an ArrayList Kotlin? | <p>I have a bunch of integers in an ArrayList. The values are either 1 or 0 at any given time. I have a unique string error message that I would like to display for each of these items if any of the values switch to 1. I have a single textView where I would like to display the current error message if there is one.</p>... | I have a bunch of integers in an ArrayList. The values are either 1 or 0 at any given time. I have a unique string error message that I would like to display for each of these items if any of the values switch to 1. I have a single textView where I would like to display the current error message if there is one. For so... | android|kotlin|data-structures|error-handling | 0 | 2022-07-28T14:59:53.863Z | 2,022 | 7 | 14 | 3 | 40 | 1 | 447 | 100 | 4 | 0 | false | false | false | false | false | false | zero |
73,155,319 | Fetch local API from expo app in android emulator | <p>I have a csharp API running on localhost:7123 and trying to call it from my android emulator with:</p>
<pre class="lang-js prettyprint-override"><code>fetch('https://localhost:7123/api/test')
</code></pre>
<p>But I get a <code>[Unhandled promise rejection: TypeError: Network request failed]</code>.</p>
<p>I also tri... | I have a csharp API running on localhost:7123 and trying to call it from my android emulator with: [CODE] But I get a [Unhandled promise rejection: TypeError: Network request failed] . I also tried with 10.0.2.2 , in the application, it displays the same error, but in the browser of the emulator, the API receive the ca... | android|react-native|android-emulator|expo|fetch-api | 0 | 2022-07-28T15:24:42.550Z | 2,022 | 7 | 15 | 3 | 105 | 0 | 512 | 49 | 5 | 1 | true | true | false | false | false | false | zero |
73,155,455 | Jetpack Compose Coil cache and load | <p>Load photos from album and cache to memory or disk, when loading from memory or disk.</p>
<p>Below is loading photos from album:</p>
<pre class="lang-kotlin prettyprint-override"><code>
val model = ImageRequest
.Builder(current)
.data(asset.path)
.crossfade(tru... | Load photos from album and cache to memory or disk, when loading from memory or disk. Below is loading photos from album: [CODE] How to cache, and how to load from, not over network. The official documentation is really incomprehensible, various simplifications. | android-jetpack-compose | 0 | 2022-07-28T15:33:52.463Z | 2,022 | 7 | 15 | 3 | 43 | 0 | 262 | 35 | 1 | 1 | true | true | false | false | false | false | zero |
73,155,467 | Is there a way to detect via javascript if an APP has been installed on the mobile? | <p>I found there isn't a standard way to detect if an APP has been installed on Mobile. Is there a common way to do that?</p> | I found there isn't a standard way to detect if an APP has been installed on Mobile. Is there a common way to do that? | android-intent|installation|uninstallation|launch|detect | 0 | 2022-07-28T15:34:42.350Z | 2,022 | 7 | 15 | 3 | 17 | 0 | 118 | 83 | 5 | 0 | false | true | false | false | false | false | zero |
73,155,519 | Send Android app to background with Firemonkey | <p>With Delphi 11 I'm doing a Android app.</p>
<p>I have a main form <code>(TMainForm)</code> with a layout where I pop/push some views.</p>
<p>When user touch back button (vkHardwareBack) I cancel the key and manually pop view.</p>
<pre><code>if Key = vkHardwareBack then begin
Key := 0;
Scenes.Pop;
end;
</code></p... | With Delphi 11 I'm doing a Android app. I have a main form (TMainForm) with a layout where I pop/push some views. When user touch back button (vkHardwareBack) I cancel the key and manually pop view. [CODE] The problem, is when the stack scene contain only 1 view, the back button delete it and the user see the empty mai... | android|delphi|firemonkey | 0 | 2022-07-28T15:38:23.883Z | 2,022 | 7 | 15 | 3 | 78 | 1 | 590 | 46 | 3 | 3 | true | false | false | false | false | false | zero |
73,155,538 | Google Play Console Dashboard - is there a way to reset KPIs to their default form? | <p>I've faced a problem with Google Play Console's <strong>Dashboard</strong> where after choosing some custom KPIs for my app, I'm not able to go back to the default ones.</p>
<p><strong>Default KPIs</strong> (the ones you get after pressing the "Keep default KPIs" button) are: <code>New users acquired</code... | I've faced a problem with Google Play Console's Dashboard where after choosing some custom KPIs for my app, I'm not able to go back to the default ones. Default KPIs (the ones you get after pressing the "Keep default KPIs" button) are: New users acquired , Revenue , Daily ratings & Crashes and ANRs . Problem ... | android|google-play|google-play-console | 2 | 2022-07-28T15:39:40.493Z | 2,022 | 7 | 15 | 3 | 53 | 0 | 866 | 83 | 3 | 0 | false | true | false | false | false | false | low |
73,155,554 | File Upload dose not work inside flutter webview | <p>I am creating a flutter app using webview_flutter plugin, everything is working fine. In the website, there is a form in which users can upload images. When I click on upload from android application which I've created using webview_flutter plugin, it does nothing.</p> | I am creating a flutter app using webview_flutter plugin, everything is working fine. In the website, there is a form in which users can upload images. When I click on upload from android application which I've created using webview_flutter plugin, it does nothing. | android|flutter|webview|upload | 0 | 2022-07-28T15:40:53.770Z | 2,022 | 7 | 15 | 3 | 64 | 0 | 265 | 48 | 4 | 0 | false | true | false | false | false | false | zero |
73,155,680 | Why does RadioGroup only support RadioButton instead of any Checkable | <p>What is the reasoning that Android's <code>RadioGroup</code> only works with <code>RadioButton</code>s? Specifically I'm looking at API 31, but I don't think this has changed recently.</p>
<p>Most places that RadioGroup cares about its children (addView, setCheckedStateForView, etc.) it checks <code>if (child insta... | What is the reasoning that Android's RadioGroup only works with RadioButton s? Specifically I'm looking at API 31, but I don't think this has changed recently. Most places that RadioGroup cares about its children (addView, setCheckedStateForView, etc.) it checks if (child instanceof RadioButton) but then only uses meth... | android|radio-button|radio-group | 0 | 2022-07-28T15:49:27.007Z | 2,022 | 7 | 15 | 3 | 10 | 0 | 914 | 69 | 3 | 0 | false | true | false | false | false | false | zero |
73,155,711 | ACTION_VIEW directly opens the URL chrome browser instead of showing options for different browsers | <p>Here is part of my code:</p>
<pre><code>Intent sendIntent = new Intent(Intent.ACTION_VIEW, URI.parse("https://stackoverflow.com/");
Intent chooser = Intent.createChooser(sendIntent, "Open the link in: ");
startActivity(chooser);
</code></pre>
<p>Some extra information:</p>
<ol>
<li>I have multi... | Here is part of my code: [CODE] Some extra information: I have multiple browsers installed like Chrome, Firefox and others. I tried clearing the Chrome defaults, cache and other application data by going to Settings > App Manager. Other similar questions like: Show browser list when opening a link in android shows the ... | android|android-intent|android-chrome | 0 | 2022-07-28T15:51:44.157Z | 2,022 | 7 | 15 | 3 | 43 | 0 | 445 | 99 | 3 | 1 | true | true | false | false | false | false | zero |
73,155,724 | Remove Horizontal Overscroll Effect on a Vertical Column Compose | <p>I have a Column in compose which uses the vertical scroll modifier.</p>
<p>For some reason it has a horizontal overscroll effect when there is no horizontal content in addition to the vertical overscroll effect.</p>
<p>I just want the vertical overscroll effect.</p>
<p>Does anyone know how to remove the horizontal o... | I have a Column in compose which uses the vertical scroll modifier. For some reason it has a horizontal overscroll effect when there is no horizontal content in addition to the vertical overscroll effect. I just want the vertical overscroll effect. Does anyone know how to remove the horizontal overscroll effect? [CODE] | android|kotlin|android-jetpack-compose | 1 | 2022-07-28T15:52:44.880Z | 2,022 | 7 | 15 | 3 | 36 | 0 | 320 | 64 | 3 | 1 | true | true | false | false | false | false | low |
73,155,773 | Android compose Ui not updating after new state from query in mutable state variable | <p>I'm facing sporadical issues with jetpack compose's mutable states. In a viewModel I'have a variable of type data class.</p>
<pre><code>var headerState by mutableStateOf(ModelTemplateHeaderUiModel())
private set
</code></pre>
<p>When I update the variable in the viewModel with</p>
<pre><code>headerState = header... | I'm facing sporadical issues with jetpack compose's mutable states. In a viewModel I'have a variable of type data class. [CODE] When I update the variable in the viewModel with [CODE] the states of client and reportNumber are updated but seem that the UI is not receiving the new state signal to update the Ui and the re... | android|state|android-jetpack-compose|android-jetpack | 2 | 2022-07-28T15:57:13.137Z | 2,022 | 7 | 15 | 3 | 261 | 0 | 1,256 | 84 | 4 | 10 | true | true | false | false | false | false | low |
73,155,822 | place local backup for app data in android 11 and higher using flutter | <p>based on</p>
<p><a href="https://%20https://developer.android.com/about/versions/11/privacy/storage" rel="nofollow noreferrer">https://developer.android.com/about/versions/11/privacy/storage</a></p>
<p>I cannot create an app-specific directory</p>
<blockquote>
<p>Starting in Android 11, apps cannot create their own ... | based on https://developer.android.com/about/versions/11/privacy/storage I cannot create an app-specific directory Starting in Android 11, apps cannot create their own app-specific directory on external storage. To access the directory that the system provides for your app, call getExternalFilesDirs(). and I googled fo... | android|flutter|dart|storage|backup | 1 | 2022-07-28T16:00:40.973Z | 2,022 | 7 | 16 | 3 | 44 | 0 | 522 | 70 | 5 | 0 | false | true | false | false | false | false | low |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.