id
int64
28.5M
73.8M
title
stringlengths
15
150
question_body
stringlengths
69
39.4k
body_text
stringlengths
6
29.2k
tags
stringlengths
7
120
score
int64
-19
384
creation_date
stringlengths
20
24
year
int64
-1
2.02k
month
int64
-1
12
hour
int64
-1
23
dayofweek
int64
-1
6
view_count
int64
3
367k
answer_count
int64
0
34
body_len
int64
6
29.2k
title_len
int64
15
150
tag_count
int64
1
6
code_block_cnt
int64
0
17
has_code
bool
2 classes
is_unanswered
bool
2 classes
is_popular
bool
2 classes
is_viral
bool
2 classes
is_highly_voted
bool
2 classes
is_negative
bool
2 classes
score_bucket
stringclasses
5 values
73,072,584
Cannot use list in lazycolumn in kotlin
<p>I am using LazyColumn in project. When I am passing the list it giving me error. Can someone guide me what is the error?</p> <p><strong><a href="https://github.com/vivek-modi/SportsResult/blob/master/app/src/main/java/com/vivek/sportsresult/ui/screen/ResultScreen.kt" rel="nofollow noreferrer">ResultScreen.kt</a></st...
I am using LazyColumn in project. When I am passing the list it giving me error. Can someone guide me what is the error? ResultScreen.kt [CODE] Error [CODE] UPDATE
android|kotlin|android-jetpack-compose|android-jetpack|lazycolumn
2
2022-07-21T21:02:33.487Z
2,022
7
21
3
107
2
163
39
5
2
true
false
false
false
false
false
low
73,072,587
I want to set a value in textField and not being able to change this value, only possible to insert new values. (kotlin)
<p>I have a registration form, when I select an especific option on input, a textField this form receive a value that cannot be changed, being able to only type with other values ​​in this textField.</p>
I have a registration form, when I select an especific option on input, a textField this form receive a value that cannot be changed, being able to only type with other values ​​in this textField.
android|android-studio|kotlin
1
2022-07-21T21:02:56.550Z
2,022
7
21
3
32
1
196
120
3
0
false
false
false
false
false
false
low
73,072,806
What is the proper way to navigate between screens in jetpack compose while there's coroutines jobs to be executed in the viewmodel?
<p><strong>Problem:-</strong></p> <p>I have a composable <code>WelcomeScreen</code> that shows a finish button at the end and when the user clicks the finish button it calls a function from the <code>WelcomeScreenViewModel</code> that launches a <code>viewModelScope</code> coroutine to save a boolean value using androi...
Problem:- I have a composable WelcomeScreen that shows a finish button at the end and when the user clicks the finish button it calls a function from the WelcomeScreenViewModel that launches a viewModelScope coroutine to save a boolean value using android DataStore . The problem I'm facing is that when the button is cl...
android|android-jetpack-compose|kotlin-coroutines|android-viewmodel
1
2022-07-21T21:23:11.033Z
2,022
7
21
3
129
1
1,371
132
4
2
true
false
false
false
false
false
low
73,072,819
RecyclerView view binding flickering & not rendering consistently Android MVVM
<p>I'm using view binding w/ MVVM pattern in my Android app. From the home activity, the user can click on an item which will open a fragment with items displayed in a recycler view. The first time the fragment is rendered the recycler view flickers on and then disappears all together. If I go back to the home activity...
I'm using view binding w/ MVVM pattern in my Android app. From the home activity, the user can click on an item which will open a fragment with items displayed in a recycler view. The first time the fragment is rendered the recycler view flickers on and then disappears all together. If I go back to the home activity an...
android|android-recyclerview|android-mvvm|android-viewbinding
0
2022-07-21T21:25:00.093Z
2,022
7
21
3
30
1
629
78
4
2
true
false
false
false
false
false
zero
73,072,829
startActivityForResult migration, call registerForActivityResult outside activity
<p>In my android/java application (personal use) which dates back a few years, I have to migrate many startActivityForResult calls to registerForActivityResult (gallery pickup, photo taking, scanner etc...) but, despite many hours spent, I can't do it alone. I'm very far from being a confirmed developer and I'm lost. I...
In my android/java application (personal use) which dates back a few years, I have to migrate many startActivityForResult calls to registerForActivityResult (gallery pickup, photo taking, scanner etc...) but, despite many hours spent, I can't do it alone. I'm very far from being a confirmed developer and I'm lost. If I...
java|android|migration
0
2022-07-21T21:26:27.017Z
2,022
7
21
3
53
1
1,531
81
3
2
true
false
false
false
false
false
zero
73,072,885
Android studio app Video not playing in android 10 but Toast shows
<p>I build a player app using exoplayer 2.18.0 On click video open video player but video doesn't play. Only toast show that I write &quot;video can't be played&quot; This app works well in Android 7,9,11 and 12 Please help to fix it.</p>
I build a player app using exoplayer 2.18.0 On click video open video player but video doesn't play. Only toast show that I write &quot;video can't be played&quot; This app works well in Android 7,9,11 and 12 Please help to fix it.
android|android-studio|media-player|android-videoview|exoplayer2.x
0
2022-07-21T21:32:42.110Z
2,022
7
21
3
37
0
231
66
5
0
false
true
false
false
false
false
zero
73,072,894
Using android platform with java
<p>I made a game using eclipse(java), do i have to only download android platform to make it an app, or i have to download java as will, (i have eclipse on my computer already)?</p>
I made a game using eclipse(java), do i have to only download android platform to make it an app, or i have to download java as will, (i have eclipse on my computer already)?
java|android|eclipse|platform
0
2022-07-21T21:33:51.320Z
2,022
7
21
3
47
1
174
32
4
0
false
false
false
false
false
false
zero
73,072,902
Save Network Dialog Missing "Cancel" and "Save" Options
<p>I am building an android plugin for Unity that saves wifi networks to the device. I am using the <a href="https://i.stack.imgur.com/0I7b0.png" rel="nofollow noreferrer">ACTION_WIFI_ADD_NETWORKS</a> intent and it seems to be working fine.</p> <p>I've exported the library as an aar file, imported it into my unity proj...
I am building an android plugin for Unity that saves wifi networks to the device. I am using the ACTION_WIFI_ADD_NETWORKS intent and it seems to be working fine. I've exported the library as an aar file, imported it into my unity project, and added a wrapper that calls my method from the plugin. The plugin works fine o...
android|android-studio|unity3d|android-unity-plugin
1
2022-07-21T21:35:35.917Z
2,022
7
21
3
48
0
941
55
4
0
false
true
false
false
false
false
low
73,072,904
Backhandler not working in jetpack compose
<p>Hey I am using BackHandler from this <a href="https://stackoverflow.com/a/69151539/11560810">stackoverflow</a>. When I am pressing back button it's not working. Can someone guide me on this.</p> <p><a href="https://github.com/vivek-modi/SportsResult/blob/master/app/src/main/java/com/vivek/sportsresult/ui/screen/Resu...
Hey I am using BackHandler from this stackoverflow . When I am pressing back button it's not working. Can someone guide me on this. ResultScreen.kt [CODE] NavigationGraph.kt [CODE] If you want to see more please visit my repository . UPDATE You can see my video link . Anyone know when I back press why my scren flicks ?...
android|kotlin|android-jetpack-compose|android-jetpack|android-jetpack-navigation
0
2022-07-21T21:35:49.010Z
2,022
7
21
3
769
1
604
42
5
5
true
false
false
false
false
false
zero
73,072,923
Permanent connection across activity bound service
<p>Problem statement =&gt; I am trying to communicate between two apps, say App A(client side) and App B(server side). I am using AIDL based approach. It takes time to create connection between A and B, also the binding process is asynchronous and I need to immediately use the created connection after it gets binded. S...
Problem statement => I am trying to communicate between two apps, say App A(client side) and App B(server side). I am using AIDL based approach. It takes time to create connection between A and B, also the binding process is asynchronous and I need to immediately use the created connection after it gets binded. Somethi...
java|android|asynchronous|synchronization|ipc
0
2022-07-21T21:39:58.563Z
2,022
7
21
3
28
0
818
50
5
2
true
true
false
false
false
false
zero
73,073,187
should I copy .repo directory before or after build
<p>I'm novice in android development and google's git-repo so please bear with me.</p> <p>I found the <a href="https://stackoverflow.com/questions/51186210/repo-sync-aosp-of-android-4-3-r1-the-size-of-the-repo-directory-reach-70g">this</a> thread but it doesn't discuss about my question.</p> <p>I'm working on to store ...
I'm novice in android development and google's git-repo so please bear with me. I found the this thread but it doesn't discuss about my question. I'm working on to store the required android Q code (from our platform provider) downloaded from internet to local network storage so it is always available without dependenc...
android|android-source|repo|git-repo
0
2022-07-21T22:11:59.980Z
2,022
7
22
3
62
0
997
51
4
3
true
true
false
false
false
false
zero
73,073,240
.NET MAUI WebSocket doesn't work on android 5 and 8
<p>On my android 11 device my websocket works fine, but when i try to run it on older phone with android 5 or 8, it doesnt work and it only says <code>Unable to connect to the remote server</code> Is there some way to make it works ? I am using <code>System.Net.WebSockets;</code></p> <pre><code>async Task StartWebSocke...
On my android 11 device my websocket works fine, but when i try to run it on older phone with android 5 or 8, it doesnt work and it only says Unable to connect to the remote server Is there some way to make it works ? I am using System.Net.WebSockets; [CODE] [CODE] [CODE]
c#|android|websocket|.net-maui|system.net.websockets
0
2022-07-21T22:18:32.603Z
2,022
7
22
3
252
0
272
51
5
3
true
true
false
false
false
false
zero
73,073,433
Jetpack Compose Material3 - Label for Switch
<p>I need to implement a switch with a label with Jetpack Compose and Material3.</p> <p>My solution so far (it basically just extends the existing switch component and adds the <code>label</code> property):</p> <pre><code>@Composable fun LabeledSwitch( checked: Boolean, onCheckedChange: ((Boolean) -&gt; Unit)?,...
I need to implement a switch with a label with Jetpack Compose and Material3. My solution so far (it basically just extends the existing switch component and adds the label property): [CODE] This correctly displays the label (e.g. {Text(&quot;Test&quot;)} ) next to the switch. However, I would like to forward all click...
android|android-jetpack-compose|material3
2
2022-07-21T22:47:12.367Z
2,022
7
22
3
92
1
698
44
3
2
true
false
false
false
false
false
low
73,073,464
Hide overlay from a Service if the keyboard is shown
<p>I have an overlay service in android running over other apps. I want to hide part of the overlay if the keyboard is shown or show it if not. Is there a way to achieve that? It is possible to get access to the InputManager from a Service?</p>
I have an overlay service in android running over other apps. I want to hide part of the overlay if the keyboard is shown or show it if not. Is there a way to achieve that? It is possible to get access to the InputManager from a Service?
android|service|overlay
0
2022-07-21T22:53:12.533Z
2,022
7
22
3
34
0
237
52
3
0
false
true
false
false
false
false
zero
73,073,716
Convert this java array to a kotlin equivalent array 2d
<p>Hi I'm trying to convert this java array to a kotlin array:</p> <pre><code>String[][] data = {{&quot;May&quot;,&quot;22&quot;}, {&quot;June&quot;,&quot;45&quot;}}; </code></pre> <p>I tried two ways but my tableView is not showing any record. This is my way number 1:</p> <pre><code>val mayo: A...
Hi I'm trying to convert this java array to a kotlin array: [CODE] I tried two ways but my tableView is not showing any record. This is my way number 1: [CODE] The I pased this array to the adapter of this library: https://github.com/ISchwarz23/SortableTableView [CODE] and nothing happens, there is not data and not err...
java|android|arrays|kotlin
1
2022-07-21T23:42:51.747Z
2,022
7
23
3
70
1
592
55
4
5
true
false
false
false
false
false
low
73,073,760
Extending AlertDialog shows no view
<p>I needed to add a method to AlertDialog, getTitle(), I extended it but I also needed to extend the subclass Builder to override create(). The issue was if I tried to create a AlertDialogCustom object, alongside an AlertDialog.Builder object and then cast create() on AlertDialogCustom, I would get an error. The error...
I needed to add a method to AlertDialog, getTitle(), I extended it but I also needed to extend the subclass Builder to override create(). The issue was if I tried to create a AlertDialogCustom object, alongside an AlertDialog.Builder object and then cast create() on AlertDialogCustom, I would get an error. The error wa...
android|android-alertdialog
0
2022-07-21T23:53:16.757Z
2,022
7
23
3
42
0
1,379
35
2
2
true
true
false
false
false
false
zero
73,073,812
How to check if android checkbox is checked and do logic based on it?
<p>I am a beginner in programming. I tried uploading an app to Google Console, but the app was rejected. The extension request requires users to accept the app's Terms of Use and User Policy before users can create or upload a UGC. How can I ask the user if he has read the terms and conditions, and if he reads, he must...
I am a beginner in programming. I tried uploading an app to Google Console, but the app was rejected. The extension request requires users to accept the app's Terms of Use and User Policy before users can create or upload a UGC. How can I ask the user if he has read the terms and conditions, and if he reads, he must ch...
android-studio
1
2022-07-22T00:05:06.003Z
2,022
7
0
4
60
1
364
69
1
1
true
false
false
false
false
false
low
73,073,897
Class 'Future<dynamic>' has no instance getter 'key'
<p>I am creating a project where I want to create a list of students and store it and then edit or delete whenever required. I am locally storing data and using sqlite. But while running the project I receive following error: Class 'Future' has no instance getter 'key'. Receiver: Instance of 'Future' Tried calling: key...
I am creating a project where I want to create a list of students and store it and then edit or delete whenever required. I am locally storing data and using sqlite. But while running the project I receive following error: Class 'Future' has no instance getter 'key'. Receiver: Instance of 'Future' Tried calling: key Ge...
flutter|sqlite|android-studio|dart
-3
2022-07-22T00:20:06.533Z
2,022
7
0
4
68
1
520
52
4
1
true
false
false
false
false
true
negative
73,074,119
How do i parse the deezer api in android
<p>i am trying to change my api from last.fm to deezer and it has been a hurdle for me. please help. below is my code and endpoints.</p> <p>LAST.fm endpoint : <a href="http://ws.audioscrobbler.com/2.0/?method=track.getInfo&amp;api_key=c3bbdcbc61af20f159e92612a56c4122&amp;artist=ynw%20melly&amp;track=suicidal&amp;format...
i am trying to change my api from last.fm to deezer and it has been a hurdle for me. please help. below is my code and endpoints. LAST.fm endpoint : http://ws.audioscrobbler.com/2.0/?method=track.getInfo&api_key=c3bbdcbc61af20f159e92612a56c4122&artist=ynw%20melly&track=suicidal&format=json Deezer endpoint : http://api....
java|android|json|api
0
2022-07-22T01:11:59.217Z
2,022
7
1
4
45
0
387
40
4
1
true
true
false
false
false
false
zero
73,074,274
Trust Anchor Issue - Android Studio - Trust anchor for certification path not found
<p>While I am learning Kotlin Course from oreilly. When I was trying to practice one project in android app to show list of items coming from an api I am started getting the error &quot;Trust anchor for certification path not found.&quot;. I followed exact same code that was shown in the video but author did not get th...
While I am learning Kotlin Course from oreilly. When I was trying to practice one project in android app to show list of items coming from an api I am started getting the error &quot;Trust anchor for certification path not found.&quot;. I followed exact same code that was shown in the video but author did not get the e...
android-studio|certificate
0
2022-07-22T01:50:30.710Z
2,022
7
1
4
136
2
820
83
2
4
true
false
false
false
false
false
zero
73,074,320
com.android.systemui.indexsearch.DetailPanelLaunchActivity
<p>I was trying to remove the quick panel lag in my Samsung S20 FE, so I come across this service that launches quick panel, I was trying to put it's battery optimizing to unrestricted to solve my issue but I can't find it. I used adb shell packages, dumpsys and others I want to set &quot;com.android.systemui.indexsear...
I was trying to remove the quick panel lag in my Samsung S20 FE, so I come across this service that launches quick panel, I was trying to put it's battery optimizing to unrestricted to solve my issue but I can't find it. I used adb shell packages, dumpsys and others I want to set &quot;com.android.systemui.indexsearch....
android
0
2022-07-22T01:59:29.233Z
2,022
7
1
4
13
0
415
58
1
0
false
true
false
false
false
false
zero
73,074,377
Android app scan Nordic device but can't find the device
<p>I am working on Nordic NRF52840 periodic advertising and scan the device with Android app Android 10. I ask a question yesterday then I rewrite my code using the tutorial on the internet, basically my app is very easy, press the button then the app will scan and print the ble device on log, but I still can't find my...
I am working on Nordic NRF52840 periodic advertising and scan the device with Android app Android 10. I ask a question yesterday then I rewrite my code using the tutorial on the internet, basically my app is very easy, press the button then the app will scan and print the ble device on log, but I still can't find my de...
java|android|android-studio|bluetooth-lowenergy
1
2022-07-22T02:09:13.787Z
2,022
7
2
4
127
3
846
56
4
2
true
false
false
false
false
false
low
73,074,407
How to redirect user from mobile browser to Apps (android & ios)
<p>I'm trying to find out those dialog info for Web Apps if opened in mobile browser, that has button to open by Android/IOS Apps.</p> <p>Like this <a href="https://i.stack.imgur.com/LsYbW.png" rel="nofollow noreferrer">1</a> <a href="https://i.stack.imgur.com/MBgHm.png" rel="nofollow noreferrer">2</a> <a href="https:/...
I'm trying to find out those dialog info for Web Apps if opened in mobile browser, that has button to open by Android/IOS Apps. Like this 1 2 3 I'm trying to figure out is this created by the Web Apps? or by the mobile apps? And for the button to open the app link, I've been doing reserach is it called universal link? ...
javascript|android|html|reactjs|web
0
2022-07-22T02:13:27.483Z
2,022
7
2
4
49
1
384
64
5
0
false
false
false
false
false
false
zero
73,074,417
IOException: ... Connection timed out
<p>I am new to Android, and I tried copying a code to study how to connect my SQL database with my app. However, I get this error</p> <pre><code>Network error IOException: failed to connect to /169.254.57.155 (port 1433) from /:: (port 45212): connect failed: ETIMEDOUT (Connection timed out)&quot; </code></pre> <p>Here...
I am new to Android, and I tried copying a code to study how to connect my SQL database with my app. However, I get this error [CODE] Here is my ConSQL.java file: ` [CODE] `
java|android|jdbc
1
2022-07-22T02:16:18.243Z
2,022
7
2
4
72
1
173
37
3
2
true
false
false
false
false
false
low
73,074,421
cardview in gridview not clickable
<p>i have a problem with cardview cardview in adnroid gridlayout not clickable only general cardview is clickable and the other notclickable</p> <p>here is xml code</p> <pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;RelativeLayout xmlns:android=&quot;http://schemas.android.com/apk/res/a...
i have a problem with cardview cardview in adnroid gridlayout not clickable only general cardview is clickable and the other notclickable here is xml code [CODE] xml i have a problem with cardview cardview in adnroid gridlayout not clickable only general cardview is clickable and the other notclickable here is xml code
android
1
2022-07-22T02:16:59.433Z
2,022
7
2
4
45
1
320
34
1
1
true
false
false
false
false
false
low
73,074,442
How to use the new ComponentActivity with ViewBinding and the other old AppCompatActivity components
<p>According to this <a href="https://stackoverflow.com/q/71917856/4205927">question</a>, I tried to update my deprecated menus codes like <s><strong><code>setHasOptionsMenu</code></strong></s> , <strong><code>onCreateOptionsMenu</code></strong> and <strong><code>onOptionsItemSelected</code></strong> in my fragments a...
According to this question , I tried to update my deprecated menus codes like setHasOptionsMenu , onCreateOptionsMenu and onOptionsItemSelected in my fragments and all app, but I should replace AppCompatActivity to ComponentActivity(R.layout.activity_example) but after doing this I see there's some problem, first I con...
android|kotlin|android-activity|android-actionbar|android-menu
-1
2022-07-22T02:20:08.567Z
2,022
7
2
4
357
1
929
100
5
3
true
false
false
false
false
true
negative
73,074,491
Replace tf.gather with other OPs which are supported by TFLite GPU delegate
<p>Does anyone know how to replace <code>tf.gather</code> with other OPs which are supported by TFLite GPU delegate? I want to convert a tensorflow model with a <code>warp</code> operation to a TFLite model to be used on Android devices, but the <code>warp</code> needs to use <code>tf.gather</code> to get corner pixel ...
Does anyone know how to replace tf.gather with other OPs which are supported by TFLite GPU delegate? I want to convert a tensorflow model with a warp operation to a TFLite model to be used on Android devices, but the warp needs to use tf.gather to get corner pixel values and tf.gather seems not supported by GPU on Andr...
android|tensorflow|warp|gather|tflite
2
2022-07-22T02:27:33.967Z
2,022
7
2
4
53
0
331
75
5
1
true
true
false
false
false
false
low
73,074,557
Using the MANAGE_EXTERNAL_STORAGE permission for below android 11 devices
<p>I'm creating a file manager app for which I need the All files access permission and for which the target SDK has to be 30 and above as per play store requirements. Will having the MANAGE_EXTERNAL_STORAGE permission be enough for my use on all the android versions i.e work for android 10 devices and below or is it ...
I'm creating a file manager app for which I need the All files access permission and for which the target SDK has to be 30 and above as per play store requirements. Will having the MANAGE_EXTERNAL_STORAGE permission be enough for my use on all the android versions i.e work for android 10 devices and below or is it only...
android|android-permissions
0
2022-07-22T02:41:04.407Z
2,022
7
2
4
96
1
482
73
2
0
false
false
false
false
false
false
zero
73,074,587
How is Android binder handle generated?
<p>When app need use functions provided by Android system server service, app will getService from ServiceManager first, then call API to send data to system service. When send data to system service by binder driver, there is a call writeStrongBinder(). By reading code of writeStrongBinder, I get to know that finally ...
When app need use functions provided by Android system server service, app will getService from ServiceManager first, then call API to send data to system service. When send data to system service by binder driver, there is a call writeStrongBinder(). By reading code of writeStrongBinder, I get to know that finally a b...
android|android-binder
0
2022-07-22T02:46:52.180Z
2,022
7
2
4
22
1
566
39
2
0
false
false
false
false
false
false
zero
73,074,639
Android Foreground Service Notification Delayed
<p>I've run into a peculiar issue with the app I am building (compile/target SDK 31, min SDK 24). I have a timer service that needs to run if the app/activity is no longer in the foreground. On the onPause of my activity I launch my service as such:</p> <pre><code>Intent serviceIntent = new Intent(activity, TimerServic...
I've run into a peculiar issue with the app I am building (compile/target SDK 31, min SDK 24). I have a timer service that needs to run if the app/activity is no longer in the foreground. On the onPause of my activity I launch my service as such: [CODE] The service launches perfectly fine as when I observe the console ...
java|android
0
2022-07-22T02:55:23.573Z
2,022
7
2
4
87
1
1,967
47
2
2
true
false
false
false
false
false
zero
73,074,722
Does lazyColumn listen for events when items enter or leave the screen
<p>The item in the list is a video, and I want the video to start automatically when the item is on the screen, stop when it is out the screen and release the resource.</p>
The item in the list is a video, and I want the video to start automatically when the item is on the screen, stop when it is out the screen and release the resource.
android-jetpack-compose
1
2022-07-22T03:12:36.320Z
2,022
7
3
4
52
1
165
70
1
0
false
false
false
false
false
false
low
73,074,732
How to delay Android camera preview for X ms by setRepeatingRequest but keep framerate
<p>Is there any sample to dealy camera preview frame for 100ms~1sec but keep frame rate? We're solving an issue like avsync, hence we want to delay video.</p> <p>My sample code is here:</p> <pre><code>protected void createCameraPreview() { try { SurfaceTexture texture = textureView.getSurfaceTexture(); ...
Is there any sample to dealy camera preview frame for 100ms~1sec but keep frame rate? We're solving an issue like avsync, hence we want to delay video. My sample code is here: [CODE] I also found a guide like cache ~30 preview buffers , but still don't know how to extract frame via SurfaceTexture then render to GLSurfa...
android|camera|android-camera2
0
2022-07-22T03:15:04.500Z
2,022
7
3
4
68
0
523
86
3
1
true
true
false
false
false
false
zero
73,074,929
Bug in .NET MAUI Entry View for Android
<p>I'm running VS Community 2022 Preview v 17.3.0 Preview 4.0</p> <p>When I run the following XAML code:</p> <pre><code>&lt;VerticalStackLayout Margin=&quot;20&quot;&gt; &lt;HorizontalStackLayout Margin=&quot;10&quot;&gt; &lt;Label Text=&quot;Name:&quot; FontSize=&quot;Large&quot; ...
I'm running VS Community 2022 Preview v 17.3.0 Preview 4.0 When I run the following XAML code: [CODE] It runs just fine under the &quot;Windows Machine&quot; emulator. BUT, under the &quot;Android Local Device&quot;, connected to my &quot;Motorola moto g(7) power (Android 10.0 API29)&quot;, the second Entry field for P...
android|.net-maui
0
2022-07-22T03:50:52.010Z
2,022
7
3
4
328
1
1,247
39
2
3
true
false
false
false
false
false
zero
73,075,047
How to scroll screen down automatically when text cursor is out of visible area in android jetpack compose
<p>In Android View System, when cursor(cursor of EditText view in ScrollView) is out of visible area, Android automatically scroll screen to down to make cursor always visible.</p> <p><a href="https://i.stack.imgur.com/UfqBx.gif" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/UfqBx.gif" alt="EditText in ...
In Android View System, when cursor(cursor of EditText view in ScrollView) is out of visible area, Android automatically scroll screen to down to make cursor always visible. Is there way to achieve this in android Jetpack Compose? BasicTextField in LazyColumn seems to not support this behavior basically. +) Here is a c...
android-jetpack-compose
1
2022-07-22T04:13:07.137Z
2,022
7
4
4
87
0
437
106
1
2
true
true
false
false
false
false
low
73,075,081
Hilt java.lang.IllegalStateException: Unsupported metadata version. Check that your Kotlin version is >= 1.0
<p>I'm facing issue while adding hilt dependencies in my project</p> <p>plugins</p> <pre><code>plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' id 'kotlin-kapt' id 'realm-android' id 'androidx.navigation.safeargs.kotlin' id 'kotlin-parcelize' } </code></pre> <p>dependenci...
I'm facing issue while adding hilt dependencies in my project plugins [CODE] dependencies [CODE] build.gradle project level [CODE] i have tried below answers from stack-overflow but didn't find the solutions Hilt Unsupported metadata version in Kotlin Unsupported metadata version. Check that your Kotlin version is >= 1...
android|kotlin|dependency-injection|dagger-hilt
1
2022-07-22T04:20:38.530Z
2,022
7
4
4
500
0
530
108
4
3
true
true
false
false
false
false
low
73,075,124
Why onBackPressed() is not fired when touching Back-Button / Android
<p>In order to reproduce my issue I made a tiny project. It has two activities.</p> <p>Here is the <em>MainActivity.kt</em> file:</p> <pre><code>package me.soft.trybackbtnaction import android.content.Intent import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.view.View class MainAc...
In order to reproduce my issue I made a tiny project. It has two activities. Here is the MainActivity.kt file: [CODE] Here is the SubActivity.kt file: [CODE] And this is the AndroidManifest.xml file: [CODE] And to be complete below are the activities XML files. activity_main.xml : [CODE] activity_sub.xml : [CODE] When ...
android|kotlin
0
2022-07-22T04:28:34.900Z
2,022
7
4
4
48
1
462
68
2
5
true
false
false
false
false
false
zero
73,075,138
Image does not load after second index but hard coding path works flutter
<p>I am having weird issue images after second index is not being read. I am reading file from my app directory. Even though path is correct still it does not read. but hard coding path works. I have posted some code that i thought was necessary if you need please comment to tell me. so this is <a href="https://drive....
I am having weird issue images after second index is not being read. I am reading file from my app directory. Even though path is correct still it does not read. but hard coding path works. I have posted some code that i thought was necessary if you need please comment to tell me. so this is video where i copy path fro...
android|flutter
0
2022-07-22T04:31:10.300Z
2,022
7
4
4
60
1
804
73
2
4
true
false
false
false
false
false
zero
73,075,150
How to load limited data every time from realtime database in android kotlin?
<p>I am using <code>limitToFirst()</code> to load limited data every time user reaches last item. This is my code:-</p> <pre><code>val typesRef = FirebaseDatabase.getInstance().reference.child(&quot;Types&quot;) typesRef.limitToFirst(5).addValueEventListener(object : ValueEventListener { override fun onDataChange(d...
I am using limitToFirst() to load limited data every time user reaches last item. This is my code:- [CODE] I don't know how to do this. I tried to refer other questions but I got only limitToFirst() as the solution but it is not working for me. I don't know how to use notifyitemchanged(). Can you tell me how to use it?...
android|firebase-realtime-database
0
2022-07-22T04:33:02.063Z
2,022
7
4
4
37
1
388
77
2
3
true
false
false
false
false
false
zero
73,075,156
What exactly is redirect_uri in Google OAuth2 request for getting authorization code in Mobile App?
<p>According to the Mobile App Google <a href="https://developers.google.com/identity/protocols/oauth2/native-app#custom-uri-scheme" rel="nofollow noreferrer">documentation</a>, there is a parameter named <code>redirect_uri</code> which is not clear to me. For example, in the Web App flow of Google OAuth2, the procedur...
According to the Mobile App Google documentation , there is a parameter named redirect_uri which is not clear to me. For example, in the Web App flow of Google OAuth2, the procedure is some communication between front-end, back-end, and google server. In fact, the backend prepares two endpoints one for redirecting to t...
android|flask|oauth-2.0|google-oauth|google-authentication
0
2022-07-22T04:33:58.517Z
2,022
7
4
4
287
2
900
99
5
0
false
false
false
false
false
false
zero
73,075,198
Jetpack Navigation Graph Fragment lifecycle
<p>I have created a project with Jet-pack Navigation graph. In my project everything is working fine. But I am facing a problem that Suppose that We have 2 three fragment A and B. In Fragment A in the <strong>onViewCreated()</strong> method i call a API. Now I move From From Fragment A to B Using the action. it work fi...
I have created a project with Jet-pack Navigation graph. In my project everything is working fine. But I am facing a problem that Suppose that We have 2 three fragment A and B. In Fragment A in the onViewCreated() method i call a API. Now I move From From Fragment A to B Using the action. it work fine but when i Go bac...
android|android-jetpack-navigation|android-navigation-graph
2
2022-07-22T04:40:11.760Z
2,022
7
4
4
49
0
727
43
3
0
false
true
false
false
false
false
low
73,075,201
Changing Android Studio location coordinates format
<p>thanks in advance. Please bare with me because i am a beginner, my question is: I am creating a list view in Android studio. This list view contains hundreds of gps locations. When I try to enter the coordinates in the java file, I realised that Android studio accepts only this format: (41.40338, 2.17403) But i want...
thanks in advance. Please bare with me because i am a beginner, my question is: I am creating a list view in Android studio. This list view contains hundreds of gps locations. When I try to enter the coordinates in the java file, I realised that Android studio accepts only this format: (41.40338, 2.17403) But i want to...
android|gps
0
2022-07-22T04:40:42.097Z
2,022
7
4
4
24
0
400
51
2
0
false
true
false
false
false
false
zero
73,075,292
add Locator/IDs in textview/recyclerview: Android Automation
<p>My automation test toll uniquely accepts/identify the item using &quot;ID&quot; or &quot;text&quot; string value however my &quot;TextView&quot;- Id &quot;tv1&quot; has 4 hyperlinks, I want to automate click by identify Id, so how to assign ids to all 4 hyperlink without using separate textviews.</p> <p>Also, anothe...
My automation test toll uniquely accepts/identify the item using &quot;ID&quot; or &quot;text&quot; string value however my &quot;TextView&quot;- Id &quot;tv1&quot; has 4 hyperlinks, I want to automate click by identify Id, so how to assign ids to all 4 hyperlink without using separate textviews. Also, another case in ...
java|android|android-layout
0
2022-07-22T04:56:53.973Z
2,022
7
4
4
30
0
545
60
3
0
false
true
false
false
false
false
zero
73,075,357
React native app gets crash logs with "SIGSEGV: Segmentation violation (invalid memory reference) "
<p>I've just integrated the bugsnag in my react native app and suddenly I started receiving Segmentation violation (invalid memory reference) reports for the android phones only. The logs don't show where the error happens, I can see only this line -onlyreanimated::NativeProxy::installJSIBindings()</p> <p>The app doesn...
I've just integrated the bugsnag in my react native app and suddenly I started receiving Segmentation violation (invalid memory reference) reports for the android phones only. The logs don't show where the error happens, I can see only this line -onlyreanimated::NativeProxy::installJSIBindings() The app doesn't crash i...
android|react-native|segmentation-fault|bugsnag
0
2022-07-22T05:08:09.043Z
2,022
7
5
4
210
1
572
99
4
0
false
false
false
false
false
false
zero
73,075,434
Checking if finger is over certain view not working in Android
<p>I am working on a paint app with the following layout:</p> <p><a href="https://i.stack.imgur.com/VBW8X.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/VBW8X.png" alt="enter image description here" /></a></p> <p>For the paint app, I detect touch events on the Canvas using <code>onTouchEvent</code>....
I am working on a paint app with the following layout: For the paint app, I detect touch events on the Canvas using onTouchEvent . I have one problem, I want to also detect touch events in which the user begins the swipe on the root and then hovers over the Canvas. To achieve this, I added the following code: [CODE] It...
android|kotlin|android-view|android-xml|android-touch-event
1
2022-07-22T05:20:10.640Z
2,022
7
5
4
134
1
544
62
5
2
true
false
false
false
false
false
low
73,075,465
when requesting post by using Retrofit2 in android java, I can see error
<p>It was working well when I debug last time. However I could see this error suddenly and it is not working well.</p> <blockquote> <p>W/t.myapplicatio: Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;-&gt;(Ljava/lang/Class;I)V (unsupported, reflection, allowed)</p> </blockquote> <blockquote> <p>W/t.myap...
It was working well when I debug last time. However I could see this error suddenly and it is not working well. W/t.myapplicatio: Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;->(Ljava/lang/Class;I)V (unsupported, reflection, allowed) W/t.myapplicatio: Accessing hidden method Ldalvik/system/CloseGuard;...
java|android|rest
0
2022-07-22T05:25:03.110Z
2,022
7
5
4
18
0
707
72
3
1
true
true
false
false
false
false
zero
73,075,491
Play unmutable sound, at a fixed volume in android
<p>I am working on an Android Security App which should produce an unmutable sound, at a fixed volume, when certain actions are done</p> <p>I Have tried media player, but it is getting reduced by volume buttons, can you tell me in which way I can play a sound that can't be reduced in volume or muted until I open the ap...
I am working on an Android Security App which should produce an unmutable sound, at a fixed volume, when certain actions are done I Have tried media player, but it is getting reduced by volume buttons, can you tell me in which way I can play a sound that can't be reduced in volume or muted until I open the app and manu...
android|android-mediaplayer|android-security|android-music-player|android-sound
0
2022-07-22T05:28:55.160Z
2,022
7
5
4
30
0
333
50
5
0
false
true
false
false
false
false
zero
73,075,493
What is the best way to play an alarm ringtone when broadcast receiver is called?
<p>I am having trouble finding the best way to activate an alarm tone. My broadcast receiver is called, the media player starts, but then stops. after about a second when my alarm app is closed and not open in recent apps. It will play continuously if the alarm app is open. Does anyone know the best way to play a sound...
I am having trouble finding the best way to activate an alarm tone. My broadcast receiver is called, the media player starts, but then stops. after about a second when my alarm app is closed and not open in recent apps. It will play continuously if the alarm app is open. Does anyone know the best way to play a sound on...
android|kotlin|broadcastreceiver
0
2022-07-22T05:29:11.223Z
2,022
7
5
4
28
1
360
81
3
0
false
false
false
false
false
false
zero
73,075,504
How to programatically check if Bubbles are globally enabled?
<p>Is there an API available to check whether Bubbles are enabled from Developer Options?</p> <p>There is an API <code>NotificationManager#areBubblesAllowed</code> (<a href="https://developer.android.com/reference/android/app/NotificationManager#areBubblesAllowed()" rel="nofollow noreferrer">https://developer.android.c...
Is there an API available to check whether Bubbles are enabled from Developer Options? There is an API NotificationManager#areBubblesAllowed ( https://developer.android.com/reference/android/app/NotificationManager#areBubblesAllowed() ) but this only checks Bubble permission in application level.
android|android-10.0|android-bubbles
0
2022-07-22T05:30:35.950Z
2,022
7
5
4
38
1
297
61
3
0
false
false
false
false
false
false
zero
73,075,618
Updates the same value to all items
<p>My RecyclerView gets the same value as the other once I edited/updated a specifc item. Here is the example of what I am getting instead of update one specific item only. <a href="https://i.stack.imgur.com/SjXv6.jpg" rel="nofollow noreferrer">example</a></p> <pre><code>package com.example.crudrecycler; import androi...
My RecyclerView gets the same value as the other once I edited/updated a specifc item. Here is the example of what I am getting instead of update one specific item only. example [CODE] I think the problem here is that I am setting my intent to my MainActivity.class and once I click edit/update on my MainActivity it als...
android|android-recyclerview
0
2022-07-22T05:46:41.717Z
2,022
7
5
4
18
0
500
35
2
1
true
true
false
false
false
false
zero
73,075,909
TabLayout ViewPager2 work with Fragment how to make fragment init load when select Tab
<p>I have three <code>Fragment</code>s</p> <ol> <li>HomeFragment</li> <li>DiscFrament</li> <li>MeFragment</li> </ol> <p>work with ViewPager2 and TabLayout set smoothScroll true use defalut, but lazy loading not working</p> <pre><code> TabLayoutMediator(tabLayout, viewPager) { tab, position -&gt; tab.text =...
I have three Fragment s HomeFragment DiscFrament MeFragment work with ViewPager2 and TabLayout set smoothScroll true use defalut, but lazy loading not working [CODE] and what I need is I need smoothScroll the tab Indicator Lazy loading Fragment when I scroll the page or Select Tab the Fragment data load view show
android|android-viewpager2
0
2022-07-22T06:23:12.137Z
2,022
7
6
4
19
1
314
86
2
1
true
false
false
false
false
false
zero
73,075,911
How can I pass value to a variable from string resources in android studio
<p>I got this variable</p> <pre><code>val questionType = R.string.add </code></pre> <p>Here is from the string resource</p> <pre><code>&lt;string name=&quot;add&quot;&gt;%d + %d?&lt;/string&gt; </code></pre> <p>I want to pass value to %d by using <code>questionType</code> in a ViewModel, is it possible to do so?</p>
I got this variable [CODE] Here is from the string resource [CODE] I want to pass value to %d by using questionType in a ViewModel, is it possible to do so?
android|android-studio
0
2022-07-22T06:23:46.380Z
2,022
7
6
4
45
1
156
74
2
2
true
false
false
false
false
false
zero
73,075,957
Why Android Studio tips: Unknown attribute android:paddingHorizontal in android api 33
<p>When i updates my android project targetSdkVersion to 33, in xml i get this tip</p> <p>Unknown attribute android:paddingHorizontal Inspection info: This inspection highlights unknown XML attributes in Android resource files and AndroidManifest.xml</p> <p>it's not a problem. my android project still working.</p>
When i updates my android project targetSdkVersion to 33, in xml i get this tip Unknown attribute android:paddingHorizontal Inspection info: This inspection highlights unknown XML attributes in Android resource files and AndroidManifest.xml it's not a problem. my android project still working.
android|xml
0
2022-07-22T06:28:08.307Z
2,022
7
6
4
185
0
294
86
2
0
false
true
false
false
false
false
zero
73,075,966
How to open an image in gallery with sliding behavior in android with Intent
<p>I am opening an image in gallery app with intent in android. For that I am using content provider to get uri and starts an intent to view that uri</p> <pre><code> val intent = Intent() intent.action = Intent.ACTION_VIEW intent.setDataAndType(photoURI,&quot;image/*&quot;) intent.addFlags(Inten...
I am opening an image in gallery app with intent in android. For that I am using content provider to get uri and starts an intent to view that uri [CODE] But it only opens the single image (of my uri). I don't get the slide behavior which is usually seen in gallery apps. Is there any specific intent or intent filter to...
android|image|android-intent|slide|android-gallery
1
2022-07-22T06:29:18.440Z
2,022
7
6
4
15
0
366
76
5
1
true
true
false
false
false
false
low
73,076,038
Android App Architecture: ViewModels and Fragments relation in my application
<p>Im new in Android App developing. My apps has 3 fragments. All of them use data from one common ExampleObject. Which way is correct:</p> <ol> <li>Use personal ViewModel for each fragment and share data between of them</li> <li>Use common ViewModel for all fragments</li> <li>Someone else</li> </ol>
Im new in Android App developing. My apps has 3 fragments. All of them use data from one common ExampleObject. Which way is correct: Use personal ViewModel for each fragment and share data between of them Use common ViewModel for all fragments Someone else
android|fragment|viewmodel
0
2022-07-22T06:35:53.310Z
2,022
7
6
4
21
0
256
77
3
0
false
true
false
false
false
false
zero
73,076,069
How can I block EditText layout reflow when adding spans?
<p>I am trying to batch-add several thousand spans to a <code>SpannableStringBuilder</code> in an <code>EditText</code> (obtained via <code>getText()</code>).</p> <p>This is slower than I would like. Profiling has shown that the vast majority of the time is being spent in <code>DynamicLayout.reflow</code>. Is there a w...
I am trying to batch-add several thousand spans to a SpannableStringBuilder in an EditText (obtained via getText() ). This is slower than I would like. Profiling has shown that the vast majority of the time is being spent in DynamicLayout.reflow . Is there a way to block the layout reflow until I am done adding spans?
textview|android-edittext|android-spannable|dynamiclayout
0
2022-07-22T06:38:43.877Z
2,022
7
6
4
14
1
319
57
4
0
false
false
false
false
false
false
zero
73,076,082
How to draw smooth polyline in Google map when marker is moving Android java?
<p>my marker is moving smoothly but polyline will be create suddenly after car marekr moved or before car marker moved. How to resolve this problem. I want to draw polyline when my car marker will be moving. I was tried to create polyline when car marker moving using ValueAnimator class. But its not implemented. and un...
my marker is moving smoothly but polyline will be create suddenly after car marekr moved or before car marker moved. How to resolve this problem. I want to draw polyline when my car marker will be moving. I was tried to create polyline when car marker moving using ValueAnimator class. But its not implemented. and unabl...
java|android|dictionary
0
2022-07-22T06:40:24.053Z
2,022
7
6
4
35
0
424
77
3
2
true
true
false
false
false
false
zero
73,076,205
Android Emulator looks aliased or pixelated (Even with increased font and display size within android)
<p><a href="https://i.stack.imgur.com/CEUHy.png" rel="nofollow noreferrer">pixelated view in android emulator</a></p> <p>It start giving me pixelated view after upgrading android studio</p> <p>Downgraded emulator to previous version still giving me pixelated view</p> <p>Changed dpi, override dpi settings like mentioned...
pixelated view in android emulator It start giving me pixelated view after upgrading android studio Downgraded emulator to previous version still giving me pixelated view Changed dpi, override dpi settings like mentioned in other solutions doesn't work Currently using my phone for now Pc Specs 6 core intel cpu rx 580 8...
android-emulator|display|scaling|dpi
0
2022-07-22T06:51:18.167Z
2,022
7
6
4
15
0
442
102
4
0
false
true
false
false
false
false
zero
73,076,269
Can Appium be detected?
<p>Is there any way that Appium be detected as a bot session/user session by native/hybrid applications on android?</p> <p>I know selenium can easily be detected fairly easily even with mediocre efforts at bypassing but I thought it may be a different case with appium as it interacts with applications on a device rathe...
Is there any way that Appium be detected as a bot session/user session by native/hybrid applications on android? I know selenium can easily be detected fairly easily even with mediocre efforts at bypassing but I thought it may be a different case with appium as it interacts with applications on a device rather than via...
python|android|appium|appium-android|appium-ios
0
2022-07-22T06:57:50.260Z
2,022
7
6
4
29
0
513
23
5
0
false
true
false
false
false
false
zero
73,076,418
Android Unit testing Mockk argument capture
<pre><code>interface SomeAPIHandler { fun getUserContent(apiInterface: APIInterface&lt;UserModel&gt;) } interface APIInterface&lt;T&gt; { fun onSuccess(responseModel: T) fun onError(errorModel: ErrorModel) } </code></pre> <p>In my presenter class, it is called like:</p> <pre><code>apiClient.getUserContent(...
[CODE] In my presenter class, it is called like: [CODE] I am getting code coverage issue from SonarQube for this two lines in presentor class: [CODE] I am using mockk.io and I think i need to use slot for this. Can someone help how to cover this ?
android|unit-testing|kotlin|mockk
0
2022-07-22T07:10:33.140Z
2,022
7
7
4
39
0
247
43
4
3
true
true
false
false
false
false
zero
73,076,436
SQLite React Native db.executeSql() no response in Android Sim
<p>I have a strange problem. I installed <a href="https://www.npmjs.com/package/react-native-sqlite-storage" rel="nofollow noreferrer">react-native-sqlite-storage</a> like described on their docs (with autolinking and with the bundled SQLite, not androids SQLite, since it doesn't support JSON functions). Now everything...
I have a strange problem. I installed react-native-sqlite-storage like described on their docs (with autolinking and with the bundled SQLite, not androids SQLite, since it doesn't support JSON functions). Now everything works fine on iOS (Simulator and Physical) and on Android (Physical). But only on Android Simulator ...
android|react-native|sqlite|react-native-sqlite-storage
1
2022-07-22T07:12:20.513Z
2,022
7
7
4
61
2
873
62
4
3
true
false
false
false
false
false
low
73,076,439
Keep binding alive when app is active once created for bound services
<p>I am trying to use AIDL based bound service, I have to invoke function call to fetch data from another app as soon as activity is created, basically in onCreate method, but I require binding beforehand for that. Since binding is asynchronous method, it takes time and something like this will result in failure since ...
I am trying to use AIDL based bound service, I have to invoke function call to fetch data from another app as soon as activity is created, basically in onCreate method, but I require binding beforehand for that. Since binding is asynchronous method, it takes time and something like this will result in failure since ISt...
java|android|bindservice
0
2022-07-22T07:12:41.683Z
2,022
7
7
4
14
0
644
69
3
2
true
true
false
false
false
false
zero
73,076,441
Request to the server when the application is closed
<p>I am making an application that should send a request to the server every minute when the <strong>network</strong> is available</p> <p>When a response is received, the application should display a notification</p> <p>It <strong>works good</strong> in the mode of running the application using <strong>Broadcast Receiv...
I am making an application that should send a request to the server every minute when the network is available When a response is received, the application should display a notification It works good in the mode of running the application using Broadcast Receiver and Service component I have fully configured the manife...
java|android|service|broadcastreceiver
0
2022-07-22T07:12:48.353Z
2,022
7
7
4
24
0
648
52
4
0
false
true
false
false
false
false
zero
73,076,506
I can't find the file I created
<p>I wrote a program where the data is stored in a file and I can show the contents of the file in a 'Textview', but my problem is that I do not have access to the file in which the data is stored outside of the program, for example, through the file manager. . Even if I search for the file name in the file manager, no...
I wrote a program where the data is stored in a file and I can show the contents of the file in a 'Textview', but my problem is that I do not have access to the file in which the data is stored outside of the program, for example, through the file manager. . Even if I search for the file name in the file manager, no re...
android|file-manager
0
2022-07-22T07:18:26.883Z
2,022
7
7
4
18
0
343
31
2
1
true
true
false
false
false
false
zero
73,076,513
I'm making a webView for my app, but everytime when I try launch links like (whatsaap, twitter, viber) then whatsaap link work properly
<p>only whtatsaap work but not twitter or viber. Also when I click other links on my app it open in browser not in app. Also When I remove twitter or viber linking code then then it open in app, but as soon as I app twitter linking code it again open browser not in app and viber code is is not working at all please hel...
only whtatsaap work but not twitter or viber. Also when I click other links on my app it open in browser not in app. Also When I remove twitter or viber linking code then then it open in app, but as soon as I app twitter linking code it again open browser not in app and viber code is is not working at all please help H...
android|android-webview|viber-api|android-webview-javascript
0
2022-07-22T07:18:55.450Z
2,022
7
7
4
27
0
364
135
4
1
true
true
false
false
false
false
zero
73,076,663
How to check whether my app following S.O.L.I.D. Principle
<p>I have created one app in kotlin, I tried to follow all OOPS and <a href="https://en.wikipedia.org/wiki/SOLID" rel="nofollow noreferrer">SOLID</a> principles in my app. But after development of whole app i want to check whether any class is missing or breaking rules of SOLID principle.</p> <p>Try 1</p> <p>Review the...
I have created one app in kotlin, I tried to follow all OOPS and SOLID principles in my app. But after development of whole app i want to check whether any class is missing or breaking rules of SOLID principle. Try 1 Review the whole code in each class whether they are following SOLID principles or not. But if i have l...
java|android|kotlin|solid-principles
0
2022-07-22T07:29:33.077Z
2,022
7
7
4
98
1
455
58
4
0
false
false
false
false
false
false
zero
73,076,708
method tracing with frida
<p>The purpose of the code is to write the &quot;encrypt Body&quot; parameter to the console, but it does not work, nothing is written to the console.</p> <p><strong>Frida CODE</strong></p> <pre><code>const cipher = Java.use('org.exmp.securexmp.crypto.AsymmetricMasterCipher'); cipher.encryptBody.overload('java.lang.S...
The purpose of the code is to write the &quot;encrypt Body&quot; parameter to the console, but it does not work, nothing is written to the console. Frida CODE [CODE] APK CODE [CODE]
android|apk|frida
0
2022-07-22T07:32:43.590Z
2,022
7
7
4
191
0
181
25
3
2
true
true
false
false
false
false
zero
73,076,751
Android - Horizontally (right-to-left) circular background color transition
<p>I want to know how can I implement this animation?</p> <p>Small image frame and text movement is independent from the animation. It's just like simple pager action with some scale and alpha transformation. Only problem is the color change of background like this.</p> <p>I'm open to both XML and Jetpack Compose way s...
I want to know how can I implement this animation? Small image frame and text movement is independent from the animation. It's just like simple pager action with some scale and alpha transformation. Only problem is the color change of background like this. I'm open to both XML and Jetpack Compose way solutions. Please....
android|xml|animation|android-animation|android-jetpack-compose
3
2022-07-22T07:37:04.793Z
2,022
7
7
4
78
2
321
75
5
0
false
false
false
false
false
false
low
73,076,768
Plugin [id: 'com.android.application', version: '7.2.1', apply: false] was not found in any of the following sources:
<p>When I create a new project in Android Studio(java). This Error comes out, How to solve?</p> <pre><code>build.gradle: plugins { id 'com.android.application' version '7.2.1' apply false id 'com.android.library' version '7.2.1' apply false } task clean(type: Delete) { delete rootProject.buildDir } </code>...
When I create a new project in Android Studio(java). This Error comes out, How to solve? [CODE] Error: [CODE] Screenshot
java|android|android-studio|runtime-error
0
2022-07-22T07:39:05.353Z
2,022
7
7
4
849
0
120
117
4
2
true
true
false
false
false
false
zero
73,076,781
Not able to send Image in chat Application
<p>I tried to share the image in the chat app.But was not able to successfully share it. It's selecting the image from the gallery but not appearing in the chat and not getting saved in the firebase also. Below is my Chat.xml file and UserChat.java file.</p> <p>I am not able to find the solution for it.</p> <p><strong>...
I tried to share the image in the chat app.But was not able to successfully share it. It's selecting the image from the gallery but not appearing in the chat and not getting saved in the firebase also. Below is my Chat.xml file and UserChat.java file. I am not able to find the solution for it. //XML Code [CODE] // JAVA...
java|android|firebase|android-studio
0
2022-07-22T07:40:22.030Z
2,022
7
7
4
68
0
370
42
4
2
true
true
false
false
false
false
zero
73,077,074
c++ exit crash Android Studio
<p>Please help. After exit(0), LogCat produces an error. When I try to start the application again, I cannot. It is not a program I created and I am not familiar with it. How can I improve it? Taskkill, force stop, same.</p> <pre><code> int programname ::endCommand() { quit(); stopSMPEG(); exit(0); //...
Please help. After exit(0), LogCat produces an error. When I try to start the application again, I cannot. It is not a program I created and I am not familiar with it. How can I improve it? Taskkill, force stop, same. [CODE] [CODE] [CODE]
c|android-studio
0
2022-07-22T08:06:07.087Z
2,022
7
8
4
48
0
238
29
2
3
true
true
false
false
false
false
zero
73,077,200
How to make an edittext editable on long click
<p>I want to make edit text editable only when we long click on that edit text. The editable method is deprecated so I tried this to disable the edit property of edit text and enable it on Long Click.</p> <pre><code> &lt;EditText android:id=&quot;@+id/name&quot; android:clickable=&quot;false&quot...
I want to make edit text editable only when we long click on that edit text. The editable method is deprecated so I tried this to disable the edit property of edit text and enable it on Long Click. [CODE] This is not working. How can we implement this? Are there any methods to use other than 'editable'?
xml|android-edittext
1
2022-07-22T08:16:30.590Z
2,022
7
8
4
29
0
304
46
2
1
true
true
false
false
false
false
low
73,077,201
'Manifest file does not exist' while react-native output apk
<p><a href="https://i.stack.imgur.com/od532.png" rel="nofollow noreferrer">enter image description here</a> it can't found my AndroidMainfest.xml under android\src\main,but it actually under the directory android\<strong>app</strong>\src\main.I tried to change the build tools version、gradle version , doesn't work.</p>
enter image description here it can't found my AndroidMainfest.xml under android\src\main,but it actually under the directory android\ app \src\main.I tried to change the build tools version、gradle version , doesn't work.
android|react-native|gradlew
0
2022-07-22T08:16:35.423Z
2,022
7
8
4
51
0
221
60
3
0
false
true
false
false
false
false
zero
73,077,341
How can I find the color color created with bitmask?
<p>how can I find the color created with bitmask? For example, what is the color equivalent of this expression?</p> <pre><code>color = -16777216 </code></pre>
how can I find the color created with bitmask? For example, what is the color equivalent of this expression? [CODE]
java|android|kotlin|bitmask
0
2022-07-22T08:29:24.897Z
2,022
7
8
4
58
2
115
52
4
1
true
false
false
false
false
false
zero
73,077,481
Android - Why my handler cannot receive message
<p>I new a Thread in my CountService to make the variable &quot;count&quot; to ++ . Now I want to send message from the thread, and I would like to use Handler to do this. But I found that my handler cannot receive the message. Let me put the main code in CountService:</p> <p>This is the onStartCommand(), and in it is ...
I new a Thread in my CountService to make the variable &quot;count&quot; to ++ . Now I want to send message from the thread, and I would like to use Handler to do this. But I found that my handler cannot receive the message. Let me put the main code in CountService: This is the onStartCommand(), and in it is a timerSta...
android|handler
0
2022-07-22T08:39:26.233Z
2,022
7
8
4
32
1
523
47
2
3
true
false
false
false
false
false
zero
73,077,570
How can I achieve this shape without rotation?
<p>I want to achieve this shape which is clubhouse's profile ImageView shape <a href="https://i.stack.imgur.com/RcFJm.png" rel="nofollow noreferrer">clubhouse profile example</a></p> <p>but this shape is is not exactly a square with rounded corners it is more like a square with rounded corners AND curved sides as well<...
I want to achieve this shape which is clubhouse's profile ImageView shape clubhouse profile example but this shape is is not exactly a square with rounded corners it is more like a square with rounded corners AND curved sides as well My xml ShapeableImageView: [CODE] My style for its corners: [CODE] I have tried many t...
android-layout|android-imageview|android-xml|shapeableimageview
0
2022-07-22T08:45:16.837Z
2,022
7
8
4
30
0
760
46
4
2
true
true
false
false
false
false
zero
73,077,590
android 9 get content from clipboard programmatically
<p>I have a <a href="https://github.com/pzoli/ClipboardShare/" rel="nofollow noreferrer">project</a> for share clipboard content between phone and desktop service.</p> <p>When I try getText from clipboard it return empty string. It worked previously for a few months on a Android Pie.</p> <pre><code>ClipboardManager cli...
I have a project for share clipboard content between phone and desktop service. When I try getText from clipboard it return empty string. It worked previously for a few months on a Android Pie. [CODE] See MainActivity.onActivityResult() . Please help find solution.
android|clipboard|getcontent
1
2022-07-22T08:46:37.127Z
2,022
7
8
4
32
2
265
53
3
1
true
false
false
false
false
false
low
73,077,599
Quastion aboud FloatingActionButton (diamond)
<p>I trying to make FAB with diamond shape.</p> <p><a href="https://i.stack.imgur.com/nG37d.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/nG37d.png" alt="enter image description here" /></a></p> <p>A lot of articles is saying the same:</p> <p><a href="https://i.stack.imgur.com/Vv9Te.png" rel="nofol...
I trying to make FAB with diamond shape. A lot of articles is saying the same: Ok, let's go to my code: [CODE] And the result is: Whats wrong with this FAB ? Why it is circle instead of diamond shape ? It should be diamond, like examples in all articles all over Internet My stile file looks like: [CODE] Currently the s...
android|xml|kotlin|material-design|floating-action-button
1
2022-07-22T08:47:23.570Z
2,022
7
8
4
30
1
496
45
5
4
true
false
false
false
false
false
low
73,077,641
java.lang.NumberFormatException: empty String of editText
<p>I am making calculator app and receive error:</p> <pre class="lang-java prettyprint-override"><code>java.lang.NumberFormatException: empty String </code></pre> <p>I try some solution but they don't work for my app.</p> <pre><code>@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(saved...
I am making calculator app and receive error: [CODE] I try some solution but they don't work for my app. [CODE] When user leave blank in edit text and press button (btn) to calculate result, I receive below error: [CODE]
java|android|string|numberformatexception
0
2022-07-22T08:51:10.653Z
2,022
7
8
4
92
2
220
57
4
3
true
false
false
false
false
false
zero
73,077,801
The view disappear after changing its width many times
<p>I am trying to make simple Sticker View for Pictures Editing Project, but i am facing problem when I switch the sticker between the Views using:- sticker.select(view); when I select View for the first time its working good, but for the second time its change its position but the height and width still the width and ...
I am trying to make simple Sticker View for Pictures Editing Project, but i am facing problem when I switch the sticker between the Views using:- sticker.select(view); when I select View for the first time its working good, but for the second time its change its position but the height and width still the width and hei...
java|xml|android-studio|layout
0
2022-07-22T09:05:15.897Z
2,022
7
9
4
23
0
379
54
4
1
true
true
false
false
false
false
zero
73,077,924
How do I vibrate Android Phone from Java program in Laptop?
<p>My requirement is that I have a java program on running on my laptop and I want to send vibrate or any kind of sound alert to my Android mobile.</p> <p>The mobile will be connected on Bluetooth. How do I achieve this?</p>
My requirement is that I have a java program on running on my laptop and I want to send vibrate or any kind of sound alert to my Android mobile. The mobile will be connected on Bluetooth. How do I achieve this?
android|vibration
0
2022-07-22T09:15:06.993Z
2,022
7
9
4
17
0
210
59
2
0
false
true
false
false
false
false
zero
73,077,925
How to change the value of state object without using _?
<p>In my app I perform a request to an API that should return a boolean. Inside the ViewModel class I have these 2 objects:</p> <pre><code>private val _isAvailableState = mutableStateOf&lt;Response&lt;Boolean&gt;&gt;(Success(false)) val isAvailableState: State&lt;Response&lt;Boolean&gt;&gt; = _isAvailableState </code><...
In my app I perform a request to an API that should return a boolean. Inside the ViewModel class I have these 2 objects: [CODE] One is mutable and the other one isn't. Here is how I read the value: [CODE] Is there any way in which I can change the value without using this solution? I hate using _ (underscore).
android|kotlin|android-jetpack-compose|kotlin-coroutines|kotlin-stateflow
0
2022-07-22T09:15:07.637Z
2,022
7
9
4
69
2
311
56
5
2
true
false
false
false
false
false
zero
73,078,058
How to show loader and empty data layout in paging 3 android studio
<p>I want to show loader when data is loading and when data loaded the loader will be dismiss. if their is no data means black or empty list then show a empty message layout screen in paging 3 android .</p>
I want to show loader when data is loading and when data loaded the loader will be dismiss. if their is no data means black or empty list then show a empty message layout screen in paging 3 android .
android|paging|loader
1
2022-07-22T09:24:03.707Z
2,022
7
9
4
63
1
199
67
3
0
false
false
false
false
false
false
low
73,078,061
Android ViewModel: How to get a result from the Activity (best practice)?
<p>I have the following situation:</p> <ol> <li>The user opens a dialog in which the user enters information</li> <li>The user closes the dialog and returns to the default UI</li> <li>The data is send to the backend</li> </ol> <p>Now I wonder how to implement this in a good way. At first, I think the Activity calls a m...
I have the following situation: The user opens a dialog in which the user enters information The user closes the dialog and returns to the default UI The data is send to the backend Now I wonder how to implement this in a good way. At first, I think the Activity calls a method in the ViewModel to trigger an event. Seco...
android|mvvm|android-viewmodel
-1
2022-07-22T09:24:10.157Z
2,022
7
9
4
47
1
781
73
3
0
false
false
false
false
false
true
negative
73,078,170
How to run Channel first tflite model in Android
<p>I am able to run my custom tflite model in android but the output is totally wrong. I suspect it is due to my model needs input shape [1, 3, 640, 640] but the code makes channel last ByteBuffer. I have created tensor buffer like this <code>TensorBuffer.createFixedSize(intArrayOf(1, 3, 640, 640), DataType.FLOAT32)</c...
I am able to run my custom tflite model in android but the output is totally wrong. I suspect it is due to my model needs input shape [1, 3, 640, 640] but the code makes channel last ByteBuffer. I have created tensor buffer like this TensorBuffer.createFixedSize(intArrayOf(1, 3, 640, 640), DataType.FLOAT32) but I still...
android|kotlin|machine-learning|deep-learning|tensorflow-lite
0
2022-07-22T09:32:07.980Z
2,022
7
9
4
66
1
572
48
5
1
true
false
false
false
false
false
zero
73,078,245
Sending Android notification via .Net Firebase Admin SDK with unknown channel_id raises OnMessageReceived
<p>i tried to setup an android notification channel for sending a message like this:</p> <pre><code>public override void OnCreate() { base.OnCreate(); var chanList = new List&lt;NotificationChannelCompat&gt;(); chanList.Add(new NotificationChannelCompat.Builder(&quot;DebugChannel&quot;, NotificationManagerCompat.Import...
i tried to setup an android notification channel for sending a message like this: [CODE] I also tried to register the &quot;DebugChannel&quot; without the compat libraries. [CODE] I also registered a topic named &quot;all&quot;. Not shown in sample code. If i start the app an looking at the app infos i see the register...
firebase|xamarin.android|firebase-cloud-messaging|firebase-admin
0
2022-07-22T09:38:59.803Z
2,022
7
9
4
33
0
948
105
4
4
true
true
false
false
false
false
zero
73,078,276
Android WebView page is note available
<p>I have an android application. The application uses webview. How to change display : page not available&quot; to my image. I'm a newbie, attaching my code. I need to change the &quot;page not available&quot; webview element to my own. I'm a newbie, don't scold me too much. Thanks!</p> <pre><code>enter code here imp...
I have an android application. The application uses webview. How to change display : page not available&quot; to my image. I'm a newbie, attaching my code. I need to change the &quot;page not available&quot; webview element to my own. I'm a newbie, don't scold me too much. Thanks! [CODE] Can you suggest simpler methods...
java|android
0
2022-07-22T09:41:19.050Z
2,022
7
9
4
38
1
355
38
2
1
true
false
false
false
false
false
zero
73,078,284
what are the amplitude and time values of CONFIRM HapticFeedbackConstants in Android
<p>I need to use CONFIRM HapticFeedbackConstant in an event but not on click. As I dont have reference of view, I want to implement custom vibration on event. I need to implement exact CONFIRM, for which amplitude and time values are required.</p> <p>Example:</p> <p>val vibrator: Vibrator = context?.getSystemService(C...
I need to use CONFIRM HapticFeedbackConstant in an event but not on click. As I dont have reference of view, I want to implement custom vibration on event. I need to implement exact CONFIRM, for which amplitude and time values are required. Example: val vibrator: Vibrator = context?.getSystemService(Context.VIBRATOR_SE...
android|haptic-feedback
0
2022-07-22T09:41:50.733Z
2,022
7
9
4
16
0
345
84
2
1
true
true
false
false
false
false
zero
73,078,424
How to get view with x and y position on Android
<p>I am trying to get view in <code>dispatchTouchEvent()</code>.</p> <p>However, this only passes MotionEvent. It has x and y position. But, it doesn't pass view itself.</p> <p>I can get view with <code>currentFocus</code>. However, this gets view after having a focus. And when you touch EditText and then Outside of Ed...
I am trying to get view in dispatchTouchEvent() . However, this only passes MotionEvent. It has x and y position. But, it doesn't pass view itself. I can get view with currentFocus . However, this gets view after having a focus. And when you touch EditText and then Outside of EdiText, EditText still has the focus. So, ...
android|android-softkeyboard|android-event
0
2022-07-22T09:54:09.757Z
2,022
7
9
4
56
1
733
48
3
1
true
false
false
false
false
false
zero
73,078,434
Jetpack Compose: Constraint Layout Vertical Chain Constraints Issue
<p>I'm trying to build something similar to the following using Jetpack Compose ConstraintLayout.</p> <p><a href="https://i.stack.imgur.com/VbZzU.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/VbZzU.png" alt="enter image description here" /></a></p> <p>I want to understand how can I create a vertica...
I'm trying to build something similar to the following using Jetpack Compose ConstraintLayout. I want to understand how can I create a vertical chain with respect to the Image. When I try to use the createVerticalChain() function, that overrides my given constraints and chains it w.r.t the parent instead. Here's my cur...
android|android-jetpack-compose|android-constraintlayout|android-jetpack
0
2022-07-22T09:55:09.120Z
2,022
7
9
4
186
1
466
67
4
1
true
false
false
false
false
false
zero
73,078,557
Unity FileNotFoundException "launcherTemplate.gradle" when building for Android
<p>When using Unity 2021.3.6f1 I get a an error saying <code>launcherTemplate.gradle</code> file cannot be found. I don't see it referenced in the project anywhere.</p> <p>I tried using a custom gradle file, modify existing gradle files but nothing has done the trick so far.</p> <p><a href="https://i.stack.imgur.com/jp...
When using Unity 2021.3.6f1 I get a an error saying launcherTemplate.gradle file cannot be found. I don't see it referenced in the project anywhere. I tried using a custom gradle file, modify existing gradle files but nothing has done the trick so far. Image [CODE]
c#|android|unity3d
0
2022-07-22T10:04:11.397Z
2,022
7
10
4
234
1
265
79
3
1
true
false
false
false
false
false
zero
73,078,648
React Native Android App crash: Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x706297bfc4 in tid 1024 (mqt_js)
<p>When I try to run my app on a physical Android device app gets crashes immediately on the start and this error message show on Logcat:</p> <blockquote> <p>A/libc: Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x706297bfc4 in tid 1024 (mqt_js), pid 745</p> </blockquote> <p>but when I run it on my emulat...
When I try to run my app on a physical Android device app gets crashes immediately on the start and this error message show on Logcat: A/libc: Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x706297bfc4 in tid 1024 (mqt_js), pid 745 but when I run it on my emulator app is works fine. why I'm getting this i...
android|react-native
1
2022-07-22T10:12:07.427Z
2,022
7
10
4
133
0
370
125
2
0
false
true
false
false
false
false
low
73,078,821
Adding a file from my desktop to an android device
<p>I am trying to add an html file from my desktop to my android device, i connect the device to my laptop using an usb cable. My laptop can't have access to my device's files. I followed this link : <a href="https://www.androidauthority.com/android-customization-transfer-files-adb-push-adb-pull-601015/" rel="nofollow ...
I am trying to add an html file from my desktop to my android device, i connect the device to my laptop using an usb cable. My laptop can't have access to my device's files. I followed this link : https://www.androidauthority.com/android-customization-transfer-files-adb-push-adb-pull-601015/ and tried to push a file to...
android|file|adb|push|desktop
0
2022-07-22T10:25:08.837Z
2,022
7
10
4
26
0
477
50
5
0
false
true
false
false
false
false
zero
73,078,846
UI missing in Flutter APK
<p>I've been trying since two days to resolve this weird issue.</p> <p>In debug mode my app running good but in release <code>apk</code> UI not rendering. I've checked all possible solutions but can't fix it. As some UI is also missing from first screen.</p> <p>Here is My app</p> <p><a href="https://i.stack.imgur.com/U...
I've been trying since two days to resolve this weird issue. In debug mode my app running good but in release apk UI not rendering. I've checked all possible solutions but can't fix it. As some UI is also missing from first screen. Here is My app Here is my First screen code [CODE] After Tapping On English Button Code ...
android|flutter|flutter-layout|apk|flutter-build
-1
2022-07-22T10:27:03.643Z
2,022
7
10
4
92
1
473
25
5
4
true
false
false
false
false
true
negative
73,078,961
problem with listview in my Drawerlayout dont' scrolling
<p>i can' scroll my listView in DrawerLayout. mycode activity_main:</p> <pre><code>&lt;androidx.drawerlayout.widget.DrawerLayout 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...
i can' scroll my listView in DrawerLayout. mycode activity_main: [CODE] my Layout_events code : [CODE] i would like to scroll mylistView but it does not scrolling.i use api to fetch data and display them in my ListView. then onDrawerOpen, ListView shows data but not scrolling. hope someone may help and bring a hand on ...
android|android-listview|android-scrollview
0
2022-07-22T10:37:04.750Z
2,022
7
10
4
14
0
323
56
3
2
true
true
false
false
false
false
zero
73,079,043
how to add value to each item of string array in string.xml in spinner
<p>i have a problem here in using spinner, i want to add value to each array item in my string.xml</p> <p>this is my code:</p> <pre><code> &lt;string-array name=&quot;hubungan&quot;&gt; &lt;item&gt;Choice&lt;/item&gt; &lt;item&gt;CHILD&lt;/item&gt; &lt;item&gt;PARENT&lt;/item&gt; ...
i have a problem here in using spinner, i want to add value to each array item in my string.xml this is my code: [CODE] I mean is: [CODE]
android|arrays|android-studio|spinner
0
2022-07-22T10:42:54.143Z
2,022
7
10
4
59
2
137
70
4
2
true
false
false
false
false
false
zero
73,079,049
Does declaring multiple Handler instance create multiple queue?
<p>I have a class with multiple functions, each function were containing a separate handler to execute a runnable. Recently I realized that we must remove all the callbacks on the onDestroy method to avoid memory leaks, so for that, I declared a class-level handler and used the same handler to post runnable in all the ...
I have a class with multiple functions, each function were containing a separate handler to execute a runnable. Recently I realized that we must remove all the callbacks on the onDestroy method to avoid memory leaks, so for that, I declared a class-level handler and used the same handler to post runnable in all the fun...
android|multithreading|android-handler|android-looper
0
2022-07-22T10:43:46.663Z
2,022
7
10
4
25
1
481
63
4
0
false
false
false
false
false
false
zero
73,079,099
android volly , get data from database row count
<p>I am a beginner programmer, I want to send the number of records of the result of a query on MySQL as an API to my android application using volley, please help me to write the PHP codes related to the search below.</p> <p><strong>This is my query:</strong> select count(*) from my_table</p> <p><strong>My PHP code :<...
I am a beginner programmer, I want to send the number of records of the result of a query on MySQL as an API to my android application using volley, please help me to write the PHP codes related to the search below. This is my query: select count(*) from my_table My PHP code : [CODE]
php|android|android-volley
0
2022-07-22T10:47:11.990Z
2,022
7
10
4
18
0
284
48
3
1
true
true
false
false
false
false
zero
73,079,137
Firestore Security Rule for querying - Issue with rule list
<p>I want to prevent querying from a collection with the following security rule:</p> <pre><code>match /routes/{routeID} { allow list, get: if false; allow delete: if false; allow update, create; } </code></pre> <p>And the following Java (Android) code:</p> <pre><code> Query query = mRoutesColRef .limit(5...
I want to prevent querying from a collection with the following security rule: [CODE] And the following Java (Android) code: [CODE] In the snapshotListener, I get, as expected, the following error: E/Debugging: Error while addSnapshotListener in profile: PERMISSION_DENIED: Missing or insufficient permissions. However, ...
java|android|google-cloud-firestore|firebase-security
0
2022-07-22T10:50:26.037Z
2,022
7
10
4
34
1
462
59
4
2
true
false
false
false
false
false
zero
73,079,149
Can't write text files to documents folder in Android
<p>I have an app that I am trying to write values from my camera to a text file.</p> <p>Yesterday, I was able to solve this issue: <a href="https://stackoverflow.com/questions/73045965/how-to-write-and-constantly-update-a-text-file-in-android?noredirect=1#comment129025130_73045965">How to write and constantly update a ...
I have an app that I am trying to write values from my camera to a text file. Yesterday, I was able to solve this issue: How to write and constantly update a text file in Android , although after re-installing I am no longer able to write files to documents directory. I am getting the following exception: W/System.err:...
java|android|android-studio|android-12
1
2022-07-22T10:51:03.383Z
2,022
7
10
4
114
1
670
53
4
2
true
false
false
false
false
false
low
73,079,150
Flutter Execution failed for task :compileDebugKotlin. Failed to transform flutter.jar to match attributes
<p>Can't able to debug this flutter project.</p> <p>This error occurs only on one of my devices. but on my other device, it is working fine.</p> <p>I checked for all configurations between devices all were same.</p> <p>if I removed this package &quot;flutter_subscreen_plugin&quot; I can able to debug.</p> <pre><code>[+...
Can't able to debug this flutter project. This error occurs only on one of my devices. but on my other device, it is working fine. I checked for all configurations between devices all were same. if I removed this package &quot;flutter_subscreen_plugin&quot; I can able to debug. [CODE] android/build.gradle [CODE] Gradle...
android|flutter|kotlin|gradle
0
2022-07-22T10:51:08.050Z
2,022
7
10
4
69
1
393
106
4
5
true
false
false
false
false
false
zero