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,165,834
How do I insert initial data in a SQLite Database table?
<p>I'm currently trying to create an Flashcard application, in which the user can either create his own cards/notes or use pre-defined cards. The idea is to have around 500 to 1000 cards to be inserted on the database right after its creation. But how do I insert this initial data?</p> <p>The only solution I could come...
I'm currently trying to create an Flashcard application, in which the user can either create his own cards/notes or use pre-defined cards. The idea is to have around 500 to 1000 cards to be inserted on the database right after its creation. But how do I insert this initial data? The only solution I could come up with i...
sqlite|android-studio|android-sqlite|sqliteopenhelper|android-database
1
2022-05-08T23:51:35.510Z
2,022
5
23
6
67
0
704
56
5
0
false
true
false
false
false
false
low
72,165,982
Ionic app with Intercom plugin fails on startup in Android "java.lang.ClassNotFoundException: io.intercom.android.sdk.IntercomBridge"
<p>I am integrating the Intercom plugin for an existing Ionic 5 application following the instructions here: <a href="https://ionicframework.com/docs/native/intercom" rel="nofollow noreferrer">https://ionicframework.com/docs/native/intercom</a>. Everything works great iOS, but when I start the application in an andro...
I am integrating the Intercom plugin for an existing Ionic 5 application following the instructions here: https://ionicframework.com/docs/native/intercom . Everything works great iOS, but when I start the application in an android simulator, the following exception is thrown and the app terminates. I am fairly new to a...
android|android-studio|ionic-framework|cordova-plugins|intercom
0
2022-05-09T00:35:25.317Z
2,022
5
0
0
58
0
449
133
5
1
true
true
false
false
false
false
zero
72,166,094
How to prevent PendingIntent from creating a new activity in Android
<p>I'm making an APK file download screen and i show progress which is the percent of the file downloaded in the screen and also i have a notification to use a Foreground service because the file download must be downloaded from a service. During downloading, users can leave the app and can go back to my app through th...
I'm making an APK file download screen and i show progress which is the percent of the file downloaded in the screen and also i have a notification to use a Foreground service because the file download must be downloaded from a service. During downloading, users can leave the app and can go back to my app through the n...
android|android-pendingintent|foreground-service
1
2022-05-09T01:07:53.443Z
2,022
5
1
0
249
2
764
68
3
2
true
false
false
false
false
false
low
72,166,143
Android: MANIFEST.MF missed while generating the apk from the aab using bundletool
<p>We upgraded to the latest Gradle 7.2. Before the upgrade, it used to work</p> <p>While generating the apk file from the aab using the bundletool, MANIFEST.MF file is not buldled in the apk. And the MANIFEST.MF file is present in the aab.</p> <p>If I generate an apk from the Android Studio, then the MANIFEST.MF file ...
We upgraded to the latest Gradle 7.2. Before the upgrade, it used to work While generating the apk file from the aab using the bundletool, MANIFEST.MF file is not buldled in the apk. And the MANIFEST.MF file is present in the aab. If I generate an apk from the Android Studio, then the MANIFEST.MF file is present. Here ...
android|gradle|bundletool
0
2022-05-09T01:19:03.903Z
2,022
5
1
0
64
1
347
82
3
1
true
false
false
false
false
false
zero
72,166,164
Specified cast is not valid (xamarin.android)
<pre><code>namespace Quiz_App { [Activity(Label = &quot;@string/app_name&quot;, Theme = &quot;@style/AppTheme&quot;, MainLauncher = false)] public class MainActivity : Android.Support.V7.App.AppCompatActivity { Android.Support.V7.Widget.Toolbar toolbar; protected override void OnCre...
[CODE] When I try to run the above xamarin code I get the error System.InvalidCastException: 'Specified cast is not valid.'. How do i resolve this.
c#|xamarin|xamarin.android
0
2022-05-09T01:25:54.483Z
2,022
5
1
0
85
1
147
45
3
1
true
false
false
false
false
false
zero
72,166,288
How can I change the default preview device in Android Studio Artic Fox?
<p>I have work on several project with different screen size &amp; I have the emulator device ready which I usually select/used to preview the layout file. The problem* right now is every time I want open project, Android Studio used <strong>Nexus 7 as default for preview</strong>. Can it (Device for Preview) changed t...
I have work on several project with different screen size & I have the emulator device ready which I usually select/used to preview the layout file. The problem* right now is every time I want open project, Android Studio used Nexus 7 as default for preview . Can it (Device for Preview) changed to specific screen/devic...
android|android-studio|android-layout
0
2022-05-09T01:55:50.393Z
2,022
5
1
0
35
0
443
72
3
0
false
true
false
false
false
false
zero
72,166,369
Set fixed height for bottom sheet dialog fragment in android
<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; xmlns:app=&quot;http://schemas.android.com/apk/res-auto&quot; xmlns:tools=&quot;http://schemas.android.com/tool...
[CODE] This is file xml of bottom sheet dialog fragment. I want to set fixed height for fragment when it showed in other fragment. Because in bottom sheet I have recycler view so when I scroll bottom sheet expanded to full screen. I don't want that. I want to set fixed height for it. And I want to button Apply always d...
java|android|fragment
0
2022-05-09T02:14:10.200Z
2,022
5
2
0
656
2
355
60
3
1
true
false
false
false
false
false
zero
72,166,396
Custom Zoom Scroll View cuts off view with zoom
<p>I'm attempting to implement code I have found on StackOverflow. However, when zoomed in, top and bottom of the view are cut off. I tried just about every layout property without success. Any advise would be greatly appreciated. I think the solution should involve dynamically resizing ScrollView boundaries. I tried c...
I'm attempting to implement code I have found on StackOverflow. However, when zoomed in, top and bottom of the view are cut off. I tried just about every layout property without success. Any advise would be greatly appreciated. I think the solution should involve dynamically resizing ScrollView boundaries. I tried cons...
android|scrollview|zoom-sdk
0
2022-05-09T02:20:22.763Z
2,022
5
2
0
39
0
565
47
3
2
true
true
false
false
false
false
zero
72,166,409
Is there a way to get result from java process in C?
<p>I'm currently using pipeline/jni to communicate between c and java in android system.</p> <p>I'd liked to get rid of pipeline system, and use aidl or hidl</p> <p>so i can call a function from c, which will call Java method and receive result.</p> <p>I've been googling all day but i'm not certain if this is poissible...
I'm currently using pipeline/jni to communicate between c and java in android system. I'd liked to get rid of pipeline system, and use aidl or hidl so i can call a function from c, which will call Java method and receive result. I've been googling all day but i'm not certain if this is poissible.
java|android|c|aidl|hidl
0
2022-05-09T02:22:54.280Z
2,022
5
2
0
19
0
297
52
5
0
false
true
false
false
false
false
zero
72,166,412
Is it possible findViewById from WebView?
<p>How can I get different view in <code>WebView</code></p> <p>or if web developer can tell me view's id?</p> <pre><code>class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) ...
How can I get different view in WebView or if web developer can tell me view's id? [CODE] Appreciate for any help, thanks.
android|kotlin|webview
-1
2022-05-09T02:23:39.673Z
2,022
5
2
0
50
2
122
41
3
1
true
false
false
false
false
true
negative
72,166,556
Android Management API device list getUser
<p>I'm having trouble when I want <code>getUser</code> or <code>getUserAccountdentifier</code>.</p> <p>I can <code>setUser</code> at <code>enrollmentTokens</code> , but when I get devices list , the list doesn't have <code>User</code> or <code>UserAccountdentifier</code>.</p> <p>So I want to <code>getuser</code> , but ...
I'm having trouble when I want getUser or getUserAccountdentifier . I can setUser at enrollmentTokens , but when I get devices list , the list doesn't have User or UserAccountdentifier . So I want to getuser , but the response is nullpoint , I don't know what has happened. This is my code: [CODE]
java|android|nullpointerexception|android-management-api|emm
0
2022-05-09T02:56:41.123Z
2,022
5
2
0
227
0
297
42
5
1
true
true
false
false
false
false
zero
72,166,581
Permission java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.Context android.content.Context.getApplicationContext()'
<p>I am runnning an error about setting permission. I declared location and internet permissions in my Manifest and called <code>checkPermission()</code> and <code>onRequestPermissionsResult</code> to display permission dialog. However, I can not start my application and am receiving the same error.</p> <blockquote> <p...
I am runnning an error about setting permission. I declared location and internet permissions in my Manifest and called checkPermission() and onRequestPermissionsResult to display permission dialog. However, I can not start my application and am receiving the same error. I have tried [CODE] I changed context of the lin...
android|android-studio|kotlin|permissions|nullpointerexception
-1
2022-05-09T03:01:31.737Z
2,022
5
3
0
201
1
444
149
5
2
true
false
false
false
false
true
negative
72,166,607
Android TV Replacing ImageCardView with SimpleExoPlayerView
<p>I am developing and Android TV App. What I want to achieve is when user focus on a Card, the stream video start to play on the ImageCardView Area, replacing the Image with SimpleExoPlayerView. The code I worked so far only be able to play the sound of the stream but no video could be played. Here is my Presenter Cla...
I am developing and Android TV App. What I want to achieve is when user focus on a Card, the stream video start to play on the ImageCardView Area, replacing the Image with SimpleExoPlayerView. The code I worked so far only be able to play the sound of the stream but no video could be played. Here is my Presenter Class....
android|kotlin|android-tv
0
2022-05-09T03:05:56.930Z
2,022
5
3
0
58
0
652
59
3
2
true
true
false
false
false
false
zero
72,166,622
Android Studio | Build failed with an exception
<p>I have this problem:</p> <p>Launching lib/main.dart on sdk gphone64 arm64 in debug mode... Running Gradle task 'assembleDebug'...</p> <p>FAILURE: Build failed with an exception.</p> <ul> <li><p>Where: Build file '/Users/j.castellanos.molina/StudioProjects/App_01/android/build.gradle' line: 26</p> </li> <li><p>What w...
I have this problem: Launching lib/main.dart on sdk gphone64 arm64 in debug mode... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. Where: Build file '/Users/j.castellanos.molina/StudioProjects/App_01/android/build.gradle' line: 26 What went wrong: A problem occurred evaluating root proj...
android
0
2022-05-09T03:09:47.727Z
2,022
5
3
0
737
0
1,041
47
1
0
false
true
false
false
false
false
zero
72,166,648
How do I hide spoken text in Android Speech Services by Google?
<p>I am saving voice data with Google Speech Service.</p> <p>When I record my voice, RecognizerIntent.ACTION_RECOGNIZE_SPEECH is called, and the text I speak is displayed at the bottom of the Google Speech Service.</p> <p>Is there a way to hide this text?</p> <pre><code>setStudy: function () { let options = { lan...
I am saving voice data with Google Speech Service. When I record my voice, RecognizerIntent.ACTION_RECOGNIZE_SPEECH is called, and the text I speak is displayed at the bottom of the Google Speech Service. Is there a way to hide this text? [CODE] JS [CODE] Android enter image description here
javascript|android|speech-recognition|google-speech-api
0
2022-05-09T03:15:38.630Z
2,022
5
3
0
56
0
292
63
4
2
true
true
false
false
false
false
zero
72,166,758
Update gradle android studio
<pre><code>flutter_barcode_scanner\intermediates\packaged_res\debug\values-w???dp-v13: Error: Invalid resource directory name Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle...
[CODE] This message has been shown after I try to run my app in Android studio. how can I figure out where is the problem and resolve it.
android|flutter
0
2022-05-09T03:41:05.353Z
2,022
5
3
0
55
1
137
28
2
1
true
false
false
false
false
false
zero
72,166,811
App not retrieving images from firebase realtime database in android studio with Java
<p>Please I want to retrieve images with text from Firebase Realtime Database to a RecyclerView using a CardView which contains ImageView for the image and two TextView for price and title, and I have been able to retrieve the text but the images don't show I'm using glide, only the error holder image shows, I have imp...
Please I want to retrieve images with text from Firebase Realtime Database to a RecyclerView using a CardView which contains ImageView for the image and two TextView for price and title, and I have been able to retrieve the text but the images don't show I'm using glide, only the error holder image shows, I have implem...
java|android|firebase|google-cloud-platform|firebase-realtime-database
0
2022-05-09T03:50:45.853Z
2,022
5
3
0
63
1
636
85
5
4
true
false
false
false
false
false
zero
72,166,822
A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 26201 (mediapipe_gl_ru), pid 26095 (apps.faceeffect)
<p>This is the two related method:</p> <pre><code>absl::Status Open(CalculatorContext* cc) override { ... return gpu_helper_.RunInGlContext([&amp;]() -&gt; absl::Status { const auto&amp; options = cc-&gt;Options&lt;FaceGeometryEffectRendererCalculatorOptions&gt;(); ...
This is the two related method: [CODE] I just replace options._path() using &quot;mediapipe/graphs/face_effect/data:ic_cube_maps_left.pngblob&quot; when invoke ReadTextureFromFile() , then i got this error A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 22251 (mediapipe_gl_ru), pid 21862 ...
android|protocol-buffers|mediapipe|abseil
2
2022-05-09T03:53:47.937Z
2,022
5
3
0
1,093
0
611
131
4
1
true
true
false
false
false
false
low
72,166,836
Could not find method allprbuildscript()
<p>I was trying to run a flutter app on an Android device in Visual Studio code. I kept receiving this error. It look like build.gradle file is causing the problem. I have been looking for solutions in Stackoverflow for hours. I still could not figure it out. Here's the error message below:</p> <pre><code> FAILURE:...
I was trying to run a flutter app on an Android device in Visual Studio code. I kept receiving this error. It look like build.gradle file is causing the problem. I have been looking for solutions in Stackoverflow for hours. I still could not figure it out. Here's the error message below: [CODE] This is from android/bui...
android|flutter|gradle|build.gradle
1
2022-05-09T03:55:27.403Z
2,022
5
3
0
108
1
397
40
4
3
true
false
false
false
false
false
low
72,167,114
net::ERR_ACCESS_DENIED (file:///data/user/0/packagename/files/appname/app_id/idex.html) in android
<p>We have updated android target version from 29 to 30 due to play store app publish issue. From our android app We are trying to load in a html file in web view.at the time we are facing below issue.</p> <blockquote> <p>net::ERR_ACCESS_DENIED (file:///data/user/0/packagename/files/appname/app_id/idex.html)</p> </blo...
We have updated android target version from 29 to 30 due to play store app publish issue. From our android app We are trying to load in a html file in web view.at the time we are facing below issue. net::ERR_ACCESS_DENIED (file:///data/user/0/packagename/files/appname/app_id/idex.html) at the same time I reverted back ...
android|android-studio|webview|permissions|access-denied
0
2022-05-09T04:49:55.060Z
2,022
5
4
0
186
1
396
98
5
0
false
false
false
false
false
false
zero
72,167,123
AWS Cognito users from mobile app to write data records to AWS Kinesis data stream
<p>From an Android app I want to write data records to Kinesis data streams for authenticated users, where as I have created a Cognito user pool and identity pool. please refer following pic for Identity pool configuration for authentication provider. <a href="https://i.stack.imgur.com/DmJD0.png" rel="nofollow noreferr...
From an Android app I want to write data records to Kinesis data streams for authenticated users, where as I have created a Cognito user pool and identity pool. please refer following pic for Identity pool configuration for authentication provider. enter image description here I have been following up https://docs.ampl...
android|amazon-cognito|amazon-kinesis|aws-amplify-sdk-android|amazon-cognito-identity-js
0
2022-05-09T04:51:32.133Z
2,022
5
4
0
80
0
534
82
5
0
false
true
false
false
false
false
zero
72,167,288
How to load config file inside Androiud AAR library built based on opencv
<p>I just managed to build a AAR library for client using Android Studio, based on opencv (making use of NDK and C++). The library is able to:</p> <ol> <li>take in a picture file</li> <li>recognize face using opencv</li> <li>produce some analysis results for each face in the picture.</li> </ol> <p>But when I include th...
I just managed to build a AAR library for client using Android Studio, based on opencv (making use of NDK and C++). The library is able to: take in a picture file recognize face using opencv produce some analysis results for each face in the picture. But when I include the library in a demo android application, I reali...
android|opencv|android-ndk|aar
0
2022-05-09T05:19:58.120Z
2,022
5
5
0
31
0
839
73
4
1
true
true
false
false
false
false
zero
72,167,333
I want to delete the captured image via wechat_camera_picker Flutter
<p>For image_picker MainActivity destruction I wanted to use other plugin to pick image. And I found <code>wechat_camera_picker</code> as an alternative. But there was a problem while capturing the image. The captured image saved on <strong>Local Storage</strong> after selecting the image. Here is my code.</p> <pre><co...
For image_picker MainActivity destruction I wanted to use other plugin to pick image. And I found wechat_camera_picker as an alternative. But there was a problem while capturing the image. The captured image saved on Local Storage after selecting the image. Here is my code. [CODE] Does anyone have any solution of this ...
flutter|android-camera|imagepicker|flutter-image|flutter-assetimage
0
2022-05-09T05:28:24.357Z
2,022
5
5
0
89
1
328
68
5
1
true
false
false
false
false
false
zero
72,167,546
Found duplicate class androidx / support?
<p>I am fully upgrading my application to androidx Have removed <code>android.enableJetifier=true</code> from <code>gradle.properties</code></p> <p>Also removed the support library dependency <code>implementation 'androidx.legacy:legacy-support-v4:1.0.0'</code></p> <p>This is my app level gradle dependencies</p> <pre><...
I am fully upgrading my application to androidx Have removed android.enableJetifier=true from gradle.properties Also removed the support library dependency implementation 'androidx.legacy:legacy-support-v4:1.0.0' This is my app level gradle dependencies [CODE] } I have a module mylib having the same dependencies [CODE]...
android|gradle|androidx
0
2022-05-09T06:01:02.233Z
2,022
5
6
0
148
2
359
41
3
3
true
false
false
false
false
false
zero
72,167,635
React native app upgrade showing icons misplaced in android
<p>We are developing a react-native application. When we have updated the release app from the play store, some of the icons are misplaced at the other sections of the app in ANDROID. This is really strange for us. When I deleted the app and re install the application it will be fine. But when update the app the icons ...
We are developing a react-native application. When we have updated the release app from the play store, some of the icons are misplaced at the other sections of the app in ANDROID. This is really strange for us. When I deleted the app and re install the application it will be fine. But when update the app the icons are...
android|react-native
0
2022-05-09T06:12:59.037Z
2,022
5
6
0
58
0
872
59
2
0
false
true
false
false
false
false
zero
72,167,713
How to emit/collect with Kotlin flow while a condition is true
<p>I am learning about Kotlin Flows and am wondering how to deal with following scenario in Android:</p> <p>I have some event coming from my Fragment that will trigger a boolean value, which can be observed through a StateFlow. (The value is true while the user is pressing on the screen).</p> <p>While the user is press...
I am learning about Kotlin Flows and am wondering how to deal with following scenario in Android: I have some event coming from my Fragment that will trigger a boolean value, which can be observed through a StateFlow. (The value is true while the user is pressing on the screen). While the user is pressing on the screen...
android|kotlin|kotlin-coroutines|kotlin-flow
1
2022-05-09T06:24:07.983Z
2,022
5
6
0
1,358
2
942
62
4
0
false
false
false
false
false
false
low
72,167,845
Primary directory Audio not allowed for content://media/external/file; allowed directories are [Download, Documents] - IllegalArgumentException
<p>I Need a download a audio files from server its working still 29 , and i changed the code for 30 above am facing this issue. I checked here but not found the answer.</p> <p>Here is my code snippets</p> <pre><code> File destination = new File(getApplicationContext().getExternalFilesDir(Environment.DIREC...
I Need a download a audio files from server its working still 29 , and i changed the code for 30 above am facing this issue. I checked here but not found the answer. Here is my code snippets [CODE]
android|android-10.0|android-11|android-storage
1
2022-05-09T06:40:20.413Z
2,022
5
6
0
5,248
1
197
143
4
1
true
false
true
false
false
false
low
72,167,884
How to save LogCat contents to internal memory of a file?
<p>I have implemented a solution</p> <pre><code>try { var process = Runtime.getRuntime().exec(&quot;logcat ${BuildConfig.APPLICATION_ID}:V *:S&quot;) process = Runtime.getRuntime().exec(&quot;logcat -f &quot; + &quot;/storage/emulated/0/&quot;+&quot;Logging.txt&quot;) } catch (e: Excepti...
I have implemented a solution [CODE] Do we need to run this command only once or multiple times, as on Android 11 Chromebook it is working fine when run once, and on Android 10 Tablet it stops writing to file when run once, when i run it again then it writes to the same file
android
0
2022-05-09T06:44:43.330Z
2,022
5
6
0
35
1
275
57
1
1
true
false
false
false
false
false
zero
72,167,920
Filtering RecycerView using SearchView in android
<p>I'm trying to make an app that filters book titles. The filtering part works perfectly fine but the problem is when you start the app. I want to show all the titles in a recyclerView before filtering.</p> <p><strong>Adapter</strong></p> <pre><code>public void filterList(List&lt;Model&gt; filterllist) { tileListD...
I'm trying to make an app that filters book titles. The filtering part works perfectly fine but the problem is when you start the app. I want to show all the titles in a recyclerView before filtering. Adapter [CODE] Main.java [CODE] I have no clue how to fix this one. Please help out. I'm kind of new to the android pla...
java|android
0
2022-05-09T06:47:50.877Z
2,022
5
6
0
25
0
337
49
2
2
true
true
false
false
false
false
zero
72,168,009
Error while generating build from jenkins
<p>Recently have migrated our Jenkins slave to java 11. After updating to java 11 facing the following errors</p> <pre><code> 1. Certificate for &lt;maven.pkg.github.com&gt; doesn't match any of the subject alternative names: [*.registry.github.com, registry.github.com] 2. org.apache.http.client.ClientProtoc...
Recently have migrated our Jenkins slave to java 11. After updating to java 11 facing the following errors [CODE] Configuration [CODE]
android|maven|jenkins
0
2022-05-09T06:56:48.630Z
2,022
5
6
0
56
1
134
41
3
2
true
false
false
false
false
false
zero
72,168,020
How to use IntentLauncher in ReactNative expo?
<p>I try to use <a href="https://docs.expo.dev/versions/latest/sdk/intent-launcher/#intentlauncherstartactivityasyncactivityaction-params" rel="nofollow noreferrer">IntentLauncher</a> to open app by package name in my expo app (without experience in native android). I follows these steps.</p> <ul> <li>create native and...
I try to use IntentLauncher to open app by package name in my expo app (without experience in native android). I follows these steps. create native android app and log the intent from getLaunchIntentForPackage, this is the result Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000...
android|react-native|android-intent|expo
1
2022-05-09T06:57:21.840Z
2,022
5
6
0
224
0
706
46
4
1
true
true
false
false
false
false
low
72,168,038
Android Studio does not find Application Default Credentials
<p>I am currently trying to write a code for text-to-speech module on Android Studio following these steps: <a href="https://cloud.google.com/text-to-speech/docs/libraries#using_the_client_library" rel="nofollow noreferrer">https://cloud.google.com/text-to-speech/docs/libraries#using_the_client_library</a></p> <p>I cre...
I am currently trying to write a code for text-to-speech module on Android Studio following these steps: https://cloud.google.com/text-to-speech/docs/libraries#using_the_client_library I created my service account on my Google Cloud Platform, set the environment variable for GOOGLE_APPLICATION_CREDENTIALS and it echoes...
android-studio|google-cloud-platform|text-to-speech|credentials
0
2022-05-09T06:59:18.277Z
2,022
5
6
0
76
0
611
60
4
1
true
true
false
false
false
false
zero
72,168,043
NavigationManager.getInstance() returning null
<p>I use the here maps api in an android application and I have a client particular client reporting difficulty using the map, I can see in the logs that the issue is <code>NavigationManager.getInstance()</code> returns null. Unfortunately I cannot replicate this locally, I can only see it on logs from client devices.<...
I use the here maps api in an android application and I have a client particular client reporting difficulty using the map, I can see in the logs that the issue is NavigationManager.getInstance() returns null. Unfortunately I cannot replicate this locally, I can only see it on logs from client devices. Would anyone hav...
android|here-api
0
2022-05-09T06:59:24.610Z
2,022
5
6
0
30
0
429
46
2
0
false
true
false
false
false
false
zero
72,168,241
Flutter Why my widget having second color on border?
<p>I have a widget as a badge. But When I want to add a white border on it I don't know why it's having another color too. I assume it's coming from the stack. But how can I fix it? To make it clear :</p> <p><a href="https://i.stack.imgur.com/XSzNN.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/XSzN...
I have a widget as a badge. But When I want to add a white border on it I don't know why it's having another color too. I assume it's coming from the stack. But how can I fix it? To make it clear : I don't want that blue outline on my border. My Widget : [CODE]
android|ios|flutter|dart|mobile
0
2022-05-09T07:16:52.143Z
2,022
5
7
0
104
1
261
52
5
1
true
false
false
false
false
false
zero
72,168,307
How to set a frame rate for animation?
<p>I use animation to rotate an image and i have notice that on higher refresh rate phones (120Hz) the animation is faster.But the animation speeds up only on loading or when i touch a random layout. On phones that use adaptive refresh rate when i touch a layout the phone switches from 60hz to 90 or 120 and animation i...
I use animation to rotate an image and i have notice that on higher refresh rate phones (120Hz) the animation is faster.But the animation speeds up only on loading or when i touch a random layout. On phones that use adaptive refresh rate when i touch a layout the phone switches from 60hz to 90 or 120 and animation if s...
android|animation|refresh
1
2022-05-09T07:24:10.643Z
2,022
5
7
0
82
1
438
38
3
2
true
false
false
false
false
false
low
72,168,354
flutter - jitse_meet plugin video call functionality not working in release mode , app crashed when start video call
<p>I added all the configuration that need for the jitsi_meet sdk . It will working in the debug mode but when I tr to run in the relase mode it will crash the app.</p> <p>this is function that I used to start video call</p> <pre><code> makeCall() async { // it is use for init the meeting with ...
I added all the configuration that need for the jitsi_meet sdk . It will working in the debug mode but when I tr to run in the relase mode it will crash the app. this is function that I used to start video call [CODE] Error Logs :- java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libreactnativejni.so caused b...
android|flutter|jitsi-meet|release-mode|videocall
1
2022-05-09T07:29:02.267Z
2,022
5
7
0
180
0
1,043
116
5
1
true
true
false
false
false
false
low
72,168,369
after enabling proguard,crash line number is incorrect
<p>after enabling proguard,crash line number doesn show correctly my hap has been published to google play and a user crash inside app,in my crash reporter,the crash line number is unknown and incorrect</p> <pre><code>java.lang.NullPointerException: null at io.kuknos.messenger.fragments.NewWalletFragment$r$b.run(Source...
after enabling proguard,crash line number doesn show correctly my hap has been published to google play and a user crash inside app,in my crash reporter,the crash line number is unknown and incorrect [CODE]
android|proguard|sentry
0
2022-05-09T07:29:57.147Z
2,022
5
7
0
36
1
206
54
3
1
true
false
false
false
false
false
zero
72,168,400
How can I clear the Bluetooth cache easily and regularly?
<p>I am working on an application that makes multiple BLE connections in a minimum amount of time. I developed my application in Java Android. I set up a statistics-based system so that, among a group of phones, each phone makes connections on half the group and receives connections from the other half. This gives a pr...
I am working on an application that makes multiple BLE connections in a minimum amount of time. I developed my application in Java Android. I set up a statistics-based system so that, among a group of phones, each phone makes connections on half the group and receives connections from the other half. This gives a prett...
android|bluetooth|bluetooth-lowenergy
0
2022-05-09T07:32:35.707Z
2,022
5
7
0
118
0
1,397
57
3
1
true
true
false
false
false
false
zero
72,168,460
Scroll while dragging
<p>I have some <code>TextViews</code> with drag and drop implemented in Kotlin and I what I would like to do is when I drag one TextView at the bottom of the screen, where a <code>ScrollView</code> is located, for it to <strong>scroll</strong> downwards.</p> <p><a href="https://i.stack.imgur.com/HWO1A.png" rel="nofollo...
I have some TextViews with drag and drop implemented in Kotlin and I what I would like to do is when I drag one TextView at the bottom of the screen, where a ScrollView is located, for it to scroll downwards. Here is the app design. As it is shown in the image, I want to drag TextViews from the left column (components)...
android|kotlin|scroll|drag-and-drop|scrollview
0
2022-05-09T07:37:44.120Z
2,022
5
7
0
134
1
568
21
5
0
false
false
false
false
false
false
zero
72,168,494
Task :react-native-gradle-plugin:compileKotlin FAILED
<blockquote> <p>Task :react-native-gradle-plugin:compileKotlin FAILED 'compileJava' task (current target is 1.8) and 'compileKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version. 1 actionable task: 1 executed</p> </blockquote> <p>FAILURE: Build failed with an exception.</p...
Task :react-native-gradle-plugin:compileKotlin FAILED 'compileJava' task (current target is 1.8) and 'compileKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version. 1 actionable task: 1 executed FAILURE: Build failed with an exception. What went wrong: Execution failed for t...
java|android|react-native|kotlin|gradle
5
2022-05-09T07:40:25.660Z
2,022
5
7
0
2,364
1
1,453
53
5
0
false
false
false
false
false
false
low
72,168,536
rn-fetch-blob failed to list path with uri com.android.providers.media.documents
<p>After picking file with react-native-document-picker like this:</p> <pre><code>const res = await DocumentPick.pick({ type: [DocumentPick.types.allFiles], }); </code></pre> <p>I've got two types of URI depends of device (Android only):</p> <pre><code>content://media/external/images/media/31 </code></pre> <p>or</p>...
After picking file with react-native-document-picker like this: [CODE] I've got two types of URI depends of device (Android only): [CODE] or [CODE] I successfully use rn-fetch-blob with the first one (Adding file:// before the returned uri) but I can't with the second one: [CODE] Also trying to replace %3A to &quot;:&q...
android|react-native|rn-fetch-blob
0
2022-05-09T07:44:16.043Z
2,022
5
7
0
544
0
479
80
3
4
true
true
false
false
false
false
zero
72,168,572
How to achieve Google's Android 12 app widgets backgrounds?
<p>Android 12 came with the new app widget feature <em>&quot;device theming&quot;</em> using the system's default theme <code>@android:style/Theme.DeviceDefault.DayNight</code>.</p> <p>Seeing a screenshot like the one below in <a href="https://developer.android.com/guide/topics/appwidgets/enhance#dynamic-colors" rel="n...
Android 12 came with the new app widget feature &quot;device theming&quot; using the system's default theme @android:style/Theme.DeviceDefault.DayNight . Seeing a screenshot like the one below in the documentation I was expecting to see more of the theme colours to be picked up in my own widget: Compared to both the sc...
android|material-design|android-theme|android-appwidget|android-12
1
2022-05-09T07:48:19.637Z
2,022
5
7
0
201
1
806
59
5
0
false
false
false
false
false
false
low
72,168,588
Jetpack Compose androidx.compose.ui.graphics.Canvas not refreshing correctly for clipping Bitmap
<p>With <code>androidx.compose.foundation.Canvas</code>, default Canvas for Jetpack Compose</p> <pre><code>@Composable fun Canvas(modifier: Modifier, onDraw: DrawScope.() -&gt; Unit) = Spacer(modifier.drawBehind(onDraw </code></pre> <p>correctly refreshes drawing on Canvas when mutableState <code>Offset</code> chan...
With androidx.compose.foundation.Canvas , default Canvas for Jetpack Compose [CODE] correctly refreshes drawing on Canvas when mutableState Offset changes [CODE] With androidx.compose.ui.graphics.Canvas, i add full implementation to test this out easily and much appreciated if you come up with a solution. [CODE] First ...
android|android-jetpack-compose|android-jetpack-compose-canvas
0
2022-05-09T07:49:53.607Z
2,022
5
7
0
437
0
939
96
3
4
true
true
false
false
false
false
zero
72,168,612
Fragment remove on navigating to it once again
<p>So I have functionality where I need to eliminate a fragment from backstack if I navigate to same fragment once again. (i.e) On navigating</p> <blockquote> <p>A --&gt; B --&gt; C --&gt; A</p> </blockquote> <p>backstack should become</p> <blockquote> <p>B --&gt; C --&gt; A</p> </blockquote> <p>I tried to remove with ...
So I have functionality where I need to eliminate a fragment from backstack if I navigate to same fragment once again. (i.e) On navigating A --> B --> C --> A backstack should become B --> C --> A I tried to remove with below code [CODE] But it removes only the screen. Backstack still remains unchanged. So onBackPress ...
android|kotlin|android-fragments|android-fragmentactivity
1
2022-05-09T07:52:29.323Z
2,022
5
7
0
36
0
812
46
4
1
true
true
false
false
false
false
low
72,168,657
Our application used PayTM for payment transaction
<p>Our application used Pay TM for payment transaction, when student purchase digital e-course. So currently our app new version upload on google play console. At that time google play console team reject our application. And display below errors.</p> <p>=&gt; Your app uses a non-Google Play’s billing system to accept ...
Our application used Pay TM for payment transaction, when student purchase digital e-course. So currently our app new version upload on google play console. At that time google play console team reject our application. And display below errors. => Your app uses a non-Google Play’s billing system to accept payment for a...
android|payment-gateway|payment|paytm
0
2022-05-09T07:55:09.980Z
2,022
5
7
0
73
1
450
50
4
0
false
false
false
false
false
false
zero
72,168,676
com.facebook.infer.annotation.Assertions.assertCondition (Assertions.java:82)
<p>Getting <strong>com.facebook.infer.annotation.Assertions.assertCondition (Assertions.java:82)</strong> in firebase Crashlytics console.</p> <pre><code> com.facebook.infer.annotation.Assertions.assertCondition (Assertions.java:82) com.facebook.react.ReactInstanceManager.onHostPause (ReactInstanceManager.java:59...
Getting com.facebook.infer.annotation.Assertions.assertCondition (Assertions.java:82) in firebase Crashlytics console. [CODE]
android|reactjs|firebase|react-native
1
2022-05-09T07:56:20.697Z
2,022
5
7
0
131
0
125
77
4
1
true
true
false
false
false
false
low
72,168,689
How to pass firebase data from one activity to another?
<p>I want to pass data from one activity to another, first I download it from Firebase Realtime Database and then pass it to another activity and how to use it in it.</p> <p>my data like this.(image from the internet)</p> <pre><code> cam_firebase.addChildEventListener(new ChildEventListener() { @Override ...
I want to pass data from one activity to another, first I download it from Firebase Realtime Database and then pass it to another activity and how to use it in it. my data like this.(image from the internet) [CODE]
java|android|firebase|firebase-realtime-database|google-cloud-platform
0
2022-05-09T07:57:38.797Z
2,022
5
7
0
90
1
214
55
5
1
true
false
false
false
false
false
zero
72,168,744
Google Play Console App Transfer Default Currency Problem
<p>We selled one of our app. However our account's default currency is TRY and the target account's currency is USD.</p> <p>We are getting this error:</p> <p>&quot;The default currency of the new developer account is different to the existing developer account.&quot;</p> <p>When we asked this to Google their reply was:...
We selled one of our app. However our account's default currency is TRY and the target account's currency is USD. We are getting this error: &quot;The default currency of the new developer account is different to the existing developer account.&quot; When we asked this to Google their reply was: &quot;The target accoun...
android|google-play|app-transfer
0
2022-05-09T08:02:54.713Z
2,022
5
8
0
159
1
700
57
3
0
false
false
false
false
false
false
zero
72,168,832
How can i run a daemon in Android/iOS coded with flutter?
<p><strong>Hello everyone</strong>, I'm learning about flutter and the world of mobile development. I finished writing the code of the application. I have one last thing to do.</p> <p>The application will regularly (thanks to a timer), get information from a web page. I would have liked to be able to make the applicati...
Hello everyone , I'm learning about flutter and the world of mobile development. I finished writing the code of the application. I have one last thing to do. The application will regularly (thanks to a timer), get information from a web page. I would have liked to be able to make the application continue its research t...
android|ios|flutter|daemon
0
2022-05-09T08:11:15.220Z
2,022
5
8
0
40
0
644
57
4
0
false
true
false
false
false
false
zero
72,168,842
Location always returning null all the time
<p>I am implementing a function to find my latitude and longitude but it keeps giving a null value. I declared android.permission.ACCESS_FINE_LOCATION, android.permission.ACCESS_BACKGROUND_LOCATION, android.permission.ACCESS_COARSE_LOCATION, and android.permission.INTERNET.</p> <p>I granted all permissions and it shows...
I am implementing a function to find my latitude and longitude but it keeps giving a null value. I declared android.permission.ACCESS_FINE_LOCATION, android.permission.ACCESS_BACKGROUND_LOCATION, android.permission.ACCESS_COARSE_LOCATION, and android.permission.INTERNET. I granted all permissions and it shows a 'grante...
android|kotlin|permissions|location
-1
2022-05-09T08:12:33.290Z
2,022
5
8
0
227
2
384
43
4
1
true
false
false
false
false
true
negative
72,168,849
Android bluetooth fake connection problem
<p>I have an application that connect two devices by using BluetoothServerSocket and BluetoothSocket. It works like server-client relationship. One of them is client and the another is server. And server also may accept a lot f devices rather one device. Client side application starts to discover the devices arround it...
I have an application that connect two devices by using BluetoothServerSocket and BluetoothSocket. It works like server-client relationship. One of them is client and the another is server. And server also may accept a lot f devices rather one device. Client side application starts to discover the devices arround it an...
android|bluetooth|android-bluetooth
0
2022-05-09T08:12:51.447Z
2,022
5
8
0
23
0
1,747
41
3
2
true
true
false
false
false
false
zero
72,168,856
How to call another navgraph fragment from another nav graph without lossing current destination in andorid
<p>I have Two navgraph inside my project</p> <ul> <li><strong>graphA</strong> { I have some fragments inside my ( Graph A ) <strong>login fragment</strong> ( this fragment set as home ) and <strong>signup fragment</strong> }</li> <li><strong>graphB</strong> { I have some fragments inside my ( Graph B )</li> <li>home (...
I have Two navgraph inside my project graphA { I have some fragments inside my ( Graph A ) login fragment ( this fragment set as home ) and signup fragment } graphB { I have some fragments inside my ( Graph B ) home ( this fragment set as home ) profile } Scenario { once user get logged In successfully I want to naviga...
android|android-fragments|android-architecture-navigation|navgraph
0
2022-05-09T08:13:30.033Z
2,022
5
8
0
79
1
426
107
4
0
false
false
false
false
false
false
zero
72,168,968
How to take full scrolled screenshot in flutter_native_screenshot
<p>So in my Flutter project I'm using this plugin <a href="https://pub.dev/packages/flutter_native_screenshot" rel="nofollow noreferrer">flutter_native_screenshot</a></p> <p>It works quite well for single screenshot of the page, but it's not taking full scrollable screenshot. I've checked behind this plugin use a code ...
So in my Flutter project I'm using this plugin flutter_native_screenshot It works quite well for single screenshot of the page, but it's not taking full scrollable screenshot. I've checked behind this plugin use a code like takeScreenshotOld() [CODE] The question is:- How can I make this code to take full scrolled scre...
java|android|flutter|kotlin|screenshot
0
2022-05-09T08:24:08.033Z
2,022
5
8
0
201
1
503
65
5
1
true
false
false
false
false
false
zero
72,169,135
how to implement Algolia on Android with Kotlin to query Firestore with multiple queries?
<p>I have seen a video of @AlexMamo on it but to be honest I have no clue on how to work around it considering it is in Java. Algolia docs on Android intergration is not clear to me especially the <strong>kotlin client Api</strong></p> <p>I want the user to be able to query using either location, rent or rooms] <a href...
I have seen a video of @AlexMamo on it but to be honest I have no clue on how to work around it considering it is in Java. Algolia docs on Android intergration is not clear to me especially the kotlin client Api I want the user to be able to query using either location, rent or rooms] database Any relevant docs or exam...
android|kotlin|google-cloud-firestore|algolia
0
2022-05-09T08:38:00.523Z
2,022
5
8
0
31
0
345
89
4
0
false
true
false
false
false
false
zero
72,169,180
Created Folder become file
<p>I tried to create a file inside a folder inside Download folder. Im using emulator with API 31.</p> <p>im already using this on manifest:</p> <pre><code>android.permission.WRITE_EXTERNAL_STORAGE android.permission.READ_EXTERNAL_STORAGE android.permission.MANAGE_EXTERNAL_STORAGE </code></pre> <p>and this</p> <pre><co...
I tried to create a file inside a folder inside Download folder. Im using emulator with API 31. im already using this on manifest: [CODE] and this [CODE] This is my code: [CODE] This the log: [CODE] The code create a file (that should be folder) without filename extension like this that cant be opened
android
0
2022-05-09T08:42:27.660Z
2,022
5
8
0
28
1
302
26
1
4
true
false
false
false
false
false
zero
72,169,190
In-app purchase android recurrent subscription downgrade
<p>A question about in-app purchases.</p> <p>An Android problem. There is a group of recurrent subscriptions for downgrading I use <code>ProrationMode.deferred</code> - this is necessary so that the new subscription is applied not immediately, but at the end of the current one. But in the <code>inAppPurchase.purchaseSt...
A question about in-app purchases. An Android problem. There is a group of recurrent subscriptions for downgrading I use ProrationMode.deferred - this is necessary so that the new subscription is applied not immediately, but at the end of the current one. But in the inAppPurchase.purchaseStream stream that listens to t...
android|flutter|in-app-purchase|in-app-billing|in-app-subscription
0
2022-05-09T08:42:57.523Z
2,022
5
8
0
91
0
1,485
56
5
0
false
true
false
false
false
false
zero
72,169,239
Time Selector- Jetpack Compose
<p>I am trying to develop a time selector ui as given below. But i m not getting any idea what is the best approach to it. tried using lazy columns and android views but it was not customizable as the ui . Please refer to ui below and help to build it.Challenges faced was when srolled using a lazy column it will scrool...
I am trying to develop a time selector ui as given below. But i m not getting any idea what is the best approach to it. tried using lazy columns and android views but it was not customizable as the ui . Please refer to ui below and help to build it.Challenges faced was when srolled using a lazy column it will scrool so...
android|user-interface|android-jetpack-compose
0
2022-05-09T08:48:13.623Z
2,022
5
8
0
55
0
399
30
3
0
false
true
false
false
false
false
zero
72,169,309
Jupyterlab-dash needs to be included in built on Binder but then throws an error
<p>I am trying to launch a Binder rep and import JupyterDash into it. The Binder built worked.</p> <p>In my Binder rep <a href="https://mybinder.org/v2/gh/RolfChung/usecase_sales_dashboard_plotly_dash/HEAD" rel="nofollow noreferrer">enter link description here</a></p> <p>My yml is:</p> <p>name: plotly_dash channels:</...
I am trying to launch a Binder rep and import JupyterDash into it. The Binder built worked. In my Binder rep enter link description here My yml is: name: plotly_dash channels: defaults dependencies: python ipykernel seaborn pandas matplotlib numpy plotly jupyter-dash dash chart-studio nbformat ipywidgets openpyxl jupyt...
jupyter|jupyter-lab|android-binder|mybinder
0
2022-05-09T08:53:02.523Z
2,022
5
8
0
165
0
1,516
80
4
0
false
true
false
false
false
false
zero
72,169,339
Transparent Form in Android using Delphi
<p>How can I create an active layer/form with a size of 50% of the screen height that will appear over the phone call buttons (answer and reject buttons). I need it for Android system.</p> <p>Setting transparency for Form on android, does not work. Is there any way to get around this in Delphi 11.1 ?</p>
How can I create an active layer/form with a size of 50% of the screen height that will appear over the phone call buttons (answer and reject buttons). I need it for Android system. Setting transparency for Form on android, does not work. Is there any way to get around this in Delphi 11.1 ?
android|delphi|delphi-11-alexandria
0
2022-05-09T08:56:31.730Z
2,022
5
8
0
35
0
291
40
3
0
false
true
false
false
false
false
zero
72,169,428
Android 12 Work profile device identification
<p>With the latest changes in Android 12, there is no way on work profile to obtain any kind of device identifier. In <a href="https://emm.androidenterprise.dev/s/article/Android-12-Impact-Device-Identifiers" rel="nofollow noreferrer">this post</a> specifies to use the Enrollment ID in work profile with Custom DPC:</p>...
With the latest changes in Android 12, there is no way on work profile to obtain any kind of device identifier. In this post specifies to use the Enrollment ID in work profile with Custom DPC: [CODE] But without custom DPC in Android Management API we can´t call setOrganizationId as it requires Profile owner scope... I...
android|mdm|android-management-api
3
2022-05-09T09:03:32.640Z
2,022
5
9
0
263
1
439
45
3
1
true
false
false
false
false
false
low
72,169,440
Android Studio build time
<p>When I try to build my project with Android Studio, after saying build successfully as in the image, It does not go to the install part for about 5 minutes. But after disconnecting the entire network, the build ends in seconds as in the image and goes to the install part. When I try it in gradle offline mode, It is ...
When I try to build my project with Android Studio, after saying build successfully as in the image, It does not go to the install part for about 5 minutes. But after disconnecting the entire network, the build ends in seconds as in the image and goes to the install part. When I try it in gradle offline mode, It is com...
android|android-studio|gradle|android-gradle-plugin|android-build
2
2022-05-09T09:05:08.953Z
2,022
5
9
0
101
0
490
25
5
0
false
true
false
false
false
false
low
72,169,501
can't run my react native and reactJs apps on mobile on the local port from my ubuntu computer
<p>I'm having some issues running my react native and reactJs apps on my mobile phone. I created a react native and reactJs apps in my computer (ubuntu OS). then i wanted to see what they look like on mobile. Of course, my computer and my phone are sharing the same wifi, and both were running correctly on my computer (...
I'm having some issues running my react native and reactJs apps on my mobile phone. I created a react native and reactJs apps in my computer (ubuntu OS). then i wanted to see what they look like on mobile. Of course, my computer and my phone are sharing the same wifi, and both were running correctly on my computer (on ...
android|reactjs|react-native|android-studio|expo
0
2022-05-09T09:09:43.087Z
2,022
5
9
0
20
0
1,342
94
5
0
false
true
false
false
false
false
zero
72,169,554
Android app - Print out all the detected objects
<p>I have this code where I am detecting objects in an image.</p> <pre><code>try { Android model = Android.newInstance(getApplicationContext()); // Creates inputs for reference. TensorImage image = TensorImage.fromBitmap(img); ...
I have this code where I am detecting objects in an image. [CODE] How can I modify this to print out all of the objects it detects ? Currently it only prints out one.
java|android|tensorflow-lite
0
2022-05-09T09:13:18.637Z
2,022
5
9
0
19
1
166
48
3
1
true
false
false
false
false
false
zero
72,169,618
RemoteServiceException only when starting service from callback
<p>My app is starting a foreground service when the user tap on a button. The service starts if and only if the user grants all the permissions (3), here is the code of the fragment:</p> <pre><code>private val permReqLauncher = registerForActivityResult(ActivityResultContracts.RequestMultiplePermissions()) ...
My app is starting a foreground service when the user tap on a button. The service starts if and only if the user grants all the permissions (3), here is the code of the fragment: [CODE] Here is the listener on the button: [CODE] The problem is that, if the service is started from the registerForActivityResult, then I ...
android|kotlin|service
0
2022-05-09T09:18:26.393Z
2,022
5
9
0
18
0
999
63
3
2
true
true
false
false
false
false
zero
72,169,622
Exoplayer in viewpager2 still play old video
<p>I creat exoplayer in viewpager2 to play video like YouTube shorts and tiktok put when scroll up or down the old video and still play i need to stop the old video play and only the new video its play</p> <blockquote> <p>My MainActivity.java</p> </blockquote> <pre><code> package com.example.vdodemo; import ...
I creat exoplayer in viewpager2 to play video like YouTube shorts and tiktok put when scroll up or down the old video and still play i need to stop the old video play and only the new video its play My MainActivity.java [CODE] this my videoadapter.java package com.example.vdodemo; import ... public class videoadapter e...
java|android|exoplayer
0
2022-05-09T09:18:43.537Z
2,022
5
9
0
149
1
400
44
3
2
true
false
false
false
false
false
zero
72,169,818
Sometime video buffering very slowly in exoplayer?
<p>I don't know why, but sometimes <code>Exoplayer</code> buffers my video very slowly. My server is responding properly and the internet is also fast but sometimes <code>Exoplayer</code> buffers my video slowly for less than 1 second. And it buffering always after every 1-2 seconds on playing.</p> <pre><code> i...
I don't know why, but sometimes Exoplayer buffers my video very slowly. My server is responding properly and the internet is also fast but sometimes Exoplayer buffers my video slowly for less than 1 second. And it buffering always after every 1-2 seconds on playing. [CODE] I'm testing my video in my Exoplayer and Chrom...
java|android|exoplayer|exoplayer2.x
3
2022-05-09T09:34:38.630Z
2,022
5
9
0
588
2
682
50
4
1
true
false
false
false
false
false
low
72,169,855
Android Room Relations get limited fields from embedded model
<p>I have a model like that</p> <pre><code>class UserWithPets { @Embedded var user: User? = null @Relation( parentColumn = &quot;id&quot;, entityColumn = &quot;userId&quot; ) var pets: List&lt;Pet&gt; = ArrayList() } </code></pre> <p>with models</p> <pre><code>data class User( va...
I have a model like that [CODE] with models [CODE] Every works like a charm, but the thing is I only want to get the age of the user and not the whole model . Is there a way to achieve that while keeping embedded and relation annotation ? Or should i make a custom query to get only the field I want from the user model?
android|android-room|android-room-relation
0
2022-05-09T09:37:37.750Z
2,022
5
9
0
22
1
320
61
3
2
true
false
false
false
false
false
zero
72,169,864
How to set custom frame rate for high refresh rate devices with Android?
<p>How can i set the frame rate to stay at 60hz?</p> <p>Google says to use surface:</p> <pre><code>surface.setFrameRate(60f, FRAME_RATE_COMPATIBILITY_FIXED_SOURCE); </code></pre> <p>But how do i get the surface?</p>
How can i set the frame rate to stay at 60hz? Google says to use surface: [CODE] But how do i get the surface?
android|frame-rate|surface
0
2022-05-09T09:38:51.713Z
2,022
5
9
0
442
0
110
72
3
1
true
true
false
false
false
false
zero
72,169,928
Getting saved 0 shards error when sending espresso test suite class to firebase
<p>when I send my test classes one by one to firebase with the same method, I don't get an error, but when I export test suite to target, i am getting this error &quot;There are no Android tests to run.&quot;. Could it be a problem caused by annotations? I'll be glad if you can help me.</p> <p>Here is my test suite cla...
when I send my test classes one by one to firebase with the same method, I don't get an error, but when I export test suite to target, i am getting this error &quot;There are no Android tests to run.&quot;. Could it be a problem caused by annotations? I'll be glad if you can help me. Here is my test suite class : [CODE...
ui-automation|android-espresso|firebase-test-lab|test-suite
0
2022-05-09T09:42:46.760Z
2,022
5
9
0
41
0
405
79
4
3
true
true
false
false
false
false
zero
72,170,084
Xamarin Forms - Android APK Assets Path
<p>I'm having some issues with the location of the Assets bundled into the Android APK I've created using Visual Studio for Mac.</p> <p>When I try to run the Project onto an Android Device it fails on App Startup with an Runtime Exception telling that one of the Fonts could not be found.</p> <pre><code>Font asset not f...
I'm having some issues with the location of the Assets bundled into the Android APK I've created using Visual Studio for Mac. When I try to run the Project onto an Android Device it fails on App Startup with an Runtime Exception telling that one of the Fonts could not be found. [CODE] My fonts are located directly unde...
android|xamarin|xamarin.android|apk
1
2022-05-09T09:53:06.580Z
2,022
5
9
0
81
0
920
39
4
2
true
true
false
false
false
false
low
72,170,310
Change background color of a Fragment from DialogFragment ColorPicker using Mutablelivedata not working
<p>My app should be able to change color of one part of my screen in a Fragment (called Color Preview) from Color Picker that is DialogFragment and appears once a Button is clicked. I used the same ViewModel with MutableLiveData in it within Fragment and DialogFragment. However I am not able to get Data about color in ...
My app should be able to change color of one part of my screen in a Fragment (called Color Preview) from Color Picker that is DialogFragment and appears once a Button is clicked. I used the same ViewModel with MutableLiveData in it within Fragment and DialogFragment. However I am not able to get Data about color in Fra...
android|kotlin|android-fragments|android-dialogfragment|mutablelivedata
0
2022-05-09T10:11:32.957Z
2,022
5
10
0
56
1
806
103
5
3
true
false
false
false
false
false
zero
72,170,363
Link prebuilt static library in Android
<br> I generated a static library from macos terminal with `ar rcs libws.a libws.o` <br> I have tested it with my own test program and everything works fine. <br> Now I would like to include the static library in android, but I have a build time error. <br> This is my cmake file <br> <pre><code>cmake_minimum_required(V...
I generated a static library from macos terminal with `ar rcs libws.a libws.o` I have tested it with my own test program and everything works fine. Now I would like to include the static library in android, but I have a build time error. This is my cmake file [CODE] This is the build error [CODE] Any help?
android|cmake|android-ndk
0
2022-05-09T10:16:06.513Z
2,022
5
10
0
86
0
307
39
3
2
true
true
false
false
false
false
zero
72,170,413
Android Emulator doesn't show up
<p>Here's my output for the command :</p> <blockquote> <p>Android/Sdk/emulator/emulator @tablet</p> </blockquote> <p>Output:</p> <blockquote> <p>INFO | Android emulator version 31.2.10.0 (build_id 8420304) (CL:N/A) INFO | configAndStartRenderer: setting vsync to 60 hz WARNING | cannot add library /home/avincent/A...
Here's my output for the command : Android/Sdk/emulator/emulator @tablet Output: INFO | Android emulator version 31.2.10.0 (build_id 8420304) (CL:N/A) INFO | configAndStartRenderer: setting vsync to 60 hz WARNING | cannot add library /home/avincent/Android/Sdk/emulator/qemu/linux-x86_64/lib64/vulkan/libvulkan.so: faile...
android|emulation
0
2022-05-09T10:19:42.580Z
2,022
5
10
0
125
0
1,313
32
2
0
false
true
false
false
false
false
zero
72,170,574
Android emulator on apple M1 giving INSTALL_FAILED_INSUFFICIENT_STORAGE most of the time
<p>I'm trying to run android emulator on M1 and the emulator barely fits 1 of the apps im working on.</p> <p>When i try to run my react native project i usually get <code>INSTALL_FAILED_INSUFFICIENT_STORAGE</code></p> <p>I haven't installed any other apps on the emulator and all the pre-installed apps cannot be uninsta...
I'm trying to run android emulator on M1 and the emulator barely fits 1 of the apps im working on. When i try to run my react native project i usually get INSTALL_FAILED_INSUFFICIENT_STORAGE I haven't installed any other apps on the emulator and all the pre-installed apps cannot be uninstalled. Any idea how can i free ...
react-native|android-emulator|apple-m1
1
2022-05-09T10:32:08.363Z
2,022
5
10
0
256
2
363
88
3
0
false
false
false
false
false
false
low
72,170,576
this.isVisible() returns false after migration from targetSDKVersion from 30 to 31 in Android
<p>In our Android project, we changed our targetSDKVersion from 30 to 31.</p> <p>In our project, we have written following lines in TestViewPager.java class</p> <pre><code>if (ViewClass.this.isVisible()) { notifyDataSetChanged(); } </code></pre> <p>if (ViewClass.this.isVisible()) { // This condition return true whe...
In our Android project, we changed our targetSDKVersion from 30 to 31. In our project, we have written following lines in TestViewPager.java class [CODE] if (ViewClass.this.isVisible()) { // This condition return true when targetSDKVersion is 30. After migration of targetSDKVersion from 30 to 31, This condition return ...
android
0
2022-05-09T10:32:11.997Z
2,022
5
10
0
19
0
497
93
1
1
true
true
false
false
false
false
zero
72,170,599
andorid ViewGroup childs isn't resized after onMeasure
<p>I want to create my own ViewGroup with <code>ImageView</code> and some other views. I do this as follows (i have removed adding of other views for simplyfing the example):</p> <pre><code>class TestWidget @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0 ) : ConstraintL...
I want to create my own ViewGroup with ImageView and some other views. I do this as follows (i have removed adding of other views for simplyfing the example): [CODE] I put this widget into xml as follows: [CODE] The result is perfect (cat with text in the center): Now i want to make my TestWidget always square. For tha...
android|kotlin|custom-view
0
2022-05-09T10:34:30.210Z
2,022
5
10
0
45
1
888
54
3
3
true
false
false
false
false
false
zero
72,170,653
Google Play button not visible on Flutter App
<p>Package I am using - <a href="https://pub.dev/packages/pay" rel="nofollow noreferrer">pay: ^1.0.8</a></p> <p>This error seems to be coming when I am running adb log-cat in a terminal connected to a real device and the Google Pay button is not visible instead childOnError is triggered.</p> <p>Below is the Error -</p>...
Package I am using - pay: ^1.0.8 This error seems to be coming when I am running adb log-cat in a terminal connected to a real device and the Google Pay button is not visible instead childOnError is triggered. Below is the Error - [CODE] Below is the UI code- [CODE]
android|flutter|google-pay
0
2022-05-09T10:38:33.607Z
2,022
5
10
0
237
1
266
45
3
2
true
false
false
false
false
false
zero
72,170,689
Android: How to hide or close topmost activity?
<p>In my app, I need to start the built-in camera application using the action <a href="https://developer.android.com/reference/android/provider/MediaStore#INTENT_ACTION_STILL_IMAGE_CAMERA" rel="nofollow noreferrer">INTENT_ACTION_STILL_IMAGE_CAMERA</a>. The reason of this action is that in this case, I can use the <str...
In my app, I need to start the built-in camera application using the action INTENT_ACTION_STILL_IMAGE_CAMERA . The reason of this action is that in this case, I can use the Pro camera mode , like manual ISO, exposure time, etc., while using the action ACTION_IMAGE_CAPTURE this is not possible (at least for the builtin ...
android|android-intent|android-activity|broadcastreceiver
0
2022-05-09T10:42:02.067Z
2,022
5
10
0
71
1
1,328
47
4
2
true
false
false
false
false
false
zero
72,170,690
(Flutter) AdMob Test Mode doesn't show
<p>I'm a beginner who just studied Flutter.</p> <p>I wanted to use the admob package to put a small banner ad in my emulator. I wrote the source code using the tutorial and several example codes. The problem is, no matter how you do it, I can't see the test ad.</p> <p>Here I attach my source code. As you can see, there...
I'm a beginner who just studied Flutter. I wanted to use the admob package to put a small banner ad in my emulator. I wrote the source code using the tutorial and several example codes. The problem is, no matter how you do it, I can't see the test ad. Here I attach my source code. As you can see, there's no other funct...
android|flutter|dart|admob|emulation
0
2022-05-09T10:42:11.427Z
2,022
5
10
0
168
1
879
38
5
1
true
false
false
false
false
false
zero
72,170,729
Support to install android studio for react native app
<p>I could install android studio in my system which runs in Ubuntu 18.04. but I cannot start <strong>AVD</strong> Manager. It shows error and not able to start with. Can anyone please help to start a react native app.</p>
I could install android studio in my system which runs in Ubuntu 18.04. but I cannot start AVD Manager. It shows error and not able to start with. Can anyone please help to start a react native app.
android|reactjs|react-native|mobile
0
2022-05-09T10:46:36.043Z
2,022
5
10
0
19
0
198
54
4
0
false
true
false
false
false
false
zero
72,170,730
idToken generated from react-native-google-signin does not work with google fit API returns status code 401 wrong auth credentials on request
<p>I am working on a PWA which is wrapped in a react native container, I use <code>window.ReactNativeWebView.postMessage(&quot;data to send&quot;)</code> to pass data back and forth to the PWA and react native app.</p> <p>I am trying to integrate google fit API, in order to access the API an access token is needed, so...
I am working on a PWA which is wrapped in a react native container, I use window.ReactNativeWebView.postMessage(&quot;data to send&quot;) to pass data back and forth to the PWA and react native app. I am trying to integrate google fit API, in order to access the API an access token is needed, so I use the react-native-...
android|reactjs|react-native|google-oauth|google-fit
1
2022-05-09T10:46:37.900Z
2,022
5
10
0
207
1
1,515
141
5
3
true
false
false
false
false
false
low
72,170,879
How to convert Document to String without exception?
<p>I use <strong>JavascriptInterface</strong> and <strong>JSOUP</strong> to get <strong>HTML</strong> string from <strong>URL</strong> and load into <strong>WebView</strong> on click element inside webView, but problem is that after click app is crashing and throw in exception &quot;Error Converting to String&quot; I t...
I use JavascriptInterface and JSOUP to get HTML string from URL and load into WebView on click element inside webView, but problem is that after click app is crashing and throw in exception &quot;Error Converting to String&quot; I tried many answears how to convert Document to String but nothing worked for me. Please l...
java|android|webview|jsoup
0
2022-05-09T10:59:36.713Z
2,022
5
10
0
45
0
365
52
4
1
true
true
false
false
false
false
zero
72,170,968
How to display HTML img tag inside Android TextView
<p>Hi I am new to <code>android</code> development. I have a <code>string</code> which looks like this</p> <pre><code>String source = &quot;Hi &lt;b&gt;Ram&lt;/b&gt;. This is the Formula &lt;img src=\&quot;https://i.postimg.cc/wTXjVKDf/ste.png\&quot;/&gt; Check it Out&quot;; </code></pre> <p>I want to display it in <c...
Hi I am new to android development. I have a string which looks like this [CODE] I want to display it in TextView . I used [CODE] to achieve this. But it Looks like this Instead of Image , there is a color box showing . I saw several questions in Stack Overflow. But all answers are outdated. Now those answers are not w...
java|android|html|kotlin
1
2022-05-09T11:06:18.133Z
2,022
5
11
0
134
2
365
51
4
2
true
false
false
false
false
false
low
72,170,970
Android: How to use selector with a single item
<p>I have a ToggleButton with text and I want to show a drawableStart next to it only if it's selected. When it isn't selected, I'd like to show just the text (the drawable should disappear).</p> <p>I tried setting up my selector with just a single item for when <code>android:state_checked=true</code> but when I run th...
I have a ToggleButton with text and I want to show a drawableStart next to it only if it's selected. When it isn't selected, I'd like to show just the text (the drawable should disappear). I tried setting up my selector with just a single item for when android:state_checked=true but when I run the app it gets completel...
android|xml|android-drawable|android-selector|android-togglebutton
0
2022-05-09T11:06:30.527Z
2,022
5
11
0
57
0
443
47
5
2
true
true
false
false
false
false
zero
72,170,979
Why is an in used function still shown in usage.txt of proguard output?
<p>I have the following code</p> <pre><code>class MainActivity : AppCompatActivity() { private val obfuscatedClass = MyObfuscatedClass() override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) obfuscatedClass.usedFun...
I have the following code [CODE] With a normal proguard, I generate the usage.txt file, showing the unusedFunc() there [CODE] This is correct, as the usage.txt file is meant to show the class or removed function during compilation as mentioned in https://developer.android.com/studio/build/shrink-code#full-mode https://...
android|proguard|android-r8
0
2022-05-09T11:07:09.977Z
2,022
5
11
0
50
1
558
71
3
4
true
false
false
false
false
false
zero
72,171,004
Execution failed for task ':processDebugResources'
<p>I have a issue with: -ionic cordova build android, I get:</p> <p>FAILED</p> <p>FAILURE: Build failed with an exception.</p> <ul> <li>What went wrong: Execution failed for task ':processDebugResources'.</li> </ul> <blockquote> <p>com.android.ide.common.process.ProcessException: Failed to execute aapt</p> </blockquote...
I have a issue with: -ionic cordova build android, I get: FAILED FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':processDebugResources'. com.android.ide.common.process.ProcessException: Failed to execute aapt Try: Run with --stacktrace option to get the stack trace. Run with --info...
java|android|gradle|ionic-framework
0
2022-05-09T11:09:18.920Z
2,022
5
11
0
39
0
1,339
50
4
1
true
true
false
false
false
false
zero
72,171,089
Is it necessary to update OpenCV & ZLib Libraries?
<p>Is it necessary for an android - kotlin project to update its OpenCV &amp; Zlib libraries ? It seems their current versions in my project are :</p> <ul> <li>OpenCV : 4.0.1</li> <li>ZLib : 1.2.8</li> </ul> <p>If so , what is the best way to update them ?</p> <p>Thank you in advance.</p>
Is it necessary for an android - kotlin project to update its OpenCV & Zlib libraries ? It seems their current versions in my project are : OpenCV : 4.0.1 ZLib : 1.2.8 If so , what is the best way to update them ? Thank you in advance.
android|kotlin|opencv|zlib
0
2022-05-09T11:16:07.530Z
2,022
5
11
0
22
0
235
50
4
0
false
true
false
false
false
false
zero
72,171,140
how to save image in cache?
<p>I want to when user is offline, the image from firebase storage that retrived in an imageview when he/she was online, be visible, but I can't implement that codes, as a beginner in android studio and kotlin.</p> <p>I want add Glide image cache and loader to this :</p> <pre><code>private fun getUserProfile() { va...
I want to when user is offline, the image from firebase storage that retrived in an imageview when he/she was online, be visible, but I can't implement that codes, as a beginner in android studio and kotlin. I want add Glide image cache and loader to this : [CODE] but I don't know how to add below codes to above one co...
android|kotlin|imageview
1
2022-05-09T11:20:42.947Z
2,022
5
11
0
143
0
394
27
3
3
true
true
false
false
false
false
low
72,171,195
Voice speak out with amount like paytm
<p>I want integrate the algorithm which is used by paytm to speak amount like 20rs done successfully. so i want to implement same functionality can anyone suggest that how i can achieve this with india voice accent in android or kotlin.</p>
I want integrate the algorithm which is used by paytm to speak amount like 20rs done successfully. so i want to implement same functionality can anyone suggest that how i can achieve this with india voice accent in android or kotlin.
android|kotlin|paytm
0
2022-05-09T11:25:06.380Z
2,022
5
11
0
67
1
233
38
3
0
false
false
false
false
false
false
zero
72,171,250
ionic cordova IO exception while downloading manifest
<p>When I try building my ionic project using <code>ionic cordova build android</code> I get the following error:</p> <pre><code>IO exception while downloading manifest: java.io.FileNotFoundException: https://dl.google.com/android/repository/sys-img/android-desktop/sys-img2-1.xml at sun.net.www.protocol.http.Ht...
When I try building my ionic project using ionic cordova build android I get the following error: [CODE] If I try to access the xml URL from second line above, its showing 404 page. Also, I have build tool 33.0.0-rc2 in my Android dir. I am getting similar results when i run sdkmanager command in CMD [CODE] ionic info ...
android|cordova|gradle|ionic-framework|android-manifest
1
2022-05-09T11:28:51.023Z
2,022
5
11
0
182
1
390
53
5
3
true
false
false
false
false
false
low
72,171,259
Free space of Android storage - File.getFreeSpace() vs StatFs
<p>I'm trying to understand the difference between these two methods to get free space of a storage on Android devices:</p> <p><strong>First method (Android SDK)</strong></p> <pre><code>val stats = StatFs(file.absolutePath) val freespace = stats.availableBlocksLong * stats.blockSizeLong </code></pre> <p><strong>Second ...
I'm trying to understand the difference between these two methods to get free space of a storage on Android devices: First method (Android SDK) [CODE] Second method (Java) [CODE] The second method always returns a little bigger value than the first method. Why so? Update : It seems we can use File.getUsableSpace() inst...
android|android-file|android-storage
0
2022-05-09T11:29:16.647Z
2,022
5
11
0
60
1
514
61
3
2
true
false
false
false
false
false
zero
72,171,296
Content Description in Multi Language
<p>how I can add support of multi-language for content description. I am developing a kiosk app where I want to take confirmation from users for the language they want to have for accessibility. I had tried the below code but it only speaks content in one language.</p> <pre><code>fun wrapTextInLocaleSpan( o...
how I can add support of multi-language for content description. I am developing a kiosk app where I want to take confirmation from users for the language they want to have for accessibility. I had tried the below code but it only speaks content in one language. [CODE] What could be best solution for supporting content...
android|accessibility|talkback
3
2022-05-09T11:32:34.733Z
2,022
5
11
0
93
1
355
37
3
1
true
false
false
false
false
false
low
72,171,302
Android Studio continuous Background Music only when UI is visible
<p>I´m trying to implement a background music that is playing contiuously after starting the app. But i want it to stop when the UI is not visible and start playing again from where it stopped when resuming the app. I tried to get this done with a <code>Service</code> but that doesn´t work because the music doesn´t st...
I´m trying to implement a background music that is playing contiuously after starting the app. But i want it to stop when the UI is not visible and start playing again from where it stopped when resuming the app. I tried to get this done with a Service but that doesn´t work because the music doesn´t stop when app is in...
android-studio|android-service|background-music
0
2022-05-09T11:32:55.047Z
2,022
5
11
0
41
0
632
66
3
2
true
true
false
false
false
false
zero
72,171,416
Starting the Pepper Robot Emulator/Robot Viewer crashes Android Studio without error message
<p>I installed the Pepper SDK according to the guide (<a href="https://qisdk.softbankrobotics.com/sdk/doc/pepper-sdk/ch1_gettingstarted/installation.html" rel="nofollow noreferrer">https://qisdk.softbankrobotics.com/sdk/doc/pepper-sdk/ch1_gettingstarted/installation.html</a>) multiple times now, but as i am starting th...
I installed the Pepper SDK according to the guide ( https://qisdk.softbankrobotics.com/sdk/doc/pepper-sdk/ch1_gettingstarted/installation.html ) multiple times now, but as i am starting the Robot Emulator for Pepper or trying to connect to the real robot, Android Studio just closes without any error. I looked into the ...
android-studio|android-emulator|pepper
1
2022-05-09T11:41:53.773Z
2,022
5
11
0
214
1
789
92
3
0
false
false
false
false
false
false
low
72,171,458
How to add values to app.json for android in expo managed workflow?
<p>I need to add those to Android files:</p> <p><code>android:usesCleartextTraffic=&quot;true&quot;</code> and <code>&lt;uses-permission android:name=&quot;android.permission.ACCESS_NETWORK_STATE&quot; /&gt;</code></p> <p>But I'm using managed workflow and I don't know how to add those lines to <code>app.json</code> fi...
I need to add those to Android files: android:usesCleartextTraffic=&quot;true&quot; and <uses-permission android:name=&quot;android.permission.ACCESS_NETWORK_STATE&quot; /> But I'm using managed workflow and I don't know how to add those lines to app.json file.
android|react-native|expo
6
2022-05-09T11:45:17.380Z
2,022
5
11
0
555
3
261
67
3
0
false
false
false
false
false
false
medium
72,171,463
Fast update Android notification
<p>I write simple audio player for Android. I wrote basic functional and now I want create notification for control audio player. I use Android classes Service and Notification and RemoteViews for big and small notifications. This work good, but, when I use fasted flipping for audio tracks my notification don't update ...
I write simple audio player for Android. I wrote basic functional and now I want create notification for control audio player. I use Android classes Service and Notification and RemoteViews for big and small notifications. This work good, but, when I use fasted flipping for audio tracks my notification don't update tex...
c#|android|xamarin.forms|xamarin.android|android-notifications
0
2022-05-09T11:45:59.863Z
2,022
5
11
0
58
1
817
32
5
1
true
false
false
false
false
false
zero
72,171,538
Detox on Android not working with Git action - React native
<p>I work in React native project and with it I have connect Detox test case flow. I have created all test scenario and it's working fine with local terminal. I have requirement to connect with Git action - CI flow and while integrating with it I am facing issue of .</p> <p>A. <em>ERROR | x86_64 emulation currently req...
I work in React native project and with it I have connect Detox test case flow. I have created all test scenario and it's working fine with local terminal. I have requirement to connect with Git action - CI flow and while integrating with it I am facing issue of . A. ERROR | x86_64 emulation currently requires hardware...
android|react-native|github-actions|detox
0
2022-05-09T11:50:52.383Z
2,022
5
11
0
187
0
887
59
4
1
true
true
false
false
false
false
zero
72,171,734
How to get on Android time format that is locale dependant?
<p>I am using an API that gives me a DateTime pattern so I use it and display a date and time according to this pattern. This API is pretty simple, but for the hours it uses &quot;j&quot; symbol, meaning that I should ask system about its hour format and after that display the hours. Java or Android itself don't use th...
I am using an API that gives me a DateTime pattern so I use it and display a date and time according to this pattern. This API is pretty simple, but for the hours it uses &quot;j&quot; symbol, meaning that I should ask system about its hour format and after that display the hours. Java or Android itself don't use this ...
java|android|datetime
0
2022-05-09T12:06:15.537Z
2,022
5
12
0
33
0
822
59
3
0
false
true
false
false
false
false
zero
72,171,830
How to make smooth MotionLayout?
<p>I have a RecyclerView in my application, there is a layout above and below it, I need the top layout to collapse while I scroll the RecyclerView, and when the RecyclerView goes down to the end, the bottom layout appears. I'm trying to do it with MotionLayout. But I ran into a problem, the appearance and disappearanc...
I have a RecyclerView in my application, there is a layout above and below it, I need the top layout to collapse while I scroll the RecyclerView, and when the RecyclerView goes down to the end, the bottom layout appears. I'm trying to do it with MotionLayout. But I ran into a problem, the appearance and disappearance o...
android|android-recyclerview|android-animation|android-motionlayout
1
2022-05-09T12:14:21.717Z
2,022
5
12
0
110
0
1,084
32
4
2
true
true
false
false
false
false
low
72,171,878
How can I unselect all the selected items in the recycler view with single button click in android studio using JAVA
<p>I have selected and unselected the list using simple onclicklistener action. I also have the selected items array. Now how can I unselect all at the same time with a button click. Thank you in advance</p> <p>This is the adapter of my recycler view</p> <pre><code>public class NameAdapter extends RecyclerView.Adapter&...
I have selected and unselected the list using simple onclicklistener action. I also have the selected items array. Now how can I unselect all at the same time with a button click. Thank you in advance This is the adapter of my recycler view [CODE] This is the namemodel class. [CODE] This is the code in my Mainactivity ...
java|android-studio|android-recyclerview|unselect
0
2022-05-09T12:17:45.623Z
2,022
5
12
0
108
0
345
116
4
3
true
true
false
false
false
false
zero