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,341,820
App crashes after trying to plot data from firebase using MpAndroid Chart
<p>I'm trying to plot temperature data that i get from a sensor in my app using MpAndroid chart. when i launch the activity that contains the graph my app crashes here's my code it's messy i'm a newbie. i'd appreciate any help</p> <p><a href="https://i.stack.imgur.com/bo06F.png" rel="nofollow noreferrer">enter image d...
I'm trying to plot temperature data that i get from a sensor in my app using MpAndroid chart. when i launch the activity that contains the graph my app crashes here's my code it's messy i'm a newbie. i'd appreciate any help enter image description here enter image description here
android|firebase|firebase-realtime-database|mpandroidchart
0
2022-05-22T22:55:24.530Z
2,022
5
22
6
16
0
281
73
4
0
false
true
false
false
false
false
zero
72,341,823
is it possible to detect selfie image in android?
<p>I have list of images from <code>MediaStore.images.media</code>. is it possible to detect selfie images? I have read about mlkit Selfie Segmentation, but I guess it is about changing the photo?</p>
I have list of images from MediaStore.images.media . is it possible to detect selfie images? I have read about mlkit Selfie Segmentation, but I guess it is about changing the photo?
android|kotlin
0
2022-05-22T22:55:47.293Z
2,022
5
22
6
98
1
181
49
2
0
false
false
false
false
false
false
zero
72,341,882
Unable to load class 'org.gradle.api.internal.java.usagecontext.LazyConfigurationUsageContext'
<pre><code>A problem occurred configuring project ':DragRecylerView'. &gt; Could not create an instance of type com.novoda.release.internal.compat.gradle5_3.AndroidSoftwareComponentCompat_Gradle_5_3. &gt; org/gradle/api/internal/java/usagecontext/LazyConfigurationUsageContext * Try: Run with --info or --debug optio...
[CODE] I try change another version of gradle but error like that. my build.grade is 6.7.1 and version 4.2.2 classpath 'com.novoda:bintray-release:0.9.2' Unable to load class 'org.gradle.api.internal.java.usagecontext.LazyConfigurationUsageContext'. This is an unexpected error. Please file a bug containing the idea.log...
android-studio|gradle|android-gradle-plugin|build.gradle
0
2022-05-22T23:13:10.300Z
2,022
5
23
6
203
0
326
94
4
1
true
true
false
false
false
false
zero
72,341,993
okhttp3 onFailure detection
<p>I entered Okhttp (okhttp3) to retrieve data from the server. If the process of retrieving information from the server ends with &quot;onFailure&quot;, I want to clarify why the process ends with &quot;onFailure&quot;. How can I find out if the domain is disconnected from the server (the server is down‚ the domain i...
I entered Okhttp (okhttp3) to retrieve data from the server. If the process of retrieving information from the server ends with &quot;onFailure&quot;, I want to clarify why the process ends with &quot;onFailure&quot;. How can I find out if the domain is disconnected from the server (the server is down‚ the domain is wi...
java|android|okhttp
0
2022-05-22T23:40:07.433Z
2,022
5
23
6
44
0
697
27
3
1
true
true
false
false
false
false
zero
72,342,048
How to add CountDownTimer to a ViewModel Kotlin?
<p>I am trying to add a CountDownTimer to a ViewModel to be able to rotate a screen without losing data in this case a countt timer. In my code, I don't know how to return countdowntimer value from a ViewModel?</p> <p>My code:</p> <pre><code>class MainActivityViewModel: ViewModel() { val countt = MutableLiveData&l...
I am trying to add a CountDownTimer to a ViewModel to be able to rotate a screen without losing data in this case a countt timer. In my code, I don't know how to return countdowntimer value from a ViewModel? My code: [CODE] [CODE]
android|kotlin|viewmodel
0
2022-05-22T23:53:28.257Z
2,022
5
23
6
190
2
230
48
3
2
true
false
false
false
false
false
zero
72,342,062
How to properly use the result from a get query from a Room database
<p>In my app I have a list of workouts, and at one point a want to get the name of one workout using its id in the Room database. For this, I made a SQL query in the DAO class to get the workout name using its id. my main problem is how to get it from the <code>ViewModel</code> to the view. The app uses coroutines.</p>...
In my app I have a list of workouts, and at one point a want to get the name of one workout using its id in the Room database. For this, I made a SQL query in the DAO class to get the workout name using its id. my main problem is how to get it from the ViewModel to the view. The app uses coroutines. DAO function: [CODE...
android|kotlin|mvvm|android-room|kotlin-coroutines
0
2022-05-22T23:56:48.710Z
2,022
5
23
6
304
1
890
68
5
4
true
false
false
false
false
false
zero
72,342,088
How to make an image changing object in Android Studio?
<pre><code>public class Heart { enum HRanks{ ACE(1), TWO (2), THREE(3), FOUR(4), FIVE(5), SIX(6), SEVEN(7), EIGHT(8), NINE(9), TEN(10), JACK(11), QUEEN(12), KING(13); int rank; String color; ImageView cardView; HRanks (int r){ this.rank = r...
[CODE] I got 3 other classes for Spades, Clubs, and Diamonds. I am at the beginning of the developing klondike game app. For now, I am assigning two images for each card. One, when the card is faceUp and second when the card is faceDown. For setImage method, can I have a variable x that changes each card's image value ...
java|android|android-studio|imageview|android-imageview
0
2022-05-23T00:03:40.120Z
2,022
5
0
0
43
0
340
55
5
1
true
true
false
false
false
false
zero
72,342,155
Android Studio, pass String (username) from Android phone with NFC to another Android phone
<p>I am searching for 3 days now, and still I don't find anything that is what I want. Maybe it's not possible? But to accept that, I have to ask here.</p> <p>I have a project, where I want to exchange usernames to both phones, phone 1 gets username of phone 2 and the other way. I tried many tutorials where NFC Reader ...
I am searching for 3 days now, and still I don't find anything that is what I want. Maybe it's not possible? But to accept that, I have to ask here. I have a project, where I want to exchange usernames to both phones, phone 1 gets username of phone 2 and the other way. I tried many tutorials where NFC Reader is used, b...
java|android|android-studio|nfc|nfc-p2p
0
2022-05-23T00:22:15.593Z
2,022
5
0
0
37
0
603
91
5
0
false
true
false
false
false
false
zero
72,342,271
How add Bottom Modal Sheet within a Dialog Composable?
<p>Opened by clicking a FAB, I have an <code>Add Item Dialog</code> which includes an option to assign an image to the shopping list item. Is it possible to implement a <code>Bottom Modal Sheet</code> with options for camera capture, etc. at the bottom of the <code>Dialog</code>?</p>
Opened by clicking a FAB, I have an Add Item Dialog which includes an option to assign an image to the shopping list item. Is it possible to implement a Bottom Modal Sheet with options for camera capture, etc. at the bottom of the Dialog ?
android|android-jetpack-compose|android-dialog|android-bottomsheetdialog
0
2022-05-23T00:52:55.213Z
2,022
5
0
0
128
1
239
54
4
0
false
false
false
false
false
false
zero
72,342,366
Get last child from firebase
<p>I am trying to add rides to my firebase and I am using the following code:</p> <pre><code>dbref = FirebaseDatabase.getInstance().getReference(&quot;Users&quot;) databaseQuery = myRef.orderByKey().limitToLast(1) firebaseAuth = FirebaseAuth.getInstance() databaseQuery.addValueEventListener(obje...
I am trying to add rides to my firebase and I am using the following code: [CODE] How can I pass the values to the second firebase request? Or merge both toguether? I need the username from the table Users but I need the child from the table Buleia. The problem currently is that when creating new value Buleia is writti...
android|firebase|kotlin|children
0
2022-05-23T01:14:48.567Z
2,022
5
1
0
51
2
435
28
4
1
true
false
false
false
false
false
zero
72,342,436
App blocked by Google Protect and marked harmful
<p>I have published my app in the Play store and I upgraded my app signing Keystore in the Google play console. I can install my app in the Play store successfully and show verified by Play Protect in the Play store. However, showing &quot;Blocked by Play Protect &quot; when I installed the signed apk download from the...
I have published my app in the Play store and I upgraded my app signing Keystore in the Google play console. I can install my app in the Play store successfully and show verified by Play Protect in the Play store. However, showing &quot;Blocked by Play Protect &quot; when I installed the signed apk download from the Go...
android|google-play|google-play-protect
0
2022-05-23T01:31:44.483Z
2,022
5
1
0
64
0
1,022
48
3
0
false
true
false
false
false
false
zero
72,342,586
how to access function or variable in class or activity from androidmanifest?
<p>is it possible to replace the value of <code>@string/AdMob_app_id</code> with a function or variable from another class or activity?</p> <p>Currently the <em>admob app id</em> value comes from a string and I want to change the source, for example I get the <em>Admob Id</em> from the parsing API or from the SharedPre...
is it possible to replace the value of @string/AdMob_app_id with a function or variable from another class or activity? Currently the admob app id value comes from a string and I want to change the source, for example I get the Admob Id from the parsing API or from the SharedPreference that I have saved. How to? [CODE]
android|android-studio|kotlin|admob
-1
2022-05-23T02:06:27.793Z
2,022
5
2
0
43
1
320
77
4
1
true
false
false
false
false
true
negative
72,342,653
jetpack compose : creating LazyColumn with items parameter
<pre><code>LazyColumn(modifier = Modifier.fillMaxWidth(), state = listState) { //ABC Category Items item { ABC(componentCoordinator = componentCoordinator) } //DEF Category Items item { DEF(coordinator = screenCoordinator) } //IJK Category Items item { IJK() ...
[CODE] All ABC, DEF, IJK, XYZ are Composable methods with Column, Row, LazyRow combinations. I have to make them all inside individual item {} in order to jump them separately on basis of their index (using listState.animateScrollToItem(int)). Now, the better way of creating this LazyColumn is with &quot;items&quot; (i...
kotlin|android-jetpack-compose|lazycolumn
0
2022-05-23T02:20:31.107Z
2,022
5
2
0
598
1
555
58
3
2
true
false
false
false
false
false
zero
72,342,751
Why is that the data of ChatList Activity Screen on an account also similarly show up in another Account
<p>please help me, i will pray for you guys at least a week for the help.</p> <p>im creating a chatapp using Firebase Database, which have an UI of chatlist, its a list of chat created from the friend request which a user had accepted, check a little foolish examaple below :</p> <p>for example, i created an account of ...
please help me, i will pray for you guys at least a week for the help. im creating a chatapp using Firebase Database, which have an UI of chatlist, its a list of chat created from the friend request which a user had accepted, check a little foolish examaple below : for example, i created an account of A then i add a fe...
java|android|database|firebase|mobile
0
2022-05-23T02:41:03.333Z
2,022
5
2
0
11
0
1,348
104
5
0
false
true
false
false
false
false
zero
72,342,849
Compose App to convert temperature with a bug
<p>I am working through the <strong>Jetpack Compose Essentials</strong> book, in Chapter 40 a code is given to make a temperature conversion app. But there is a bug in the program and I'm not finding it. The app converts temperature in the default direction, but when trying to convert in the opposite direction by chang...
I am working through the Jetpack Compose Essentials book, in Chapter 40 a code is given to make a temperature conversion app. But there is a bug in the program and I'm not finding it. The app converts temperature in the default direction, but when trying to convert in the opposite direction by changing the temp switch,...
android|kotlin|android-jetpack-compose|android-viewmodel
0
2022-05-23T03:01:25.453Z
2,022
5
3
0
60
0
430
45
4
2
true
true
false
false
false
false
zero
72,342,929
How to identify whether the face is in the frames while detecting by ml kit?
<p>I'm doing an Android project that uses google ml kit to detect faces. I am having a problem is how to know when a face appears in the frame when FaceDetection works. I tried a few ways to display the results but it always stopped and did not return anything from the processor.</p> <p>Is there any way to do that?</p>
I'm doing an Android project that uses google ml kit to detect faces. I am having a problem is how to know when a face appears in the frame when FaceDetection works. I tried a few ways to display the results but it always stopped and did not return anything from the processor. Is there any way to do that?
java|android|google-mlkit
0
2022-05-23T03:16:27.803Z
2,022
5
3
0
27
0
306
76
3
0
false
true
false
false
false
false
zero
72,342,964
Android Crop sector
<p>Path path = new Path();</p> <pre><code> RectF rectF1 = new RectF( mFrameRectF.left, mFrameRectF.top, mFrameRectF.right, mFrameRectF.bottom + mFrameRectF.height() ); RectF rectF2 = new RectF( (mFrameRectF.left + mF...
Path path = new Path(); [CODE] How to eliminate the background in the red box, as shown in Figure 2
android|canvas
0
2022-05-23T03:23:36.270Z
2,022
5
3
0
12
0
99
19
2
1
true
true
false
false
false
false
zero
72,343,005
Errors that occur when converting dp to px in Android
<p>I'm using this code to change dp to px.</p> <pre class="lang-java prettyprint-override"><code>public static int DpToPixel(Context context, int DP) { float px = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, DP, context.getResources().getDisplayMetrics()); return (int) px; } </code></pre> <h2>Problem<...
I'm using this code to change dp to px. [CODE] Problem When creating TextView programmatically, set the width and height in pixels, as shown in the line below. [CODE] As a result, I thought that the width of textView would be 96dp and the height would be 14dp . However, when I actually checked, the height of the textVi...
android|textview
0
2022-05-23T03:32:35.590Z
2,022
5
3
0
36
1
510
53
2
2
true
false
false
false
false
false
zero
72,343,154
Notification icon is not showing in android when we receive notification from firebase
<p><a href="https://i.stack.imgur.com/zat0l.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/zat0l.png" alt="enter image description here" /></a></p> <p>This is my Notification which i am receive notification from firebase.</p> <p>this below code i have used to receive notification from firebase:</p> ...
This is my Notification which i am receive notification from firebase. this below code i have used to receive notification from firebase: [CODE] I don't know what i am doing mistake but i am getting notification from Firebase but i am unable to see icon its showing rounded black icon please help me how we can show icon...
android
0
2022-05-23T04:03:45.763Z
2,022
5
4
0
37
0
374
86
1
1
true
true
false
false
false
false
zero
72,343,432
In order to publish the apps with PackageManager API access from June onwards , should I want to remove the <queries>in the manifest?
<p>In order to <strong>Publish</strong> the Android App to the <strong>Playstore</strong>, we should have to remove the queries in the manifest <code>&lt;permission android:name=&quot;android.permission.QUERY_ALL_PACKAGES&quot; /&gt;</code>. I read the documents in this <a href="https://support.google.com/googleplay/an...
In order to Publish the Android App to the Playstore , we should have to remove the queries in the manifest <permission android:name=&quot;android.permission.QUERY_ALL_PACKAGES&quot; /> . I read the documents in this link from GooglePlay , but my question is should I want to remove the <queries> tag as well? because I ...
android|google-play|android-package-managers|android-13
1
2022-05-23T04:59:29.630Z
2,022
5
4
0
40
0
425
133
4
1
true
true
false
false
false
false
low
72,343,455
How to open WhatsApp using angular and android
<p>I have an angular app and converted to android app using android studio. In my app there is button called message on WhatsApp on click of that WhatsApp should open but in my case its not working. Getting error like webpage not available.</p> <p><img src="https://i.stack.imgur.com/OGK5K.png" alt="enter image descript...
I have an angular app and converted to android app using android studio. In my app there is button called message on WhatsApp on click of that WhatsApp should open but in my case its not working. Getting error like webpage not available.
android|angular
0
2022-05-23T05:01:22.190Z
2,022
5
5
0
24
0
237
46
2
0
false
true
false
false
false
false
zero
72,343,461
How to specify endpoint for server-side validation of Facebook Audience Network's rewarded ads?
<p>I'm trying to integrate Facebook's Rewarded Video Ads into my app; specifically, I want to implement server-side validation so that I can verify that the user has watched an ad video before giving them a reward. According to the implementation details as specified on <a href="https://developers.facebook.com/docs/aud...
I'm trying to integrate Facebook's Rewarded Video Ads into my app; specifically, I want to implement server-side validation so that I can verify that the user has watched an ad video before giving them a reward. According to the implementation details as specified on this page , this involves having a custom endpoint o...
android|facebook|ads|facebook-audience-network
0
2022-05-23T05:02:30.347Z
2,022
5
5
0
21
0
628
95
4
0
false
true
false
false
false
false
zero
72,343,552
Any Public API for IRCTC to check PNR Status and Seat Availability?
<p>I'm working on an android application to check PNR status and seat availability. So is there any public api for getting this information?</p> <p>I tried many API, but most of them are not working.</p>
I'm working on an android application to check PNR status and seat availability. So is there any public api for getting this information? I tried many API, but most of them are not working.
android|api|mobile
2
2022-05-23T05:21:52.780Z
2,022
5
5
0
59
1
189
67
3
0
false
false
false
false
false
false
low
72,343,642
How to increase the overall thickness of a banner in flutter?
<p>I'm making a flutter app where there's a gridview of cards that shows details of different items in a list. In the top right corner of the card I added a banner using the banner widget that shows the current status of the item. <a href="https://i.stack.imgur.com/W0s04.png" rel="nofollow noreferrer"><img src="https:/...
I'm making a flutter app where there's a gridview of cards that shows details of different items in a list. In the top right corner of the card I added a banner using the banner widget that shows the current status of the item. This is what the banner looks like. But I want to move the banner a bit more to the corner a...
android|flutter|dart|user-interface
0
2022-05-23T05:33:23.423Z
2,022
5
5
0
77
0
555
61
4
1
true
true
false
false
false
false
zero
72,343,745
Flutter Error "No file or variants found for assets/translation"
<p>My Flutter app failed to build and it shows error &quot;No file or variants found for assets/translation&quot;.</p> <p>My pubsec.yaml as follows</p> <pre><code> assets: - assets/ - assets/translations </code></pre> <p>my directory as follows <a href="https://i.stack.imgur.com/g2cg2.png" rel="nofollow noreferr...
My Flutter app failed to build and it shows error &quot;No file or variants found for assets/translation&quot;. My pubsec.yaml as follows [CODE] my directory as follows Kindly help me fix . thank you
flutter|android-studio|dart
-1
2022-05-23T05:47:16.290Z
2,022
5
5
0
27
1
199
64
3
1
true
false
false
false
false
true
negative
72,343,830
How to referencing other (multi)module's resouce on test code[in Android-Studio or IntelliJ]
<h3>android project dir</h3> <pre><code>my-app/ ├─ app/ │ ├─ test/ &lt;- test here │ ├─ main/ │ ├─ androidTest/ &lt;- test here ├─ common_res/ │ ├─ main/ │ ├─ res/ │ ├─ values/ &lt;- reference resources … other resources … </code></pre> <p>In IDE(in Android-Studio), <em>It cann't referencing ...
android project dir [CODE] In IDE(in Android-Studio), It cann't referencing resource like string or drawable and so on. it show Red sign (But unit or UI test works well) I tried like below but fails [CODE] and tried sourceSet(in app/build.gradle) way but i didn't achieve my goal. (I am not understand well gradle source...
android|android-studio|gradle|intellij-idea|android-testing
1
2022-05-23T05:56:41.673Z
2,022
5
5
0
299
1
424
92
5
2
true
false
false
false
false
false
low
72,343,854
flutter_stripe Build failed with an exception on android
<p>I am using the flutter_stripe plugin for stripe payment. It is working on IOS but on android, I am getting this error . As per flutter_stripe documentation all settings done for android and ios..</p> <p>FAILURE: Build failed with an exception.</p> <ul> <li>What went wrong: Execution failed for task ':app:checkDebugA...
I am using the flutter_stripe plugin for stripe payment. It is working on IOS but on android, I am getting this error . As per flutter_stripe documentation all settings done for android and ios.. FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. Could not ...
android|flutter|flutter-stripe
0
2022-05-23T05:59:31.533Z
2,022
5
5
0
152
1
1,346
56
3
3
true
false
false
false
false
false
zero
72,343,857
How to connect Dialogflow code written in Python to an Android app
<p>I wrote the dialogflow code through python flask, and I was able to check that it was printed properly on the Dialogflow messenger through ngrok. (But in Web demo, it shows an empty respone.) Anyway, I tried to connect this dialogflow agent with the android app. In the android studio, one fragment was configured as ...
I wrote the dialogflow code through python flask, and I was able to check that it was printed properly on the Dialogflow messenger through ngrok. (But in Web demo, it shows an empty respone.) Anyway, I tried to connect this dialogflow agent with the android app. In the android studio, one fragment was configured as a c...
python|android-studio|dialogflow-es|dialogflow-es-fulfillment
0
2022-05-23T05:59:42.133Z
2,022
5
5
0
40
0
809
66
4
0
false
true
false
false
false
false
zero
72,343,863
Error when setting tts language in android
<p>I am initializing the tts using the code below, but very occasionally, an unreproducible error occurs when setting the language.</p> <p>I want to solve the problem but I can't find a way Can someone please help?</p> <pre><code>Attempt to invoke virtual method 'int android.speech.tts.TextToSpeech.setLanguage(java.uti...
I am initializing the tts using the code below, but very occasionally, an unreproducible error occurs when setting the language. I want to solve the problem but I can't find a way Can someone please help? [CODE] [CODE]
android
0
2022-05-23T06:01:37.020Z
2,022
5
6
0
16
0
218
42
1
2
true
true
false
false
false
false
zero
72,343,947
How to add classpath in Android Studio chipMunk
<p>I have update android studio to chipMunk but I need to add classpath dependecies in project level gradle but that has been excluded. I tried to add dependency in plugins but an error was thrown. How to resolve this issue?</p>
I have update android studio to chipMunk but I need to add classpath dependecies in project level gradle but that has been excluded. I tried to add dependency in plugins but an error was thrown. How to resolve this issue?
android
0
2022-05-23T06:10:22.317Z
2,022
5
6
0
11
0
221
47
1
0
false
true
false
false
false
false
zero
72,343,956
Android In dutch language comma (,) is interpreted as dot (.)
<p>I am using the following code to format the amount entered by user in EditText.</p> <pre><code>fun String.formatWithComma(): String { return try { val formatter = DecimalFormat(&quot;#,###,###&quot;) formatter.format(toDouble()) } catch (ex: Exception) { return &quot;&quot; } } </...
I am using the following code to format the amount entered by user in EditText. [CODE] But when I switch the phone language to dutch, the comma is converted to dot (.). Like if user wants to type 4,323 , it is converted to 4.323. I want to comma instead of dot even in dutch language. Any solution
android|kotlin|formatter|kotlin-android-extensions|decimalformat
-2
2022-05-23T06:11:13.343Z
2,022
5
6
0
74
3
297
61
5
1
true
false
false
false
false
true
negative
72,344,025
Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` i have already set it to true and false
<p>Apps targeting Android 12 and higher are required to specify an explicit value for <code>android:exported</code> when the corresponding component has an intent filter defined.</p> <p>In Maniefest File i Have already set it to</p> <pre><code> &lt;manifest xmlns:android=&quot;http://schemas.android.com/apk/res/andr...
Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined. In Maniefest File i Have already set it to [CODE]
flutter|flutter-layout|flutter-dependencies|flutter-web|android-12
1
2022-05-23T06:19:44.677Z
2,022
5
6
0
697
0
212
141
5
1
true
true
false
false
false
false
low
72,344,139
Android C++ network module with boost asio (ssl), infinite loop
<p>I am using boost 1.70.0 in android native for network module.</p> <p>The AsioClient is singleton for accept http request from all instances(Image, Video, HTML, JS source URI and so on).</p> <p>And this is not on the main thread for not blocking the main thread.</p> <p>So I using pthread.h C style thread and ThreadPo...
I am using boost 1.70.0 in android native for network module. The AsioClient is singleton for accept http request from all instances(Image, Video, HTML, JS source URI and so on). And this is not on the main thread for not blocking the main thread. So I using pthread.h C style thread and ThreadPool is a custom thread po...
android|c++|c++11|boost|java-native-interface
0
2022-05-23T06:35:02.943Z
2,022
5
6
0
45
0
601
63
5
2
true
true
false
false
false
false
zero
72,344,180
Android Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x714b52a000
<p>I applied the NDK to my project.</p> <p>I found a solution that was supposed to fix the error by giving read permission to that memory, but this didn't work for me.</p> <p>I gave read access to the memory I wanted to access using 'mprotect'.</p> <p>Also, this problem is not consistent and probable because I tried va...
I applied the NDK to my project. I found a solution that was supposed to fix the error by giving read permission to that memory, but this didn't work for me. I gave read access to the memory I wanted to access using 'mprotect'. Also, this problem is not consistent and probable because I tried various test cases; but th...
android|android-ndk
1
2022-05-23T06:40:14.813Z
2,022
5
6
0
1,228
0
403
80
2
1
true
true
false
false
false
false
low
72,344,325
Clear Android APP's cache with command line
<p>I'm trying to clear an app's cache using shell command, but I failed to completely clear it.</p> <p>My understanding is that an app's cache are in the following folders:</p> <pre><code> /data/data/&lt;app package name&gt;/cache /data/data/&lt;app package name&gt;/code_cache /data/user_de/&lt;user id&gt;/&...
I'm trying to clear an app's cache using shell command, but I failed to completely clear it. My understanding is that an app's cache are in the following folders: [CODE] So, I have issued &quot;rm -rf {paths above}/*&quot; one by one for these 4 folders. However, while the cache size is decreased as seen in android's n...
android|shell|caching|command
0
2022-05-23T06:54:27.520Z
2,022
5
6
0
171
0
684
43
4
1
true
true
false
false
false
false
zero
72,344,407
Android - Align view center to left of other view
<p><a href="https://i.stack.imgur.com/Q2Bq5.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/Q2Bq5.png" alt="enter image description here" /></a></p> <p>i want to use ConstraintLayout to do this, but i dont know how to do it...</p> <p>edit: Thank you for your answer. Now I have found a solution, and t...
i want to use ConstraintLayout to do this, but i dont know how to do it... edit: Thank you for your answer. Now I have found a solution, and the code is as follows [CODE] But why can't this problem be closed
android
-3
2022-05-23T07:02:34.437Z
2,022
5
7
0
27
1
207
49
1
1
true
false
false
false
false
true
negative
72,344,507
is it possible to to record agora voice call in android studio for and voice call application?
<p>I am developing a voice call app on android studio using agora Api. Now I want to record voice call and I don't know it is possible or not ?</p>
I am developing a voice call app on android studio using agora Api. Now I want to record voice call and I don't know it is possible or not ?
android-studio|agora.io
1
2022-05-23T07:10:34.703Z
2,022
5
7
0
68
1
140
94
2
0
false
false
false
false
false
false
low
72,344,535
How to create Expander in codebehind inside For Loop in xamarin C#
<p>Here <code>contentItems[0]</code> have Headers of content and <code>contentItems[1]</code> have Paragraph of Header. I would like to display Paragraph inside header in Xamarin Expander.</p> <p>After run this code getting <strong>System.NullReferenceException: 'Object reference not set to an instance of an object.'</...
Here contentItems[0] have Headers of content and contentItems[1] have Paragraph of Header. I would like to display Paragraph inside header in Xamarin Expander. After run this code getting System.NullReferenceException: 'Object reference not set to an instance of an object.' [CODE] Output like this image but i need mult...
c#|xamarin|xamarin.forms|xamarin.android|xamarin-studio
0
2022-05-23T07:13:03.603Z
2,022
5
7
0
83
1
388
66
5
1
true
false
false
false
false
false
zero
72,344,665
Does a RequiresApi on onCreate mean the app wont start on SDK versions less than the version specified?
<p>I am trying to solve for issues around <code>TelephonyManager</code> and add compatibility for listening to phone call state for Android 12 and above. My app has <code>targetSdkVersion</code> set to 31. If I try to register the telephony callbacks in <code>onCreate</code>, Android Studio applies the annotation <code...
I am trying to solve for issues around TelephonyManager and add compatibility for listening to phone call state for Android 12 and above. My app has targetSdkVersion set to 31. If I try to register the telephony callbacks in onCreate , Android Studio applies the annotation @RequiresApi(api = Build.VERSION_CODES.S) to i...
android
0
2022-05-23T07:23:38.303Z
2,022
5
7
0
10
0
510
103
1
0
false
true
false
false
false
false
zero
72,344,681
Here maps sdk in react native
<p>How to implemented here maps sdk in android react native please give one example so i can understand and integrate</p> <p>It gives error in (explore edition) :- Attempt to invoke virtual method 'com.here.sdk.mapview.Mapscene com.here.sdk.mapview.MapView.getMapScene()' on a null object reference.</p>
How to implemented here maps sdk in android react native please give one example so i can understand and integrate It gives error in (explore edition) :- Attempt to invoke virtual method 'com.here.sdk.mapview.Mapscene com.here.sdk.mapview.MapView.getMapScene()' on a null object reference.
react-native|heremaps|heremaps-android-sdk
0
2022-05-23T07:24:42.390Z
2,022
5
7
0
45
0
289
29
3
0
false
true
false
false
false
false
zero
72,344,696
Fragment switching causes fragment to recreate itself instead
<p>So for some reason I am unable to switch between to specific fragments and when it should switch between fragments it keeps recreating the original fragment instead of replacing it with the intended fragment.</p> <p>This is my fragment from where I want to switch to a different fragment:</p> <pre class="lang-kt pret...
So for some reason I am unable to switch between to specific fragments and when it should switch between fragments it keeps recreating the original fragment instead of replacing it with the intended fragment. This is my fragment from where I want to switch to a different fragment: [CODE] the navigationcallback is the A...
android|kotlin|android-fragments
0
2022-05-23T07:25:50.590Z
2,022
5
7
0
20
0
898
61
3
2
true
true
false
false
false
false
zero
72,344,703
Android - Wrong dimen values are used when passing from portrait to landscape
<p>I have a custom component and my problem is;</p> <ul> <li>when I open my fragment in Tablet in Portrait, it uses true dimen value 72dp (which is in my <code>values-sw600dp</code> folder) but when I rotate to Landscape, it still uses this value. But I have <code>values-sw600dp-land</code> folder and value is 160dp.</...
I have a custom component and my problem is; when I open my fragment in Tablet in Portrait, it uses true dimen value 72dp (which is in my values-sw600dp folder) but when I rotate to Landscape, it still uses this value. But I have values-sw600dp-land folder and value is 160dp. when I open my fragment in Tablet in Landsc...
android|kotlin|android-resources|tablet|landscape-portrait
0
2022-05-23T07:26:20.573Z
2,022
5
7
0
34
0
865
77
5
5
true
true
false
false
false
false
zero
72,344,772
Android data binding - visible if state is instanceOf Sealed Class
<p>I have different states for my fragment as below</p> <pre><code>sealed class AccountState { object Fetching : AccountState() object ErrorFetching : AccountState() data class NewUser(val url: String) : AccountState() data class ReturningUser(val accountName: String) : AccountState() object Activat...
I have different states for my fragment as below [CODE] I update the state in ViewState as a liveData [CODE] I do have a binding adapter for boolean called &quot;visible&quot; [CODE] I'd like to hide/show layouts in my XML based on the state. For example: [CODE] But this doesn't work because in the binding implementati...
android|data-binding
0
2022-05-23T07:32:02.007Z
2,022
5
7
0
67
0
655
66
2
5
true
true
false
false
false
false
zero
72,344,854
chromium-TrichromeWebViewGoogle6432.aab-stable-495106134 line
<p>I am getting the chromium-TrichromeWebViewGoogle6432.aab-stable-495106134 for samsung modals n android version 12.</p> <pre><code>Fatal Exception: java.lang.RuntimeException Using WebView from more than one process at once with the same data directory is not supported. https://crbug.com/558377 : Current process com....
I am getting the chromium-TrichromeWebViewGoogle6432.aab-stable-495106134 for samsung modals n android version 12. [CODE]
android
0
2022-05-23T07:39:54.267Z
2,022
5
7
0
276
0
121
61
1
1
true
true
false
false
false
false
zero
72,344,858
Why the same version of chrome some have sec-fetch-dest header and some don't have sec-fetch-dest header
<p>android webview</p> <p>1. user-agent: Mozilla/5.0 (Linux; Android 10; TEL-AN00a Build/HONORTEL-AN00a; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.93 Mobile Safari/537.36 headers: {&quot;upgrade-insecure-requests&quot;:&quot;1&quot;}</p> <p>2. user-agent: Mozilla/5.0 (Linux; Android 10; TE...
android webview 1. user-agent: Mozilla/5.0 (Linux; Android 10; TEL-AN00a Build/HONORTEL-AN00a; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.93 Mobile Safari/537.36 headers: {&quot;upgrade-insecure-requests&quot;:&quot;1&quot;} 2. user-agent: Mozilla/5.0 (Linux; Android 10; TEL-AN00a Build/HON...
android
0
2022-05-23T07:40:03.270Z
2,022
5
7
0
36
0
634
104
1
0
false
true
false
false
false
false
zero
72,344,859
Flutter access QR code sensor (POS machine)
<p><img src="https://i.ibb.co/C2X3q1J/H645c72232d984702920d20b5affb31b3s.jpg" alt="Text" /> Before buying this android machine I want to know that can I access the QR code reader which is a sensor not a camera using flutter? same thing for the thermal printer and the NFC reader can flutter access and use them? and is t...
Before buying this android machine I want to know that can I access the QR code reader which is a sensor not a camera using flutter? same thing for the thermal printer and the NFC reader can flutter access and use them? and is there any packages i can use. Thank you
android|flutter|pos
-1
2022-05-23T07:40:05.310Z
2,022
5
7
0
65
1
266
43
3
0
false
false
false
false
false
true
negative
72,344,861
How to select multiple checkboxes using one checkbox in android kotlin?
<p>Here is my activity code:-</p> <pre><code>class SelectCoursesActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_select_courses) all_courses.setOnCheckedChangeListener { _, _ -&gt; ...
Here is my activity code:- [CODE] here is activity xml code:- [CODE] I am trying to make to activity that if:- 1)all courses checkbox is selected then all other checkboxes should be checked and vice versa. 2)all science button is checked then all other subjects buttons should be selected and vice versa. Same for all ot...
android|kotlin|android-checkbox
2
2022-05-23T07:40:17.920Z
2,022
5
7
0
620
2
823
71
3
2
true
false
false
false
false
false
low
72,344,939
Custom FileProvider class not found
<p>I'm using custom file provider in library to avoid conflict with Application's or other library provider. I've tested on lot's of device. It is working fine. But I'm getting this crash from Firebase.</p> <pre><code>package com.zomato.chatsdk.utils.helpers import androidx.core.content.FileProvider class ChatFilePro...
I'm using custom file provider in library to avoid conflict with Application's or other library provider. I've tested on lot's of device. It is working fine. But I'm getting this crash from Firebase. [CODE] Here I'm using in library manifest. [CODE] ActivityThread.java line android.app.ActivityThread.installProvider [C...
android|kotlin|fileprovider
0
2022-05-23T07:46:56.857Z
2,022
5
7
0
82
0
331
35
3
4
true
true
false
false
false
false
zero
72,344,962
**> Could not find com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5.** & **> Could not find com.novoda:bintray-release:0.9.2.**
<p>This is my first time here, i just updated gradle from 3.XX to 7.2.0 and am rebuilding and finding the following error.</p> <p>I am not sure how to go about resolving the same. I consistently get new gradle build errors after resolving old ones. Is this normal?</p> <p>Thanks for any help regarding the same.</p> <pre...
This is my first time here, i just updated gradle from 3.XX to 7.2.0 and am rebuilding and finding the following error. I am not sure how to go about resolving the same. I consistently get new gradle build errors after resolving old ones. Is this normal? Thanks for any help regarding the same. [CODE] App module build.g...
java|android|gradle|build.gradle|gradle-plugin
0
2022-05-23T07:49:03.693Z
2,022
5
7
0
214
0
385
131
5
4
true
true
false
false
false
false
zero
72,345,013
DetoxRuntimeError: No instrumentation runner found on device null for package
<p>I have been trying to understand this error but cannot pinpoint the reason behind No instrumentation runner. The moment I run the command, it fails. I am also unable to use --loglevel trace to get the logs.</p> <p>I am able to build the project successfully, generate apks and install them on my physical device but I...
I have been trying to understand this error but cannot pinpoint the reason behind No instrumentation runner. The moment I run the command, it fails. I am also unable to use --loglevel trace to get the logs. I am able to build the project successfully, generate apks and install them on my physical device but I am unable...
android|react-native|e2e-testing|detox|android-instrumentation
0
2022-05-23T07:54:15.810Z
2,022
5
7
0
119
0
882
77
5
4
true
true
false
false
false
false
zero
72,345,022
Getting different tensorflow lite 2.8.0 shared libraries for Android when cross-compile it with bazel and cmake
<p>I'm trying to build TensorFlow Lite 2.8.0 shared library for android with cmake.</p> <p>Using environment:<br /> Ubuntu 20.04.4;<br /> Android SDK 32;<br /> Android NDK 20b (20.1.5948944);<br /> TensorFlow Lite 2.8.0</p> <p>Firstly, to check my model, I built TensorFlow Lite 2.8.0 with bazel.<br /> I just made next ...
I'm trying to build TensorFlow Lite 2.8.0 shared library for android with cmake. Using environment: Ubuntu 20.04.4; Android SDK 32; Android NDK 20b (20.1.5948944); TensorFlow Lite 2.8.0 Firstly, to check my model, I built TensorFlow Lite 2.8.0 with bazel. I just made next build.sh in folder with TFLite sources: [CODE] ...
cmake|android-ndk|tensorflow-lite
0
2022-05-23T07:54:50.110Z
2,022
5
7
0
179
1
1,259
111
3
3
true
false
false
false
false
false
zero
72,345,049
I need to filter the listview using recyclerView by date(between start date and end date) stored in Room Database
<p>i am storing data in Amount in Roomdatabase with current date.The app successfully storing the data and showing me list stored item in recylerview with the current date. Now i need o filter the result sum of total amount i added by date like i want to show list with start date and end date. i can get the sum of abo...
i am storing data in Amount in Roomdatabase with current date.The app successfully storing the data and showing me list stored item in recylerview with the current date. Now i need o filter the result sum of total amount i added by date like i want to show list with start date and end date. i can get the sum of above u...
java|android|sqlite
0
2022-05-23T07:56:27.083Z
2,022
5
7
0
37
1
556
113
3
3
true
false
false
false
false
false
zero
72,345,085
How to get the full name of fragments using "adb shell dumpsys activity"
<p>For a testing purpose, I use <code>adb shell dumpsys activity &lt;activity_name&gt;</code> to dump the information of the fragments in the foreground activity.</p> <p>The problem is that the dumped fragment name only contains the class name rather than its full name (full name means package name + class name). For e...
For a testing purpose, I use adb shell dumpsys activity <activity_name> to dump the information of the fragments in the foreground activity. The problem is that the dumped fragment name only contains the class name rather than its full name (full name means package name + class name). For example, if the fragment's ful...
android|android-fragments|adb|dumpsys
0
2022-05-23T07:59:03.700Z
2,022
5
7
0
84
1
887
72
4
0
false
false
false
false
false
false
zero
72,345,149
TWA - Location and notification doesn't work if host is not included in host is not added in intent filter
<p>TWA android browser helper delegation service don't work when host is not added in intent filters. For Location I get the error as your location is blocked and in case of notifications, they come through chrome instead of TWA</p> <p>We can't add only host in intent filters as we don't want all of our urls to be open...
TWA android browser helper delegation service don't work when host is not added in intent filters. For Location I get the error as your location is blocked and in case of notifications, they come through chrome instead of TWA We can't add only host in intent filters as we don't want all of our urls to be opened in App....
android|google-chrome|trusted-web-activity
0
2022-05-23T08:04:22.410Z
2,022
5
8
0
37
0
387
106
3
0
false
true
false
false
false
false
zero
72,345,169
read a File in hex byteArray and write part of that array to another File - java android
<p>I have a 200kb file and I have to read it in bytes, and then write part of this byteArray (from index 90000 to 165000) to another file. How can I accomplish this.<br></p> <pre><code>File file1 = new File(getExternalStorageDirectory(), &quot;file1.raw&quot;); //the 200kb file try { File.createTempFile(&quot;...
I have a 200kb file and I have to read it in bytes, and then write part of this byteArray (from index 90000 to 165000) to another file. How can I accomplish this. [CODE]
java|android|arrays|bufferedreader
-1
2022-05-23T08:06:23.537Z
2,022
5
8
0
62
1
169
88
4
1
true
false
false
false
false
true
negative
72,345,401
Kivy image android source not loading
<pre><code>Image: id: imageView source: 'os.path.join( Environment.getExternalStorageDirectory().getPath(), Environment.DIRECTORY_DCIM, &quot;deneme.png&quot; )' allow_stretch: True </code></pre> <p>The file in Directory_dcim and file name is deneme.png but image not load OS:Andr...
[CODE] The file in Directory_dcim and file name is deneme.png but image not load OS:Android
python|android|kivy
0
2022-05-23T08:25:16.927Z
2,022
5
8
0
33
0
91
37
3
1
true
true
false
false
false
false
zero
72,345,509
Jetpack Compose Preview Render Problem when casting LocalContext.current
<pre><code>Android Studio Chipmunk 2021.2.1; Compose Version = '1.1.1'; Gradle Version 7.4.2; Kotlin 1.6.10; </code></pre> <p>Up to one point, everything was working. Then this error appeared and the preview stopped working when I try to call &quot;LocalContext.current&quot; and make &quot;context.applicationContex...
[CODE] Up to one point, everything was working. Then this error appeared and the preview stopped working when I try to call &quot;LocalContext.current&quot; and make &quot;context.applicationContext as Application&quot; both in this project and in another one. Where it used to work with &quot;LocalContext.current&quot;...
android-studio|kotlin|android-jetpack-compose|android-jetpack-compose-preview
0
2022-05-23T08:35:02.533Z
2,022
5
8
0
1,025
4
1,754
72
4
2
true
false
false
false
false
false
zero
72,345,581
Android softInput on done click does not closes Action tool bar(Copy/paste bar still remains on screen)
<p><strong>Problem</strong>: I am facing an issue in my fragments. When i click on edit text input field softInput keyboard opens and while keyboard is open when i long press on edit text field it opens system action bar [copy,paste,select all]. After clicking on softInput done(IME action) button sofinput(Keyboard clos...
Problem : I am facing an issue in my fragments. When i click on edit text input field softInput keyboard opens and while keyboard is open when i long press on edit text field it opens system action bar [copy,paste,select all]. After clicking on softInput done(IME action) button sofinput(Keyboard closes) but action bar ...
android|kotlin|android-actionbar|android-softkeyboard
0
2022-05-23T08:40:18.293Z
2,022
5
8
0
29
1
563
103
4
0
false
false
false
false
false
false
zero
72,345,621
How to use generic data type as parameter in data binding?
<pre><code>object BindingAdapter { @BindingAdapter(&quot;app:displayDate&quot;) @JvmStatic fun startDate(appCompatTextView: AppCompatTextView, item: SpecialOfferItem) { try { var strDate = &quot;&quot; strDate = DateUtils.utcToCurrentTim...
[CODE] How to use SpecialOfferItem as a generic parameter. i want to make this function for multiple model class
javascript|android|kotlin
0
2022-05-23T08:43:34.757Z
2,022
5
8
0
45
1
112
58
3
1
true
false
false
false
false
false
zero
72,345,949
Xamarin iOS Build System.IO.FileNotFoundException: Could not find file "../obj/iPhone/Dev/actool/bundle/my20x20.png"
<p>I have different Info.plist files for different environments e.g. Dev.Info.plist.</p> <p>NOTE: I copy and paste all contents of Dev.Info.plist into Info.plist before I start my build.</p> <p>When I build &amp; run locally, I have no issues but I build &amp; run against iPhoneSimulator. My CI/CD pipeline runs against...
I have different Info.plist files for different environments e.g. Dev.Info.plist. NOTE: I copy and paste all contents of Dev.Info.plist into Info.plist before I start my build. When I build & run locally, I have no issues but I build & run against iPhoneSimulator. My CI/CD pipeline runs against iPhone and for some reas...
xamarin|xamarin.forms|xamarin.android|xamarin.ios|monodevelop
0
2022-05-23T09:08:55.163Z
2,022
5
9
0
69
1
413
116
5
3
true
false
false
false
false
false
zero
72,345,974
Error with injecting view model using Dagger 2
<p>I just started learning Dagger 2 and trying to make subcomponent for subcomponent. I faced error and can't find where it comes from. Below I will write my dagger structure.</p> <pre><code>AppComponent -AppModule -SubcomponentsModule --MainComponent ---MainModule ----AuthorizationComponent -----AuthorizationModule --...
I just started learning Dagger 2 and trying to make subcomponent for subcomponent. I faced error and can't find where it comes from. Below I will write my dagger structure. [CODE] Application component: [CODE] It has SubcomponentsModule with one subcomponent so far: [CODE] MainComponent: [CODE] ViewModelModule: [CODE] ...
android|kotlin|dependency-injection|viewmodel|dagger-2
0
2022-05-23T09:10:53.537Z
2,022
5
9
0
120
0
778
46
5
11
true
true
false
false
false
false
zero
72,345,993
Flutter: how to get payment status in UPI payment by android intent through deeplinking
<p>I am trying to make UPI payment by android intent through deep link by launching URL</p> <pre><code> void _pay() async { String _url='upi://pay?pa=name@upi&amp;pn=Name&amp;am=1&amp;tn=Test Payment&amp;cu=INR'; var result = await launch(_url); debugPrint(result.toString()); if (result ==true) { ...
I am trying to make UPI payment by android intent through deep link by launching URL [CODE] After opening the UPI app and making payment how would i know that payment was succesful or not, how to get the payment status?
android|flutter|dart|payment|upi
0
2022-05-23T09:12:13.777Z
2,022
5
9
0
102
1
219
87
5
1
true
false
false
false
false
false
zero
72,346,049
Can we get CameraVersion using openCv?
<p>I want to get Camera version. I am using camera2 api from that cameraVersion i am getting null</p> <pre><code>CameraCharacteristics characteristics = manager.getCameraCharacteristics(cameraId); cameraVersion = characteristics.get(CameraCharacteristics.INFO_VERSION); </code></pre> <p>So can I get cam...
I want to get Camera version. I am using camera2 api from that cameraVersion i am getting null [CODE] So can I get camera version from openCv??
android|opencv|android-camera|android-camera2
0
2022-05-23T09:16:48.217Z
2,022
5
9
0
22
0
143
38
4
1
true
true
false
false
false
false
zero
72,346,170
Cannot add a configuration with name 'androidJdkImage' as a configuration with that name already exists
<p>This is my second question related to this android build issue.</p> <p>I just updated gradle from 3.XX to 7.2.0 and am rebuilding and finding the following error.</p> <p>Have i added 2 plugins that are inadvertently calling ths same configuration name by any chance. Any help will be appreciated.</p> <p><strong>Error...
This is my second question related to this android build issue. I just updated gradle from 3.XX to 7.2.0 and am rebuilding and finding the following error. Have i added 2 plugins that are inadvertently calling ths same configuration name by any chance. Any help will be appreciated. Error [CODE] App module build.gradle ...
java|android|gradle|build.gradle
0
2022-05-23T09:25:39.497Z
2,022
5
9
0
162
0
332
103
4
2
true
true
false
false
false
false
zero
72,346,173
Issue with flutter_inappwebview + custom headers on Android in case with reCaptcha on the page
<p>I'm using flutter_inappwebview + I need custom headers with all requests. Partly my problem is solved just by adding some headers to requests in native iOS/Android code.</p> <p><code>InAppWebView.swift</code></p> <pre class="lang-swift prettyprint-override"><code>var request = URLRequest(url: url) if value != nil { ...
I'm using flutter_inappwebview + I need custom headers with all requests. Partly my problem is solved just by adding some headers to requests in native iOS/Android code. InAppWebView.swift [CODE] InAppWebView.java [CODE] for Android But in case when page have Google reCaptcha - iOS works just fine. But non of those met...
android|flutter|recaptcha|request-headers|flutter-inappwebview
1
2022-05-23T09:25:45.497Z
2,022
5
9
0
145
0
642
94
5
5
true
true
false
false
false
false
low
72,346,197
How to get the list of pdf files of "Download" directory of the device in android 12?
<p>It shows other files like .jpg, .png, folders, .mp3 files but it doesn't show the .pdf, .doc files in the directory.</p> <pre><code>File Downloadpath = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS.toString()); String[] files = Downloadpath.list(); Log.d(&quot;pdf&qu...
It shows other files like .jpg, .png, folders, .mp3 files but it doesn't show the .pdf, .doc files in the directory. [CODE] How can I list the pdf files of Download folder in Android 12? I have tried this link but it does not work in Android 12.
android|pdf|filepicker.io
0
2022-05-23T09:26:46.810Z
2,022
5
9
0
105
0
245
85
3
1
true
true
false
false
false
false
zero
72,346,238
How to hide Shell Item on Flyout
<p>I have a Xamarin Forms project in which I have a ShellItem <code>login</code> and then it shows me a FlyoutItem <code>main</code> with different tabs.</p> <p>Here is the code on my <code>AppShell</code></p> <pre><code>&lt;ShellItem Route=&quot;login&quot; x:Name=&quot;loginItem&quot;&gt; &lt;ShellContent Con...
I have a Xamarin Forms project in which I have a ShellItem login and then it shows me a FlyoutItem main with different tabs. Here is the code on my AppShell [CODE] Here is the login page, as you can see I don't want to display the flyout item yet. The issue is on my FlyoutItem &quot;main&quot;. If the user accidentally...
c#|android|asp.net-core|xamarin|xamarin.forms
0
2022-05-23T09:30:36.610Z
2,022
5
9
0
71
1
583
32
5
1
true
false
false
false
false
false
zero
72,346,245
Could not able to change the width of snackbar using material 1.5.0
<p>Could not able to change the width of the snackbar when migrated material design from 1.3.0 to 1.5.0.</p> <p>Using below code :</p> <pre><code>val contentLayoutParams = snackBar.view.layoutParams as FrameLayout.LayoutParams contentLayoutParams.width = getDimen(anchorView, R.dimen.snackBar_width) </code></pre>
Could not able to change the width of the snackbar when migrated material design from 1.3.0 to 1.5.0. Using below code : [CODE]
android|kotlin|material-design|android-snackbar|snackbar
0
2022-05-23T09:31:19.530Z
2,022
5
9
0
59
0
127
67
5
1
true
true
false
false
false
false
zero
72,346,334
Execution failed for task ':react-native-webview:compileDebugKotlin'
<p>After upgrading react native from 0.61.2 to 0.68.2 with RN update helper, gradle cant build app. Getting this error</p> <p>FAILURE: Build failed with an exception.</p> <ul> <li>What went wrong: Execution failed for task ':react-native-webview:compileDebugKotlin'.</li> </ul> <blockquote> <p>java.io.IOException: Permi...
After upgrading react native from 0.61.2 to 0.68.2 with RN update helper, gradle cant build app. Getting this error FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':react-native-webview:compileDebugKotlin'. java.io.IOException: Permission denied trying all react-native-webview versi...
android|react-native|gradle|webview|react-native-webview
0
2022-05-23T09:37:39.130Z
2,022
5
9
0
2,395
2
1,018
68
5
1
true
false
false
false
false
false
zero
72,346,350
how to use another nav host inside the navigation without using using another activity
<p>I have a fragment which is also a part of navigation name basic details fragment</p> <p>and I want to use another navhost container inside this fragment, How can I do that how I can access this navhost inside the BasicFragment or it is possible? if any one know please share the info thank you :)</p> <pre><code>&lt;a...
I have a fragment which is also a part of navigation name basic details fragment and I want to use another navhost container inside this fragment, How can I do that how I can access this navhost inside the BasicFragment or it is possible? if any one know please share the info thank you :) [CODE]
android|navigation
0
2022-05-23T09:38:37.710Z
2,022
5
9
0
36
0
296
86
2
1
true
true
false
false
false
false
zero
72,346,358
BluetoothDevice.getUuids() returns null
<p>I am currently working on an app which requires a Bluetooth laser meter. So i tried a few lines of code and went through a loads of failures. The last error I get is an NPE because i try to access the array returned by getUuids(). I also tried to connect the app to my airPods and everything worked well. I am at minS...
I am currently working on an app which requires a Bluetooth laser meter. So i tried a few lines of code and went through a loads of failures. The last error I get is an NPE because i try to access the array returned by getUuids(). I also tried to connect the app to my airPods and everything worked well. I am at minSdk ...
java|android|bluetooth
0
2022-05-23T09:39:03.320Z
2,022
5
9
0
80
1
930
39
3
2
true
false
false
false
false
false
zero
72,346,361
Is any right approch to open direct google play store after click button in android
<p>I used below code to open directly google play store whenever click on share button.</p> <blockquote> <p>Used Kotlin Extension</p> </blockquote> <pre><code>//Share apk fun shareApp(message : String, activity: Activity){ val sendIntent = Intent() sendIntent.action = Intent.ACTION_SEND sendIntent.putExtra(...
I used below code to open directly google play store whenever click on share button. Used Kotlin Extension [CODE] in fragment -> [CODE] But it not redirected to play store directly , it redirected to browser and then open play store . I want to open direct play store not from browser.
android|kotlin|google-play|share
-2
2022-05-23T09:39:21.347Z
2,022
5
9
0
196
3
285
83
4
2
true
false
false
false
false
true
negative
72,346,394
Android Crash Reporting: much more crashes reported in Google Play Console than Crashlytics
<p>I have a problem as I have much more crashes reported in Google Play Console than in Firebase Crashlytics. Around 15% in Google Play Console versus 2% in Crashlytics.</p> <p>Note that most crashes come from C++ code (NDK/JNI).</p> <p>I don't know which tool gives the correct data.</p> <p>How to solve this issue?</p>...
I have a problem as I have much more crashes reported in Google Play Console than in Firebase Crashlytics. Around 15% in Google Play Console versus 2% in Crashlytics. Note that most crashes come from C++ code (NDK/JNI). I don't know which tool gives the correct data. How to solve this issue? Thanks.
android|c++|crashlytics|google-play-console|crashlytics-android
4
2022-05-23T09:41:23.723Z
2,022
5
9
0
126
1
300
91
5
0
false
false
false
false
false
false
low
72,346,472
Unable to play HEVC/h265 videos on exoplayer
<p>I am building a video player in the exoplayer library in android. I am unable to play h265 videos on all the devices. When I use another media player, e.g. MX Player, I am able to play the same media on the same devices. Below is the code for initializing the player written in Kotlin.</p> <pre><code>val trackSelecto...
I am building a video player in the exoplayer library in android. I am unable to play h265 videos on all the devices. When I use another media player, e.g. MX Player, I am able to play the same media on the same devices. Below is the code for initializing the player written in Kotlin. [CODE] The video tries to play the...
android|exoplayer|codec|exoplayer2.x|hevc
1
2022-05-23T09:47:20.880Z
2,022
5
9
0
544
1
423
44
5
2
true
false
false
false
false
false
low
72,346,627
Returning activityLauncher result from activity to activity to fragment in Android Studio
<p>Good morning lads, Got myself quite the confusing problem, atleast for myself:</p> <p>I have a fragment (page 1) which contains a button that opens an activity (page 2) using activityLauncher so it returns a result, and within that same activity, a button for the exact same purposes (page 3).</p> <h2><strong>profile...
Good morning lads, Got myself quite the confusing problem, atleast for myself: I have a fragment (page 1) which contains a button that opens an activity (page 2) using activityLauncher so it returns a result, and within that same activity, a button for the exact same purposes (page 3). profile_fragment.java (page 1) + ...
java|android|android-studio
1
2022-05-23T09:58:50.510Z
2,022
5
9
0
79
0
1,184
89
3
6
true
true
false
false
false
false
low
72,346,671
Add data folder and read permissions when create app with GoogleCollab
<p>I have tried to setup an Android application with python code into GoogleColab Notebook. I got no problem with helloworlds. The problems comes when i try to read a file into a local folder located in folder:</p> <pre><code>folder_data = &quot;DATA/test.csv&quot; </code></pre> <p>The <strong>main.py</strong> file:</p...
I have tried to setup an Android application with python code into GoogleColab Notebook. I got no problem with helloworlds. The problems comes when i try to read a file into a local folder located in folder: [CODE] The main.py file: [CODE] I understand that i need to put permissions and requirements in the buildozer.sp...
android|python-3.x|kivy|buildozer
0
2022-05-23T10:02:35.810Z
2,022
5
10
0
23
0
629
70
4
3
true
true
false
false
false
false
zero
72,346,735
onClick button inside RecyclerView works for multiple view instead of itself
<p>I'm writing an app to translate words.There are about 40 words in one <code>RecyclerView</code>.There is one button for each word that shows the meaning of that word. I wrote <code>onClickListener</code> for that button inside <code>onBindViewHolder</code> like below:</p> <pre class="lang-java prettyprint-override">...
I'm writing an app to translate words.There are about 40 words in one RecyclerView .There is one button for each word that shows the meaning of that word. I wrote onClickListener for that button inside onBindViewHolder like below: [CODE] But when I click on that button, it reveals not only itself meaning, it reveals ne...
java|android|android-recyclerview
0
2022-05-23T10:06:57.530Z
2,022
5
10
0
85
2
645
76
3
1
true
false
false
false
false
false
zero
72,346,746
How to retrieve latitude and longitude value from firebase database and show the marker on map?
<p><img src="https://i.stack.imgur.com/5FxPF.png" alt="Database Structure" /></p> <p>I have made a custom app where my current location is showing and moving continuously when I move. Now, I want to know that how I can retrieve latitude and longitude value of driver from firebase database and show the marker on google ...
I have made a custom app where my current location is showing and moving continuously when I move. Now, I want to know that how I can retrieve latitude and longitude value of driver from firebase database and show the marker on google map(Android Studio)? I have attached an image of my database structure above. Here, t...
android|google-maps|firebase-realtime-database
0
2022-05-23T10:07:30.063Z
2,022
5
10
0
108
1
639
95
3
1
true
false
false
false
false
false
zero
72,346,788
Android 12 (SDK > 29) Extra_Output for ACTION_IMAGE_CAPTURE not working
<p>I want to take a picture with the camera and then send it to another activity. Everything works on the emulator without any problems. But as soon as I try the app on my real device, I always get the status code 0 in the ActivityResultLauncher and the If branch is not called. On the other hand, on the emulator I get ...
I want to take a picture with the camera and then send it to another activity. Everything works on the emulator without any problems. But as soon as I try the app on my real device, I always get the status code 0 in the ActivityResultLauncher and the If branch is not called. On the other hand, on the emulator I get -1 ...
android|android-intent|android-service|android-camera
3
2022-05-23T10:10:59.083Z
2,022
5
10
0
803
1
1,041
71
4
2
true
false
false
false
false
false
low
72,346,857
cannot resolve symbol android studio strings id and colors
<p>I opened this app and it shows lots of things as errors such as ids colors even strings with error: can't find symbols. tried several things nothing seems to work.<a href="https://i.stack.imgur.com/zjXwk.png" rel="nofollow noreferrer">enter image description here</a></p>
I opened this app and it shows lots of things as errors such as ids colors even strings with error: can't find symbols. tried several things nothing seems to work. enter image description here
android|android-studio
0
2022-05-23T10:16:26.630Z
2,022
5
10
0
138
1
192
58
2
0
false
false
false
false
false
false
zero
72,346,885
Open "Site settings" from html/javascript PWA
<p>is it possible to open the site settings (where the user can accept or block Permissions) from javascript or html (using a specific URI scheme for example) from a PWA? I am interested for now on Android, but of course this would be very useful on any OS.</p> <p>The main issue is that in PWA it is very difficult for ...
is it possible to open the site settings (where the user can accept or block Permissions) from javascript or html (using a specific URI scheme for example) from a PWA? I am interested for now on Android, but of course this would be very useful on any OS. The main issue is that in PWA it is very difficult for some users...
android|permissions|notifications|progressive-web-apps
1
2022-05-23T10:18:29.577Z
2,022
5
10
0
108
0
600
45
4
0
false
true
false
false
false
false
low
72,346,890
"Save to Home Screen" only saves the root path
<p>I have a web app specifically designed for mobile use. The user gets a login URL containing a tenant ID in the query, e.g. <code>https://m.example.com/login?tenant=123</code></p> <p>If I try to add this to the home screen, the link saved is just the root path, <code>https://m.example.com/</code>, so the tenant ID is...
I have a web app specifically designed for mobile use. The user gets a login URL containing a tenant ID in the query, e.g. https://m.example.com/login?tenant=123 If I try to add this to the home screen, the link saved is just the root path, https://m.example.com/ , so the tenant ID is lost in the process. I observe the...
android|ios|homescreen
0
2022-05-23T10:18:36.763Z
2,022
5
10
0
23
1
568
46
3
0
false
false
false
false
false
false
zero
72,346,917
How to delete commit and get back changes in Android Studio
<p>I did a commit in Android Studio but I want to make more changes but I dont want to do another commit.</p> <p>I can see my commit here <a href="https://i.stack.imgur.com/iBcuC.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/iBcuC.png" alt="enter image description here" /></a></p> <p>What I want to...
I did a commit in Android Studio but I want to make more changes but I dont want to do another commit. I can see my commit here What I want to do, is to get back my changes here and delete this commit without pushing it to Github Can someone help me with this issue?
git|android-studio|github|commit
2
2022-05-23T10:21:13.663Z
2,022
5
10
0
97
1
266
59
4
0
false
false
false
false
false
false
low
72,346,920
Localizing the app, but not so much. A problem with dates
<p>One of our apps is only available in Italy; so, currently, the only available language is Italian. All strings are Italian, but it is a common practice for many users to set the device in another language (e.g., English). When formatting <code>LocalDate</code>s with a <code>DateTimeFormatter</code>, or <code>Date</c...
One of our apps is only available in Italy; so, currently, the only available language is Italian. All strings are Italian, but it is a common practice for many users to set the device in another language (e.g., English). When formatting LocalDate s with a DateTimeFormatter , or Date s with DateUtils , we obtain, by de...
android|localization|internationalization
0
2022-05-23T10:21:17.690Z
2,022
5
10
0
30
0
1,234
57
3
0
false
true
false
false
false
false
zero
72,346,948
CalendarStrip Style changes when setting scrollable to true
<p>So I am making a <code>CalendarStrip</code> from react-native-calendar-strip. Basically when I am setting the scrollable to true in the <code>CalendrStrip</code>, the height of the strip gets shortened and ruins the look of the <code>CalendarStrip</code>. <a href="https://i.stack.imgur.com/RWPKu.jpg" rel="nofollow n...
So I am making a CalendarStrip from react-native-calendar-strip. Basically when I am setting the scrollable to true in the CalendrStrip , the height of the strip gets shortened and ruins the look of the CalendarStrip . So this is the CalendarStrip without scrollable set to true. This is when I set the scrollable to tru...
javascript|android|react-native
0
2022-05-23T10:23:09.290Z
2,022
5
10
0
56
0
479
59
3
1
true
true
false
false
false
false
zero
72,346,969
java.nio.file.AccessDeniedException with android studio when creating an app but no issues with only java in eclipse
<p>This code works with no issue in java reading the file in my laptop, but when I am trying to create the app with Android studio, v 9.0, so far the app cannot read this file located in my phone.</p> <pre><code>String thePath = String.valueOf(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOAD...
This code works with no issue in java reading the file in my laptop, but when I am trying to create the app with Android studio, v 9.0, so far the app cannot read this file located in my phone. [CODE] Path fileLocation = Paths.get( thePath + &quot;/v.txt&quot;); so fileLocation is being passed as parameter to this meth...
java|android|android-studio
0
2022-05-23T10:24:29.167Z
2,022
5
10
0
273
1
898
116
3
5
true
false
false
false
false
false
zero
72,347,150
I can't pass the argument while using higher order function
<p><a href="https://i.stack.imgur.com/tjktK.png" rel="nofollow noreferrer">Here you can see that I can't pass that string parameter</a></p> <p>I somehow learned how to pass a method in the same class but, when I want to call it from another class, I can't pass the arguments.</p>
Here you can see that I can't pass that string parameter I somehow learned how to pass a method in the same class but, when I want to call it from another class, I can't pass the arguments.
android|kotlin|oop
0
2022-05-23T10:38:15.517Z
2,022
5
10
0
33
1
189
59
3
0
false
false
false
false
false
false
zero
72,347,218
Edittext looses focus when recyclerview is refreshed
<p>So I have a list in which there are edit text and when I change value it should refresh the list t show updated value. But when list is refreshed the edit text looses focus and the keyboard closes.<a href="https://i.stack.imgur.com/xPxdT.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/xPxdT.png" a...
So I have a list in which there are edit text and when I change value it should refresh the list t show updated value. But when list is refreshed the edit text looses focus and the keyboard closes.
android
1
2022-05-23T10:43:37.453Z
2,022
5
10
0
34
1
197
52
1
0
false
false
false
false
false
false
low
72,347,248
Restrict face recognition API call to Flutter app only
<p>I have an use case where in my flutter app makes an API call to a backend API which in turn makes a call to a 3rd party service to verify whether both the images are similar. My concern is, any user can use the api access token to call the backend API directly with spoofed data to get a verified profile. How can i m...
I have an use case where in my flutter app makes an API call to a backend API which in turn makes a call to a 3rd party service to verify whether both the images are similar. My concern is, any user can use the api access token to call the backend API directly with spoofed data to get a verified profile. How can i make...
android|ios|flutter|api
1
2022-05-23T10:45:54.893Z
2,022
5
10
0
68
1
387
54
4
0
false
false
false
false
false
false
low
72,347,296
How to send date and time in Post Request in Android Java with Retrofit 2
<p>I am making a post request with the endpoint event/create</p> <pre><code>@POST(&quot;event/create&quot;) Call&lt;EventID&gt; createEvent(@Body CreateEvent createEvent); </code></pre> <p>In the EventID I am getting a String id. I have get and set methods for it. In the CreateEvent model I am sending String name, name...
I am making a post request with the endpoint event/create [CODE] In the EventID I am getting a String id. I have get and set methods for it. In the CreateEvent model I am sending String name, nameSecond, title, location and date. I also have get and set methods for them. In the xml of the activity I have TextInputEditT...
java|android|gson|retrofit2
1
2022-05-23T10:49:52.247Z
2,022
5
10
0
158
0
1,079
73
4
3
true
true
false
false
false
false
low
72,347,571
Installation failed due to: ''cmd package install-create -r -t --user current --full --dont-kill -S 4415498' returns error'
<p>I'm getting this error:</p> <blockquote> <p>Installation failed due to: ''cmd package install-create -r -t --user current --full --dont-kill -S 4415498' returns error 'Unknown failure: cmd: Can't find service: package''</p> </blockquote>
I'm getting this error: Installation failed due to: ''cmd package install-create -r -t --user current --full --dont-kill -S 4415498' returns error 'Unknown failure: cmd: Can't find service: package''
android|android-studio|android-emulator
0
2022-05-23T11:11:39.780Z
2,022
5
11
0
104
0
199
123
3
0
false
true
false
false
false
false
zero
72,347,586
How to solve Could not determine the dependencies of task ':app:compileDebugJavaWithJavac' - Android
<p>I am trying to run Android project in an AVD Manager. When the program compiles it throws an exception.</p> <pre><code>Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. &gt; Installed Build Tools revision 32.0.0 is corrupted. Remove and install again using the SDK Manager. * Try: Run ...
I am trying to run Android project in an AVD Manager. When the program compiles it throws an exception. [CODE] I have tried several solutions for a workaround. I have tried to change CompledSDK, TargetSDK and BuildTools to 31, 30 and 29 but none of them worked for me. Any help!
java|android|android-studio|javac
1
2022-05-23T11:12:55.257Z
2,022
5
11
0
1,398
1
278
100
4
1
true
false
false
false
false
false
low
72,347,611
Why state flow calls callectLatest multiple times?
<p>So, I would like to use StateFlow instead of LiveData, but I can not figure out what's the problem with my logic.</p> <p>I have a flow, which has a default null value. When I open a dialog which contains a some datas, after that I select one data, I emit the new value to the flow.</p> <p>In the first time, after th...
So, I would like to use StateFlow instead of LiveData, but I can not figure out what's the problem with my logic. I have a flow, which has a default null value. When I open a dialog which contains a some datas, after that I select one data, I emit the new value to the flow. In the first time, after the dialog closed, c...
android|kotlin
0
2022-05-23T11:15:21.707Z
2,022
5
11
0
437
1
1,012
50
2
3
true
false
false
false
false
false
zero
72,347,615
Difference between the two types of FCM push notification payloads (notification vs data) and when do they arrive to Android FirebaseMessagingService?
<p>In Firebase push notifications, the payload can be of type &quot;notification&quot; or &quot;payload&quot;, but they arrive (or not) depending on whether the app is in background or not and other details. Please clarify them.</p>
In Firebase push notifications, the payload can be of type &quot;notification&quot; or &quot;payload&quot;, but they arrive (or not) depending on whether the app is in background or not and other details. Please clarify them.
android|firebase|firebase-cloud-messaging
0
2022-05-23T11:15:34.583Z
2,022
5
11
0
420
1
225
150
3
0
false
false
false
false
false
false
zero
72,347,786
How to instantiate the properties of a constructor of a class in flutter
<p>I want to instantaite the properties of a class while trying to create a object of it in flutter</p> <p>DataBaseProvider File</p> <pre><code>class DatabaseProvider extends ChangeNotifier { int _selectedIndex = 0; Box&lt;Contacts&gt; _contactsBox = Hive.box&lt;Contacts&gt;('contacts'); Contacts _selectedCo...
I want to instantaite the properties of a class while trying to create a object of it in flutter DataBaseProvider File [CODE] Model File [CODE] Now whenever i try creating a object of Contacts Class it aks for the reuqired properties values. For Ex: Contacts ct = Contacts( name: name, imageURL:imageURL) So in the Datab...
android|ios|flutter|dart|hive
0
2022-05-23T11:29:33.563Z
2,022
5
11
0
30
1
478
72
5
2
true
false
false
false
false
false
zero
72,347,798
Change DateField value using Provider
<p>I want to change date field value while clicking on a Radio Button named &quot;Yes&quot;. One can input date by changing date from datepicker. Another one is is user clicked on &quot;Yes&quot; button the datefield value will be changed. I'm trying it using Provider. But the updated value isn't displaying into datefi...
I want to change date field value while clicking on a Radio Button named &quot;Yes&quot;. One can input date by changing date from datepicker. Another one is is user clicked on &quot;Yes&quot; button the datefield value will be changed. I'm trying it using Provider. But the updated value isn't displaying into datefield...
android|ios|flutter|dart
0
2022-05-23T11:30:18.170Z
2,022
5
11
0
66
2
516
37
4
1
true
false
false
false
false
false
zero
72,347,820
Storing data of currently signned user in Firebase Firestore in Kotlin?
<p>I am new to Android. I create sign-in and sign-up functionality. But I want to store the data of the user,(before going to the signing screen) when the user is signing up in the FireBase FireStore (based on the current user id). I have the user id, but I don't know the way to do it. The code is attached below. I am ...
I am new to Android. I create sign-in and sign-up functionality. But I want to store the data of the user,(before going to the signing screen) when the user is signing up in the FireBase FireStore (based on the current user id). I have the user id, but I don't know the way to do it. The code is attached below. I am gla...
android|kotlin|google-cloud-platform|google-cloud-firestore|firebase-authentication
0
2022-05-23T11:31:30.050Z
2,022
5
11
0
144
1
352
71
5
1
true
false
false
false
false
false
zero
72,347,858
Not able to change range slider thumb (icon) in android
<p>Here is the code I used</p> <pre><code>&lt;com.google.android.material.slider.RangeSlider android:id=&quot;@+id/rangeSlider&quot; android:layout_width=&quot;0dp&quot; android:layout_height=&quot;wrap_content&quot; android:thumb=&quot;@drawable/ic_dots_select&quot; android:valueFrom=&quot;1&quot; ...
Here is the code I used [CODE] I already added a thumb icon but it is not showing.
android|xml|rangeslider
0
2022-05-23T11:34:14.660Z
2,022
5
11
0
115
1
82
55
3
1
true
false
false
false
false
false
zero
72,348,142
Take Screenshot of publisher view in opentok video streaminglibrary
<p>I am using Opentok library for video streaming.</p> <p>I want to take screenshot of publisher video streaming and save to gallery.</p> <p>When I take screenshot of that view programmatically and save to gallery it will display blank image.</p> <p>If anyone has any solution please update me.</p> <p>Thanks in advance....
I am using Opentok library for video streaming. I want to take screenshot of publisher video streaming and save to gallery. When I take screenshot of that view programmatically and save to gallery it will display blank image. If anyone has any solution please update me. Thanks in advance.
android|kotlin|screenshot|opentok|publisher
0
2022-05-23T11:55:40.607Z
2,022
5
11
0
11
0
289
67
5
0
false
true
false
false
false
false
zero
72,348,178
Can't start emulator in Android Studio
<p>I can't start emulator in <code>Android Studio 2021.2.1</code> device infos: <code>Nexus 4 API 22 - Android 5.1</code></p> <p>LOG ERROR:</p> <pre><code>2022-05-23 12:52:58,071 [2873628] ERROR - Emulator: Nexus 4 API 22 - Android Studio Chipmunk | 2021.2.1 Build #AI-212.5712.43.2112.8512546 2022-05-23 12:52:...
I can't start emulator in Android Studio 2021.2.1 device infos: Nexus 4 API 22 - Android 5.1 LOG ERROR: [CODE] How to test virtual device in my computer: Intel Core i5 3230M 2.6 GHZ 2-processor core Thanks.
android|android-studio|emulation|virtual|nexus
0
2022-05-23T11:59:28.407Z
2,022
5
11
0
68
0
206
38
5
1
true
true
false
false
false
false
zero