id int64 28.5M 73.8M | title stringlengths 15 150 | question_body stringlengths 69 39.4k | body_text stringlengths 6 29.2k | tags stringlengths 7 120 | score int64 -19 384 | creation_date stringlengths 20 24 | year int64 -1 2.02k | month int64 -1 12 | hour int64 -1 23 | dayofweek int64 -1 6 | view_count int64 3 367k | answer_count int64 0 34 | body_len int64 6 29.2k | title_len int64 15 150 | tag_count int64 1 6 | code_block_cnt int64 0 17 | has_code bool 2
classes | is_unanswered bool 2
classes | is_popular bool 2
classes | is_viral bool 2
classes | is_highly_voted bool 2
classes | is_negative bool 2
classes | score_bucket stringclasses 5
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
72,839,740 | Why android can't open sqlite db from external storage on android 30 upwards | <p>I'm updating the target sdk version on an android app and in the process, I picked up the sqlite db importer is broken. Previously on android version >= 29, the importer worked fine.</p>
<p>So Basically, the android app has its own internal sqlite, During the import process, it opens an external db and imports th... | I'm updating the target sdk version on an android app and in the process, I picked up the sqlite db importer is broken. Previously on android version >= 29, the importer worked fine. So Basically, the android app has its own internal sqlite, During the import process, it opens an external db and imports the data into i... | java|android|sqlite|sqliteopenhelper | 0 | 2022-07-02T14:16:27.597Z | 2,022 | 7 | 14 | 5 | 65 | 0 | 3,898 | 76 | 4 | 2 | true | true | false | false | false | false | zero |
72,839,784 | Camera image from FileProvider Uri only displaying for first time | <p>My Jetpack Compose camera app is targeting API Level 32 and is being tested on an Android 11 phone. I'm generating a <code>Uri</code> with <code>FileProvider</code> to take a photo with the stock camera app. Logcat shows the <code>Uri</code> every time I snap a picture, but the image is displayed in the UI only for ... | My Jetpack Compose camera app is targeting API Level 32 and is being tested on an Android 11 phone. I'm generating a Uri with FileProvider to take a photo with the stock camera app. Logcat shows the Uri every time I snap a picture, but the image is displayed in the UI only for the first time. Subsequent camera snapshot... | android|android-camera|android-jetpack-compose|android-fileprovider|android-compose-image | 1 | 2022-07-02T14:21:45.257Z | 2,022 | 7 | 14 | 5 | 54 | 1 | 687 | 65 | 5 | 5 | true | false | false | false | false | false | low |
72,839,872 | Expandable editor in scrollview cutting text in Maui | <p>I am trying to create an editor field which behaves roughly like the one on Messenger. That is:</p>
<ul>
<li>Can expand when the user types multiple lines</li>
<li>The editor can only grow to defined max height whereafter scrolling is possible within the editor</li>
</ul>
<p>The editor will expand fine with the <cod... | I am trying to create an editor field which behaves roughly like the one on Messenger. That is: Can expand when the user types multiple lines The editor can only grow to defined max height whereafter scrolling is possible within the editor The editor will expand fine with the AutoSize="TextChanges" property b... | xamarin.forms|xamarin.android|maui | 1 | 2022-07-02T14:33:37.180Z | 2,022 | 7 | 14 | 5 | 169 | 1 | 697 | 52 | 3 | 1 | true | false | false | false | false | false | low |
72,839,873 | Notification sound stops playing after a while | <p>I've implemented the below code to enable receiving push notifications and show it to user and play a sound alarm. It works fine. But according the some users feedback, it stops playing sound alarm, even though the notification is shown properly.</p>
<p>In the device settings / Notifications, it seems that the categ... | I've implemented the below code to enable receiving push notifications and show it to user and play a sound alarm. It works fine. But according the some users feedback, it stops playing sound alarm, even though the notification is shown properly. In the device settings / Notifications, it seems that the category is set... | android|notifications|android-notifications | 0 | 2022-07-02T14:34:04.190Z | 2,022 | 7 | 14 | 5 | 28 | 0 | 374 | 46 | 3 | 1 | true | true | false | false | false | false | zero |
72,839,907 | Flutter on WSL can't find installed sdkmanager for accepting Android license, even though I have accepted them through sdkmanager | <p>I run Ubuntu WSL2 on W11. I have installed Android Command Tools for the sdkmanager and the SDK according to <a href="https://medium.com/@barcelos.ds/install-android-sdk-in-the-ubuntu-20-04-lts-without-android-studio-1b629924d6c5" rel="nofollow noreferrer">this medium article</a> and avoided installing Android Studi... | I run Ubuntu WSL2 on W11. I have installed Android Command Tools for the sdkmanager and the SDK according to this medium article and avoided installing Android Studio, then installed Flutter manually according to the documentation . I can call both "flutter" and "sdkmanager" commands just fine. Howe... | linux|flutter|android-sdk-manager | 0 | 2022-07-02T14:38:40.137Z | 2,022 | 7 | 14 | 5 | 47 | 0 | 860 | 129 | 3 | 1 | true | true | false | false | false | false | zero |
72,839,982 | How to make such an animation of page transition? [Mobile] | <p>Please check this page transition animation
<a href="https://i.stack.imgur.com/UAsyR.gif" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/UAsyR.gif" alt="enter image description here" /></a></p>
<p>I think that it is pretty standard and I see it quite often in many different apps. Maybe someone can <st... | Please check this page transition animation I think that it is pretty standard and I see it quite often in many different apps. Maybe someone can tell me how it is called? Cause i can`t figure it out how to implement it. I see that previous screen becomes smaller and gains rounded corners, also the status bar becomes b... | android|ios|flutter|mobile|mobile-application | 0 | 2022-07-02T14:47:32.220Z | 2,022 | 7 | 14 | 5 | 51 | 1 | 350 | 58 | 5 | 0 | false | false | false | false | false | false | zero |
72,840,016 | How can i invert front and back compass in my android app? | <p>i get compass / gyroscope data from sensor on my android app for google glass
i use the library kircherelectronics.fsensor
i have the head rotation</p>
<pre><code>private void updateValues(float[] values) {
float value_0 = fusedOrientation[0];
float gyro_left_right_degree = (float) (Math.toDegrees(value_0) + 360) %... | i get compass / gyroscope data from sensor on my android app for google glass i use the library kircherelectronics.fsensor i have the head rotation [CODE] left and right direction are ok, but front and back are inverted how can i invert only front and back ? screenshot right and wrong direction | android|compass|aero-glass | 0 | 2022-07-02T14:50:42.743Z | 2,022 | 7 | 14 | 5 | 17 | 0 | 295 | 58 | 3 | 1 | true | true | false | false | false | false | zero |
72,840,134 | Android Java: Retrieve POST Response Body in WebView | <p>My app contains a WebView to load a specific site which I cannot edit. This Site at some point executes a POST-Request via AJAX/JavaScript. I need to get the response body of that AJAX-Request do be able to detect wether the process was successfully finished by the user.</p>
<p>I already tried to use the WebViewClie... | My app contains a WebView to load a specific site which I cannot edit. This Site at some point executes a POST-Request via AJAX/JavaScript. I need to get the response body of that AJAX-Request do be able to detect wether the process was successfully finished by the user. I already tried to use the WebViewClient, but I ... | javascript|java|android|ajax|webview | 0 | 2022-07-02T15:08:30.673Z | 2,022 | 7 | 15 | 5 | 20 | 0 | 477 | 52 | 5 | 0 | false | true | false | false | false | false | zero |
72,840,198 | Encrypt file using AES in Android Studio (Java) and decrypt it using OpenSSL command line | <p>I am writing an Android app that encrypts a zip file using AES and I need to be able to decrypt the file using command line. I am using OpenSSL but it is not mandatory.</p>
<pre><code>/**
* Encrypt the zip file using AES algorithm
*/
private static SecretKey encryptZip(String zipPathWithoutExtension) throws Genera... | I am writing an Android app that encrypts a zip file using AES and I need to be able to decrypt the file using command line. I am using OpenSSL but it is not mandatory. [CODE] Then, using openssl : [CODE] I am then prompted for a password. I give the AES key in hex format. But this does not work, I am getting the follo... | android|android-studio|encryption|openssl|aes | 0 | 2022-07-02T15:19:07.353Z | 2,022 | 7 | 15 | 5 | 65 | 0 | 390 | 89 | 5 | 2 | true | true | false | false | false | false | zero |
72,840,374 | $ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath' | <p>I am trying to make a Spotify clone app in Kotlin. I have not completed it yet but while checking whether it is running or not, i encountered with this error:-</p>
<pre><code>Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for ... | I am trying to make a Spotify clone app in Kotlin. I have not completed it yet but while checking whether it is running or not, i encountered with this error:- [CODE] My App keeps crashing when i run it on the emulator I have tried the following solutions:- Could not resolve all files for configuration ':app:debugR... | android|kotlin|gradle|mvvm|build.gradle | 0 | 2022-07-02T15:43:41.710Z | 2,022 | 7 | 15 | 5 | 1,103 | 1 | 664 | 101 | 5 | 4 | true | false | false | false | false | false | zero |
72,840,402 | Cursor should only select cells with a different value | <p>I want, that my cursor is moving to the next cell with different content and I want the cursor to skip over all cells that have a value that already existed.</p>
<p>For example we have the column: Beer, Car, Car, House, Beer, Tree (in KEY_AREA)</p>
<p>The cursor should select: Beer, Car, House, Tree and skip 1 Car... | I want, that my cursor is moving to the next cell with different content and I want the cursor to skip over all cells that have a value that already existed. For example we have the column: Beer, Car, Car, House, Beer, Tree (in KEY_AREA) The cursor should select: Beer, Car, House, Tree and skip 1 Car and 1 Beer. [CODE] | java|android|sqlite|android-sqlite|android-cursor | 1 | 2022-07-02T15:46:56.643Z | 2,022 | 7 | 15 | 5 | 31 | 1 | 320 | 54 | 5 | 1 | true | false | false | false | false | false | low |
72,840,410 | Navigation Drawer - Problems navigating Fragments | <p>I have an Java Android project where I'm using the Android Studio standard Navigation Drawer.</p>
<p>From one of the menus I navigate to another fragment (which is not an option of the menu) like this:</p>
<pre><code>EntitiesFragment entitiesFragment = new EntitiesFragment();
Bundle bundle = new Bundle();
bundle.put... | I have an Java Android project where I'm using the Android Studio standard Navigation Drawer. From one of the menus I navigate to another fragment (which is not an option of the menu) like this: [CODE] I have two problems that can, or can not, be associated. The first is that the back button does not work. It has no ac... | java|android|android-fragments|navigation-drawer | 0 | 2022-07-02T15:48:10.803Z | 2,022 | 7 | 15 | 5 | 20 | 0 | 667 | 49 | 4 | 3 | true | true | false | false | false | false | zero |
72,840,575 | why only android 11 appear in sdk platform ? I want to install earlier versions | <p>[enter image description here][1]</p>
<p>why only android 11 appear in sdk platform ? I want to install earlier versions.
[1]: <a href="https://i.stack.imgur.com/rtqyF.png" rel="nofollow noreferrer">https://i.stack.imgur.com/rtqyF.png</a></p> | [enter image description here][1] why only android 11 appear in sdk platform ? I want to install earlier versions. [1]: https://i.stack.imgur.com/rtqyF.png | android-studio | 0 | 2022-07-02T16:11:17.670Z | 2,022 | 7 | 16 | 5 | 7 | 0 | 155 | 79 | 1 | 0 | false | true | false | false | false | false | zero |
72,840,626 | Coil: Loading indicator stacked on top of image instead of replacing image? | <p>I am loading a photo into a Image with Jetpack Compose and Coil. I want to show a loading indicator when image is loading, that replaces the picture while it loads. However I can't manage to figure it out and get it working properly. Problem with my code is that the loading indicator is loading on top of the image (... | I am loading a photo into a Image with Jetpack Compose and Coil. I want to show a loading indicator when image is loading, that replaces the picture while it loads. However I can't manage to figure it out and get it working properly. Problem with my code is that the loading indicator is loading on top of the image (and... | android|kotlin|android-jetpack-compose|coil | 0 | 2022-07-02T16:18:38.423Z | 2,022 | 7 | 16 | 5 | 206 | 3 | 738 | 75 | 4 | 1 | true | false | false | false | false | false | zero |
72,840,678 | genymotion emulator above 5.0 API 21 my app freezes with facebook login | <p>I have an issue of login with facbook sdk in my app, it works with genymotion emulator 5.0 API 21.0 and on my real device(One plus 7 pro) but when I want to login with an emulator above 5.0 API 21.0, there is a freeze which appears (see picture below).</p>
<p>I use genymotion Desktop version : 3.2.1 and VirtualBox v... | I have an issue of login with facbook sdk in my app, it works with genymotion emulator 5.0 API 21.0 and on my real device(One plus 7 pro) but when I want to login with an emulator above 5.0 API 21.0, there is a freeze which appears (see picture below). I use genymotion Desktop version : 3.2.1 and VirtualBox version : 6... | android|facebook|emulation|genymotion | 1 | 2022-07-02T16:26:45.233Z | 2,022 | 7 | 16 | 5 | 25 | 0 | 384 | 71 | 4 | 2 | true | true | false | false | false | false | low |
72,840,693 | Is there any way to ignore dark mode in my app xamarin forms (android) | <p>To ignore the dark mode the only thing I am using is</p>
<pre><code> AppCompatDelegate.DefaultNightMode = AppCompatDelegate.ModeNightNo;
</code></pre>
<p>But it does not work well for me since when navigating to a WebView and returning the entries that I do not have configured with white backgroundcolor they turn... | To ignore the dark mode the only thing I am using is [CODE] But it does not work well for me since when navigating to a WebView and returning the entries that I do not have configured with white backgroundcolor they turn black. entry when entering the app -> 1 After navigating a web view and return -> 2 The instantiati... | xamarin|xamarin.forms|xamarin.android | 0 | 2022-07-02T16:29:14.040Z | 2,022 | 7 | 16 | 5 | 68 | 1 | 459 | 70 | 3 | 2 | true | false | false | false | false | false | zero |
72,840,759 | How to build Android APK via Gitlab CI/CD and Docker? | <p>I have installed Gitlab-Runner and configured it with <strong>shell</strong> executor on my macOS <strong>locally</strong>.</p>
<p>I have the following .yaml</p>
<pre class="lang-yaml prettyprint-override"><code>before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle
- export ANDROID_HOME=/Users/qfunz/Library/An... | I have installed Gitlab-Runner and configured it with shell executor on my macOS locally . I have the following .yaml [CODE] It looks like this and works well and can be done with ~ 3 minutes But it was configured locally on my macOS with my personal Android SDK so it can't be independent. So I want to change shell exe... | android|docker|gradle|gitlab|continuous-integration | 1 | 2022-07-02T16:38:34.233Z | 2,022 | 7 | 16 | 5 | 390 | 0 | 887 | 53 | 5 | 5 | true | true | false | false | false | false | low |
72,840,811 | What's wrong with this input ? dropdown arrow doesn't show | <p>Peace programmers!
I'm trying to learn android developlment with kotlin and when
I'm using android studio and I have a problem which is the input doesn't show correcty [dropdown arrow] and also when I run it the app closes how can I solve it, thanks</p>
<p><a href="https://i.stack.imgur.com/3xT2n.png" rel="nofollow ... | Peace programmers! I'm trying to learn android developlment with kotlin and when I'm using android studio and I have a problem which is the input doesn't show correcty [dropdown arrow] and also when I run it the app closes how can I solve it, thanks [CODE] | android|android-studio|material-design | 0 | 2022-07-02T16:46:23.117Z | 2,022 | 7 | 16 | 5 | 28 | 0 | 256 | 58 | 3 | 1 | true | true | false | false | false | false | zero |
72,840,965 | Plugin [id: 'androidx.navigation.safeargs.kotlin'] was not found | <p>Today for functionalities in my Android App with navigation I should add plugin "androidx.navigation.safeargs.kotlin", but when gradle is syncing, I get an error:</p>
<pre><code>Build file 'C:\Users\capny\AndroidStudioProjects\VetDatabaseMobile\app\build.gradle' line: 7
Plugin [id: 'androidx.navigation.sa... | Today for functionalities in my Android App with navigation I should add plugin "androidx.navigation.safeargs.kotlin", but when gradle is syncing, I get an error: [CODE] I have navigation implements, class path "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version" and id "androi... | java|android|android-studio|kotlin | 0 | 2022-07-02T17:08:37.070Z | 2,022 | 7 | 17 | 5 | 257 | 1 | 497 | 64 | 4 | 3 | true | false | false | false | false | false | zero |
72,840,967 | how to align fab to end of bottomappbar | <p>I am trying to put fab to end of bottomappbar, but fab not aligned to the real end. There is some space at the end of screen. Is it possible to remove that space?</p>
<p><a href="https://i.stack.imgur.com/MNXGm.png" rel="nofollow noreferrer">output of code below</a></p>
<pre><code><com.google.android.material.bot... | I am trying to put fab to end of bottomappbar, but fab not aligned to the real end. There is some space at the end of screen. Is it possible to remove that space? output of code below [CODE] | android|android-bottomappbar | 0 | 2022-07-02T17:08:39.177Z | 2,022 | 7 | 17 | 5 | 22 | 0 | 190 | 39 | 2 | 1 | true | true | false | false | false | false | zero |
72,840,968 | i tried to start a service ( playing music) from an activity but it is not working at all can anyone i am using kotlin below is my code | <p>I tried to start a service (playing music from an activity) but when pressed on start button on the activity Ui no sound heard totally silent I don't know where is the problem in the below code ,the service already added in the manifest file</p>
<p>class MyService : Service() {</p>
<pre><code>lateinit var mediaPlay... | I tried to start a service (playing music from an activity) but when pressed on start button on the activity Ui no sound heard totally silent I don't know where is the problem in the below code ,the service already added in the manifest file class MyService : Service() { [CODE] } class MainActivity : AppCompatActivity(... | android|kotlin|service | 1 | 2022-07-02T17:08:44.553Z | 2,022 | 7 | 17 | 5 | 38 | 0 | 332 | 135 | 3 | 2 | true | true | false | false | false | false | low |
72,841,076 | An issue with App Open Ads in Kotlin | Android | <p>App Open Ads-</p>
<p>I want to show ads with the first launch "onStart() function" but,
The problem is that the Ads don't show in the first launch (onStart() function) it shows in the onResume() function after I exit the application and resume it.</p>
<p>Are there any Suggestions or Editing Guys?</p>
<p><s... | App Open Ads- I want to show ads with the first launch "onStart() function" but, The problem is that the Ads don't show in the first launch (onStart() function) it shows in the onResume() function after I exit the application and resume it. Are there any Suggestions or Editing Guys? MyApplication Class [CODE]... | android|firebase|kotlin|admob|ads | 0 | 2022-07-02T17:22:59.587Z | 2,022 | 7 | 17 | 5 | 101 | 1 | 348 | 46 | 5 | 2 | true | false | false | false | false | false | zero |
72,841,120 | Android studio sdk | <p>please guide me. I installed android studio, at first it said the sdk was installed, but I had not installed it, now when you want me to install it, it doesn't load, no matter what I did, it didn't work, please help.<a href="https://i.stack.imgur.com/lrDv4.jpg" rel="nofollow noreferrer">enter image description here<... | please guide me. I installed android studio, at first it said the sdk was installed, but I had not installed it, now when you want me to install it, it doesn't load, no matter what I did, it didn't work, please help. enter image description here | android|android-studio | 4 | 2022-07-02T17:28:34Z | -1 | -1 | -1 | -1 | 37 | 1 | 245 | 18 | 2 | 0 | false | false | false | false | false | false | low |
72,841,139 | how to display dynamic text of submodule in below modules using volley? | <p>I want to display dynamic text at the bottom of modules as shown in the following image
<a href="https://i.stack.imgur.com/GEYUr.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/GEYUr.png" alt="enter image description here" /></a></p>
<p>I have tried this</p>
<pre><code>for (int i =0;i<dataArray... | I want to display dynamic text at the bottom of modules as shown in the following image I have tried this [CODE] I am not able to set subName(Submodule). | android|textview|android-volley | 0 | 2022-07-02T17:30:18.100Z | 2,022 | 7 | 17 | 5 | 14 | 0 | 153 | 71 | 3 | 1 | true | true | false | false | false | false | zero |
72,841,196 | I want to print a Forward Slash, but i am getting a warning , how to solve | <p>i want to print forward Slash , but i am getting a warning</p>
<pre><code>`textViewNoOfQustion.setText(question + "/" + totalQuestion);`
</code></pre>
<p>but i am receiving this warning
"Do not concatenate text displayed with <code>setText</code>. Use resource string with placeholders."</p>
<p>pl... | i want to print forward Slash , but i am getting a warning [CODE] but i am receiving this warning "Do not concatenate text displayed with setText . Use resource string with placeholders." please tell me how to resolve this | java|android|android-studio | 0 | 2022-07-02T17:37:30.833Z | 2,022 | 7 | 17 | 5 | 29 | 0 | 232 | 74 | 3 | 1 | true | true | false | false | false | false | zero |
72,841,338 | Appium - Java - Select photo or image on android device | <p>I am not sure how I cannot inspect each picture with Appium Inspector</p>
<p>I am try to select the picture</p>
<p>Could everyone help me?</p>
<p><a href="https://i.stack.imgur.com/LDabF.png" rel="nofollow noreferrer">enter image description here</a></p> | I am not sure how I cannot inspect each picture with Appium Inspector I am try to select the picture Could everyone help me? enter image description here | java|android|automation|appium | 0 | 2022-07-02T18:00:49.227Z | 2,022 | 7 | 18 | 5 | 29 | 0 | 153 | 55 | 4 | 0 | false | true | false | false | false | false | zero |
72,841,408 | Android Emulator looks very blurry and pixilated | <p>The problem happens on every Linux distro, making UI design a nightmare.</p>
<p>KVM is installed and configured, tried on both Intel and Nvidia, Wayland, X11 and Xcb.</p>
<p>Any solution or insight to what may be causing the issue?</p> | The problem happens on every Linux distro, making UI design a nightmare. KVM is installed and configured, tried on both Intel and Nvidia, Wayland, X11 and Xcb. Any solution or insight to what may be causing the issue? | android|linux|android-studio|ubuntu|android-emulator | 0 | 2022-07-02T18:12:22.313Z | 2,022 | 7 | 18 | 5 | 35 | 0 | 217 | 48 | 5 | 0 | false | true | false | false | false | false | zero |
72,841,425 | Api is working in postman but response always return 500 in flutter | <p>My rest api is working successfully. When I send post request in flutter with Dio. Service always return 500 internal server error.
<a href="https://i.stack.imgur.com/vZ0KG.png" rel="nofollow noreferrer">header</a></p>
<p><a href="https://i.stack.imgur.com/lFHK8.png" rel="nofollow noreferrer">post request</a></p>
<p... | My rest api is working successfully. When I send post request in flutter with Dio. Service always return 500 internal server error. header post request Dio Options | android|ios|flutter|dio | -1 | 2022-07-02T18:14:31.097Z | 2,022 | 7 | 18 | 5 | 161 | 3 | 163 | 67 | 4 | 0 | false | false | false | false | false | true | negative |
72,841,444 | Safe-args: Passing an object from an imported package. Possible? | <p>I'm trying to pass a Track object from the GPX Parser package that I've imported.</p>
<p>This is my navigation xml:</p>
<pre><code><argument
android:name="track_to_pass"
app:argType="io.ticofab.androidgpxparser.parser.domain.Track" />
</code></pre>
<p>I'm getting runtime exc... | I'm trying to pass a Track object from the GPX Parser package that I've imported. This is my navigation xml: [CODE] I'm getting runtime exception: [CODE] Can I pass it in any way to another fragment? | android|kotlin|fragment|viewmodel|android-safe-args | 1 | 2022-07-02T18:17:31.333Z | 2,022 | 7 | 18 | 5 | 24 | 1 | 199 | 64 | 5 | 2 | true | false | false | false | false | false | low |
72,841,454 | How to provide context to firebaseManager using Hilt | <p>I would like to provide context to <code>FirebaseManager.kt</code></p>
<pre><code>class FirebaseManager @Inject constructor(
@ApplicationContext val context: Context,
firebaseFirestore: FirebaseFirestore,
firebaseStorage: FirebaseStorage
) {
fun uploadImage(imageFileUri: Uri) {
mProgressDialo... | I would like to provide context to FirebaseManager.kt [CODE] NetworkModule [CODE] MyInspirationModule [CODE] When I would like to use instead of @ApplicationConteext -> '@ActivityContext' hilt doesn't like it and app doesn't work. I also tried @ActivityScope like this [CODE] My app goes to Intent with making a photo an... | android|firebase|kotlin|android-context|dagger-hilt | 0 | 2022-07-02T18:19:41.783Z | 2,022 | 7 | 18 | 5 | 35 | 0 | 557 | 52 | 5 | 7 | true | true | false | false | false | false | zero |
72,841,477 | Facebook pixel not showing app install in app promotion campaign | <p>In our react native application, we are using <code>"react-native-fbsdk-next": "4.6.0"</code>.Following the official instructions found at <a href="https://developers.facebook.com/docs/app-events/getting-started-app-events-android" rel="nofollow noreferrer">https://developers.facebook.com/docs/ap... | In our react native application, we are using "react-native-fbsdk-next": "4.6.0" .Following the official instructions found at https://developers.facebook.com/docs/app-events/getting-started-app-events-android , we completed all the steps necessary to integrate the SDK. Additionally, our application... | android|react-native|facebook-pixel|react-native-fbsdk | 0 | 2022-07-02T18:22:55.023Z | 2,022 | 7 | 18 | 5 | 41 | 0 | 632 | 64 | 4 | 0 | false | true | false | false | false | false | zero |
72,841,550 | Crashlytics mapping file upload fails on Android Studio with minifyEnabled | <p>When activating proguard (<em>minifyEnabled = true</em>) in my gradle configuration, the build fails in the step:
<strong>:app:uploadCrashlyticsMappingFileRelease</strong></p>
<p>the returned error is: <strong>java.io.IOException: Crashlytics could not read proxy port string</strong></p>
<p>With <em>minifyEnabled = ... | When activating proguard ( minifyEnabled = true ) in my gradle configuration, the build fails in the step: :app:uploadCrashlyticsMappingFileRelease the returned error is: java.io.IOException: Crashlytics could not read proxy port string With minifyEnabled = false the app builds and runs correctly. My gradle file (app) ... | android|firebase|proxy|proguard|crashlytics | 0 | 2022-07-02T18:35:26.007Z | 2,022 | 7 | 18 | 5 | 187 | 0 | 663 | 74 | 5 | 3 | true | true | false | false | false | false | zero |
72,841,688 | Fitting an iframe exactly into a webview in Android | <p>I am building an Android app which contains a few videos from YouTube. When I try to use WebView with the appropriate iframe string, the video player does not fit the WebView dimensions (awkward extra white spaces, sometimes with a scroll bar). I want the video to match the webview dimensions exactly.</p>
<p>This is... | I am building an Android app which contains a few videos from YouTube. When I try to use WebView with the appropriate iframe string, the video player does not fit the WebView dimensions (awkward extra white spaces, sometimes with a scroll bar). I want the video to match the webview dimensions exactly. This is what I ha... | android|html|css|webview|android-webview | 0 | 2022-07-02T18:54:49.270Z | 2,022 | 7 | 18 | 5 | 57 | 0 | 440 | 51 | 5 | 1 | true | true | false | false | false | false | zero |
72,841,796 | Button setonclick listener is not working correctly | <p>when I press the save button does not work after pressing it several time button is working sometimes first-time press is working sometimes after pressing moreover 10 times button is not working.Also i have toast messege to determine it is working or not the toast messege appear after pressing several time to the bu... | when I press the save button does not work after pressing it several time button is working sometimes first-time press is working sometimes after pressing moreover 10 times button is not working.Also i have toast messege to determine it is working or not the toast messege appear after pressing several time to the butto... | java|android-studio | 0 | 2022-07-02T19:09:17.073Z | 2,022 | 7 | 19 | 5 | 26 | 0 | 329 | 51 | 2 | 1 | true | true | false | false | false | false | zero |
72,841,947 | Could not find com.theartofdev.edmodo:android-image-cropper:2.8.0 | <p>I add an image cropper in my application. But dispite using <a href="https://github.com/ArthurHub/Android-Image-Cropper" rel="nofollow noreferrer">this guide</a>, when I try to build the project, the following exception occurs:</p>
<p><div class="snippet" data-lang="js" data-hide="true" data-console="true" data-babe... | I add an image cropper in my application. But dispite using this guide , when I try to build the project, the following exception occurs: [CODE] It looks like there are problems in my build.gradle files but I can't figure out where exactly build.gradle project file: [CODE] build.gradle module file (Image Cropper implem... | android|kotlin|image-cropper | 0 | 2022-07-02T19:36:24.887Z | 2,022 | 7 | 19 | 5 | 930 | 2 | 357 | 65 | 3 | 3 | true | false | false | false | false | false | zero |
72,841,978 | Flutter android can not sign with google_sign_in | <p>I have same problem with
<a href="https://stackoverflow.com/questions/71462188/platformexceptionsign-in-failed-com-google-android-gms-common-api-apiexception">PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null) When trying to use googleSignIn in flutter</a>
I will trie... | I have same problem with PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null) When trying to use googleSignIn in flutter I will tried but didn't work In IOS, it work and have info user but serverAuthCode is null [CODE] | android|ios|flutter | 0 | 2022-07-02T19:41:25.530Z | 2,022 | 7 | 19 | 5 | 89 | 1 | 265 | 48 | 3 | 1 | true | false | false | false | false | false | zero |
72,842,014 | Update UI State in Realtime after Room Database Changes using Kotlin Flow | <p>I have a Jetpack Compose Picture App where the user views Cached Photos from ROOM Database. The database has a <code>isFavorite</code> column which stores Booleans and is updated when the user clicks to like the photo.</p>
<p>This is my <em><strong>dao</strong></em></p>
<pre><code>@Query("SELECT * FROM astropho... | I have a Jetpack Compose Picture App where the user views Cached Photos from ROOM Database. The database has a isFavorite column which stores Booleans and is updated when the user clicks to like the photo. This is my dao [CODE] This is my Repository code [CODE] I am using a use case class for clean architecture. class ... | android|android-room|android-jetpack-compose | 0 | 2022-07-02T19:46:56.457Z | 2,022 | 7 | 19 | 5 | 261 | 1 | 1,225 | 73 | 3 | 6 | true | false | false | false | false | false | zero |
72,842,044 | intent.putExtra getting too long and not convenient | <p>I am new using Kotlin and have implemented a recyvclerview list and now I'm using putExtra() and getStringExtra() intents to open in the same activities to avoid creating too many activities. So far it is working fine but I'm noticing my list is getting to long, and I'm planning on adding more. Is there a way to cre... | I am new using Kotlin and have implemented a recyvclerview list and now I'm using putExtra() and getStringExtra() intents to open in the same activities to avoid creating too many activities. So far it is working fine but I'm noticing my list is getting to long, and I'm planning on adding more. Is there a way to create... | list|android-studio|kotlin|android-intent|getstring | -1 | 2022-07-02T19:51:55.280Z | 2,022 | 7 | 19 | 5 | 62 | 2 | 485 | 51 | 5 | 1 | true | false | false | false | false | true | negative |
72,842,206 | Battery usage settings, allow app to run programmatically in background | <p>This question has been asked before, but no working answer has been made.</p>
<p>In android Settings-> App Management -> App(Selected) -> Battery usage.
We find 3 options :
<a href="https://i.stack.imgur.com/bvJjr.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/bvJjr.jpg" alt="enter image... | This question has been asked before, but no working answer has been made. In android Settings-> App Management -> App(Selected) -> Battery usage. We find 3 options : How we can programmatically (with code) enable option 1 ( run in background), if we can't, how to redirect user to this page ? Thank you... | android|android-studio | 0 | 2022-07-02T20:23:56.857Z | 2,022 | 7 | 20 | 5 | 62 | 1 | 305 | 71 | 2 | 0 | false | false | false | false | false | false | zero |
72,842,242 | here I can only show Runs Everyday's data in recylerview with cardview from Firebase. I also want to show Specific day data in recyclerview | <p><a href="https://i.stack.imgur.com/p6R22.jpg" rel="nofollow noreferrer">I want to show both red and blue marked data in recyclerview at a time when calling Buses.child()</a></p>
<p><a href="https://i.stack.imgur.com/QhX9L.jpg" rel="nofollow noreferrer">loadbus is databasereference and calling the child of Buses to s... | I want to show both red and blue marked data in recyclerview at a time when calling Buses.child() loadbus is databasereference and calling the child of Buses to show data in recyclerview | android | 0 | 2022-07-02T20:31:10.807Z | 2,022 | 7 | 20 | 5 | 11 | 0 | 186 | 139 | 1 | 0 | false | true | false | false | false | false | zero |
72,842,256 | Managed vs Unmanaged Library for Mobile | <p>Is the difference between unmanaged and managed libraries significant enough to be concerned about performance on mobile devices?</p>
<p>I started building a driver for a mobile app in C#, but I'm wondering if I should use C++ before I get too far.</p>
<p>Are there any cross-compiling concerns if I go for unmanaged ... | Is the difference between unmanaged and managed libraries significant enough to be concerned about performance on mobile devices? I started building a driver for a mobile app in C#, but I'm wondering if I should use C++ before I get too far. Are there any cross-compiling concerns if I go for unmanaged libraries? Seems ... | android|ios|mobile|libraries | 0 | 2022-07-02T20:34:16.333Z | 2,022 | 7 | 20 | 5 | 18 | 0 | 365 | 39 | 4 | 0 | false | true | false | false | false | false | zero |
72,842,318 | Android: should we pass context to domain layer? | <p>I am trying to use the <a href="https://developer.android.com/topic/architecture/domain-layer" rel="nofollow noreferrer">architecture</a> recommended by android in a project and I was wondering if it is legitimate and recommended to pass the <code>context</code> to the domain layer through the <code>AndroidViewModel... | I am trying to use the architecture recommended by android in a project and I was wondering if it is legitimate and recommended to pass the context to the domain layer through the AndroidViewModel : [CODE] | android|design-patterns|architecture|android-context | 0 | 2022-07-02T20:45:00.007Z | 2,022 | 7 | 20 | 5 | 138 | 0 | 205 | 48 | 4 | 1 | true | true | false | false | false | false | zero |
72,842,396 | Getting different imeis using the imei_plugin package | <p>I use the imei plugin package to get the phone's imei, but it gives me a new code every time. Why does this happen?</p>
<p>code:</p>
<p><code> imei = await ImeiPlugin.getImei();</code></p>
<p><code>List<String> multiImei = await ImeiPlugin.getImeiMulti(); </code></p>
<p>output:</p>
<blockquote>
<p>56f29767-c31... | I use the imei plugin package to get the phone's imei, but it gives me a new code every time. Why does this happen? code: imei = await ImeiPlugin.getImei(); List<String> multiImei = await ImeiPlugin.getImeiMulti(); output: 56f29767-c31c-45f9-95e9-dbacf714c417 1755d2f9-5640-4297-b57f-fa0fdd1434b5 | android|flutter|dart|mobile|imei | 0 | 2022-07-02T21:01:36.697Z | 2,022 | 7 | 21 | 5 | 23 | 1 | 298 | 53 | 5 | 0 | false | false | false | false | false | false | zero |
72,842,455 | org.postgresql.util.PSQLException: The connection attempt failed. Caused by: java.net.UnknownHostException | <p>I'm trying to connect to postgresql from Heroku (DB is by amazon aws) in Android java</p>
<p>In my host url address is like this</p>
<pre><code>postgres://username:password@host:port/database
</code></pre>
<p>but with jdbc connect I'm using</p>
<pre><code>jdbc:postgresql://username:password@host:port/database
</code... | I'm trying to connect to postgresql from Heroku (DB is by amazon aws) in Android java In my host url address is like this [CODE] but with jdbc connect I'm using [CODE] I'm not sure if that's the problem because I couldn't find any gradle dependency for that This is my build.gradle implementation group: 'org.postgresql'... | java|android|postgresql|heroku|heroku-postgres | 0 | 2022-07-02T21:13:27.713Z | 2,022 | 7 | 21 | 5 | 349 | 1 | 479 | 106 | 5 | 4 | true | false | false | false | false | false | zero |
72,842,667 | Adding libraries to an already existing app using Android Studio | <p>How can I add 32 bit libraries to an existing app that only have libraries for 64 bit only?</p>
<p>The app can only run on 64 bit device it can not run on 32 bit devices.</p>
<p>How can I fix this with Android Studio</p> | How can I add 32 bit libraries to an existing app that only have libraries for 64 bit only? The app can only run on 64 bit device it can not run on 32 bit devices. How can I fix this with Android Studio | java|android|android-studio | 0 | 2022-07-02T21:53:21.527Z | 2,022 | 7 | 21 | 5 | 29 | 0 | 202 | 64 | 3 | 0 | false | true | false | false | false | false | zero |
72,842,735 | How to block certain site from specific app | <p>I'm trying to block image sites from specific apps (for example:Facebook, WhatsApp, Google chrome) so I get only the text without any destructions.
I want to use block using regex the url like this <code>*.png , images?/</code>
like I saw while sniffing the trffic in the chrome dev tool</p>
<p><a href="https://i.st... | I'm trying to block image sites from specific apps (for example:Facebook, WhatsApp, Google chrome) so I get only the text without any destructions. I want to use block using regex the url like this *.png , images?/ like I saw while sniffing the trffic in the chrome dev tool data:image - ex images?/ I want to write an a... | android|firewall | -1 | 2022-07-02T22:11:11.793Z | 2,022 | 7 | 22 | 5 | 33 | 1 | 387 | 43 | 2 | 0 | false | false | false | false | false | true | negative |
72,842,777 | Flutter: `setState()` when screen off, or how to detect if screen is on? | <p><strong>TLDR:</strong> I have a problem that should be solved if there is answer to one of the below questions:</p>
<ol>
<li>Is there a way I can detect if the screen is on e.g.</li>
</ol>
<pre class="lang-dart prettyprint-override"><code>if (SCREEN IS ON) {
setState(() {}); // i.e. update displayed widgets
}
</c... | TLDR: I have a problem that should be solved if there is answer to one of the below questions: Is there a way I can detect if the screen is on e.g. [CODE] Is there a way to call setState() so that is finishes when the screen is off? More details: I have an app that plays audio. When the screen is on, the widgets update... | android|ios|flutter|dart|mobile | 1 | 2022-07-02T22:19:33.940Z | 2,022 | 7 | 22 | 5 | 113 | 4 | 794 | 72 | 5 | 1 | true | false | false | false | false | false | low |
72,842,791 | In flutter how to display a png image above a background color? | <p>I want to achieve this</p>
<p><a href="https://i.stack.imgur.com/pOHjZ.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/pOHjZ.png" alt="enter image description here" /></a></p>
<p>But, I got this</p>
<p>:<a href="https://i.stack.imgur.com/OQvY4.png" rel="nofollow noreferrer"><img src="https://i.sta... | I want to achieve this But, I got this : I tried editing pubspec.yaml's file but it doesn't display the image, it seems that it doesn't recognize it, I'm learning flutter so I'm not sure if the program itself can do that, it would be great if you guys can help me to solve this issue, thank you in advance This is my cod... | android|flutter | 0 | 2022-07-02T22:22:58.963Z | 2,022 | 7 | 22 | 5 | 54 | 2 | 349 | 63 | 2 | 2 | true | false | false | false | false | false | zero |
72,842,858 | Why do you pass LayoutInflater to inflate()? | <p>Here's the code:</p>
<pre><code>private lateinit var binding: ResultProfileBinding
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
binding = ResultProfileBinding.**inflate(layoutInflater)**
val view = binding.root
setContentView(view)
}
</code></pre>
<p>Why l... | Here's the code: [CODE] Why layoutInflater? Isn't inflate supposed to inflate an xml file? Doing a Ctr+Q on inflate gives this public static @NonNull com.example.ActivityMainBinding inflate(@NonNull android.view.LayoutInflater inflater) I can't find this function on the android developer website. It's either in LayoutI... | android|android-inflate | 0 | 2022-07-02T22:38:17.147Z | 2,022 | 7 | 22 | 5 | 30 | 1 | 370 | 44 | 2 | 1 | true | false | false | false | false | false | zero |
72,842,890 | Layout render error when using Tasks modifying controls | <h3>Description</h3>
<p>Hello,</p>
<p>Rendering of Layouts are not updated if they contains controls (ContentView) with some rendering Task !</p>
<ol>
<li>I created a simple ContentView which contains three Image (the FireControl in the screenshot).</li>
<li>In the constructor, I use a simple async method, with Task.Fa... | Description Hello, Rendering of Layouts are not updated if they contains controls (ContentView) with some rendering Task ! I created a simple ContentView which contains three Image (the FireControl in the screenshot). In the constructor, I use a simple async method, with Task.Factory.StartNew, which will play on the vi... | android|.net|android-asynctask|maui|contentview | 3 | 2022-07-02T22:44:44.517Z | 2,022 | 7 | 22 | 5 | 33 | 1 | 1,245 | 55 | 5 | 2 | true | false | false | false | false | false | low |
72,842,997 | How to create delete method in SQLite for deleting single item not the whole checklist? | <p>I'll post only relevant code.
This is Activity which adds checklist to database.</p>
<pre><code>public class AddChecklist extends AppCompatActivity {
Button btnAddItem;
public LinearLayout linearLayout;
ArrayList<String> itemList;
ArrayList<String> stateList;
@Override
protected void onCreate(Bundle sa... | I'll post only relevant code. This is Activity which adds checklist to database. [CODE] This is insert checklist method in SQLiteHelper class. [CODE] This is the delete method for deleting the whole checklist, not for individual items. [CODE] Here I want a method like above, but only for deleting selected item, like th... | java|android | 0 | 2022-07-02T23:14:11.297Z | 2,022 | 7 | 23 | 5 | 35 | 0 | 366 | 87 | 2 | 3 | true | true | false | false | false | false | zero |
72,843,082 | FillMaxWidth does not take into account other elements in a Row - Jetpack compose | <p>Why the composable Icon does not appear?</p>
<p><em>The Cardcontent composable is FillMaxWidth</em></p>
<p>I want the "Cardcontent" composable to do fillMaxWidth inside the "Cardtest" composable taking into account the "Icon" composable</p>
<p><a href="https://i.stack.imgur.com/hC8Bf.pn... | Why the composable Icon does not appear? The Cardcontent composable is FillMaxWidth I want the "Cardcontent" composable to do fillMaxWidth inside the "Cardtest" composable taking into account the "Icon" composable [CODE] | kotlin|android-jetpack-compose|android-jetpack | 1 | 2022-07-02T23:35:57.090Z | 2,022 | 7 | 23 | 5 | 85 | 2 | 250 | 81 | 3 | 1 | true | false | false | false | false | false | low |
72,843,100 | Kotlin Flow: emit loading state for every emission | <p>My repo has the following function:</p>
<p><code>override fun getTopRatedMoviesStream(): Flow<List<Movie>></code></p>
<p>I have the following Result wrapper:</p>
<pre class="lang-kotlin prettyprint-override"><code>sealed interface Result<out T> {
data class Success<T>(val data: T) : Result&... | My repo has the following function: override fun getTopRatedMoviesStream(): Flow<List<Movie>> I have the following Result wrapper: [CODE] And finally, my ViewModel has the following UiState logic: [CODE] The issue is the TopRatedMoviesUiState.Loading state is only emitted once on initial load but not when user pulls to... | android|kotlin-coroutines|kotlin-flow | 0 | 2022-07-02T23:41:06.383Z | 2,022 | 7 | 23 | 5 | 410 | 1 | 655 | 50 | 3 | 2 | true | false | false | false | false | false | zero |
72,843,427 | how to scroll programmatically to ListFooterComponent of a flatlist in react native | <p>so basically what i want to do is to be able to scroll directly to the <code>ListFooterComponent</code> when a user presses a skip button</p>
<pre><code> <FlatList
ref={flatListRef}
data={welcomeScreenData}
renderItem={_renderItem}
... | so basically what i want to do is to be able to scroll directly to the ListFooterComponent when a user presses a skip button [CODE] | android|react-native|mobile|react-native-flatlist | 0 | 2022-07-03T01:27:02.217Z | 2,022 | 7 | 1 | 6 | 20 | 0 | 131 | 83 | 4 | 1 | true | true | false | false | false | false | zero |
72,843,496 | ML Kit barcode Scanner don't stop when first is detected | <p>I'm trying to get two values from cameraX and ML Kit using the barcode scanner (rawValue and format) but I can't stop the scan and insert data into room when the first one is detected. My code inserts in room as many elements as many barcodes are detected in the process (the same barcode many times)</p>
<p>This is... | I'm trying to get two values from cameraX and ML Kit using the barcode scanner (rawValue and format) but I can't stop the scan and insert data into room when the first one is detected. My code inserts in room as many elements as many barcodes are detected in the process (the same barcode many times) This is my addOnS... | android|barcode-scanner|android-camerax|google-mlkit|kotlin-android | 0 | 2022-07-03T01:53:12.483Z | 2,022 | 7 | 1 | 6 | 191 | 1 | 586 | 56 | 5 | 2 | true | false | false | false | false | false | zero |
72,843,565 | Can i run a VM and an android emulator? | <p>is it possible to run an android emulator and a VM on the same computer? the reason is VM asks me for hyper-v enabled and if I execute an android emulator (example bluestack) I get bluescreen, and if I disable hyper-v I could run android emulator but no a VM</p> | is it possible to run an android emulator and a VM on the same computer? the reason is VM asks me for hyper-v enabled and if I execute an android emulator (example bluestack) I get bluescreen, and if I disable hyper-v I could run android emulator but no a VM | android-emulator|window|virtual-machine|hyper-v|hypervisor | 0 | 2022-07-03T02:18:32.090Z | 2,022 | 7 | 2 | 6 | 37 | 0 | 258 | 39 | 5 | 0 | false | true | false | false | false | false | zero |
72,843,700 | Cannot find AGP version in build files & empty Android Gradle Plugin Version | <p>Android Studio Upgrade Assistant recommends to update Android Gradle Plugin from version 7.0.0. to x.x.x. However, the problem is that it alerts "Cannot find AGP version in build files". I'm struggling with this message and I found the empty AGP version in my project structure. I've already checked</p>
<bl... | Android Studio Upgrade Assistant recommends to update Android Gradle Plugin from version 7.0.0. to x.x.x. However, the problem is that it alerts "Cannot find AGP version in build files". I'm struggling with this message and I found the empty AGP version in my project structure. I've already checked gradle-7.3... | android|android-studio|kotlin|gradle | 1 | 2022-07-03T03:13:19.833Z | 2,022 | 7 | 3 | 6 | 366 | 0 | 584 | 76 | 4 | 0 | false | true | false | false | false | false | low |
72,843,740 | Not sure how to target menu items | <p>this is probably a simple question for most of you but I'm just wondering if any of you could tell me what exactly MenuItem item is targeting when working with toolbars? I'm taking a class on Android at College and the objective is to make a simple menu, but for some reason I can't get my menu items to be targeted e... | this is probably a simple question for most of you but I'm just wondering if any of you could tell me what exactly MenuItem item is targeting when working with toolbars? I'm taking a class on Android at College and the objective is to make a simple menu, but for some reason I can't get my menu items to be targeted even... | android|menu|toolbar|menuitem | 0 | 2022-07-03T03:26:37.120Z | 2,022 | 7 | 3 | 6 | 19 | 1 | 454 | 33 | 4 | 2 | true | false | false | false | false | false | zero |
72,843,757 | How to I get Intent to Join URI for my chromecast Android app | <p>I am developing an app for Chromecast But after registering Chromecast they want an Intent to Join URI to publish my app. How can I get this intent to URI, please...</p>
<p>I'm new to this INTENT TO URI staff...</p>
<p><a href="https://i.stack.imgur.com/GZA28.png" rel="nofollow noreferrer">enter image description he... | I am developing an app for Chromecast But after registering Chromecast they want an Intent to Join URI to publish my app. How can I get this intent to URI, please... I'm new to this INTENT TO URI staff... enter image description here | android|kotlin|android-intent|chromecast|android-deep-link | 0 | 2022-07-03T03:32:05.350Z | 2,022 | 7 | 3 | 6 | 21 | 0 | 233 | 61 | 5 | 0 | false | true | false | false | false | false | zero |
72,843,921 | Saving different user customised layout (configurations) and access them later? | <p>I have an activity where user can create view/objects such as joysticks, switches and buttons from a menu, drag them where they want and then use them accordingly. Now I want the user to be able to save their own custom configuration so that they can use it later. Like a menu, having saved configuration when clicked... | I have an activity where user can create view/objects such as joysticks, switches and buttons from a menu, drag them where they want and then use them accordingly. Now I want the user to be able to save their own custom configuration so that they can use it later. Like a menu, having saved configuration when clicked th... | android|android-layout|android-sqlite | 1 | 2022-07-03T04:29:25.187Z | 2,022 | 7 | 4 | 6 | 20 | 0 | 538 | 79 | 3 | 0 | false | true | false | false | false | false | low |
72,844,008 | Error : E/AndroidRuntime: FATAL EXCEPTION: main progress: com.example.myapplication | <p>app keeps crashing for unknown reasons. What can I do?
(If you need more info, please tell)</p>
<p>logcat:</p>
<p>E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.myapplication, PID: 7375
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myapplication/com.example.myapplicatio... | app keeps crashing for unknown reasons. What can I do? (If you need more info, please tell) logcat: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.myapplication, PID: 7375 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myapplication/com.example.myapplication.MainActivity}: ... | java|android-studio | 0 | 2022-07-03T05:02:57.090Z | 2,022 | 7 | 5 | 6 | 52 | 0 | 2,984 | 83 | 2 | 0 | false | true | false | false | false | false | zero |
72,844,069 | How can i resize image.network in appbar | <p>I want image at center in appbar and resize to bigger. I tried use width and height but it's death code.</p>
<pre><code>class HomeScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
//ใช้ context
return MaterialApp(
//ใช้ MaterialApp
home: Scaffold(
//ใช้ S... | I want image at center in appbar and resize to bigger. I tried use width and height but it's death code. [CODE] This's result in debug mode right now. | android|ios|flutter|dart | 1 | 2022-07-03T05:16:31.803Z | 2,022 | 7 | 5 | 6 | 36 | 2 | 150 | 40 | 4 | 1 | true | false | false | false | false | false | low |
72,844,123 | Android Sdk manager not found- Flutter doctor error | <p>I installed flutter and it was working fine but after updating it to recent version, flutter is not able to find the android sdk manager. I've tried running flutter doctor and tried to install android licenses but the error "Android Sdkmanager not found is shown". I've attached the image of my command prom... | I installed flutter and it was working fine but after updating it to recent version, flutter is not able to find the android sdk manager. I've tried running flutter doctor and tried to install android licenses but the error "Android Sdkmanager not found is shown". I've attached the image of my command prompt ... | android|flutter|sdk|command-prompt | 0 | 2022-07-03T05:32:28.160Z | 2,022 | 7 | 5 | 6 | 120 | 3 | 1,112 | 51 | 4 | 0 | false | false | false | false | false | false | zero |
72,844,210 | viewmodel is runing multiple in compose | <p>i was checking my debug and i see my ViewModel or screen run multi time</p>
<p>my viewModel</p>
<pre><code>@HiltViewModel
class DownloadViewModel @Inject constructor(
private val repository: DataRepository
): ViewModel() {
val downloadList: LiveData<List<DownloadModel>> = repository.getDownload()... | i was checking my debug and i see my ViewModel or screen run multi time my viewModel [CODE] my screen [CODE] my NavHost val navController = rememberNavController() NavHost(navController = navController, startDestination = AppScreens.MainScreen.name){ [CODE] for starting new Screen [CODE] and my debug [CODE] but when i ... | kotlin|android-jetpack-compose|android-viewmodel|dagger-hilt|android-mvvm | 0 | 2022-07-03T05:56:04.603Z | 2,022 | 7 | 5 | 6 | 33 | 1 | 446 | 39 | 5 | 6 | true | false | false | false | false | false | zero |
72,844,229 | Why there are two previews when creating custom components in android studio? | <p><strong>see the below image:</strong></p>
<p><a href="https://i.stack.imgur.com/DtH2O.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/DtH2O.png" alt="enter image description here" /></a></p>
<p>What is the use of another preview when they both look alike?</p> | see the below image: What is the use of another preview when they both look alike? | java|android|android-studio|kotlin|custom-component | 0 | 2022-07-03T06:00:16.477Z | 2,022 | 7 | 6 | 6 | 33 | 0 | 82 | 77 | 5 | 0 | false | true | false | false | false | false | zero |
72,844,259 | MutableStatOf Data Class not creating re-composition in Composable | <p>I am struggling to understand what is the best way to get this to work.
I have some input fields and I created a TextFieldState to keep all the state in one place.
But it is not triggering a re-composition of the composable so the state never updates.
I saw this stack overflow answer on a similar question, but I jus... | I am struggling to understand what is the best way to get this to work. I have some input fields and I created a TextFieldState to keep all the state in one place. But it is not triggering a re-composition of the composable so the state never updates. I saw this stack overflow answer on a similar question, but I just f... | android|kotlin|android-jetpack-compose|android-viewmodel | 1 | 2022-07-03T06:04:57.710Z | 2,022 | 7 | 6 | 6 | 48 | 1 | 647 | 66 | 4 | 3 | true | false | false | false | false | false | low |
72,844,274 | How can i get field value in Xamarin Android firestore | <p>how can I get current User Full Name?
This is Email from firebaseAuth.</p>
<pre><code>AccountEmailText.Text = "Email: "+ FirebaseAuth.Instance.CurrentUser.Email;
</code></pre>
<p><a href="https://i.stack.imgur.com/jtIuI.jpg" rel="nofollow noreferrer">Firestore Image</a></p> | how can I get current User Full Name? This is Email from firebaseAuth. [CODE] Firestore Image | c#|google-cloud-firestore|xamarin.android | 0 | 2022-07-03T06:08:32.240Z | 2,022 | 7 | 6 | 6 | 34 | 1 | 93 | 54 | 3 | 1 | true | false | false | false | false | false | zero |
72,844,280 | What exactly do wake-locks prevent? | <p>In the <a href="https://developer.android.com/training/scheduling/wakelock" rel="nofollow noreferrer">wake-lock</a> training doc it says:</p>
<blockquote>
<p>If you need to keep the CPU running in order to complete some work <strong>before the device goes to sleep</strong>, you can use a PowerManager system service ... | In the wake-lock training doc it says: If you need to keep the CPU running in order to complete some work before the device goes to sleep , you can use a PowerManager system service feature called wake locks. It was my impression that "before the device goes to sleep" referred to doze mode. However, the answe... | android|android-wake-lock|android-doze | 1 | 2022-07-03T06:10:08.170Z | 2,022 | 7 | 6 | 6 | 92 | 1 | 1,039 | 35 | 3 | 0 | false | false | false | false | false | false | low |
72,844,325 | how to assign a condition to an imageView by using if else? | <p>I tried to show a random imageView out of 2(one,two) with this
<code>binding.imageView.setImageResource(oneandtwo[random.nextInt(oneandtwo.size)])</code> it works fine
and</p>
<p>i wanted to increase score when i clicked on imageView
but score increases independent to that, sometimes increases when i clicked on imag... | I tried to show a random imageView out of 2(one,two) with this binding.imageView.setImageResource(oneandtwo[random.nextInt(oneandtwo.size)]) it works fine and i wanted to increase score when i clicked on imageView but score increases independent to that, sometimes increases when i clicked on imageView2 and sometimes im... | android|kotlin|if-statement|random | 0 | 2022-07-03T06:22:12.590Z | 2,022 | 7 | 6 | 6 | 65 | 3 | 435 | 59 | 4 | 1 | true | false | false | false | false | false | zero |
72,844,339 | Android Studio - Execution failed for task ':app:checkDebugAarMetadata' | <p>I just installed android studio. after I run the application on android studio, an error appears.</p>
<p>Execution failed for task ':app:checkDebugAarMetadata'.</p>
<p>.> Multiple task action failures occurred:</p>
<p>.> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadat... | I just installed android studio. after I run the application on android studio, an error appears. Execution failed for task ':app:checkDebugAarMetadata'. .> Multiple task action failures occurred: .> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction .> The minCompileS... | android-studio | 0 | 2022-07-03T06:24:51.130Z | 2,022 | 7 | 6 | 6 | 49 | 0 | 4,455 | 71 | 1 | 0 | false | true | false | false | false | false | zero |
72,844,427 | How to get the URL Link "<a href="link">" from Div Section Tag "<div id="download">" with help of selecting multiple elements in JSOUP Android Method | <p>I am using Jsoup in android studio to extract the URL of a webpage. The href attribute of those URL's are relative like:</p>
<blockquote>
<p><strong>Java Code in Android Studio:</strong> <br>
Elements downloadElementDataLINK = doc.getElementsByClass("<strong>list-inline gmr-download-list clearfix</strong>"... | I am using Jsoup in android studio to extract the URL of a webpage. The href attribute of those URL's are relative like: Java Code in Android Studio: Elements downloadElementDataLINK = doc.getElementsByClass(" list-inline gmr-download-list clearfix ").select(" li ").select(" a[href] "); ht... | javascript|java|android|html|jsoup | 0 | 2022-07-03T06:42:11.723Z | 2,022 | 7 | 6 | 6 | 33 | 0 | 1,885 | 149 | 5 | 1 | true | true | false | false | false | false | zero |
72,844,474 | Type mismatch when creating state for Switch | <p>Even when I change the parameter <code>isChecked</code> type to <code>MutableState<Boolean></code> another error is still returned.</p>
<blockquote>
<p>Type mismatch. Required: MutableState. Found: Boolean.</p>
</blockquote>
<pre><code>@Composable
fun PreferencesScreen(navController: NavController) {
var i... | Even when I change the parameter isChecked type to MutableState<Boolean> another error is still returned. Type mismatch. Required: MutableState. Found: Boolean. [CODE] | android|kotlin|android-jetpack-compose|android-jetpack-compose-material3 | 0 | 2022-07-03T06:51:46.423Z | 2,022 | 7 | 6 | 6 | 36 | 1 | 167 | 44 | 4 | 1 | true | false | false | false | false | false | zero |
72,844,530 | Problem with keyboard listener in kotlin android | <p>In kotlin android code i have an input text, i added an event listener setOnKeyListener and work fine with keyboard on my PC but when use internal mobile keyboard (i think soft kyboard not working)</p>
<pre><code>binding.notes.setOnKeyListener(View.OnKeyListener { v, keyCode, event ->
if (event.action == KeyE... | In kotlin android code i have an input text, i added an event listener setOnKeyListener and work fine with keyboard on my PC but when use internal mobile keyboard (i think soft kyboard not working) [CODE] This code works for physical keyboard but when it comes to native keyboard on mobile it won't work it's my big prob... | android|kotlin | 1 | 2022-07-03T07:02:55.283Z | 2,022 | 7 | 7 | 6 | 48 | 0 | 324 | 48 | 2 | 1 | true | true | false | false | false | false | low |
72,844,588 | Is there a way to profile latencies / communication overheads of AR Frameworks such as AR Core and AR Kit on mobile device? | <p>I am in the process of developing an AR Framework of my own. However, I need to benchmark the latencies / communication overhead of existing AR frameworks such as Google AR Core and Apple AR Kit on a mobile device. The communication overhead / latencies may include but not limited to following tasks:</p>
<ul>
<li>ti... | I am in the process of developing an AR Framework of my own. However, I need to benchmark the latencies / communication overhead of existing AR frameworks such as Google AR Core and Apple AR Kit on a mobile device. The communication overhead / latencies may include but not limited to following tasks: time taken for the... | android|ios|augmented-reality|arkit|arcore | 0 | 2022-07-03T07:15:06.473Z | 2,022 | 7 | 7 | 6 | 22 | 1 | 677 | 123 | 5 | 0 | false | false | false | false | false | false | zero |
72,844,591 | Is it possible to program an Android app that changes the font opacity in other apps? (e.x. Telegram or whatsapp) | <p>So the question is, is it possible to change the font opacity in specific apps like Telegram or WhatsApp with a self-developed app? I don't need to get any personal data related to privacy, just changing the design of the interface.</p>
<p>If yes, which direction to look into? I don't have any background in programm... | So the question is, is it possible to change the font opacity in specific apps like Telegram or WhatsApp with a self-developed app? I don't need to get any personal data related to privacy, just changing the design of the interface. If yes, which direction to look into? I don't have any background in programming androi... | android|text|fonts|telegram|opacity | 0 | 2022-07-03T07:15:30.077Z | 2,022 | 7 | 7 | 6 | 28 | 1 | 415 | 113 | 5 | 0 | false | false | false | false | false | false | zero |
72,844,722 | Unable to run React-Native | <p><strong>After running <code>npx react-native run-android</code> here is the message from terminal:</strong></p>
<blockquote>
<p>FAILURE: Build failed with an exception.</p>
</blockquote>
<ul>
<li><p>Where:
Build file '/Users/vivek/Documents/Code-Here/React-Native/instaClone/android/app/build.gradle' line: 1</p>
</li... | After running npx react-native run-android here is the message from terminal: FAILURE: Build failed with an exception. Where: Build file '/Users/vivek/Documents/Code-Here/React-Native/instaClone/android/app/build.gradle' line: 1 What went wrong: A problem occurred evaluating project ':app'. Failed to apply plugin 'com.... | javascript|android|ios|react-native|gradle | 0 | 2022-07-03T07:40:11.020Z | 2,022 | 7 | 7 | 6 | 42 | 1 | 1,574 | 26 | 5 | 0 | false | false | false | false | false | false | zero |
72,844,736 | How to make firebase database private? | <p>I have a project in which I use firebase. While working on the project I have changed the read and write rules to true. I have uploaded the project to github. So now random people are forking my project and making changes in my firebase database instead of creating a new firebase database. I want to perform read and... | I have a project in which I use firebase. While working on the project I have changed the read and write rules to true. I have uploaded the project to github. So now random people are forking my project and making changes in my firebase database instead of creating a new firebase database. I want to perform read and wr... | android|database|firebase|backend | 0 | 2022-07-03T07:43:52.050Z | 2,022 | 7 | 7 | 6 | 32 | 0 | 452 | 38 | 4 | 0 | false | true | false | false | false | false | zero |
72,844,796 | NestedScrollView of can't scroll smoothly in CoodinatorLayout | <p>When I use NestedScrollView in CoordinatorLayout as below, I can't scroll smoothly in ViewPager2.Sometimes it works, But only when I scroll fast. Where am I wrong? Any help would be appreciated</p>
<pre><code><?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.Coord... | When I use NestedScrollView in CoordinatorLayout as below, I can't scroll smoothly in ViewPager2.Sometimes it works, But only when I scroll fast. Where am I wrong? Any help would be appreciated [CODE] | android|android-layout|android-coordinatorlayout|android-viewpager2|android-nestedscrollview | 0 | 2022-07-03T07:56:25.097Z | 2,022 | 7 | 7 | 6 | 21 | 0 | 200 | 61 | 5 | 1 | true | true | false | false | false | false | zero |
72,844,833 | how to storing lat/lon info that read from mobile gps into sqlite database? | <p>i build app that read coordinates of current location (every 10-20 meters) when move mobile in streets and displays current lat/lon, now i would like to develop app that save (storing) these lat/lon into a sqlite database. Any help (guide) as starting point would be appreciated.</p> | i build app that read coordinates of current location (every 10-20 meters) when move mobile in streets and displays current lat/lon, now i would like to develop app that save (storing) these lat/lon into a sqlite database. Any help (guide) as starting point would be appreciated. | android-sqlite|coordinates | -1 | 2022-07-03T08:02:39.757Z | 2,022 | 7 | 8 | 6 | 43 | 1 | 279 | 75 | 2 | 0 | false | false | false | false | false | true | negative |
72,844,883 | Ionic Capacitor: Open SQLite file using file chooser | <p>I'm working on an Ionic Capacitor app and would like to implement the following feature:</p>
<ol>
<li>user presses a button</li>
<li>a file chooser opens</li>
<li>user can select an SQLite database file</li>
<li>the app accesses the file and can work with the database</li>
</ol>
<p>I already managed to implement ste... | I'm working on an Ionic Capacitor app and would like to implement the following feature: user presses a button a file chooser opens user can select an SQLite database file the app accesses the file and can work with the database I already managed to implement steps 1-3 using https://ionicframework.com/docs/native/choos... | android|sqlite|ionic-framework|capacitor|ionic-native | 0 | 2022-07-03T08:09:55.710Z | 2,022 | 7 | 8 | 6 | 75 | 0 | 695 | 52 | 5 | 0 | false | true | false | false | false | false | zero |
72,844,949 | Scalability Qt 5.15 Android | <p>Since it is incredibly difficult to find a developer of android applications for qt, I will ask a question here, suddenly someone was doing this.</p>
<p>How to solve the scalability problem on different devices? Ideally, the application should look the same on all screens, from m/hdmi to xhdpi, if there were only 6 ... | Since it is incredibly difficult to find a developer of android applications for qt, I will ask a question here, suddenly someone was doing this. How to solve the scalability problem on different devices? Ideally, the application should look the same on all screens, from m/hdmi to xhdpi, if there were only 6 types of s... | android|c++|qt|qml | 2 | 2022-07-03T08:22:56.113Z | 2,022 | 7 | 8 | 6 | 73 | 1 | 1,409 | 27 | 4 | 2 | true | false | false | false | false | false | low |
72,845,057 | Always shows Login successful, regardless of input. [Android Studio][JAVA] | <p>I am learning Android studio, I am trying to create a basic functional Signup and Login page. But regardless of input in Login page it always shows true in if statement (Login Successful), Please tell help me address why is it happening?</p>
<p><strong>Signup Page Code:</strong></p>
<pre><code>String Username,Email,... | I am learning Android studio, I am trying to create a basic functional Signup and Login page. But regardless of input in Login page it always shows true in if statement (Login Successful), Please tell help me address why is it happening? Signup Page Code: [CODE] Sign In page Code: [CODE] | java|android|android-studio | 0 | 2022-07-03T08:41:29.877Z | 2,022 | 7 | 8 | 6 | 20 | 0 | 288 | 74 | 3 | 2 | true | true | false | false | false | false | zero |
72,845,074 | app update to play store, app store and huawei store with react native cli | <p>I rewrote an application that was previously made and published with react native expo, with react native cli. I want to send this application to app store, play store and huawei store as an update.</p>
<p>For the application made with expo;
android version: 8.0.2
ios version:10</p>
<p>In the project with the cli it... | I rewrote an application that was previously made and published with react native expo, with react native cli. I want to send this application to app store, play store and huawei store as an update. For the application made with expo; android version: 8.0.2 ios version:10 In the project with the cli it appears as versi... | android|ios|react-native | 0 | 2022-07-03T08:43:33.257Z | 2,022 | 7 | 8 | 6 | 34 | 0 | 390 | 74 | 3 | 0 | false | true | false | false | false | false | zero |
72,845,142 | JetPack Compose Scroll together multiple LazyColumn simultaneously | <p>I want multiple All LazyColumn scroll simultaneously</p>
<p>I can't use LazyHorizontalGrid or LazyVerticalGrid because of inner layout what two layout is different.
How can i share scrolling in multiple LazyColumn?</p>
<pre><code>@Composable
fun TableScreen2(list: List<Time>, cal: Calendar, df: DateFormat) {
... | I want multiple All LazyColumn scroll simultaneously I can't use LazyHorizontalGrid or LazyVerticalGrid because of inner layout what two layout is different. How can i share scrolling in multiple LazyColumn? [CODE] here is gif | android|android-jetpack-compose|android-compose-lazyfor | 1 | 2022-07-03T08:52:52.943Z | 2,022 | 7 | 8 | 6 | 227 | 2 | 226 | 66 | 3 | 1 | true | false | false | false | false | false | low |
72,845,177 | How to remove or hide the application button | <p>I'm new to android studio and I'm trying to remove a button from my videos app</p>
<p>I have 4 buttons in my app Android : Recent,Featured,Popular,Random and Live.</p>
<p>I would like to delete the Live button, but I am not able to</p>
<p>If necessary I can take a screenshot of my android studio.</p>
<p>I don't nece... | I'm new to android studio and I'm trying to remove a button from my videos app I have 4 buttons in my app Android : Recent,Featured,Popular,Random and Live. I would like to delete the Live button, but I am not able to If necessary I can take a screenshot of my android studio. I don't necessarily need to remove the butt... | android|android-studio|android-widget | 0 | 2022-07-03T08:58:04.087Z | 2,022 | 7 | 8 | 6 | 46 | 2 | 476 | 44 | 3 | 1 | true | false | false | false | false | false | zero |
72,845,300 | Android 12(L) Crashing: signal 6 (SIGABRT), code -1 (SI_QUEUE) | <p>I recently published an app on the play store, and the console shows me, that this error happens frequently, only on Android 12 / 12L.I could not reproduce it</p>
<hr />
<pre><code>backtrace:
#00 pc 000000000004f75c /apex/com.android.runtime/lib64/bionic/libc.so (abort+168)
#00 pc 00000000006d157c /apex/co... | I recently published an app on the play store, and the console shows me, that this error happens frequently, only on Android 12 / 12L.I could not reproduce it [CODE] Thank you for your help! | java|android|error-handling|signals|mobile-development | 2 | 2022-07-03T09:17:04.170Z | 2,022 | 7 | 9 | 6 | 166 | 0 | 190 | 62 | 5 | 1 | true | true | false | false | false | false | low |
72,845,324 | My flutter app showing black screen on Android because it can't connect to internet | <p>Been working on this flutter project and everything's been going well. Now I'm done and want to deploy it to android but the app is not working on real android devices, I noticed the apps data usage is 0.00 so I tried adding all the permissions on android.xml, even added more security rules but all to no avail. Plea... | Been working on this flutter project and everything's been going well. Now I'm done and want to deploy it to android but the app is not working on real android devices, I noticed the apps data usage is 0.00 so I tried adding all the permissions on android.xml, even added more security rules but all to no avail. Please ... | android|flutter | 0 | 2022-07-03T09:20:11.903Z | 2,022 | 7 | 9 | 6 | 101 | 1 | 379 | 83 | 2 | 0 | false | false | false | false | false | false | zero |
72,845,334 | Attribute application@label is also present at | <p>After installing a new library in my android project, I get the following error:</p>
<pre><code>/android/app/src/debug/AndroidManifest.xml Error:
Attribute application@label value=(Compassion) from (unknown)
is also present at [com.github.master] AndroidManifest.xml:15:9-41 value=(@string/app_name).
Sugg... | After installing a new library in my android project, I get the following error: [CODE] | android|flutter|kotlin|android-manifest | 1 | 2022-07-03T09:21:01.247Z | 2,022 | 7 | 9 | 6 | 195 | 1 | 87 | 46 | 4 | 1 | true | false | false | false | false | false | low |
72,845,384 | "isemailverified" not working for API 32 android 12 | <p>"isemailverified" are normally used in android studio for getting verification email from firebase. But from android 12 devices using this function verification emails are not send from firebase to registered mails. Whether any one know how we can get verification/authentication emails from firebase for d... | "isemailverified" are normally used in android studio for getting verification email from firebase. But from android 12 devices using this function verification emails are not send from firebase to registered mails. Whether any one know how we can get verification/authentication emails from firebase for devic... | android|firebase|firebase-authentication | 0 | 2022-07-03T09:28:52.143Z | 2,022 | 7 | 9 | 6 | 17 | 0 | 343 | 51 | 3 | 0 | false | true | false | false | false | false | zero |
72,845,512 | Room livedata : crash on launch | <p>Recently I've decided to start using <code>LiveData</code> in my Room database by adding it to ado methods and then observing them in <code>ViewModel</code>, then even though I updated DB version after making all the changes and made a migration, it throws this error on emulator launch</p>
<pre class="lang-kotlin pr... | Recently I've decided to start using LiveData in my Room database by adding it to ado methods and then observing them in ViewModel , then even though I updated DB version after making all the changes and made a migration, it throws this error on emulator launch [CODE] My dao code : [CODE] Database class : [CODE] Data b... | android|kotlin|android-room|android-livedata | 3 | 2022-07-03T09:52:41.613Z | 2,022 | 7 | 9 | 6 | 61 | 1 | 352 | 31 | 4 | 4 | true | false | false | false | false | false | low |
72,845,544 | navigatorState is null when using pushNamed Navigation onGenerateRoutes of GetMaterialPage | <p>I'm using <a href="https://pub.dev/packages/flutter_callkit_incoming" rel="nofollow noreferrer">flutter_callkit_incoming</a> package to get callsNotification in my application through the payload of FCM in all states of my App i.e background/forground/terminated state.</p>
<p>Navigation is fine now to the VideoCalli... | I'm using flutter_callkit_incoming package to get callsNotification in my application through the payload of FCM in all states of my App i.e background/forground/terminated state. Navigation is fine now to the VideoCallingAgoraPage after clicking Accept button on call incoming notification on forground state of my app.... | flutter|firebase|firebase-cloud-messaging|agora.io|android-push-notification | 1 | 2022-07-03T09:58:16.707Z | 2,022 | 7 | 9 | 6 | 307 | 1 | 1,783 | 90 | 5 | 5 | true | false | false | false | false | false | low |
72,845,611 | React Native Android TV - DPad Functionality missing | <p>I have published a react native application to google play store for Android Mobile and android tv.
App successfully published for Android Mobile but rejected for Android Tv.
For tv, I have received notification for:</p>
<blockquote>
<p>Missing DPad functionality
Your app requires user interaction for menus or app n... | I have published a react native application to google play store for Android Mobile and android tv. App successfully published for Android Mobile but rejected for Android Tv. For tv, I have received notification for: Missing DPad functionality Your app requires user interaction for menus or app navigation. Please make ... | react-native|google-play-services|react-native-navigation|android-tv | 0 | 2022-07-03T10:10:24.600Z | 2,022 | 7 | 10 | 6 | 115 | 1 | 699 | 52 | 4 | 1 | true | false | false | false | false | false | zero |
72,845,736 | Can I use Proto DataStore and Preference DataStore at the same time? | <p>I have recently migrated Preference DataStore into Proto DataStore. I see where it has advantage, but now I need to store a single <code>String</code> type into DataStore, and making a separate proto for this doesn't seem worth it.</p>
<p>Obviously it's just making a single file and compiler will do most of the work... | I have recently migrated Preference DataStore into Proto DataStore. I see where it has advantage, but now I need to store a single String type into DataStore, and making a separate proto for this doesn't seem worth it. Obviously it's just making a single file and compiler will do most of the work, but is there a disadv... | android|android-jetpack|android-jetpack-datastore | 2 | 2022-07-03T10:31:45.607Z | 2,022 | 7 | 10 | 6 | 42 | 0 | 507 | 68 | 3 | 0 | false | true | false | false | false | false | low |
72,845,848 | How to detect android app is running on Bluestacks emulator | <p>I need to disable app from running on emulators so I somehow combined answers of <a href="https://stackoverflow.com/questions/2799097/how-can-i-detect-when-an-android-application-is-running-in-the-emulator">this</a> question. It's working on most emulators but it can't detect blustacks. I can not find a robust way t... | I need to disable app from running on emulators so I somehow combined answers of this question. It's working on most emulators but it can't detect blustacks. I can not find a robust way to detect blustacks as it has most of a real device properties. I found safeToRun library that using Build.BOOTLOADER == OsCheckConsta... | android|android-emulator|bluestacks | 0 | 2022-07-03T10:49:34.163Z | 2,022 | 7 | 10 | 6 | 62 | 0 | 682 | 59 | 3 | 1 | true | true | false | false | false | false | zero |
72,845,859 | No modules selected. Dart support will be disabled for the project / IntelliJ | <p>I got flutter upgarade and imported a project from git.</p>
<p>and I want to run this app but Dart support is disabled.
Flutter SDK path seems apllied but Dart ( on Setting > Languages & Frameworks > Dart seems not be able to be enabled.</p>
<p>How could I solve this situation?
<a href="https://i.stack.img... | I got flutter upgarade and imported a project from git. and I want to run this app but Dart support is disabled. Flutter SDK path seems apllied but Dart ( on Setting > Languages & Frameworks > Dart seems not be able to be enabled. How could I solve this situation? enter image description here | flutter|android-studio|intellij-idea | 1 | 2022-07-03T10:51:09.170Z | 2,022 | 7 | 10 | 6 | 113 | 2 | 293 | 77 | 3 | 0 | false | false | false | false | false | false | low |
72,845,916 | ViewPager: After activity recreated, one Fragments stays empty | <p>I have a ViewPager with two Fragments in it. When both are loaded,</p>
<ul>
<li>I change the language, or the Dark Mode of the app,</li>
<li>So the underlying Activity is recreated (I think this is what triggers the bug),</li>
<li>Then I navigate back to the viewpager,</li>
<li>Then one of the two fragments (always ... | I have a ViewPager with two Fragments in it. When both are loaded, I change the language, or the Dark Mode of the app, So the underlying Activity is recreated (I think this is what triggers the bug), Then I navigate back to the viewpager, Then one of the two fragments (always the first one) is just empty. It doesn't lo... | android|android-fragments|android-viewpager | 0 | 2022-07-03T10:59:34.830Z | 2,022 | 7 | 10 | 6 | 27 | 0 | 684 | 62 | 3 | 3 | true | true | false | false | false | false | zero |
72,845,938 | FMX Listview Search Virtual Keyboard Switch to Numbers | <p>I have a ListView , and when I click on the Search bar the Default Keyboard Shows up , this is fine. The only thing I wish to change is that it should show Numbers per Default instead of ABC .</p>
<p>Does anyone know how to do this ?</p>
<p>Thank you!</p>
<p><strong>UPDATE 1</strong></p>
<p>Meanwhile I was trying my... | I have a ListView , and when I click on the Search bar the Default Keyboard Shows up , this is fine. The only thing I wish to change is that it should show Numbers per Default instead of ABC . Does anyone know how to do this ? Thank you! UPDATE 1 Meanwhile I was trying myself to go further ... and found this : [CODE] T... | android|listview|delphi|firemonkey | 0 | 2022-07-03T11:03:10.443Z | 2,022 | 7 | 11 | 6 | 46 | 0 | 560 | 54 | 4 | 1 | true | true | false | false | false | false | zero |
72,845,945 | ERROR:java.lang.SecurityException: my location requires permission ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION | <p>hi everyone i'm trying to get the user's location, but when i ask for permissions google maps doesn't load. Specifically I have this error:</p>
<pre><code>2022-07-03 12:46:39.032 12031-12031/com.example.progetto E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.progetto, PID: 12031
java.lang.Secur... | hi everyone i'm trying to get the user's location, but when i ask for permissions google maps doesn't load. Specifically I have this error: [CODE] My code is: [CODE] My themanifest code is: [CODE] in the manifest I have ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION and in the code I check the permissions(checkLocatio... | java|android|runtime-error|runtimeexception | 1 | 2022-07-03T11:04:19.673Z | 2,022 | 7 | 11 | 6 | 144 | 1 | 411 | 113 | 4 | 3 | true | false | false | false | false | false | low |
72,846,049 | appium: cannot locate answer button on whatsapp call | <p>I have scenario that some friend call to my device.</p>
<p>When the call starting I have this little window from the upper side of the screen with 2 buttons and one of them is <code>answer</code> that I cannot locate using <code>appium</code> inspector.
Any chance to click it beside using coordinates ?</p> | I have scenario that some friend call to my device. When the call starting I have this little window from the upper side of the screen with 2 buttons and one of them is answer that I cannot locate using appium inspector. Any chance to click it beside using coordinates ? | android|appium|whatsapp | 0 | 2022-07-03T11:21:07.857Z | 2,022 | 7 | 11 | 6 | 16 | 0 | 270 | 52 | 3 | 0 | false | true | false | false | false | false | zero |
72,846,091 | How can I remove the shadow of Intent.createchooser which displays by default? | <p>I have implemented the intent which allows me to choose available UPI apps on my phone, but the pop-up dialog which appears at the bottom of my screen has a black overlay which dulls the image which I place in the background. I want to remove or reduce the overlay whichever possible. so I can display a custom image.... | I have implemented the intent which allows me to choose available UPI apps on my phone, but the pop-up dialog which appears at the bottom of my screen has a black overlay which dulls the image which I place in the background. I want to remove or reduce the overlay whichever possible. so I can display a custom image. He... | android|android-studio|android-layout|android-intent|android-intentservice | 0 | 2022-07-03T11:27:47.580Z | 2,022 | 7 | 11 | 6 | 20 | 0 | 380 | 78 | 5 | 0 | false | true | false | false | false | false | zero |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.