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,900,762 | How to calculate orientation matrix | <p>I have a 3d cylinder that represents 3d line. I need to calculate transform matrix which orient cylinder in the direction of the line. I tried with Matrix.setLookAtM:</p>
<pre><code>val lookAt=FloatArray(16)
Matrix.setIdentityM(lookAt,0)
val delta=-(end.position-start.position).normalized
var up=Vector3(0f,1f,0f)
Ma... | I have a 3d cylinder that represents 3d line. I need to calculate transform matrix which orient cylinder in the direction of the line. I tried with Matrix.setLookAtM: [CODE] Unfortunately setLookAtM gets matrix with NaN values when delta=up Is there way to get orientation matrix without such edge cases? UPD: The proble... | android|kotlin|matrix|opengl-es-2.0 | 0 | 2022-07-07T15:44:49.130Z | 2,022 | 7 | 15 | 3 | 34 | 0 | 614 | 35 | 4 | 2 | true | true | false | false | false | false | zero |
72,901,054 | BUG, activity does not load fragment with firebase data | <p>my application so far is like this: in ActivityHome, it opens the Fragments using a "FragmentContainerView", my FragmentHome loads the firebase videos in a ViewPage2, using the design of an xml file</p>
<p>The problem is that after finishing the class files, the application does not run and presents the er... | my application so far is like this: in ActivityHome, it opens the Fragments using a "FragmentContainerView", my FragmentHome loads the firebase videos in a ViewPage2, using the design of an xml file The problem is that after finishing the class files, the application does not run and presents the error in onC... | java|android|firebase | 0 | 2022-07-07T16:07:44.957Z | 2,022 | 7 | 16 | 3 | 35 | 0 | 723 | 55 | 3 | 8 | true | true | false | false | false | false | zero |
72,901,072 | How to change the input font size in TextField of Android Jetpack Compose | <p>I'd like to change the input font size in TextField of Android Jetpack Compose because it's very small now. <a href="https://i.stack.imgur.com/aWy36.png" rel="nofollow noreferrer">Like this</a></p> | I'd like to change the input font size in TextField of Android Jetpack Compose because it's very small now. Like this | android|android-studio|kotlin|android-jetpack-compose | 2 | 2022-07-07T16:08:45.377Z | 2,022 | 7 | 16 | 3 | 253 | 1 | 117 | 73 | 4 | 0 | false | false | false | false | false | false | low |
72,901,100 | AutoCapture Screen views and button clicks events globally in without manually putting them on every screen and button | <p>I was looking for some auto event capture for every screen and button clicks without manually putting them on every single button or Activity/Fragment and I could find few. But I am really curious to know what to going under the hood and how are they getting these info about screen views and button clicks.</p>
<p>Lo... | I was looking for some auto event capture for every screen and button clicks without manually putting them on every single button or Activity/Fragment and I could find few. But I am really curious to know what to going under the hood and how are they getting these info about screen views and button clicks. Looking for ... | android|firebase|android-activity|google-analytics|fragment | 0 | 2022-07-07T16:10:38.970Z | 2,022 | 7 | 16 | 3 | 21 | 1 | 385 | 118 | 5 | 0 | false | false | false | false | false | false | zero |
72,901,214 | Flutter getting stuck in "Syncing files to device SM T550..." when running app on real SamSung device | <p>I am first time trying to run app on Samsung real device. But the app getting stuck at Syncing files to device SM T550...</p>
<p>Here is the complete report:</p>
<pre><code>Launching lib\main.dart on SM T550 in debug mode...
Running Gradle task 'assembleDebug'...
√ Built build\app\outputs\flutter-apk\app-debug.apk.... | I am first time trying to run app on Samsung real device. But the app getting stuck at Syncing files to device SM T550... Here is the complete report: [CODE] Doctor report is: [CODE] | android | 0 | 2022-07-07T16:20:32.567Z | 2,022 | 7 | 16 | 3 | 12 | 0 | 182 | 101 | 1 | 2 | true | true | false | false | false | false | zero |
72,901,227 | Upgrading legacy signing key to a new signing key | <p>After a new update in my app i got a warning on google play console asking me to upgrade the apps signature to a stronger one.
OK, but now i can't update my app with my old keystore.jks</p>
<p><em><strong>Your Android App Bundle was signed with an incorrect key. Use the correct signing key and try again. It should b... | After a new update in my app i got a warning on google play console asking me to upgrade the apps signature to a stronger one. OK, but now i can't update my app with my old keystore.jks Your Android App Bundle was signed with an incorrect key. Use the correct signing key and try again. It should be signed with a certif... | android|google-play|keystore|android-keystore|android-app-signing | 0 | 2022-07-07T16:21:25.600Z | 2,022 | 7 | 16 | 3 | 22 | 1 | 577 | 49 | 5 | 0 | false | false | false | false | false | false | zero |
72,901,279 | Codepush crashes on android when updateDialog is set to true | <p>I have used the documentation at <a href="https://github.com/microsoft/react-native-code-push/blob/master/docs/setup-android.md#plugin-installation-and-configuration-for-react-native-060-version-and-above-android" rel="nofollow noreferrer">https://github.com/microsoft/react-native-code-push/blob/master/docs/setup-an... | I have used the documentation at https://github.com/microsoft/react-native-code-push/blob/master/docs/setup-android.md#plugin-installation-and-configuration-for-react-native-060-version-and-above-android to install codepush on android. For some reason when updateDialog: true in the codepush config the android app crash... | javascript|android|react-native|code-push|react-native-code-push | 1 | 2022-07-07T16:24:07.493Z | 2,022 | 7 | 16 | 3 | 198 | 1 | 564 | 60 | 5 | 1 | true | false | false | false | false | false | low |
72,901,333 | how to get today ,past or future date data from room database in android? | <p><strong>how to get today ,past or future date data from room database in android?</strong></p>
<blockquote>
<p>below is the model class and there is a <em><strong>task_date</strong></em> field I have taken with Date object.</p>
</blockquote>
<p><strong>Model class</strong></p>
<pre><code> @Entity
data class Task(... | how to get today ,past or future date data from room database in android? below is the model class and there is a task_date field I have taken with Date object. Model class [CODE] Below There is query code i am passing Date() today date to get today inserted data list [CODE] Data insertion code is here [CODE] Converter... | android|database|kotlin|android-room | 0 | 2022-07-07T16:29:10.393Z | 2,022 | 7 | 16 | 3 | 50 | 1 | 643 | 73 | 4 | 5 | true | false | false | false | false | false | zero |
72,901,490 | How to create a Table with firebasefirestore data in Android? | <p>I would like to create a table using firebase data but I am getting an empty table with headers.</p>
<p>Here is my Class</p>
<pre><code>public class classEx extends AppCompatActivity {
public Toolbar toolbar;
String district;
String aadhar;
FirebaseFirestore db;
ArrayList<District> datalist;
RecyclerView recyc... | I would like to create a table using firebase data but I am getting an empty table with headers. Here is my Class [CODE] Here is my XML [CODE] Here is the output of the app Screenshot My aim is to get the Mandal and then get the data from firebase firestore using the mandal and then feed the information to the table ro... | java|android|firebase | 0 | 2022-07-07T16:41:24.857Z | 2,022 | 7 | 16 | 3 | 25 | 0 | 346 | 61 | 3 | 2 | true | true | false | false | false | false | zero |
72,901,548 | Android USB OTG Device : How to turn off USB OTG Device connected to android phone | <p>I am working on an application which makes use of OTG Sleeve(device) as an audio source. But the problem is that the OTG device does not have a de-echoing chip integrated to it. So, an echo is heard whenever a phone call is made.
Is there any way to stop OTG device from being an audio source or turn off the usb devi... | I am working on an application which makes use of OTG Sleeve(device) as an audio source. But the problem is that the OTG device does not have a de-echoing chip integrated to it. So, an echo is heard whenever a phone call is made. Is there any way to stop OTG device from being an audio source or turn off the usb device ... | android|usb|android-audiomanager|usb-otg | 2 | 2022-07-07T16:45:45.900Z | 2,022 | 7 | 16 | 3 | 45 | 0 | 454 | 82 | 4 | 0 | false | true | false | false | false | false | low |
72,901,672 | onRequestPermissionsResult not called in Flutter plugin when not using PluginRegistry.RequestPermissionsResultListener | <p>I have a flutter plugin that is successfully asking for Android permissions through a bridge class, using</p>
<pre><code>MyBridgeClass implements FlutterPlugin, MethodCallHandler, PluginRegistry.RequestPermissionsResultListener, ActivityAware
</code></pre>
<p>and</p>
<pre><code>binding.addRequestPermissionsResultLis... | I have a flutter plugin that is successfully asking for Android permissions through a bridge class, using [CODE] and [CODE] This works fine and onRequestPermissionsResult is called. However, I need my code usable for different bindings, not only Flutter, I need to support react-native, ionic/capacitator etc as well. So... | android|flutter|android-permissions|flutter-plugin | 0 | 2022-07-07T16:56:09.647Z | 2,022 | 7 | 16 | 3 | 71 | 1 | 980 | 118 | 4 | 4 | true | false | false | false | false | false | zero |
72,901,761 | btSendBytes method don't works in another method/class | <p>I'm creating an android application using BLE.
There's a method in the MainActivity class called btSendBytes to send data to the esp32. When called in the method inputMessage btSendBytes is executed but when I call this method in another class or even method it don't works. It seems to be linked to the void onClick ... | I'm creating an android application using BLE. There's a method in the MainActivity class called btSendBytes to send data to the esp32. When called in the method inputMessage btSendBytes is executed but when I call this method in another class or even method it don't works. It seems to be linked to the void onClick but... | java|android|bluetooth-lowenergy|esp32 | 0 | 2022-07-07T17:03:03.847Z | 2,022 | 7 | 17 | 3 | 18 | 0 | 581 | 54 | 4 | 2 | true | true | false | false | false | false | zero |
72,901,828 | flutter firebase phone authentication not working when the app is installed from play store | <p>I am aware that there are "duplicates" of this but all of them say the same thing that I have tried. <br>
I have added the SHA1 and SHA256 key to the firebase project.
<br>
The OTP verification works well in the debug mode or when I manually install the release apk. But it doesn't when the app is downloade... | I am aware that there are "duplicates" of this but all of them say the same thing that I have tried. I have added the SHA1 and SHA256 key to the firebase project. The OTP verification works well in the debug mode or when I manually install the release apk. But it doesn't when the app is downloaded from play s... | android|flutter|firebase|firebase-authentication | 0 | 2022-07-07T17:08:58.547Z | 2,022 | 7 | 17 | 3 | 83 | 2 | 353 | 91 | 4 | 0 | false | false | false | false | false | false | zero |
72,901,920 | In c#/Xamarin/Android How do I get the stack trace for all managed threads? | <p>I'm trying to diagnose why my app is freezing up and android is displaying a message that app is not responding. For an unknown reason, messages that should show in logcat output do not when this happens.</p>
<p>I'm looking at using <a href="https://github.com/nwestfall/Xamarin.ANRWatchDog" rel="nofollow noreferrer... | I'm trying to diagnose why my app is freezing up and android is displaying a message that app is not responding. For an unknown reason, messages that should show in logcat output do not when this happens. I'm looking at using https://github.com/nwestfall/Xamarin.ANRWatchDog to find out what is going on in my app if it ... | c#|android|multithreading|xamarin|stack | 0 | 2022-07-07T17:16:52.660Z | 2,022 | 7 | 17 | 3 | 58 | 2 | 857 | 75 | 5 | 1 | true | false | false | false | false | false | zero |
72,902,024 | UsbDeviceConnection.requestWait() / UsbRequest.queue() stops communicating with device | <p>Anybody have any ideas as to why requestWait() or queue() might stop receiving information (payloads) from an external device (aggboard) after the device has been disconnected and then reconnected? If I use the bulktransfer() method (which is commented out) with otherwise the same code, the communication resumes, bu... | Anybody have any ideas as to why requestWait() or queue() might stop receiving information (payloads) from an external device (aggboard) after the device has been disconnected and then reconnected? If I use the bulktransfer() method (which is commented out) with otherwise the same code, the communication resumes, but b... | android|async-await|queue|usb|android-usb | 0 | 2022-07-07T17:26:13.687Z | 2,022 | 7 | 17 | 3 | 53 | 0 | 444 | 86 | 5 | 1 | true | true | false | false | false | false | zero |
72,902,105 | recall the same fragment | <p>I'm in fragment A and I want that after pressing the switch button, present in fragment A, this redirects me to the same fragment A (I want to start onStart () of fragment A, every time I press the switch button). My code is:</p>
<pre><code>public class A extends Fragment implements View.OnClickListener {
privat... | I'm in fragment A and I want that after pressing the switch button, present in fragment A, this redirects me to the same fragment A (I want to start onStart () of fragment A, every time I press the switch button). My code is: [CODE] after having pressed the switch button from fragment A, how can I make the same fragmen... | java|android|android-fragments|onstart | 0 | 2022-07-07T17:35:37.030Z | 2,022 | 7 | 17 | 3 | 15 | 0 | 392 | 24 | 4 | 1 | true | true | false | false | false | false | zero |
72,902,190 | Okhttp Error SSL Handshake aborted on 4g/mobile network but doesn't happen on WiFi | <p>I'm getting <code>IOException : javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0xafdb8e00: I/O error during system call, Connection reset by peer</code></p>
<p>on mobile network 4g but it works completely fine on WiFi. This usually happens on first request 2-3 times and usually the 4th retry succeed... | I'm getting IOException : javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0xafdb8e00: I/O error during system call, Connection reset by peer on mobile network 4g but it works completely fine on WiFi. This usually happens on first request 2-3 times and usually the 4th retry succeeds. I've noticed this ha... | java|android|kotlin|okhttp | 0 | 2022-07-07T17:45:18.507Z | 2,022 | 7 | 17 | 3 | 72 | 0 | 478 | 82 | 4 | 0 | false | true | false | false | false | false | zero |
72,902,248 | AVD failed to connect to AndroidWifi | <p>I'm using the Android Emulator that comes with Android Studio.
I connected my AVD to AndroidWifi long ago by simpling using "-dns-server 8.8.8.8" as a command parameter. It worked perfectly until this morning, when a power outage caused my PC to turn off while I was using the emulator.
Since then, I tried ... | I'm using the Android Emulator that comes with Android Studio. I connected my AVD to AndroidWifi long ago by simpling using "-dns-server 8.8.8.8" as a command parameter. It worked perfectly until this morning, when a power outage caused my PC to turn off while I was using the emulator. Since then, I tried wit... | android-emulator | 0 | 2022-07-07T17:51:24.973Z | 2,022 | 7 | 17 | 3 | 14 | 0 | 567 | 36 | 1 | 0 | false | true | false | false | false | false | zero |
72,902,262 | enable/disable airplane mode using adb command on kotlin language | <pre><code>adb shell settings put global airplane_mode_on 1
adb shell su -c am broadcast -a android.intent.action.AIRPLANE_MODE
</code></pre>
<p>It works if done through the adb program. But if you try to execute in your program, nothing happens. Root are present on the phone, also when the function is executed, a toas... | [CODE] It works if done through the adb program. But if you try to execute in your program, nothing happens. Root are present on the phone, also when the function is executed, a toast pops up stating that superuser rights have been granted. [CODE] what am I doing wrong? | android|kotlin|dart|adb|airplane-mode | 0 | 2022-07-07T17:52:08.290Z | 2,022 | 7 | 17 | 3 | 157 | 1 | 270 | 65 | 5 | 2 | true | false | false | false | false | false | zero |
72,902,317 | App is crashing when selecting text of webview in Android 11 | <p>Fatal Exception: android.content.res.Resources$NotFoundException: Resource ID #0x20c000e
at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:285)
at android.content.res.Resources.getInteger(Resources.java:1297)
at org.chromium.ui.base.DeviceFormFactor.b(chromium-TrichromeWebViewGoogle.aab-stable-4280101... | Fatal Exception: android.content.res.Resources$NotFoundException: Resource ID #0x20c000e at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:285) at android.content.res.Resources.getInteger(Resources.java:1297) at org.chromium.ui.base.DeviceFormFactor.b(chromium-TrichromeWebViewGoogle.aab-stable-428010133:... | android|android-webview|android-appcompat|android-studio-3.0 | 3 | 2022-07-07T17:57:09.937Z | 2,022 | 7 | 17 | 3 | 293 | 0 | 2,175 | 60 | 4 | 0 | false | true | false | false | false | false | low |
72,902,404 | Text from button not staying in edittext when clicked? | <p>When I click on my button, it is supposed to "put the current String Text of the button" into the EditText.</p>
<p>But clicking on a new button replaces the existing string value in the EditText while I want it to not remove the previous input.</p>
<p>Ex. "When I click on a <em>Button</em> with the <e... | When I click on my button, it is supposed to "put the current String Text of the button" into the EditText. But clicking on a new button replaces the existing string value in the EditText while I want it to not remove the previous input. Ex. "When I click on a Button with the Text String of "1"... | java|android|android-studio | 0 | 2022-07-07T18:05:44.823Z | 2,022 | 7 | 18 | 3 | 42 | 2 | 795 | 54 | 3 | 1 | true | false | false | false | false | false | zero |
72,902,453 | Why android 10 ,11 and 12 sharing specific intent in apps showing only 3 apps? | <p>I have to share content/video/image only the specified apps, I searched and tried lot but I'm not able achieve. how can able to achieve that Could you please any one help me ?</p>
<p>My code is below. What am I missing?</p>
<pre><code>fun shareIntentSpecificApps() {
val intentShareList: MutableList<Intent... | I have to share content/video/image only the specified apps, I searched and tried lot but I'm not able achieve. how can able to achieve that Could you please any one help me ? My code is below. What am I missing? [CODE] | android|kotlin|android-intent|android-pendingintent|intentfilter | -1 | 2022-07-07T18:10:43.360Z | 2,022 | 7 | 18 | 3 | 35 | 1 | 219 | 78 | 5 | 1 | true | false | false | false | false | true | negative |
72,902,727 | C# flocking system works in Unity but is completely random in AR | <p>I have created a flocking system using 2 c# scripts. There are some custom behaviours set up that cause the objects to seek a goal and then not seek it. This creates an inward outward effect, like it's breathing. This works perfectly in the unity editor but in the built AR, the particle movement follows the scripted... | I have created a flocking system using 2 c# scripts. There are some custom behaviours set up that cause the objects to seek a goal and then not seek it. This creates an inward outward effect, like it's breathing. This works perfectly in the unity editor but in the built AR, the particle movement follows the scripted be... | c#|android|unity3d|augmented-reality | 0 | 2022-07-07T18:36:01.423Z | 2,022 | 7 | 18 | 3 | 36 | 0 | 913 | 64 | 4 | 2 | true | true | false | false | false | false | zero |
72,902,743 | How to create such toggle buttons in android studio | <p>I did not find the answer in Google, so I am writing here. In general, I need to make a toggle button that looks like this (attached a photo), with exactly this shape, with changing the color of the icon and it should have the functionality of a regular togglebutton, maybe someone knows the manuals? Thanks everyone!... | I did not find the answer in Google, so I am writing here. In general, I need to make a toggle button that looks like this (attached a photo), with exactly this shape, with changing the color of the icon and it should have the functionality of a regular togglebutton, maybe someone knows the manuals? Thanks everyone! Fi... | android|android-studio|android-layout | 0 | 2022-07-07T18:38:00.067Z | 2,022 | 7 | 18 | 3 | 33 | 0 | 342 | 51 | 3 | 0 | false | true | false | false | false | false | zero |
72,902,810 | Unable to launch my app from Google Phone app contacts tab | <p>When I was attempting to open My Contacts App via the Google Phone app Contacts tab but are receiving an error that there are no apps available to display the contact.</p>
<p>I appreciate any suggestions, Thanks!</p> | When I was attempting to open My Contacts App via the Google Phone app Contacts tab but are receiving an error that there are no apps available to display the contact. I appreciate any suggestions, Thanks! | android|android-intent|intentfilter|intentservice|android-intent-chooser | 0 | 2022-07-07T18:46:27.713Z | 2,022 | 7 | 18 | 3 | 11 | 1 | 205 | 58 | 5 | 0 | false | false | false | false | false | false | zero |
72,902,856 | CannotDeliverBroadcastException only on Pixel devices running Android 12 | <p>I'm seeing a crash come through Crashlytics that I'm unable to reproduce or locate the cause of. The crash only ever happens on Google Pixel devices running Android 12, and the crash always happens in the background.</p>
<p><a href="https://i.stack.imgur.com/9mMAn.png" rel="noreferrer"><img src="https://i.stack.imgu... | I'm seeing a crash come through Crashlytics that I'm unable to reproduce or locate the cause of. The crash only ever happens on Google Pixel devices running Android 12, and the crash always happens in the background. This is the crash log from Crashlytics: [CODE] I've looked at similar questions (like this and this ) b... | android|broadcastreceiver|android-12|google-pixel | 14 | 2022-07-07T18:50:48.520Z | 2,022 | 7 | 18 | 3 | 651 | 2 | 1,507 | 72 | 4 | 1 | true | false | false | false | true | false | medium |
72,902,906 | Android deep link and issues non clickable links or not working links | <p>I made an Android application in which I want to implement deep linking (example: http://myApp/seeMore?id=123456)</p>
<p>When I send a sms via intent, I receive it, and the link is clickable, and it opens the content of the application I want to see!</p>
<p>What's the problem? If I send myself the link via whatsapp ... | I made an Android application in which I want to implement deep linking (example: http://myApp/seeMore?id=123456) When I send a sms via intent, I receive it, and the link is clickable, and it opens the content of the application I want to see! What's the problem? If I send myself the link via whatsapp (or messenger), I... | android|deep-linking | 0 | 2022-07-07T18:55:18.373Z | 2,022 | 7 | 18 | 3 | 104 | 0 | 1,782 | 69 | 2 | 2 | true | true | false | false | false | false | zero |
72,902,944 | Android notify user when specific time alert is reached | <p>I have an android app where a user can add projects etc, I'd like to implement a feature where a user can select at which intervals they want to be reminded (would like to have a push notification to be sent when the time is reached).</p>
<p>I am not using Firebase in my project just to make it clear.</p>
<p>For exa... | I have an android app where a user can add projects etc, I'd like to implement a feature where a user can select at which intervals they want to be reminded (would like to have a push notification to be sent when the time is reached). I am not using Firebase in my project just to make it clear. For example when a user ... | java|android | 0 | 2022-07-07T18:58:38.673Z | 2,022 | 7 | 18 | 3 | 18 | 0 | 880 | 55 | 2 | 1 | true | true | false | false | false | false | zero |
72,903,072 | How to know if tablet or phone in Android | <p>I have a var in Swift like this :</p>
<pre><code>@Published var textFieldSize = UIDevice.current.userInterfaceIdiom == .pad ? 20.0 : 12.0
</code></pre>
<p>How can i get the same device type (phone or tablet) but in Jetpack Compose Android ??</p> | I have a var in Swift like this : [CODE] How can i get the same device type (phone or tablet) but in Jetpack Compose Android ?? | kotlin|android-jetpack-compose | 0 | 2022-07-07T19:09:09.920Z | 2,022 | 7 | 19 | 3 | 90 | 1 | 127 | 41 | 2 | 1 | true | false | false | false | false | false | zero |
72,903,163 | My app does not skip to the starting destination unless touch the screen | <p>I designed an Android app with Jetpack Compose. I did not change anything in <code>themes.xml</code>, though my app does not skip to the starting destination of my app. A screen appears and does not go away unless i touched screen. When i change the parent line in <code>themes.xml</code>, <code>android:Theme.Materia... | I designed an Android app with Jetpack Compose. I did not change anything in themes.xml , though my app does not skip to the starting destination of my app. A screen appears and does not go away unless i touched screen. When i change the parent line in themes.xml , android:Theme.Material.NoActionBar to android:Theme.Ma... | kotlin|android-actionbar|themes|android-jetpack-compose | 1 | 2022-07-07T19:19:22.160Z | 2,022 | 7 | 19 | 3 | 56 | 2 | 512 | 72 | 4 | 3 | true | false | false | false | false | false | low |
72,903,220 | how I can View VSCode and Android Emulator side by side on Mac full screen | <p>I did search about it but I couldn't find away to View VSCode and Android Emulator side by side full screen on Mac
unless I use Android studio I can't put Android Emulator side by side with VSCode
it's only possible with iOS emulator</p> | I did search about it but I couldn't find away to View VSCode and Android Emulator side by side full screen on Mac unless I use Android studio I can't put Android Emulator side by side with VSCode it's only possible with iOS emulator | android-studio|visual-studio-code|android-emulator | 3 | 2022-07-07T19:24:58.197Z | 2,022 | 7 | 19 | 3 | 190 | 0 | 233 | 74 | 3 | 0 | false | true | false | false | false | false | low |
72,903,231 | React native paper display custom views when List accordian is expanded | <p>Unable to display custom view as list item in react native paper List accordian . I could only figure out that it can be used for text but not for custom components or custom views. Can anyone let me know if this can be done using react native paper or should i move to some other npm package.</p> | Unable to display custom view as list item in react native paper List accordian . I could only figure out that it can be used for text but not for custom components or custom views. Can anyone let me know if this can be done using react native paper or should i move to some other npm package. | android|react-native|accordion|react-native-paper | 0 | 2022-07-07T19:26:00.170Z | 2,022 | 7 | 19 | 3 | 69 | 1 | 293 | 71 | 4 | 0 | false | false | false | false | false | false | zero |
72,903,412 | Jetpack Compose - UI Test Coil Fetched Image | <p>I have a custom Image composable that uses Coil's <code>rememberAsyncImagePainter</code>.</p>
<p>However, I have another component that uses resources and has logic that is handled separately.</p>
<p>I successfully render the custom resource placeholder, however I'm not sure how I can write a test to check that the ... | I have a custom Image composable that uses Coil's rememberAsyncImagePainter . However, I have another component that uses resources and has logic that is handled separately. I successfully render the custom resource placeholder, however I'm not sure how I can write a test to check that the actual url image is loaded & ... | android-jetpack-compose|coil | 0 | 2022-07-07T19:43:23.753Z | 2,022 | 7 | 19 | 3 | 69 | 1 | 739 | 44 | 2 | 0 | false | false | false | false | false | false | zero |
72,903,493 | Stop Status Bar from Disappearing after Lock Screen | <p>I'm still new to Kotlin with some apps now published on Google Play over the past few months. Kotlin runs my apps fast, though now I see some lags in start ups. But when my apps start up after screen timeouts sometimes I can't see the upper system status bar. It just isn't there. I've tried to refresh elements from ... | I'm still new to Kotlin with some apps now published on Google Play over the past few months. Kotlin runs my apps fast, though now I see some lags in start ups. But when my apps start up after screen timeouts sometimes I can't see the upper system status bar. It just isn't there. I've tried to refresh elements from a f... | android|kotlin|refresh|statusbar|onresume | 0 | 2022-07-07T19:51:00.297Z | 2,022 | 7 | 19 | 3 | 38 | 0 | 626 | 51 | 5 | 3 | true | true | false | false | false | false | zero |
72,903,512 | Why does Android TalkBack not select this Jetpack Compose OutlinedTextField if I have specfic text as the placeholder? | <p>I'm testing my application for accessibility compatibility using TalkBack. However, certain OutlinedTextFields are being skipped and are unselectable even by clicking if TalkBack is enabled. I created a sample app using the latest versions of Kotlin/Gradle/Compose to make sure it wasn't something to do with my proje... | I'm testing my application for accessibility compatibility using TalkBack. However, certain OutlinedTextFields are being skipped and are unselectable even by clicking if TalkBack is enabled. I created a sample app using the latest versions of Kotlin/Gradle/Compose to make sure it wasn't something to do with my project ... | android|accessibility|android-jetpack-compose|textfield|selection | 1 | 2022-07-07T19:52:41.147Z | 2,022 | 7 | 19 | 3 | 69 | 0 | 727 | 118 | 5 | 3 | true | true | false | false | false | false | low |
72,903,587 | "flutter run" not showing all devices that "flutter devices" shows | <p>I am following this <a href="https://codelabs.developers.google.com/codelabs/flutter-boring-to-beautiful#0" rel="nofollow noreferrer">codelab</a> with Flutter (fresh installation). Android Studio is also installed (fresh installation).</p>
<p>Here is the output of <code>flutter devices</code></p>
<pre><code>sdk gpho... | I am following this codelab with Flutter (fresh installation). Android Studio is also installed (fresh installation). Here is the output of flutter devices [CODE] The output of flutter run [CODE] Is there a reason flutter run does not show my emulated device? | flutter|android-studio|android-emulator|ios-simulator|flutter-run | 1 | 2022-07-07T20:00:11.600Z | 2,022 | 7 | 20 | 3 | 127 | 1 | 259 | 66 | 5 | 2 | true | false | false | false | false | false | low |
72,903,659 | How to use Google Play Developer API to change in-app update priority | <p>I am trying to implement in-app update feature in my app and I want to set the in-app update priority for each release so I can select type of update to use, but problem is I do not know how and where to set app update priority.</p>
<p>I have read all the Google docs and came to know that I have to use Google play d... | I am trying to implement in-app update feature in my app and I want to set the in-app update priority for each release so I can select type of update to use, but problem is I do not know how and where to set app update priority. I have read all the Google docs and came to know that I have to use Google play developer A... | android|api|google-play-console|in-app-update | 0 | 2022-07-07T20:08:02.873Z | 2,022 | 7 | 20 | 3 | 45 | 0 | 459 | 69 | 4 | 0 | false | true | false | false | false | false | zero |
72,903,715 | Add bottom shadow to the image | <p><a href="https://i.stack.imgur.com/gTkUG.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/gTkUG.png" alt="enter image description here" /></a></p>
<p>How can I add shadow to the image like it done on the sample picture?</p> | How can I add shadow to the image like it done on the sample picture? | android|kotlin | -2 | 2022-07-07T20:13:56.410Z | 2,022 | 7 | 20 | 3 | 29 | 1 | 69 | 30 | 2 | 0 | false | false | false | false | false | true | negative |
72,903,733 | Is there an Android Test Orchestrator that restarts process for each class but not for each test? | <p>I know of two ways to run Android Instrumented tests:</p>
<ul>
<li>Default - no orchestartor. The same app process lives throughout the lifetime of the test suite</li>
<li>With <a href="https://developer.android.com/training/testing/instrumented-tests/androidx-test-libraries/runner#use-android" rel="nofollow norefer... | I know of two ways to run Android Instrumented tests: Default - no orchestartor. The same app process lives throughout the lifetime of the test suite With AndroidX Test Orchestator . The app is killed and restarted for each test. The latter takes a significant toll on execution time of the test suite. Is there an alter... | android|android-testing|android-instrumentation|android-test-orchestrator | 0 | 2022-07-07T20:16:02.610Z | 2,022 | 7 | 20 | 3 | 27 | 0 | 446 | 97 | 4 | 0 | false | true | false | false | false | false | zero |
72,903,739 | Angular Capacitor, only showing index.html | <p>I have an Angular application that I want to convert in Android application thanks to Capacitor.
I installed Capacitor on my Angular Project (project with routing).
Here is the versions I use :</p>
<pre><code>"@angular-devkit/build-angular": "^14.0.4",
"@angular/cli": "~14.0.4"... | I have an Angular application that I want to convert in Android application thanks to Capacitor. I installed Capacitor on my Angular Project (project with routing). Here is the versions I use : [CODE] In my Angular.json, I have this configuration : [CODE] When I created capacitor.config.ts, I set webDir to 'src', the d... | android|angular|capacitor | 0 | 2022-07-07T20:16:31.247Z | 2,022 | 7 | 20 | 3 | 50 | 2 | 800 | 42 | 3 | 4 | true | false | false | false | false | false | zero |
72,903,759 | How to get ARM AVDs working in Android emulator? | <pre><code>INFO | Android emulator version 31.2.10.0 (build_id 8420304) (CL:N/A)
ERROR | This AVD's configuration is missing a kernel file! Please ensure the file "kernel-ranchu" is in the same location as your system image.
ERROR | ANDROID_SDK_ROOT is undefined
</code></pre>
<p>(<code>ANDROID_SDK_ROOT... | [CODE] ( ANDROID_SDK_ROOT is defined, and when things are running properly it doesn't complain about this) After copying Android/Sdk/system-images/android-10/default/x86/kernel-ranchu into ~/.android/avd/2.7_QVGA_API_3.avd the emulator is able to open, but nothing renders, presumably because of error resizing partition... | android|android-emulator|avd | 1 | 2022-07-07T20:18:23.350Z | 2,022 | 7 | 20 | 3 | 28 | 0 | 854 | 48 | 3 | 1 | true | true | false | false | false | false | low |
72,903,816 | How to deal with temporary items in RecyclerView | <p>I have a <code>RecyclerView</code> that loads messages as a regular messenger - after scrolling too close to top. I need to put there a <code>circle loading indicator</code> as the loading continues and remove it after it is finished and add loaded messages.</p>
<p>How do I create and delete such indicator?</p> | I have a RecyclerView that loads messages as a regular messenger - after scrolling too close to top. I need to put there a circle loading indicator as the loading continues and remove it after it is finished and add loaded messages. How do I create and delete such indicator? | android|android-layout|android-recyclerview | 0 | 2022-07-07T20:23:34.550Z | 2,022 | 7 | 20 | 3 | 41 | 1 | 275 | 48 | 3 | 0 | false | false | false | false | false | false | zero |
72,903,855 | Upload image File from file path | <p>In android studio I have uploaded an image to the drawables folder in resources and not I'm trying to use that image in my project. Im checking to make sure the image file exists, but checking if it exists returns false everytime</p>
<pre><code> val imgFile = File("/Users/jakesmith/Desktop/Attachments/ap... | In android studio I have uploaded an image to the drawables folder in resources and not I'm trying to use that image in my project. Im checking to make sure the image file exists, but checking if it exists returns false everytime [CODE] any suggestions would be greatly appreciated! | android|image|file|kotlin|resources | 0 | 2022-07-07T20:26:35.050Z | 2,022 | 7 | 20 | 3 | 37 | 2 | 282 | 32 | 5 | 1 | true | false | false | false | false | false | zero |
72,903,883 | How to change these views layouts programmatically? I have the views in xml file, but later want to change their size programmatically | <p>I have a working layout in .xml file no problem here. In my code there is a button that show or hide these two imageViews. When I hide the two imageViews I want to set the checkbox layout constraints to mach parent instead of matching constraints("0dp"), and when I show the the two imageViews I want to set... | I have a working layout in .xml file no problem here. In my code there is a button that show or hide these two imageViews. When I hide the two imageViews I want to set the checkbox layout constraints to mach parent instead of matching constraints("0dp"), and when I show the the two imageViews I want to set ch... | java|android | 0 | 2022-07-07T20:29:35.070Z | 2,022 | 7 | 20 | 3 | 44 | 2 | 569 | 134 | 2 | 1 | true | false | false | false | false | false | zero |
72,903,975 | how to display different images using glide request manager | <p>im Consumption of Web Service through Retrofit using library of Images, i just have one<br />
problem , when I run the application, it shows me only one image for all the cardsviews that I
have in the database, how would I put different images for each cardview, im using glide to show<br />
the images.</p>
<pre><co... | im Consumption of Web Service through Retrofit using library of Images, i just have one problem , when I run the application, it shows me only one image for all the cardsviews that I have in the database, how would I put different images for each cardview, im using glide to show the images. [CODE] } Same image | php|android-studio|retrofit2|android-glide|cardview | 0 | 2022-07-07T20:40:31.207Z | 2,022 | 7 | 20 | 3 | 17 | 0 | 311 | 59 | 5 | 1 | true | true | false | false | false | false | zero |
72,904,075 | setMinimumWidth of custom Snackbar not working | <pre><code>Snackbar snackbar = Snackbar.make(activity.findViewById(android.R.id.content), sMessage, Snackbar.LENGTH_LONG);
FrameLayout fl = (FrameLayout) snackbar.getView();
fl.setMinimumWidth(1000);
</code></pre>
<p>setMinimumWidth() in the above code does not seem to have any effect.</p>
<p>Could anyone shed some lig... | [CODE] setMinimumWidth() in the above code does not seem to have any effect. Could anyone shed some light on this? | android-snackbar | 0 | 2022-07-07T20:51:01.573Z | 2,022 | 7 | 20 | 3 | 10 | 0 | 114 | 46 | 1 | 1 | true | true | false | false | false | false | zero |
72,904,219 | How to convert mouse movement to android movement in unity | <p>Hey guys im new to game development on android, and i have this dilema. The problem is that i dont know how to convert my "void OnMouseDown" to android syntax. Here is the code:</p>
<pre><code>using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ball : MonoBehaviour... | Hey guys im new to game development on android, and i have this dilema. The problem is that i dont know how to convert my "void OnMouseDown" to android syntax. Here is the code: [CODE] | c#|android|unity3d | 1 | 2022-07-07T21:06:44.217Z | 2,022 | 7 | 21 | 3 | 45 | 1 | 194 | 58 | 3 | 1 | true | false | false | false | false | false | low |
72,904,264 | How do I enable screen recording for my Android application? | <p>I work on an Android application generated by the React Native CLI.</p>
<p>For some reason, users can't record the application while using it. They get the following message:</p>
<blockquote>
<p>Can't record screen due to security policy.</p>
</blockquote>
<p>I've searched the usual places, including SO. I've seen s... | I work on an Android application generated by the React Native CLI. For some reason, users can't record the application while using it. They get the following message: Can't record screen due to security policy. I've searched the usual places, including SO. I've seen some answers regarding screenshots that recommend ad... | android|react-native|screen-recording | 0 | 2022-07-07T21:10:26.023Z | 2,022 | 7 | 21 | 3 | 62 | 0 | 580 | 60 | 3 | 1 | true | true | false | false | false | false | zero |
72,904,283 | React native draggable flatlist not draggable | <p>I tried implementing react-native-draggable-flatlist to my project, but I'm not able to drag the elements. I am able to "pick them" (They get bigger if I press them), but I can't move them to another position.</p>
<p>I had this problem before and found a working soloution in a GitHub issue, but as it seems... | I tried implementing react-native-draggable-flatlist to my project, but I'm not able to drag the elements. I am able to "pick them" (They get bigger if I press them), but I can't move them to another position. I had this problem before and found a working soloution in a GitHub issue, but as it seems, MainActi... | android|react-native|react-native-draggable-flatlist | 0 | 2022-07-07T21:11:46.277Z | 2,022 | 7 | 21 | 3 | 154 | 1 | 1,236 | 45 | 3 | 1 | true | false | false | false | false | false | zero |
72,904,509 | Flutter Execution failed for task ':app:dexBuilderDebug' | <p>When i try to run my flutter project i get the "Execution failed for task ':app:dexBuilderDebug'" error.</p>
<p>Does anyone know how to solve this?</p> | When i try to run my flutter project i get the "Execution failed for task ':app:dexBuilderDebug'" error. Does anyone know how to solve this? | android|flutter|android-studio|dart | 0 | 2022-07-07T21:38:57.913Z | 2,022 | 7 | 21 | 3 | 40 | 1 | 150 | 56 | 4 | 0 | false | false | false | false | false | false | zero |
72,904,510 | Upload image from gallery and display in AlertDialog | <p>I'm trying to display an image uploaded from the gallery in an AlertDialog but it's not working for me right now.</p>
<p>My code:</p>
<pre><code>private void dispatchTakePictureIntent() {
Intent imageGetter = new Intent(Intent.ACTION_PICK, MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
activityLaunch... | I'm trying to display an image uploaded from the gallery in an AlertDialog but it's not working for me right now. My code: [CODE] The gallery opens up and I can choose a picture but after I choose a picture it goes back and a blank dialog with no image (the message is there) shows up. I tried adding "file:/// &quo... | java|android|android-studio|imageview|android-alertdialog | 0 | 2022-07-07T21:39:01.950Z | 2,022 | 7 | 21 | 3 | 33 | 1 | 368 | 52 | 5 | 1 | true | false | false | false | false | false | zero |
72,904,643 | JaCoCo 0.8.7 has issues compiling with Android API level 32 | <p>In my Android Studio project I used <a href="https://thsaravana.github.io/blog/jacoco-single-coverage-for-multi-module/" rel="nofollow noreferrer">this example</a> with its including gradle scripts to run on each of my modules and combine all results of all modules together into one single coverage report. <a href="... | In my Android Studio project I used this example with its including gradle scripts to run on each of my modules and combine all results of all modules together into one single coverage report. See GitHub playground project which worked fine so far for API level 31 or lower. Since I updated the compiledSdkVersion to [CO... | jacoco|android-sdk-tools|android-12|android-jacoco|android-13 | 2 | 2022-07-07T21:54:09.593Z | 2,022 | 7 | 21 | 3 | 81 | 0 | 446 | 59 | 5 | 1 | true | true | false | false | false | false | low |
72,904,733 | I am facing java.net.MalformedURLException: no protocol: While converting url to bitmap in android | <p>I am trying to convert url to bitmap and then set that bitmap to background as wallpaper. And all this process is getting done in background with the use of worker class in android. But I am getting no protocol error. I am fetching any one random wallpaper link from firebase then I am trying to convert it into bitma... | I am trying to convert url to bitmap and then set that bitmap to background as wallpaper. And all this process is getting done in background with the use of worker class in android. But I am getting no protocol error. I am fetching any one random wallpaper link from firebase then I am trying to convert it into bitmap b... | android|firebase|android-bitmap|worker | 1 | 2022-07-07T22:07:47.733Z | 2,022 | 7 | 22 | 3 | 24 | 0 | 1,087 | 98 | 4 | 4 | true | true | false | false | false | false | low |
72,904,849 | Flutter stuck at Built build\app\outputs\flutter-apk\app-debug.apk. when add google_mobile_ads package | <p>When I add google_mobile_ad package my app is stuck at here when run
Built build\app\outputs\flutter-apk\app-debug.apk.
And Stuck at here.</p>
<p><div class="snippet" data-lang="js" data-hide="false" data-console="true" data-babel="false">
<div class="snippet-code">
<pre class="snippet-code-js lang-js prettyprint-ov... | When I add google_mobile_ad package my app is stuck at here when run Built build\app\outputs\flutter-apk\app-debug.apk. And Stuck at here. [CODE] [CODE] | android|flutter|android-emulator|flutter-android|flutter-release | 0 | 2022-07-07T22:24:41.457Z | 2,022 | 7 | 22 | 3 | 38 | 0 | 152 | 102 | 5 | 2 | true | true | false | false | false | false | zero |
72,904,852 | Cannot resolve method 'newFactory' in XMLInputFactory MSGraph | <p>The problem occurs within the XmlFactory java file from com.fasterxml.jackson.dataformat
This is being used by the the MSGraph sdk for Java <a href="https://github.com/microsoftgraph/msgraph-sdk-java" rel="nofollow noreferrer">https://github.com/microsoftgraph/msgraph-sdk-java</a></p>
<p>I am trying to use it to sen... | The problem occurs within the XmlFactory java file from com.fasterxml.jackson.dataformat This is being used by the the MSGraph sdk for Java https://github.com/microsoftgraph/msgraph-sdk-java I am trying to use it to send emails but get the following runtime error Caused by: java.lang.NoSuchMethodError: No static method... | java|android|stax|msgraph | 1 | 2022-07-07T22:25:09.570Z | 2,022 | 7 | 22 | 3 | 112 | 0 | 1,257 | 61 | 4 | 3 | true | true | false | false | false | false | low |
72,905,118 | Having trouble using API Key with retrofit get request | <p>I am new to retrofit. I need to use an API key to access this API to retrieve country data. I have placed my API key inside the header in place of MY_API_KEY.</p>
<pre><code>interface CountryApi {
@Headers("api-key: MY_API_KEY")
@GET("all")
suspend fun getCountryData(): List<Count... | I am new to retrofit. I need to use an API key to access this API to retrieve country data. I have placed my API key inside the header in place of MY_API_KEY. [CODE] I get the following error when I run the project. [CODE] 401 error indicates "No API was found" based on their API documentation. https://countr... | android|kotlin|retrofit|retrofit2 | 0 | 2022-07-07T23:12:28.213Z | 2,022 | 7 | 23 | 3 | 61 | 2 | 549 | 54 | 4 | 4 | true | false | false | false | false | false | zero |
72,905,340 | intent.putExtra returns correct value in fragment but returns null in activity | <p>I need to get the <code>account</code> from <strong>MainActivity</strong> to add to my command in <strong>AddModifyTask</strong>. I used <code>intent.putExtra</code> in <strong>MainActivity</strong> and get <code>account</code> by <code>getIntent.getStringExtra</code> in <strong>AddModifyTask</strong> but it always ... | I need to get the account from MainActivity to add to my command in AddModifyTask . I used intent.putExtra in MainActivity and get account by getIntent.getStringExtra in AddModifyTask but it always return null , still the same with getIntent.getStringExtra in Fragment then it returns the correct account value, can anyo... | java|android|sqlite|android-studio | 0 | 2022-07-07T23:52:11.077Z | 2,022 | 7 | 23 | 3 | 43 | 2 | 751 | 78 | 4 | 4 | true | false | false | false | false | false | zero |
72,905,345 | Android Studio (Kotlin): Error when starting the debugger | <p>I am a novice at Android and Kotlin, and I've started to follow the "fundamentals" codelabs. I also have an experimental app of my own that I wrote from scratch. It runs nicely on the emulator and the device, but now I can no longer run it in the debugger (using the "bug" icon). When I do that... | I am a novice at Android and Kotlin, and I've started to follow the "fundamentals" codelabs. I also have an experimental app of my own that I wrote from scratch. It runs nicely on the emulator and the device, but now I can no longer run it in the debugger (using the "bug" icon). When I do that, I im... | android-studio|kotlin | 1 | 2022-07-07T23:53:00.360Z | 2,022 | 7 | 23 | 3 | 27 | 0 | 883 | 57 | 2 | 3 | true | true | false | false | false | false | low |
72,905,361 | The app freezes while debugging but if I just run the app everything works fine | <p>Can't debug an Android app. When I click on the Debug button, the app starts but it freezes at the first screen. This happens only when I debug the app, if I just run the app everything works fine. I tried to run the app first and then attach debugger to Android process but it did not help.</p>
<p>I can't figure out... | Can't debug an Android app. When I click on the Debug button, the app starts but it freezes at the first screen. This happens only when I debug the app, if I just run the app everything works fine. I tried to run the app first and then attach debugger to Android process but it did not help. I can't figure out what the ... | android|android-studio|debugging|intellij-idea | 0 | 2022-07-07T23:55:55.410Z | 2,022 | 7 | 23 | 3 | 64 | 1 | 541 | 79 | 4 | 0 | false | false | false | false | false | false | zero |
72,905,595 | Android RecyclerView - How to get items selected in Fragment class which calls CustomAdapter. I know how to use get(getAbsoluteAdapterPosition() | <p>Below recycler view code is working fine and I can Toast message what recycler view position was selected in RecycleAdapter class. But I want to know how can I get what recycler position selected in HomeFragment class?. I tried to get position by setting onclick listener to Imageview and Textview but gives error as... | Below recycler view code is working fine and I can Toast message what recycler view position was selected in RecycleAdapter class. But I want to know how can I get what recycler position selected in HomeFragment class?. I tried to get position by setting onclick listener to Imageview and Textview but gives error as ref... | java|android|android-recyclerview | 0 | 2022-07-08T00:48:51.237Z | 2,022 | 7 | 0 | 4 | 44 | 2 | 1,063 | 144 | 3 | 4 | true | false | false | false | false | false | zero |
72,905,614 | Cannot proceed google login with firebase on flutter; "Expecting binder but got null!" | <p>I am new to mobile app and using flutter to implement google social login with firebase auth.
I checked official resources and implemented a login logic like below;</p>
<p>main.dart</p>
<pre><code>import 'package:atlas_app/auth/signup.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/... | I am new to mobile app and using flutter to implement google social login with firebase auth. I checked official resources and implemented a login logic like below; main.dart [CODE] signin.dart [CODE] It is so simple that I expected to work, but when I tapped the sign-in button on android emulator(Pixel4 with android A... | android|flutter|firebase|dart|firebase-authentication | 4 | 2022-07-08T00:52:38.923Z | 2,022 | 7 | 0 | 4 | 973 | 3 | 475 | 86 | 5 | 3 | true | false | false | false | false | false | low |
72,905,682 | Why is (and how to fix) my Android application triggering an onCreate (ON_CREATE) when removed from memory? | <p>I manage an Android app for a client and am trying to detect when the app is removed from memory. I've noticed via logcat that when the app is removed from memory an ON_CREATE Lifecycle.Event is being sent. I do get an ON_STOP when the app is closed, but swiping to remove it completely from memory for some reason o... | I manage an Android app for a client and am trying to detect when the app is removed from memory. I've noticed via logcat that when the app is removed from memory an ON_CREATE Lifecycle.Event is being sent. I do get an ON_STOP when the app is closed, but swiping to remove it completely from memory for some reason only ... | android|android-lifecycle|oncreate|application-lifecycle|android-ondestroy | 0 | 2022-07-08T01:06:14.167Z | 2,022 | 7 | 1 | 4 | 31 | 2 | 806 | 107 | 5 | 2 | true | false | false | false | false | false | zero |
72,905,775 | How to get All files Name in Public Directory in Android 11+? | <p>I have not getting Files which created without my App means Another Files which not created by my Application...</p>
<pre><code>folder = new File(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOCUMENTS) + "/" + "com.krunaldhoriya.stockmanager");
if (!folder.exist... | I have not getting Files which created without my App means Another Files which not created by my Application... [CODE] It not Display by Any other files which not created by my Application... So How to i get All files of this directory which it have already ? | java|android | 0 | 2022-07-08T01:26:38.700Z | 2,022 | 7 | 1 | 4 | 23 | 1 | 260 | 61 | 2 | 1 | true | false | false | false | false | false | zero |
72,905,785 | Delete child item inside ExpandableListView | <p>I'm trying to add an remove function on my child list inside ExpandableListView, but when I clicked the button inside child list, it always returns me the last list on my child even though I select the first one or other child list.</p>
<p>Here's my source code for ExpandableListView</p>
<p>ExpandableListView Code :... | I'm trying to add an remove function on my child list inside ExpandableListView, but when I clicked the button inside child list, it always returns me the last list on my child even though I select the first one or other child list. Here's my source code for ExpandableListView ExpandableListView Code : [CODE] | java|android|expandablelistview | 0 | 2022-07-08T01:27:35.270Z | 2,022 | 7 | 1 | 4 | 30 | 0 | 310 | 43 | 3 | 1 | true | true | false | false | false | false | zero |
72,905,892 | Proguard: "keep" seems to work incorrectly with long class names | <p>The following <code>Proguard</code> rules should keep all classes, members and directories unchanged:</p>
<pre><code>-keep class ** { *; }
-keepdirectories /**
</code></pre>
<p>However, after apk is built in Android Studio, <code>usage.txt</code> contains hundreds of entries like these:</p>
<pre><code>com.example.Fo... | The following Proguard rules should keep all classes, members and directories unchanged: [CODE] However, after apk is built in Android Studio, usage.txt contains hundreds of entries like these: [CODE] I'm wondering why the above Proguard rules don't produce same results as minifyEnabled false in build.gradle . | proguard|android-r8 | 0 | 2022-07-08T01:50:04.733Z | 2,022 | 7 | 1 | 4 | 25 | 0 | 311 | 64 | 2 | 2 | true | true | false | false | false | false | zero |
72,905,942 | How do you inflate views outside of fragments and activities without leaking context? | <p>I have a view that is <em>not</em> a fragment or activity, it is a view that is used inside of a fragment.</p>
<p>Inside of the view, I inflate like this</p>
<p><code> private val binding = ViewVideoPlayerBinding.inflate(LayoutInflater.from(context), this)</code></p>
<p>But Android studio tells me <code>Leaking 't... | I have a view that is not a fragment or activity, it is a view that is used inside of a fragment. Inside of the view, I inflate like this private val binding = ViewVideoPlayerBinding.inflate(LayoutInflater.from(context), this) But Android studio tells me Leaking 'this' in constructor of non-final class VideoPlayerView ... | android|android-fragments | 0 | 2022-07-08T02:00:21.040Z | 2,022 | 7 | 2 | 4 | 25 | 0 | 505 | 85 | 2 | 0 | false | true | false | false | false | false | zero |
72,905,970 | Material Dialog suddenly closes when going to another activity in Android Kotlin | <p>I have a material dialog inside <code>onForegroundStart()</code> in my BaseActivity. I have extended all my Activities in BaseActivity and opening an app will go to SplashActivity -> HomeActivity if the user is logged in. However, I have noticed that the dialog will suddenly closes when going to another activity.... | I have a material dialog inside onForegroundStart() in my BaseActivity. I have extended all my Activities in BaseActivity and opening an app will go to SplashActivity -> HomeActivity if the user is logged in. However, I have noticed that the dialog will suddenly closes when going to another activity. Is there anything ... | android|kotlin|material-dialog | 0 | 2022-07-08T02:06:57.603Z | 2,022 | 7 | 2 | 4 | 23 | 1 | 346 | 80 | 3 | 1 | true | false | false | false | false | false | zero |
72,905,974 | Does installing android studio on linux require installing java too? | <p>I want to install Android Studio in Linux Ubuntu 22.04. Then, how to install Android Studio properly, and do i have to install java first? If I have to install java, what version of java should me to install? Thank you</p> | I want to install Android Studio in Linux Ubuntu 22.04. Then, how to install Android Studio properly, and do i have to install java first? If I have to install java, what version of java should me to install? Thank you | java|android-studio|ubuntu | 1 | 2022-07-08T02:07:42.617Z | 2,022 | 7 | 2 | 4 | 37 | 1 | 218 | 68 | 3 | 0 | false | false | false | false | false | false | low |
72,906,096 | Setting firebase sender id is no longer available | <p>I was wondering how I could set the sender id now that this has been deprecated.</p>
<pre><code>FirebaseInstanceId.getInstance().getToken(senderId, fcm)
</code></pre>
<p>I know that I can do,</p>
<pre><code>FirebaseMessaging.getInstance().getToken()
</code></pre>
<p>and get a token but what I want to know is how I c... | I was wondering how I could set the sender id now that this has been deprecated. [CODE] I know that I can do, [CODE] and get a token but what I want to know is how I can set the sender ID (first parameter in the getToken method) when requesting for the token? or is that not how it works anymore? | android|firebase|firebase-cloud-messaging | 0 | 2022-07-08T02:35:03.513Z | 2,022 | 7 | 2 | 4 | 69 | 0 | 296 | 49 | 3 | 2 | true | true | false | false | false | false | zero |
72,906,105 | React Native: 'compileJava' task(current target is 1.8) and 'compileKotlin' task(current target is 11) jvm target compatibility problem | <p>I am new to the React Native development with using Mac M1.
When I was running React Native Android, I got the errors below.</p>
<p>I really have no idea how to fix this error,
Appreciate if anyone could help, thanks again!</p>
<pre><code>> Task :react-native-gradle-plugin:compileKotlin
'compileJava' task (curren... | I am new to the React Native development with using Mac M1. When I was running React Native Android, I got the errors below. I really have no idea how to fix this error, Appreciate if anyone could help, thanks again! [CODE] command line javac --version result... [CODE] command line java --version result... [CODE] And c... | java|android|react-native|kotlin|gradle | 3 | 2022-07-08T02:38:04.530Z | 2,022 | 7 | 2 | 4 | 946 | 1 | 474 | 135 | 5 | 4 | true | false | false | false | false | false | low |
72,906,111 | How inflate composable dynamically in jetpack compose? | <p>I want to inflate composable on trigger events in Jetpack COmpose.</p>
<p>If I used XML, I would use Binding.inflate or LayoutInlfater.inflate.</p>
<pre class="lang-kotlin prettyprint-override"><code>// example
lifecycleScope.launch {
viewModel.createNumberEffectEvent.collect { number ->
val numberText =... | I want to inflate composable on trigger events in Jetpack COmpose. If I used XML, I would use Binding.inflate or LayoutInlfater.inflate. [CODE] But I don't know in Jetpack Compose. I don't think dynamic inflate on compose is a good way because it's declarative programming, but I wonder if there's a way. The code below ... | android|android-jetpack-compose | 0 | 2022-07-08T02:40:20.023Z | 2,022 | 7 | 2 | 4 | 69 | 0 | 356 | 54 | 2 | 2 | true | true | false | false | false | false | zero |
72,906,229 | Fail when trying to install APK using ADB in C# | <p>If possible to help me out. Im trying to make a program to install APKs from the openfiledialog1.filename, But it won't work. I Don't really know if it is adb giving problems or what, so the code i tried was:</p>
<pre><code> OpenFileDialog openFileDialog1 = new OpenFileDialog
{
InitialDir... | If possible to help me out. Im trying to make a program to install APKs from the openfiledialog1.filename, But it won't work. I Don't really know if it is adb giving problems or what, so the code i tried was: [CODE] If possible to help me out, Im gonna be happy. It just flashes a window. I Would like a Answer being a P... | c#|android | 0 | 2022-07-08T03:06:43.670Z | 2,022 | 7 | 3 | 4 | 19 | 0 | 350 | 47 | 2 | 1 | true | true | false | false | false | false | zero |
72,906,300 | Android studio is not prompting the errors | <p>I am using android studio for flutter development. I did some error (missing semi colon) but its not showing up the error. I did try invalidate cache & restart and restart my MacBook but no use.</p>
<p>for eg.,
see the picture below, where i randomly typed jhg iki and all. but the error not been shown up.</p>
<p... | I am using android studio for flutter development. I did some error (missing semi colon) but its not showing up the error. I did try invalidate cache & restart and restart my MacBook but no use. for eg., see the picture below, where i randomly typed jhg iki and all. but the error not been shown up. My Android Studio ve... | android|android-studio | 0 | 2022-07-08T03:22:17.230Z | 2,022 | 7 | 3 | 4 | 27 | 0 | 333 | 42 | 2 | 1 | true | true | false | false | false | false | zero |
72,906,317 | LateInitializationError: Field 'userModels' has not been initialized | <p>So I am trying to get list of data that is provided by user as an input and display them by creating list of card but when I run the project I come up with an error LateInitializationError: Field 'userModels' has not been initialized. Not sure what is wrong with the code or I missed anything on the code.</p>
<pre><c... | So I am trying to get list of data that is provided by user as an input and display them by creating list of card but when I run the project I come up with an error LateInitializationError: Field 'userModels' has not been initialized. Not sure what is wrong with the code or I missed anything on the code. [CODE] | flutter|list|sqlite|android-studio|dart | 0 | 2022-07-08T03:24:13.690Z | 2,022 | 7 | 3 | 4 | 24 | 3 | 312 | 68 | 5 | 1 | true | false | false | false | false | false | zero |
72,906,381 | MainActivity: keyboardInput = e.Text.ToString(); When I change methods keyboardInput STOPS | <pre><code> editText1.TextChanged += (object sender, Android.Text.TextChangedEventArgs e) =>
{
textView_1.Text = e.Text.ToString();
keyboardInput = e.Text.ToString();
if (keyboardInput != "") { scankeyinput = ""; }
keyboardInputLength = k... | [CODE] scankeyinput = keyboardInput.Substring(keyboardInput.Length - 1); stops generating keys pressed when I change methods | c#|android|xamarin | 0 | 2022-07-08T03:35:52.517Z | 2,022 | 7 | 3 | 4 | 30 | 0 | 124 | 90 | 3 | 1 | true | true | false | false | false | false | zero |
72,906,428 | Android Navigation Component not saving fragment state with BottomNavigationView | <p>I'm using Navigation fragment version 2.5.0. As release of version 2.4.0-alpha01, it's suppose to support back stack support for bottom navigation without writing any additional code. But my fragments are re-created everytime while I navigate with bottom navigation.</p>
<p>I'm using single graph, single activity Arc... | I'm using Navigation fragment version 2.5.0. As release of version 2.4.0-alpha01, it's suppose to support back stack support for bottom navigation without writing any additional code. But my fragments are re-created everytime while I navigate with bottom navigation. I'm using single graph, single activity Architecture.... | android|kotlin|android-architecture-navigation|android-bottomnav | 1 | 2022-07-08T03:46:08.873Z | 2,022 | 7 | 3 | 4 | 185 | 0 | 373 | 80 | 4 | 2 | true | true | false | false | false | false | low |
72,906,490 | Show more data in endless listview when click on button - flutter | <p>How to show more data in list view or grid view when I click a button in Flutter? (With listview is endless) I want to do the same as the Lifeline Game image below.
Thank you!
<a href="https://i.stack.imgur.com/IveaC.png" rel="nofollow noreferrer">Lifeline Game</a></p> | How to show more data in list view or grid view when I click a button in Flutter? (With listview is endless) I want to do the same as the Lifeline Game image below. Thank you! Lifeline Game | android|ios|flutter|dart|flutter-layout | 0 | 2022-07-08T04:00:28.753Z | 2,022 | 7 | 4 | 4 | 135 | 1 | 189 | 65 | 5 | 0 | false | false | false | false | false | false | zero |
72,906,588 | Android Foreground service killed without warning/notification | <p>I have an Android App with a ForeGround Service, which is started as 'Sticky'.
It is written in Delphi Pascal (11.1)</p>
<p>When I shut down my main App, including the Service (with a TAndroidHelper.Activity.stopService(LIntent)) then the Service gets a proper OnDestroy message, which allows it to save all data.</p>... | I have an Android App with a ForeGround Service, which is started as 'Sticky'. It is written in Delphi Pascal (11.1) When I shut down my main App, including the Service (with a TAndroidHelper.Activity.stopService(LIntent)) then the Service gets a proper OnDestroy message, which allows it to save all data. But, when the... | android|delphi|foreground-service | 0 | 2022-07-08T04:18:15.117Z | 2,022 | 7 | 4 | 4 | 88 | 0 | 732 | 62 | 3 | 0 | false | true | false | false | false | false | zero |
72,906,756 | How to pass custom object for graph point on HighCharts Android | <p>How to pass custom object for graph point on HighCharts Android ?
I want to pass extra information other than x and y values for point on graph. That extra information i want to use in tooltip.
How to achieve this on Android ?</p>
<p>I tried something like this, but it did not work.</p>
<pre><code>data class GraphPo... | How to pass custom object for graph point on HighCharts Android ? I want to pass extra information other than x and y values for point on graph. That extra information i want to use in tooltip. How to achieve this on Android ? I tried something like this, but it did not work. [CODE] | android|graph|highcharts|point | 0 | 2022-07-08T04:48:37.413Z | 2,022 | 7 | 4 | 4 | 33 | 1 | 283 | 63 | 4 | 1 | true | false | false | false | false | false | zero |
72,906,851 | android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.location/java.lang.String}; | <p>I working on a flutter project which uses location services.
There is one case where user 'denied permission forever', that time i need to open app location setting to turn it on and for that i'm using native code of kotlin.
all code of native is working fine (checking using Log) but on <code>startActivity(Intent(th... | I working on a flutter project which uses location services. There is one case where user 'denied permission forever', that time i need to open app location setting to turn it on and for that i'm using native code of kotlin. all code of native is working fine (checking using Log) but on startActivity(Intent(this, Setti... | android|flutter|kotlin|android-permissions|kotlin-android | 0 | 2022-07-08T05:02:46.747Z | 2,022 | 7 | 5 | 4 | 105 | 1 | 757 | 122 | 5 | 0 | false | false | false | false | false | false | zero |
72,906,874 | Is our app certified according to Mobile Application Security Assessment Framework? | <p>Recently play store added new question</p>
<ul>
<li>Is your app currently certified by an authorised lab, according to the Mobile Application Security Assessment (MASA) framework? Learn about how you should answer. (Yes / No)</li>
</ul>
<p><a href="https://appdefensealliance.dev/masa" rel="nofollow noreferrer">https... | Recently play store added new question Is your app currently certified by an authorised lab, according to the Mobile Application Security Assessment (MASA) framework? Learn about how you should answer. (Yes / No) https://appdefensealliance.dev/masa I don't understand what to select. Is my app is supported MASA? | android|google-play-console | 3 | 2022-07-08T05:06:35.547Z | 2,022 | 7 | 5 | 4 | 1,466 | 1 | 312 | 83 | 2 | 0 | false | false | false | false | false | false | low |
72,906,968 | How to display Recyclerview items in MainActivity after declaring them in Adapter class and Viewmodel? | <p>I am using MVVM Architecture and I am trying to display the data declared in adapter class into my MainActivity.I am quite stuck in showing the data from Recycler view into MainActivity class. I am trying to fetch the data from API, which is present in getUsers() method declared in Viewmodel class and also setup the... | I am using MVVM Architecture and I am trying to display the data declared in adapter class into my MainActivity.I am quite stuck in showing the data from Recycler view into MainActivity class. I am trying to fetch the data from API, which is present in getUsers() method declared in Viewmodel class and also setup the Re... | android|android-recyclerview|android-adapter|android-viewmodel|android-mvvm | 0 | 2022-07-08T05:19:04.767Z | 2,022 | 7 | 5 | 4 | 48 | 1 | 474 | 102 | 5 | 4 | true | false | false | false | false | false | zero |
72,906,999 | The property 'window' can't be unconditionally accessed because the receiver can be 'null' | <p>This error appears on my flutter app after connecting it to the firebase. Not really sure if that has something to do with the cause of the error. here is the code</p>
<pre><code>
Size size = WidgetsBinding.instance.window.physicalSize /
WidgetsBinding.instance.window.devicePixelRatio;
///This method is used to... | This error appears on my flutter app after connecting it to the firebase. Not really sure if that has something to do with the cause of the error. here is the code [CODE] | android|flutter|firebase|kotlin|dart | 0 | 2022-07-08T05:26:28.660Z | 2,022 | 7 | 5 | 4 | 42 | 1 | 170 | 90 | 5 | 1 | true | false | false | false | false | false | zero |
72,907,017 | How to generate android resource (xml) files by using Kotlin KSP | <p>I'm working on a custom generator to generate code from annotation on Android platform. I currently using KSP for code generating. After I generate the code, I need to generate some resource xml files, What shall I do for it?</p>
<p>I considered some points:</p>
<ol>
<li>There are official way to generate resource f... | I'm working on a custom generator to generate code from annotation on Android platform. I currently using KSP for code generating. After I generate the code, I need to generate some resource xml files, What shall I do for it? I considered some points: There are official way to generate resource file in build.gradle , b... | android|kotlin|android-gradle-plugin|kapt|kotlin-symbol-processing | 0 | 2022-07-08T05:29:42.920Z | 2,022 | 7 | 5 | 4 | 74 | 0 | 675 | 64 | 5 | 0 | false | true | false | false | false | false | zero |
72,907,037 | (React Native,Android) Ask every time permission is blocked | <p>Android API 30
React Native "0.68.2"
react-native-permissions: "^3.3.1"</p>
<p>For location permission,
If user denied the rationale twice the status change to blocked,
for that case the rationale never show again and I should send user to Setting
But when user choose 'Ask every time' it's still ... | Android API 30 React Native "0.68.2" react-native-permissions: "^3.3.1" For location permission, If user denied the rationale twice the status change to blocked, for that case the rationale never show again and I should send user to Setting But when user choose 'Ask every time' it's still block What... | android|react-native|android-permissions | 0 | 2022-07-08T05:32:52.167Z | 2,022 | 7 | 5 | 4 | 104 | 0 | 592 | 59 | 3 | 1 | true | true | false | false | false | false | zero |
72,907,054 | Wallpaper setbitmap displays black screen android | <p>When using serBitmap through WallpaperManager ie., wallpaperManager.setBitmap(wallpaperBitmap); I am getting black screen when new wallpaper been set. How to remove the black screen when transition from old wallpaper to new wallpaper?</p>
<p>From where this black screen been displayed in <a href="https://cs.android... | When using serBitmap through WallpaperManager ie., wallpaperManager.setBitmap(wallpaperBitmap); I am getting black screen when new wallpaper been set. How to remove the black screen when transition from old wallpaper to new wallpaper? From where this black screen been displayed in aosp 10 ? Below is the code snippet: [... | java|android|bitmap|android-bitmap|android-wallpaper | 0 | 2022-07-08T05:35:25.773Z | 2,022 | 7 | 5 | 4 | 31 | 1 | 325 | 49 | 5 | 1 | true | false | false | false | false | false | zero |
72,907,059 | Android Studio not recognizing v7 libraries and recyclerView after the update | <p>I have been working on a old project targetSdkVersion 25. It uses "com.android.support:recyclerview-v7:28.0.0" dependency for recyclerView. After I have update the android studio it is not recognizing the recyclerView imports and class.</p> | I have been working on a old project targetSdkVersion 25. It uses "com.android.support:recyclerview-v7:28.0.0" dependency for recyclerView. After I have update the android studio it is not recognizing the recyclerView imports and class. | android-studio | 0 | 2022-07-08T05:35:57.133Z | 2,022 | 7 | 5 | 4 | 12 | 0 | 246 | 77 | 1 | 0 | false | true | false | false | false | false | zero |
72,907,124 | how to open user by phone number in imo messenger? | <p>I want to open a user by phone number in the imo app, but I don't know how to do it.</p>
<p>At the moment i can only open the app:</p>
<pre><code>val intent: Intent? = context.packageManager
.getLaunchIntentForPackage(imoPackageName)
context.startActivity(intent)
</code></pre> | I want to open a user by phone number in the imo app, but I don't know how to do it. At the moment i can only open the app: [CODE] | android|android-jetpack-compose | 1 | 2022-07-08T05:45:33.123Z | 2,022 | 7 | 5 | 4 | 33 | 2 | 130 | 50 | 2 | 1 | true | false | false | false | false | false | low |
72,907,299 | connect to database MYSQL android | <p>I´m trying to connect my app to my database in localhost, in my pc. Whe i initiallice my conection return this message:</p>
<pre><code>W/System.err: java.sql.SQLNonTransientConnectionException: Could not create connection to database server.
</code></pre>
<p>I don´t know that i´m doing bad. I´m using to connect this... | I´m trying to connect my app to my database in localhost, in my pc. Whe i initiallice my conection return this message: [CODE] I don´t know that i´m doing bad. I´m using to connect this driver: [CODE] i´m using ip 10.0.2.2 why i can show that this ip it´s my localhost pc, but never can´t connect to my database. I read ... | android|mysql|jdbc | 0 | 2022-07-08T06:09:54.687Z | 2,022 | 7 | 6 | 4 | 34 | 1 | 670 | 33 | 3 | 6 | true | false | false | false | false | false | zero |
72,907,320 | How to remove PageView's leading space in Flutter? | <p>I implemented images carousel by using <code>PageView</code> and research about it for a moment and then I archived this result.</p>
<p><a href="https://i.stack.imgur.com/nUyMN.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/nUyMN.png" alt="enter image description here" /></a></p>
<p>As you see, I... | I implemented images carousel by using PageView and research about it for a moment and then I archived this result. As you see, I got extra space in front of first item in PageView. I have no idea to remove it. Has anyone ever did it ? Thank you so much My PageView Class [CODE] PageView Controller [CODE] | android|ios|flutter|flutter-pageview | 0 | 2022-07-08T06:13:56.280Z | 2,022 | 7 | 6 | 4 | 78 | 2 | 305 | 50 | 4 | 2 | true | false | false | false | false | false | zero |
72,907,365 | Android - how to debug trace into native external libraries? | <p>I have a dual-mode Android application (Java and JNI native code in C++) that I'm trying to debug. I can debug the application's native code just fine, but when trying to trace into code loaded from statically linked libraries - that are built externally and shipped as <code>.a</code> files into the project - Androi... | I have a dual-mode Android application (Java and JNI native code in C++) that I'm trying to debug. I can debug the application's native code just fine, but when trying to trace into code loaded from statically linked libraries - that are built externally and shipped as .a files into the project - Android studio just re... | android|c++|android-studio|debugging | 0 | 2022-07-08T06:18:32.840Z | 2,022 | 7 | 6 | 4 | 44 | 0 | 1,317 | 60 | 4 | 0 | false | true | false | false | false | false | zero |
72,907,396 | Android click events not triggered when canvas is drawn to RTL | <p>I've implemented bar graphs in Canvas and made the canvas support RTL by adding</p>
<pre><code>when (rootView.layoutDirection) {
LayoutDirection.RTL -> {
canvas.scale(-1f, 1f, super.getWidth() * 0.5f, super.getHeight() * 0.5f)
}
else -> {
canv... | I've implemented bar graphs in Canvas and made the canvas support RTL by adding [CODE] in OnDraw method. But on clicking the items in the bar graph the coordinates of the clicked item is not getting properly. [CODE] | android|canvas | 0 | 2022-07-08T06:20:31.370Z | 2,022 | 7 | 6 | 4 | 19 | 0 | 215 | 62 | 2 | 2 | true | true | false | false | false | false | zero |
72,907,417 | GoogleBilling V5 + Volley on Android, getting NetworkUtility.shouldRetryException: Unexpected response code 403 (com.android.volley.AuthFailureError) | <p>PROBLEM: I'm using GoogleBilling V5 to process in-app purchases. I use a Firebase firestore to store purchase tokens for verification. I am attempting to use Volley to check the store to see if a token exists. However, Volley never processes the POST method and instead returns with</p>
<pre><code>E/Volley: [591] Net... | PROBLEM: I'm using GoogleBilling V5 to process in-app purchases. I use a Firebase firestore to store purchase tokens for verification. I am attempting to use Volley to check the store to see if a token exists. However, Volley never processes the POST method and instead returns with [CODE] Where REALLY_LONG_PURCHASE_TOK... | firebase|google-cloud-firestore|google-cloud-functions|android-volley|android-billing | 0 | 2022-07-08T06:22:37.303Z | 2,022 | 7 | 6 | 4 | 38 | 0 | 1,804 | 149 | 5 | 5 | true | true | false | false | false | false | zero |
72,907,569 | Alexa-Auto-SDK cannot find autovoicechrome.aar | <p>I am trying to build sample app (apk) for alexa-auto-sdk. I am facing issues when building. the error i'm getting is.</p>
<pre><code> FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':alexa-auto-app:dataBindingMergeDependencyArtifactsLocalRelease'.
> Co... | I am trying to build sample app (apk) for alexa-auto-sdk. I am facing issues when building. the error i'm getting is. [CODE] I cloned in version 4.0 as I was facing issues when building with 4.1. This is the README.md for sample app https://github.com/alexa/alexa-auto-sdk/blob/4.0/aacs/android/sample-app/README.md Plea... | android|alexa|alexa-auto-sdk | 0 | 2022-07-08T06:40:02.607Z | 2,022 | 7 | 6 | 4 | 66 | 1 | 385 | 46 | 3 | 1 | true | false | false | false | false | false | zero |
72,907,770 | Flutter - Gradle 7.2.1 Error - unexpected element <queries> found in <manifest><application> | <p>I tried running an application in my Mac M1 in Android Studio and I get the error : <code>packaged_manifests/debug/AndroidManifest.xml:89: error: unexpected element <queries> found in <manifest><application>.</code></p>
<p>If I use an older version for Gradle, I have this error <code>General error ... | I tried running an application in my Mac M1 in Android Studio and I get the error : packaged_manifests/debug/AndroidManifest.xml:89: error: unexpected element <queries> found in <manifest><application>. If I use an older version for Gradle, I have this error General error during semantic analysis: Unsupported class fil... | android|flutter|build | 0 | 2022-07-08T07:00:15.247Z | 2,022 | 7 | 7 | 4 | 83 | 0 | 552 | 92 | 3 | 0 | false | true | false | false | false | false | zero |
72,907,852 | Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.github.adrielcafe:ffmpeg-android-java:2a627f6ecd | <h2>Here is my console.</h2>
<p>I can't get <code>com.github.adrielcafe:ffmpeg-android-java:2a627f6ecd</code>.Is it my fault?</p>
<pre><code>FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debug... | Here is my console. I can't get com.github.adrielcafe:ffmpeg-android-java:2a627f6ecd .Is it my fault? [CODE] Here is my android\build.gradle [CODE] | java|android|flutter|gradle | 0 | 2022-07-08T07:06:51.080Z | 2,022 | 7 | 7 | 4 | 454 | 1 | 147 | 145 | 4 | 2 | true | false | false | false | false | false | zero |
72,907,867 | How to import @NonNull class | <p><strong>I have to import @NonNull but can not find out using Alt+Enter in Windows, what steps have to do to import @NonNull class in java.</strong></p>
<pre><code>private Toaster(@NonNull Context context) {
weakReference = new WeakReference<>(context);
}
public static Toaster getInstance(@NonNull Context ... | I have to import @NonNull but can not find out using Alt+Enter in Windows, what steps have to do to import @NonNull class in java. [CODE] Settings > Build, Execution, Deployment > Compiler | java|android|android-studio | -1 | 2022-07-08T07:08:02.620Z | 2,022 | 7 | 7 | 4 | 69 | 1 | 188 | 28 | 3 | 1 | true | false | false | false | false | true | negative |
72,907,935 | Deep linking not working in publisher App | <p>I have created a publisher app where I render ad-related tags. The ad that I render generally has clickThrough URLs like <a href="https://youtube.com" rel="nofollow noreferrer">https://youtube.com</a> or <a href="https://facebook.com" rel="nofollow noreferrer">https://facebook.com</a>.</p>
<p>When I click on my ad I... | I have created a publisher app where I render ad-related tags. The ad that I render generally has clickThrough URLs like https://youtube.com or https://facebook.com . When I click on my ad I want these links to open in-app instead of the browser.(On directly clicking these links as text, it is opening in-app) Do I need... | java|android|android-studio|deep-linking | 0 | 2022-07-08T07:14:12.937Z | 2,022 | 7 | 7 | 4 | 29 | 0 | 584 | 41 | 4 | 1 | true | true | false | false | false | false | zero |
72,907,961 | Floating Action Button is not getting INVISIBLE OR GONE | <p>My Floating Action Buttons are not getting <strong>INVISIBLE OR GONE</strong></p>
<p>When I click on add_btn it work fine it show animation and others buttons also get visible.
<a href="https://i.stack.imgur.com/cEzhN.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/cEzhN.png" alt="enter image desc... | My Floating Action Buttons are not getting INVISIBLE OR GONE When I click on add_btn it work fine it show animation and others buttons also get visible. But when I click on add_btn second time animation work but buttons do not get INVISIVLE. This is my java code for making floating action button visible and gone. [CODE... | java|android | 0 | 2022-07-08T07:16:55.133Z | 2,022 | 7 | 7 | 4 | 29 | 1 | 465 | 55 | 2 | 2 | true | false | false | false | false | false | zero |
72,908,016 | Sending broadcast from the work manager's job is not working in flutter app? | <p>I'm working on flutter app and used <strong>fbroadcast: ^2.0.0</strong> to send some ui update strings from job of <strong>work manager</strong> to popup a snakbar on the running widget. But it is not working from doWork() method which is mentioned below code. However, It is firing from the widget's button click but... | I'm working on flutter app and used fbroadcast: ^2.0.0 to send some ui update strings from job of work manager to popup a snakbar on the running widget. But it is not working from doWork() method which is mentioned below code. However, It is firing from the widget's button click but not firing from work manager's backg... | android|flutter|broadcastreceiver|flutter-widget|flutter-workmanager | 0 | 2022-07-08T07:21:11.027Z | 2,022 | 7 | 7 | 4 | 59 | 0 | 412 | 76 | 5 | 2 | true | 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.