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,259,490
Android Automotive OS: Action icon custom background
<p>I'm using ActionStrip in NavigationTemplate to display Action objects (<a href="https://developer.android.com/reference/kotlin/androidx/car/app/model/Action" rel="nofollow noreferrer">https://developer.android.com/reference/kotlin/androidx/car/app/model/Action</a>) as FABs, but I can't understand how to set a custom...
I'm using ActionStrip in NavigationTemplate to display Action objects ( https://developer.android.com/reference/kotlin/androidx/car/app/model/Action ) as FABs, but I can't understand how to set a custom background to it: it is always a light gray rectangle with rounded corners. Action is a final class so I can't create...
android|android-auto|android-automotive
0
2022-05-16T12:49:33.920Z
2,022
5
12
0
91
1
334
52
3
0
false
false
false
false
false
false
zero
72,259,577
How change List<Unit> type to proper one in kotlin
<p>I have an issue with getting only information with passed coinList values. To begin with, I want to make coinList to <code>List&lt;Coin&gt;</code> instead of <code>List&lt;Unit&gt;</code> and I am out of ideas on how to change it. I want to compare <code>it.id</code> to the <code>coinList</code> if it has the same v...
I have an issue with getting only information with passed coinList values. To begin with, I want to make coinList to List<Coin> instead of List<Unit> and I am out of ideas on how to change it. I want to compare it.id to the coinList if it has the same values then pass it to the function coin. Thank you in advance! [COD...
android|kotlin
0
2022-05-16T12:55:05.713Z
2,022
5
12
0
48
1
322
50
2
1
true
false
false
false
false
false
zero
72,259,652
Custom pop-up numberPicker in Fragment Android
<p>On a buttonpress I want to display a pop-up numberPicker. The button to be pressed is in a fragment. The code used for the pop-up numberPicker I found on the internet. The project i downloaded itself works perfectly fine but it also just has the MainActivity.kt an xml.</p> <p>This is how the fragment looks. The one ...
On a buttonpress I want to display a pop-up numberPicker. The button to be pressed is in a fragment. The code used for the pop-up numberPicker I found on the internet. The project i downloaded itself works perfectly fine but it also just has the MainActivity.kt an xml. This is how the fragment looks. The one in the red...
android|onclicklistener|buttonclick|android-number-picker
0
2022-05-16T13:00:33.450Z
2,022
5
13
0
17
0
1,454
46
4
5
true
true
false
false
false
false
zero
72,259,700
android studio kotlin notification body click
<p>Not sure how to open MainActivity when the body of notification is clicked:</p> <pre><code>class Notification : BroadcastReceiver() { override fun onReceive(context: Context, intent: Intent) { val notification = NotificationCompat.Builder(context, channelID) .setSmallIcon(R.drawable.icon_...
Not sure how to open MainActivity when the body of notification is clicked: [CODE]
android|kotlin|notifications
0
2022-05-16T13:04:28.933Z
2,022
5
13
0
44
1
82
45
3
1
true
false
false
false
false
false
zero
72,259,817
How to export apk in react native for the beta testing in actual device?
<p>I'am currently new creating react native project. Right now I want to test the sample project to my actual device. After I run the script to the android project and install it to my device. I got an error it says that <strong>Unable to load script. make sure you're either running metro or that your bundle index.andr...
I'am currently new creating react native project. Right now I want to test the sample project to my actual device. After I run the script to the android project and install it to my device. I got an error it says that Unable to load script. make sure you're either running metro or that your bundle index.android.bundle ...
android|react-native
0
2022-05-16T13:13:54.883Z
2,022
5
13
0
90
1
638
72
2
2
true
false
false
false
false
false
zero
72,259,831
How do you access Running Devices in Android Studio Device Manager
<p>during Google io 2022 there was a session showing whats new in Android Studio.</p> <p>one of the new features was the ability to see running devices in the embedded Device Manager.</p> <p>the presenter was able to interact with the physical phone or via the running devices screen employing the pc mouse and/or keyboa...
during Google io 2022 there was a session showing whats new in Android Studio. one of the new features was the ability to see running devices in the embedded Device Manager. the presenter was able to interact with the physical phone or via the running devices screen employing the pc mouse and/or keyboard. i have instal...
android-studio
1
2022-05-16T13:14:49.793Z
2,022
5
13
0
358
1
487
66
1
0
false
false
false
false
false
false
low
72,259,907
Successfully registered a BroadcastReceiver to requestActivityTransitionUpdates, but onReceive never called
<p>I am currently working on an app that needs to know whether or not the user is currently still or not. I have followed the codelab tutorial from Android (as well as other tutorials): <a href="https://developer.android.com/codelabs/activity-recognition-transition#0" rel="nofollow noreferrer">https://developer.android...
I am currently working on an app that needs to know whether or not the user is currently still or not. I have followed the codelab tutorial from Android (as well as other tutorials): https://developer.android.com/codelabs/activity-recognition-transition#0 I have added the permissions required in the manifest file (and ...
android|kotlin|android-intent|android-activity|activity-recognition
0
2022-05-16T13:20:47.047Z
2,022
5
13
0
88
1
927
107
5
2
true
false
false
false
false
false
zero
72,259,927
Hiding soft keyboard in a tablet application using angular
<p>Is there a function that I can use to hide the soft keaboard of a tablet as I am implementing my own virtual keyboard? Please send me solutions using angular. Thanks in advance</p>
Is there a function that I can use to hide the soft keaboard of a tablet as I am implementing my own virtual keyboard? Please send me solutions using angular. Thanks in advance
angular|hide|android-softkeyboard|tablet
0
2022-05-16T13:22:05.460Z
2,022
5
13
0
71
0
176
58
4
0
false
true
false
false
false
false
zero
72,259,954
How to fill available space with WebView inside
<p>I am trying to solve this problem. Basically I'm creating a function in which I will put a webview.</p> <p>Both above this function and below this function there will be other UI components.</p> <p>when I scroll up the part of the UI above the webview shrinks to half of its height. What I do is to record the page sc...
I am trying to solve this problem. Basically I'm creating a function in which I will put a webview. Both above this function and below this function there will be other UI components. when I scroll up the part of the UI above the webview shrinks to half of its height. What I do is to record the page scroll events to ma...
android|kotlin|android-jetpack-compose|android-constraintlayout
0
2022-05-16T13:23:48.073Z
2,022
5
13
0
208
0
1,514
47
4
2
true
true
false
false
false
false
zero
72,259,961
How to change the Auto Code Completion pop up window colors in Android Studio?
<p>I know there are some similar questions out there but still no answer and it is something pretty annoying for some of us.</p> <p>Introduction: When we are typing code in Android Studio, we have the (I am not sure if it's the correct component name) Auto Code Completion pop up window, this is how I call it. Here an i...
I know there are some similar questions out there but still no answer and it is something pretty annoying for some of us. Introduction: When we are typing code in Android Studio, we have the (I am not sure if it's the correct component name) Auto Code Completion pop up window, this is how I call it. Here an image of th...
android|android-studio|ide
1
2022-05-16T13:24:14.693Z
2,022
5
13
0
29
0
716
78
3
0
false
true
false
false
false
false
low
72,260,249
How we can link multiple authentication providers for phone and email in jetpack compose?
<p>I have mail and mobile authentication in my register app, in firebase when user sign up with mail and mobile phone it generate two different UID for a same user, what I wish to achieve is one user with one UID can login with email or login by phone number (Merge the phone number and the email in authentication). M...
I have mail and mobile authentication in my register app, in firebase when user sign up with mail and mobile phone it generate two different UID for a same user, what I wish to achieve is one user with one UID can login with email or login by phone number (Merge the phone number and the email in authentication). May I ...
android|firebase|kotlin|firebase-authentication
0
2022-05-16T13:45:34.200Z
2,022
5
13
0
79
1
474
89
4
1
true
false
false
false
false
false
zero
72,260,262
Flutter Programmable Timer
<p>I want to build wedding app for my school project. I can't build a programmable timer. Users should set the timer like &quot;10 week later&quot; and timer start to countdown to 9 week, 23 hours, etc. Any Suggestions on how to achieve my target?</p>
I want to build wedding app for my school project. I can't build a programmable timer. Users should set the timer like &quot;10 week later&quot; and timer start to countdown to 9 week, 23 hours, etc. Any Suggestions on how to achieve my target?
android|flutter|dart
0
2022-05-16T13:46:38.927Z
2,022
5
13
0
41
1
244
26
3
0
false
false
false
false
false
false
zero
72,260,284
How to add margins, padding, and stop text being all caps in a dynamically added toggle button?
<p>So I've created some toggle buttons dynamically that get added to a linear layout. I am able to successfully edit some of the stylings for the buttons, but for the attributes listed in the title, I have been unsuccessful in getting any change.</p> <p>This is the function creating buttons using the name from my SQLit...
So I've created some toggle buttons dynamically that get added to a linear layout. I am able to successfully edit some of the stylings for the buttons, but for the attributes listed in the title, I have been unsuccessful in getting any change. This is the function creating buttons using the name from my SQLite db. [COD...
android|android-studio|mobile
0
2022-05-16T13:48:25.060Z
2,022
5
13
0
31
1
426
95
3
4
true
false
false
false
false
false
zero
72,260,340
Efficiency and memory requirements of DataViewModel and Room Database
<p>When implementing a Room ORM for sqlite databases, I am following the practise of making</p> <ol> <li>a singleton AppDatabase class extending RoomDatabase</li> <li>a Repository class with getters and setters interacting with AppDatabase's Entities and LiveData containing Entities.</li> <li>a DataViewModel extending ...
When implementing a Room ORM for sqlite databases, I am following the practise of making a singleton AppDatabase class extending RoomDatabase a Repository class with getters and setters interacting with AppDatabase's Entities and LiveData containing Entities. a DataViewModel extending AndroidViewModel and providing acc...
java|android|sqlite|android-room
0
2022-05-16T13:52:32.957Z
2,022
5
13
0
29
0
1,261
69
4
1
true
true
false
false
false
false
zero
72,260,494
FloatingActionButton onClickListener doesn't work
<p>so i want to open new <code>activity</code> with <code>floatingActionButton</code>, but it doesn't work. I've checked logcat and it doesn't even execute <code>onclicklistener</code></p> <p>here is my code:</p> <p>MainActivity</p> <pre><code>class MainActivity : AppCompatActivity() { private lateinit var binding: Ac...
so i want to open new activity with floatingActionButton , but it doesn't work. I've checked logcat and it doesn't even execute onclicklistener here is my code: MainActivity [CODE] AddMusicActivity [CODE] Manifest [CODE]
android|kotlin|floating-action-button
-1
2022-05-16T14:03:58.037Z
2,022
5
14
0
30
1
220
49
3
3
true
false
false
false
false
true
negative
72,260,498
Building Xamarin Forms applications (for android) on a third-party build server
<p>I have a Xamarin forms application that builds locally on my Windows dev machine, using <code>msbuild</code> on the command line. This works because I installed the Xamarin workload in Visual Studio.</p> <p>However, I want to set up a CI pipeline on a third-party CI provider. This means that I need to set up all the...
I have a Xamarin forms application that builds locally on my Windows dev machine, using msbuild on the command line. This works because I installed the Xamarin workload in Visual Studio. However, I want to set up a CI pipeline on a third-party CI provider. This means that I need to set up all the build requirements on ...
android|xamarin|xamarin.android|msbuild|continuous-integration
2
2022-05-16T14:04:10.080Z
2,022
5
14
0
68
0
1,096
79
5
0
false
true
false
false
false
false
low
72,260,575
Using different JDK locations on different processes might cause Gradle to spawn multiple daemons
<p>When I just made my new project in android studio, I got an error even though I touched nothing!</p> <pre><code>Project ImagePro is using the following JDK location when running Gradle: C:/Program Files/Android/Android Studio/jre Using different JDK locations on different processes mi...
When I just made my new project in android studio, I got an error even though I touched nothing! [CODE] ImagePro is my project name which I just made it. I tried to figure out what is wrong but after reading many articles about this problem, I couldn't understand anything... Please somebody help me... I'm going to be c...
java|android-studio|gradle
2
2022-05-16T14:10:53.727Z
2,022
5
14
0
195
0
354
97
3
1
true
true
false
false
false
false
low
72,260,842
Got errors while compiling Android kernel
<p>I wanted to enable KVM on the kernel I use, reached to the kernel source and enabled KVM by adding some lines to defconfig file. But whenever I want to compile, I got these error messages. I could not fix that. Could someone help me please?</p> <pre><code> C arch/arm64/kvm/../../../virt/kvm/vfio.o CC a...
I wanted to enable KVM on the kernel I use, reached to the kernel source and enabled KVM by adding some lines to defconfig file. But whenever I want to compile, I got these error messages. I could not fix that. Could someone help me please? [CODE]
android|linux|linux-kernel|kernel
0
2022-05-16T14:28:18.430Z
2,022
5
14
0
64
0
247
41
4
1
true
true
false
false
false
false
zero
72,260,902
Android Webview does not open CSS/JAVASCRIPT server side php
<p>i am using xamarin android but if you provide java code is also good. I noticed when i open certain url pages, i get a blank page but if i open thesame webpage in google chrome on my test device it opens nicey.</p> <p>I have done the following with no luck:</p> <pre><code>WebView web_view = view.FindViewById&lt;WebV...
i am using xamarin android but if you provide java code is also good. I noticed when i open certain url pages, i get a blank page but if i open thesame webpage in google chrome on my test device it opens nicey. I have done the following with no luck: [CODE] I have also added &quot;android:usesCleartextTraffic=&quot;tru...
java|android|xamarin|webview|loading
0
2022-05-16T14:32:04.800Z
2,022
5
14
0
60
1
462
60
5
1
true
false
false
false
false
false
zero
72,260,944
React-native : How to make change in specific item of ScrollView
<p>I have a json response with nested array. I am using <code>Accordion-Collapse-react-native</code> library to show this array in UI.</p> <pre><code>{ &quot;accountLocationUid&quot;: &quot;5f4f8644-f5da-4126-84da-9c35802fd8d4&quot;, &quot;accountUid&quot;: &quot;5f5b02a1-beb0-40e8-8553-c62299869dff&quot;, &quot;accoun...
I have a json response with nested array. I am using Accordion-Collapse-react-native library to show this array in UI. [CODE] Each item will have children array which is nested array. What I am trying to do is when user clicks on any item with nested elements, then it should be expand which is working fine but with thi...
javascript|android|ios|react-native
4
2022-05-16T14:35:40.363Z
2,022
5
14
0
138
1
766
64
4
3
true
false
false
false
false
false
low
72,261,041
Is it possible to close the notification panel programmatically in android?
<p>I want the notification panel to automatically collapse when the user presses a notification button.</p> <p>I tried the answers here but they didn't work. <a href="https://stackoverflow.com/questions/5029354/how-can-i-programmatically-open-close-notifications-in-android">How can I programmatically open/close notific...
I want the notification panel to automatically collapse when the user presses a notification button. I tried the answers here but they didn't work. How can I programmatically open/close notifications in Android? Only answer that comes close is this accessibility method: [CODE] However this only seems to open the notifi...
android|notifications
0
2022-05-16T14:42:37.373Z
2,022
5
14
0
105
1
346
75
2
1
true
false
false
false
false
false
zero
72,261,105
I use Youtube Android API and it never shows me metrics
<p>I need the guidance of an expert who has used the Youtube API for Android.</p> <p>I have an Android Application that uses the YouTube API, which works well, shows all the videos, has a good amount of visits, but the metrics in <a href="https://console.cloud.google.com" rel="nofollow noreferrer">https://console.cloud...
I need the guidance of an expert who has used the Youtube API for Android. I have an Android Application that uses the YouTube API, which works well, shows all the videos, has a good amount of visits, but the metrics in https://console.cloud.google.com never mark them, and my doubt is because it does not recognize all ...
android|youtube-api|android-youtube-api
0
2022-05-16T14:47:06.817Z
2,022
5
14
0
31
0
586
55
3
0
false
true
false
false
false
false
zero
72,261,174
Nested scroll- composable inside xml view
<p>I have a recyclerview where one of the viewholders holds a composable that is a scrollable list. The nested scrolling here is not working by default resulting on the composable list to not scroll. I have tried using nested scroll connection but it doesn't seem to work for me. how can i produce this behavior?</p>
I have a recyclerview where one of the viewholders holds a composable that is a scrollable list. The nested scrolling here is not working by default resulting on the composable list to not scroll. I have tried using nested scroll connection but it doesn't seem to work for me. how can i produce this behavior?
android-jetpack-compose|android-xml
1
2022-05-16T14:51:47.487Z
2,022
5
14
0
203
0
309
41
2
0
false
true
false
false
false
false
low
72,261,193
Cannot resolve method 'setAdapter' in 'ConstraintLayout'
<p>I am new to android development and am trying to bind recycler View with setAdapter but am getting this error &quot;Cannot resolve method 'setAdapter' in 'ConstraintLayout' &quot;</p> <p>my mainActivity.java code is:</p> <p>my main objective is to use ActivityMainBinding to bind recyclerView with setAdapter</p> <pr...
I am new to android development and am trying to bind recycler View with setAdapter but am getting this error &quot;Cannot resolve method 'setAdapter' in 'ConstraintLayout' &quot; my mainActivity.java code is: my main objective is to use ActivityMainBinding to bind recyclerView with setAdapter [CODE] this is the part w...
java|android|firebase|android-recyclerview|android-viewbinding
0
2022-05-16T14:52:58.913Z
2,022
5
14
0
178
1
568
56
5
4
true
false
false
false
false
false
zero
72,261,295
Binary XML file line #12 in com.example.orderfood:layout/activity_home: Binary XML file line #16 in com.example.orderfood:layout/content_home
<p>I got an error but i don't know what wrong because a lot of my code is create auto after i choose Navigation Drawer Activity.</p> <p><strong>The error have been solve</strong></p> <p>Caused by: android.view.InflateException: Binary XML file line #12 in com.example.orderfood:layout/activity_home: Binary XML file line...
I got an error but i don't know what wrong because a lot of my code is create auto after i choose Navigation Drawer Activity. The error have been solve Caused by: android.view.InflateException: Binary XML file line #12 in com.example.orderfood:layout/activity_home: Binary XML file line #16 in com.example.orderfood:layo...
java|android
0
2022-05-16T14:59:08.270Z
2,022
5
14
0
36
0
813
141
2
5
true
true
false
false
false
false
zero
72,261,368
How to set the spinner position to selected item from choice selected in different fragment
<p><a href="https://i.stack.imgur.com/XK9F9.png" rel="nofollow noreferrer">Add color spinner</a></p> <p><a href="https://i.stack.imgur.com/PADEq.png" rel="nofollow noreferrer">the update fragment </a></p> <p>this is my first time asking a question and I am a new coder and been trying out android with kotlin and java. I...
Add color spinner the update fragment this is my first time asking a question and I am a new coder and been trying out android with kotlin and java. I have an app that allows a user to add an item of clothing the options are set up with spinners. The issue is when the user selects an item from the spinner it saves and ...
java|android|kotlin|spinner
0
2022-05-16T15:02:57.123Z
2,022
5
15
0
31
1
570
91
4
0
false
false
false
false
false
false
zero
72,261,534
Errors in connection of CameraFragment.kt with xml
<p>I need help please, i'm getting errors in fragment.kt in process of getting a camera set up</p> <p>**</p> <blockquote> <p>//fragmentcamera.xml</p> </blockquote> <p>**</p> <pre><code>**&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;androidx.constraintlayout.widget.ConstraintLayout xm...
I need help please, i'm getting errors in fragment.kt in process of getting a camera set up ** //fragmentcamera.xml ** [CODE] The following are images for camerafragment.kt s the errors that i am getting
kotlin|android-fragments|android-fragmentscenario
0
2022-05-16T15:14:41.133Z
2,022
5
15
0
31
2
203
50
3
1
true
false
false
false
false
false
zero
72,261,581
Are React native apps deployable without stores?
<p>I have a react native project that I did using expo and I want to deploy it on Android and ios forba client, is it possible to do so without the need of app store or play store, I know it's possible for Android to export it as apk, but what about ios?</p>
I have a react native project that I did using expo and I want to deploy it on Android and ios forba client, is it possible to do so without the need of app store or play store, I know it's possible for Android to export it as apk, but what about ios?
android|ios|react-native|android-studio|expo
0
2022-05-16T15:18:41.743Z
2,022
5
15
0
73
1
251
48
5
0
false
false
false
false
false
false
zero
72,261,626
Androdi firebase firestore get document.size() i can't put data size variable
<p>I am pulling information from firestore in android studio, it prints it to the terminal, but I cannot assign or assign the data (int) to the &quot;size&quot; variable, I do not know where I am doing wrong, can anyone help?</p> <pre><code>var size=0 authFireStore.collection(&quot;xxxColection&quot;).document(&quot;...
I am pulling information from firestore in android studio, it prints it to the terminal, but I cannot assign or assign the data (int) to the &quot;size&quot; variable, I do not know where I am doing wrong, can anyone help? [CODE]
android|google-cloud-firestore
0
2022-05-16T15:22:07.210Z
2,022
5
15
0
22
0
229
77
2
1
true
true
false
false
false
false
zero
72,261,805
Clear field focus when keyboard is hidden
<p>How to listen for a system button to hide the keyboard in order to remove focus from the input field? Like, for example, in Google Keep.</p> <pre class="lang-kotlin prettyprint-override"><code>@Composable fun PrerequisiteAddScreen() { var value by remember { mutableStateOf(&quot;&quot;) } val focusManager = ...
How to listen for a system button to hide the keyboard in order to remove focus from the input field? Like, for example, in Google Keep. [CODE]
android|android-jetpack-compose
0
2022-05-16T15:34:42.687Z
2,022
5
15
0
29
0
143
41
2
1
true
true
false
false
false
false
zero
72,261,918
Xamarin Plugin.Toast System.NullReferenceException
<p>I'm trying to make a toast message in Xamarin.Forms with the Plugin.Toast Nuget-Package.</p> <p>Class for calling Toast:</p> <pre><code>using Plugin.Toast; using System; using System.Collections.Generic; using System.Text; using Xamarin.Essentials; namespace toast.service { public class toast { pub...
I'm trying to make a toast message in Xamarin.Forms with the Plugin.Toast Nuget-Package. Class for calling Toast: [CODE] Calling toast code: [CODE] But I alwas get this error: System.NullReferenceException: 'Object reference not set to an instance of an object.'
c#|xamarin|xamarin.forms|xamarin.android
0
2022-05-16T15:43:30.773Z
2,022
5
15
0
104
1
262
50
4
2
true
false
false
false
false
false
zero
72,262,023
Expecting member declaration even though the val is declared the line above
<p>I looked at all of the other questions about this error, but none of them helped. I am trying to create a reference to a button in my layout file, and when I set the onClickListener, I get &quot;expecting member declaration.&quot; This occurs on line 35. Side note, I am also getting the error &quot;Function declarat...
I looked at all of the other questions about this error, but none of them helped. I am trying to create a reference to a button in my layout file, and when I set the onClickListener, I get &quot;expecting member declaration.&quot; This occurs on line 35. Side note, I am also getting the error &quot;Function declaration...
android-studio|kotlin|variable-declaration
0
2022-05-16T15:50:41.450Z
2,022
5
15
0
229
1
386
75
3
1
true
false
false
false
false
false
zero
72,262,089
Android Bitmap get clicked point as px
<p>I have an bitmap image that is drawn on surfaceview. Sometimes I click this surfaceview and I want to get the pixel coordinate which I clicked but clicked position and image pixel coordinate is so different. Also <code>(Bitmap)image.getWidth()</code> is different from its actual width. What should I do to get actual...
I have an bitmap image that is drawn on surfaceview. Sometimes I click this surfaceview and I want to get the pixel coordinate which I clicked but clicked position and image pixel coordinate is so different. Also (Bitmap)image.getWidth() is different from its actual width. What should I do to get actual clicked pixel c...
android|android-bitmap
0
2022-05-16T15:55:53.687Z
2,022
5
15
0
14
0
400
38
2
0
false
true
false
false
false
false
zero
72,262,101
Is it possible to transfer files between Android devices via scp?
<p>I'm trying to transfer files between Android devices via the scp protocol. Is this possible? I keep getting:</p> <p><code>ssh: unable to connect to host [remote ip address] port 22: Connection refused scp connection closed</code></p> <p>after using the command</p> <p><code>scp testFile.txt remoteDevice@ipAddress:pat...
I'm trying to transfer files between Android devices via the scp protocol. Is this possible? I keep getting: ssh: unable to connect to host [remote ip address] port 22: Connection refused scp connection closed after using the command scp testFile.txt remoteDevice@ipAddress:path/to/directory I can ssh into each device w...
android|scp|file-transfer|termux
-1
2022-05-16T15:56:42.537Z
2,022
5
15
0
469
1
549
65
4
0
false
false
false
false
false
true
negative
72,262,145
requires SDK version >=2.12.0-0 <3.0.0, version solving failed. (Flutter and Dart)
<p>I keep getting this error when I try to run a flutter app:</p> <pre><code>The current Dart SDK version is 2.10.0. Because flutter_app depends on path &gt;=1.8.0-nullsafety.3 which requires SDK version &gt;=2.12....
I keep getting this error when I try to run a flutter app: [CODE] Here is some info on the Flutter and Dart SDK versions I am running: [CODE] Based on the error message, I tried using Flutter SDK 2.0.0 since that comes with Dart 2.12.0. However, I then get this error instead: [CODE] In a nutshell, it seems that Flutter...
android|flutter|dart|sdk
1
2022-05-16T16:00:15.780Z
2,022
5
16
0
1,551
1
586
82
4
3
true
false
false
false
false
false
low
72,262,195
AlertDialog "onClick" method not working properly
<p>I currently have an alert dialog that is being displayed on a fragment. The dialog displays to the user with no issues, but the &quot;<em><strong>setPositiveButton</strong></em>&quot; and &quot;<em><strong>setNegativeButton</strong></em>&quot; are not responding to the user interaction correctly, the Log.i after th...
I currently have an alert dialog that is being displayed on a fragment. The dialog displays to the user with no issues, but the &quot; setPositiveButton &quot; and &quot; setNegativeButton &quot; are not responding to the user interaction correctly, the Log.i after the on &quot; setPositiveButton &quot; is pressed is t...
java|android|android-fragments|android-alertdialog
0
2022-05-16T16:03:24.700Z
2,022
5
16
0
54
1
480
49
4
1
true
false
false
false
false
false
zero
72,262,298
Understanding Multiprovider with Flutter
<p>I am looking to see how I can get multiple stream providers on flutter. What I have is this</p> <pre><code> Future main() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(); SystemChrome.setPreferredOrientations( [DeviceOrientation.portraitUp, DeviceOrientation.portraitDown...
I am looking to see how I can get multiple stream providers on flutter. What I have is this [CODE] What I want is something like [CODE] Basically I want to have two different stream providers. One for a certain set of users and another for another set of users. Each of these will point to a different sign up method. Do...
android|ios|flutter|dart|mobile
0
2022-05-16T16:10:27.857Z
2,022
5
16
0
25
1
378
40
5
2
true
false
false
false
false
false
zero
72,262,819
Is it possible to integrate react native component into an existing kotlin android app
<p>I've been given an android app written in kotlin. Can I integrate my react native component into it? The react native official documentation only mentions integration into java so I'm a little doubtful.</p>
I've been given an android app written in kotlin. Can I integrate my react native component into it? The react native official documentation only mentions integration into java so I'm a little doubtful.
android|react-native|kotlin
0
2022-05-16T16:50:12.133Z
2,022
5
16
0
15
0
202
86
3
0
false
true
false
false
false
false
zero
72,262,861
marker and polyline in flutter google map
<p>hello i'am new with flutter and i have a probelm with google map when i tap for the second time on the map to set the destination marker and obtain the polyline and direction i got nothing i can only set the source marker also when i search for places in the searche bar nothing happend the is my code</p> <pre><code...
hello i'am new with flutter and i have a probelm with google map when i tap for the second time on the map to set the destination marker and obtain the polyline and direction i got nothing i can only set the source marker also when i search for places in the searche bar nothing happend the is my code [CODE] this polyli...
android|flutter|dart|google-maps
0
2022-05-16T16:53:33.680Z
2,022
5
16
0
495
1
391
41
4
4
true
false
false
false
false
false
zero
72,262,863
Can APK contains assets of androidTest folder/suite?
<p>I would like to know more about APK contents. Will the release APK contains assets of test/androidTest folders? I searched some for this. <a href="https://en.wikipedia.org/wiki/Apk_(file_format)" rel="nofollow noreferrer">https://en.wikipedia.org/wiki/Apk_(file_format)</a>. But couldn't get the detail what I want.</...
I would like to know more about APK contents. Will the release APK contains assets of test/androidTest folders? I searched some for this. https://en.wikipedia.org/wiki/Apk_(file_format) . But couldn't get the detail what I want.
android|apk|apkanalyzer
0
2022-05-16T16:53:38.760Z
2,022
5
16
0
26
1
228
52
3
0
false
false
false
false
false
false
zero
72,262,882
How to make a list of images in a fragment in Kotlin?
<p>I'm new to Kotlin and Android development and I wanted to make a fragment that has a ListView of ImageViews but for some odd reason I get an error that says:</p> <pre><code>java.lang.IllegalStateException: ArrayAdapter requires the resource ID to be a TextView </code></pre> <p>Here is my Fragment.kt code</p> <pre><c...
I'm new to Kotlin and Android development and I wanted to make a fragment that has a ListView of ImageViews but for some odd reason I get an error that says: [CODE] Here is my Fragment.kt code [CODE] And here is my simple_list_item_1.xml [CODE] I made this using a list of Strings and a TextView and it works good but I ...
android|kotlin
4
2022-05-16T16:54:54.633Z
2,022
5
16
0
178
1
379
53
2
3
true
false
false
false
false
false
low
72,262,929
Android Studio Update app from google drive link no Google Play Store
<p>I would like to be able to install updates on my app from new version APK files. I would like to upload it to google Drive and be able to install from here. I have already created a script for the App to check if there is a new version. Now I just need it to actually do the update from the APK within the app.</p> <p...
I would like to be able to install updates on my app from new version APK files. I would like to upload it to google Drive and be able to install from here. I have already created a script for the App to check if there is a new version. Now I just need it to actually do the update from the APK within the app. Here is w...
android-studio|google-drive-api
1
2022-05-16T16:58:55.510Z
2,022
5
16
0
57
0
378
69
2
1
true
true
false
false
false
false
low
72,263,095
Reusing a fragment with different task
<p>I've got some fragments with a group of buttons inside them which are reused across my app, for example: <a href="https://i.stack.imgur.com/oD78w.png" rel="nofollow noreferrer">fragment1withbuttons</a> <a href="https://i.stack.imgur.com/BRqmh.png" rel="nofollow noreferrer">fragment2withbuttons</a></p> <p>Depending o...
I've got some fragments with a group of buttons inside them which are reused across my app, for example: fragment1withbuttons fragment2withbuttons Depending on a state in which my app is in they need serve different functionalities, so I created an interface ICommand which i pass to every set of those buttons in constr...
android|android-fragments|mvvm
1
2022-05-16T17:12:42.223Z
2,022
5
17
0
36
0
734
38
3
1
true
true
false
false
false
false
low
72,263,119
[quasar][capacitor] No external IP detected. Can't run without one
<p>I am working on a quasar project for a mobile app using capacitor.</p> <p>I used to run the app on my phone with the hot-reload module with <code>quasar dev -m capacitor -T android</code>. But since a few days ago, for some reason, I am getting this error : <code>App • ⚠️ No external IP detected. Can't run without ...
I am working on a quasar project for a mobile app using capacitor. I used to run the app on my phone with the hot-reload module with quasar dev -m capacitor -T android . But since a few days ago, for some reason, I am getting this error : App • ⚠️ No external IP detected. Can't run without one. Manually specify one? . ...
android|linux|vue.js|capacitor|quasar-framework
0
2022-05-16T17:14:53.123Z
2,022
5
17
0
432
0
905
66
5
1
true
true
false
false
false
false
zero
72,263,142
How to generate a dynamic ViewBinding?
<p>I'm generating a dynamic custom view (changes the layout depending on the input that the user chooses) that extends from ConstraintLayout like this:</p> <pre><code> class CustomView @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null, de...
I'm generating a dynamic custom view (changes the layout depending on the input that the user chooses) that extends from ConstraintLayout like this: [CODE] I want to implement view binding in this custom view, anyone knows how to do it?
android|kotlin|android-layout|android-custom-view|android-jetpack
0
2022-05-16T17:16:36.303Z
2,022
5
17
0
119
0
236
38
5
1
true
true
false
false
false
false
zero
72,263,159
Android - How to make sealed class extend other sealed class?
<p>I have a sealed interface for my UIState.</p> <pre><code>sealed interface UIState&lt;out T&gt; { object ShowLoading : UIState&lt;Nothing&gt; object ShowEmptyData : UIState&lt;Nothing&gt; data class ShowData&lt;out T&gt;(val data: T) : UIState&lt;T&gt; data class ShowError(val errorUIState: ErrorUISta...
I have a sealed interface for my UIState. [CODE] This is general for most of the screens in my application, but let's take I have a search screen and along with this states I need one more state [CODE] If I add this state inside UIState sealed interface, in all the screens I need to handle this state, but I need it onl...
android|kotlin|sealed-class
1
2022-05-16T17:17:55.367Z
2,022
5
17
0
175
1
1,006
61
3
3
true
false
false
false
false
false
low
72,263,268
Getting error(!bootstrap.error.title.start.failed!) when trying to open android studio
<p>My android studio was getting updated..(some plugins,not sure) and my computer got restarted. Then I updated my android studio again but when it was getting installed it showed as some corrupted files... It didn't get properly updated.</p> <p>I deleted the files in AppData&gt;Roming&gt;Google Also did changes in ide...
My android studio was getting updated..(some plugins,not sure) and my computer got restarted. Then I updated my android studio again but when it was getting installed it showed as some corrupted files... It didn't get properly updated. I deleted the files in AppData>Roming>Google Also did changes in idea.property (adde...
android|android-studio
1
2022-05-16T17:26:59.847Z
2,022
5
17
0
237
0
360
86
2
1
true
true
false
false
false
false
low
72,263,299
I create a button in android studio, I want to change the background of button but it won't work
<img src="https://i.stack.imgur.com/8hYdG.png" width="650"/> <p>It is a code that I wrote in my drawable folder, but it won't work either.</p> <pre><code>&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;&gt; &lt;item android:state_pressed=&quot;true&quot;&gt; &lt;shape&gt; ...
It is a code that I wrote in my drawable folder, but it won't work either. [CODE]
android|xml
0
2022-05-16T17:30:19.347Z
2,022
5
17
0
36
2
81
96
2
1
true
false
false
false
false
false
zero
72,263,373
getting jav.lang.illegalStateException: error
<p>So I was trying to make my first app but while running it, I get the following notification &quot;jav.lang.illegalStateException: expected a boolean but was NUMBER at line 1 column 185 path $.recipes[0].weightWAtcherSmartPoints&quot; and the app doesn't go beyond the loading screen</p>
So I was trying to make my first app but while running it, I get the following notification &quot;jav.lang.illegalStateException: expected a boolean but was NUMBER at line 1 column 185 path $.recipes[0].weightWAtcherSmartPoints&quot; and the app doesn't go beyond the loading screen
java|android|android-studio
0
2022-05-16T17:36:01.687Z
2,022
5
17
0
32
0
282
45
3
0
false
true
false
false
false
false
zero
72,263,395
Android. How to detect when ui was updated after submit list in recycler view?
<p>I have implemented search contacts applications. Contact list may be very large. For implementation I used <code>kotlin flow</code>, <code>RecyclerView</code> and <code>AsyncListDiffer</code>. Initially, I used diff util, but after that I noticed that on some devices, lags began when searching and updating the list....
I have implemented search contacts applications. Contact list may be very large. For implementation I used kotlin flow , RecyclerView and AsyncListDiffer . Initially, I used diff util, but after that I noticed that on some devices, lags began when searching and updating the list. I understand that this is due to the fa...
android|android-recyclerview|kotlin-flow|android-diffutils|android-asynclistdiffer
0
2022-05-16T17:37:29.460Z
2,022
5
17
0
170
2
791
78
5
0
false
false
false
false
false
false
zero
72,263,460
The data is getting stored in firebase real time database but the data is not getting displayed in the recycler view of the UI
<p>I am new to android and I couldn't solve this issue. The terminal says that the string cannot be converted into purchasemodel.</p> <p>But I am getting the data from purchasemodel only.</p> <p>I don't know where the mistake is happening. The data is getting stored in the realtime database but could not display in the...
I am new to android and I couldn't solve this issue. The terminal says that the string cannot be converted into purchasemodel. But I am getting the data from purchasemodel only. I don't know where the mistake is happening. The data is getting stored in the realtime database but could not display in the recycler view UI...
java|android|firebase
0
2022-05-16T17:44:11.563Z
2,022
5
17
0
18
0
383
126
3
2
true
true
false
false
false
false
zero
72,263,542
Wear OS - settting up project with fragments
<p>I'm trying to set up a Wear OS project. I have some experience with normal android development but Wear os is new for me.</p> <p>I'm used to just having one <code>MainActivity</code> and some fragments. But I'm trying to make that work for Wear OS but with no success. It keeps crashing when I want to use <code>viewB...
I'm trying to set up a Wear OS project. I have some experience with normal android development but Wear os is new for me. I'm used to just having one MainActivity and some fragments. But I'm trying to make that work for Wear OS but with no success. It keeps crashing when I want to use viewBinding in the OverviewFragmen...
android|xml|kotlin|wear-os
0
2022-05-16T17:51:58.710Z
2,022
5
17
0
85
1
716
44
4
6
true
false
false
false
false
false
zero
72,263,564
Kotlin Flows declaration in Compose function
<p>In my task I need to fetch list of bikes.</p> <p>I made BikesApi and put some bikes into a list. In MovieRepository implementation I overrided function getBikes that returns now Flow&lt;List&gt;&gt;.</p> <pre><code>val BikeZ : Flow&lt;List&lt;Bike&gt;&gt; = flow{ while(true){ val lastBike...
In my task I need to fetch list of bikes. I made BikesApi and put some bikes into a list. In MovieRepository implementation I overrided function getBikes that returns now Flow<List>>. [CODE] In BikeViewModel I implemented it like this, It gets MovieRepository (Koin): [CODE] And when I try in Compose function this: [COD...
android|kotlin|android-jetpack-compose|kotlin-flow|koin
0
2022-05-16T17:54:21.150Z
2,022
5
17
0
220
1
598
44
5
6
true
false
false
false
false
false
zero
72,263,681
TCP Socket: Data Transfer from Python Client to Java Server on Android Studio is Extremly Slow
<p>I am sending image bytes (around 4Mb) over from my Python client, on my computer, to my Java Server, running on an Android Tablet. The Python client sends all the data in a fraction of a second while the Java server takes over 2 seconds to read all the data. This is too slow for my needs. I tried using a BufferedIn...
I am sending image bytes (around 4Mb) over from my Python client, on my computer, to my Java Server, running on an Android Tablet. The Python client sends all the data in a fraction of a second while the Java server takes over 2 seconds to read all the data. This is too slow for my needs. I tried using a BufferedInputS...
python|android|sockets|tcp
0
2022-05-16T18:03:57.017Z
2,022
5
18
0
73
1
624
94
4
2
true
false
false
false
false
false
zero
72,263,770
Coarse location misbehaves in Android 12
<p>I had recently uploaded my app in play store and it was working fine up to android 11. When tested in devices with android 12 , app is misbehaving while fetching the coarse location, where fine location is working fine as expected. As we know in Android 12 user have the freedom to give permission for precise(fine...
I had recently uploaded my app in play store and it was working fine up to android 11. When tested in devices with android 12 , app is misbehaving while fetching the coarse location, where fine location is working fine as expected. As we know in Android 12 user have the freedom to give permission for precise(fine) loca...
android|firebase|android-studio|location
0
2022-05-16T18:11:41.703Z
2,022
5
18
0
227
0
789
40
4
4
true
true
false
false
false
false
zero
72,263,793
Android studio and expo - how can I open the app in the emulator instead of my phone?
<p>I have everything installed (android studio, and the emulator is open) and it works well on my phone (android), but I can't get the app open on the damn emulator on my pc. My phone is connected to my pc via usb tethering wifi because of some issues (long story, but I tried to just delete Expo from the phone and even...
I have everything installed (android studio, and the emulator is open) and it works well on my phone (android), but I can't get the app open on the damn emulator on my pc. My phone is connected to my pc via usb tethering wifi because of some issues (long story, but I tried to just delete Expo from the phone and even th...
android|reactjs|native|emulation
0
2022-05-16T18:14:06.217Z
2,022
5
18
0
21
0
552
85
4
0
false
true
false
false
false
false
zero
72,263,918
Flutter integration tests not running on Android real device
<p>When attempting to run an integration test on a real device for my Flutter Android app by doing, for example:</p> <p><code>flutter test integration_test/name_of_test.dart</code></p> <p>The app doesn't open on my device, and after around two minutes, I observe the following in my terminal:</p> <pre><code> Exception:...
When attempting to run an integration test on a real device for my Flutter Android app by doing, for example: flutter test integration_test/name_of_test.dart The app doesn't open on my device, and after around two minutes, I observe the following in my terminal: [CODE] Anybody have any idea what might be going wrong>
android|flutter|integration-testing|flutter-dependencies|flutter-test
2
2022-05-16T18:24:47.087Z
2,022
5
18
0
165
0
318
60
5
1
true
true
false
false
false
false
low
72,263,977
Kotlin Multiplatform build OUTPUT_SIZE error
<p>I'm having this error happen to me, out of the blue and have no ideia where it came from and why it happened. It' breaking on GitHub CI with the same error message. Any clue about what's happening?</p> <p><strong>gradle-wrapper:</strong> <code>distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-...
I'm having this error happen to me, out of the blue and have no ideia where it came from and why it happened. It' breaking on GitHub CI with the same error message. Any clue about what's happening? gradle-wrapper: distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip Error message: [CODE] My s...
android|kotlin|kotlin-multiplatform
0
2022-05-16T18:29:31.080Z
2,022
5
18
0
201
1
385
44
3
3
true
false
false
false
false
false
zero
72,264,119
Stripe where do I go from here?
<p>I am attempting to Implement stripe payments in my application, by allowing the user to pay by entering card information inside the stripe multicardinput widget. I am having a difficult time with the server part, so far i have successfully followed the guideline from stripe official docs, here <a href="https://strip...
I am attempting to Implement stripe payments in my application, by allowing the user to pay by entering card information inside the stripe multicardinput widget. I am having a difficult time with the server part, so far i have successfully followed the guideline from stripe official docs, here https://stripe.com/docs/p...
android|stripe-payments
0
2022-05-16T18:43:08.753Z
2,022
5
18
0
29
0
514
31
2
1
true
true
false
false
false
false
zero
72,264,209
Android App: Saving image and attaching it to email with JavaMail
<p>I am building an Android app where I would like to take a photo and save it to the device and then attach the said photo to an email with the JavaMail API and send it.</p> <p>The application works in the Android Studio emulator and on my Huawei device but doesn't seem to work on Samsung phones and I'm guessing it wo...
I am building an Android app where I would like to take a photo and save it to the device and then attach the said photo to an email with the JavaMail API and send it. The application works in the Android Studio emulator and on my Huawei device but doesn't seem to work on Samsung phones and I'm guessing it won't work o...
java|android|jakarta-mail
0
2022-05-16T18:51:08.427Z
2,022
5
18
0
22
0
764
65
3
2
true
true
false
false
false
false
zero
72,264,482
Hide/Show specific views from custom toolbar when scrolling CoordinatorLayout
<p>I have a toolbar made out of a constraint layout that consists of the searchView, view1, view2, and view3</p> <p><a href="https://i.stack.imgur.com/EfWy5.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/EfWy5.png" alt="screen" /></a></p> <p>I need to hide View1 and View3 when scrolling down (so bas...
I have a toolbar made out of a constraint layout that consists of the searchView, view1, view2, and view3 I need to hide View1 and View3 when scrolling down (so basically show the searchView and View2 when it's collapsed) I've looked into doing this with CollapsibleToolbarLayout but it's not working, if I add the const...
android|android-coordinatorlayout|android-collapsingtoolbarlayout|android-appbarlayout
0
2022-05-16T19:14:05.380Z
2,022
5
19
0
16
0
656
77
4
1
true
true
false
false
false
false
zero
72,264,496
How to set button and text color in Android Alert Dialog
<p>I am modifying code for an Android app. The code generates an Alert Dialog, and should present the user with two buttons. However, when the Alert Dialog is shown, the two buttons / options are not visible.</p> <p>I read other posts that suggest that the text and background colours are both white. So the suggestion i...
I am modifying code for an Android app. The code generates an Alert Dialog, and should present the user with two buttons. However, when the Alert Dialog is shown, the two buttons / options are not visible. I read other posts that suggest that the text and background colours are both white. So the suggestion is to modif...
android|alert
0
2022-05-16T19:14:52.657Z
2,022
5
19
0
50
1
822
56
2
3
true
false
false
false
false
false
zero
72,264,508
ROS2 Arduino WiFi
<p>here is my basic question about ROS2-communication between Arduino (WiFi Rev2-Board) and a PC. It is my first project with ROS2, I would like to receive data from sensors and send data to control motors which are connected to the Arduino.</p> <p>The communication should run via WiFi, so I looked for a tutorial abou...
here is my basic question about ROS2-communication between Arduino (WiFi Rev2-Board) and a PC. It is my first project with ROS2, I would like to receive data from sensors and send data to control motors which are connected to the Arduino. The communication should run via WiFi, so I looked for a tutorial about this but ...
android-wifi|ros2
0
2022-05-16T19:16:33.737Z
2,022
5
19
0
166
0
1,860
17
2
1
true
true
false
false
false
false
zero
72,264,660
Flutter doctor not detecting cmdlinetools and not letting me reinstall them
<p>I asked a question here a while back about how to fix the fact that I'm getting the &quot;cmdline-tools component is missing&quot; error when running flutter doctor even though I installed the &quot;Android SDK Command-line tools&quot; component in Android studio.</p> <p>And no responses for how to fix it worked for...
I asked a question here a while back about how to fix the fact that I'm getting the &quot;cmdline-tools component is missing&quot; error when running flutter doctor even though I installed the &quot;Android SDK Command-line tools&quot; component in Android studio. And no responses for how to fix it worked for me, So I ...
android|flutter|android-studio|development-environment
0
2022-05-16T19:31:44.300Z
2,022
5
19
0
21
0
1,311
75
4
0
false
true
false
false
false
false
zero
72,264,674
Testing viewModel with coroutines live data, I am getting only loading state, other states success or fail not triggering
<p><strong>This is viewmodel class</strong>.</p> <p>@HiltViewModel class MainViewModel @Inject constructor(private val mainRepository: MainRepos) : ViewModel() {</p> <pre><code>fun get(query:String) = liveData(Dispatchers.IO) { emit(Resource.loading(data = null)) try { val repos=mainRepository.getData(...
This is viewmodel class . @HiltViewModel class MainViewModel @Inject constructor(private val mainRepository: MainRepos) : ViewModel() { [CODE] } ViewModel test class @ExperimentalCoroutinesApi class MainViewModelTest { [CODE] }
android|kotlin|viewmodel|android-livedata|coroutine
0
2022-05-16T19:32:35.427Z
2,022
5
19
0
92
0
227
121
5
2
true
true
false
false
false
false
zero
72,264,744
Build time error in navigation component direction generated classes after updating android studio to chipmunk
<p>I'm getting &quot;Unresolved reference: R&quot; build time error after updating android studio to chipmunk version in all &quot;Direction&quot; classes that are generated by navigation component. R class is not imported in that classes, though I can import it manually but classes will be regenerated without import i...
I'm getting &quot;Unresolved reference: R&quot; build time error after updating android studio to chipmunk version in all &quot;Direction&quot; classes that are generated by navigation component. R class is not imported in that classes, though I can import it manually but classes will be regenerated without import in n...
android|android-studio|android-gradle-plugin|android-studio-chipmunk
4
2022-05-16T19:40:27.180Z
2,022
5
19
0
477
1
417
110
4
0
false
false
false
false
false
false
low
72,264,771
How would I store an ArrayList<String[]> in order to compare it to a new one later?
<p>In terms of context for what I'm doing, I have an ArrayList with some String[]-typed contacts in it (has a {name, phone number, phone type} per entry) for the native android address book feature. I want to store this list of contacts, and then bring them back up whenever a new list of contacts is added so that I can...
In terms of context for what I'm doing, I have an ArrayList with some String[]-typed contacts in it (has a {name, phone number, phone type} per entry) for the native android address book feature. I want to store this list of contacts, and then bring them back up whenever a new list of contacts is added so that I can co...
java|android|sharedpreferences|storage|contacts
0
2022-05-16T19:42:59.683Z
2,022
5
19
0
44
1
1,031
83
5
0
false
false
false
false
false
false
zero
72,264,871
java.lang.UnsupportedClassVersionError while integrating firebase performance library in react native app
<p>I am trying to integrate the firebase performance library into my react native application. I am following the documentation at <a href="https://rnfirebase.io/perf/usage" rel="noreferrer">https://rnfirebase.io/perf/usage</a></p> <p>I am getting java.lang.UnsupportedClassVersionError error after adding the below line...
I am trying to integrate the firebase performance library into my react native application. I am following the documentation at https://rnfirebase.io/perf/usage I am getting java.lang.UnsupportedClassVersionError error after adding the below line to /android/build.gradle classpath 'com.google.firebase:perf-plugin:1.4.1...
android|firebase|react-native
5
2022-05-16T19:54:02.357Z
2,022
5
19
0
1,064
1
492
105
3
3
true
false
false
false
false
false
low
72,264,900
Cannot open a file/drawable in Android studio
<p>I am trying to apply a git patch in Android studio and always the get stuck. I have to kill the android studio (Happens the same if I want to import a drawable).</p> <p>I am using MacOS Monterrey 12.4</p> <p>Android Studio Chipmunk | 2021.2.1 Build #AI-212.5712.43.2112.8512546, built on April 28, 2022 Runtime versio...
I am trying to apply a git patch in Android studio and always the get stuck. I have to kill the android studio (Happens the same if I want to import a drawable). I am using MacOS Monterrey 12.4 Android Studio Chipmunk | 2021.2.1 Build #AI-212.5712.43.2112.8512546, built on April 28, 2022 Runtime version: 11.0.12+0-b150...
android|macos|android-studio
5
2022-05-16T19:56:22.780Z
2,022
5
19
0
168
1
728
45
3
0
false
false
false
false
false
false
low
72,264,914
Unable to start activity ComponentInfo java.lang.RuntimeException
<pre><code>2022-05-16 22:50:33.506 3520-3520/com.example.skinapp E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.skinapp, PID: 3520 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.skinapp/com.example.skinapp.HomepageActivity}: java.lang.ClassCastException: androidx.ap...
[CODE] im new in building apps idk what's going on , i open this page yesterday and today i just changed the design of the layout and that what happened
android-studio
0
2022-05-16T19:57:46.203Z
2,022
5
19
0
148
0
152
65
1
1
true
true
false
false
false
false
zero
72,264,979
Real device is not installing app.apk after deleting .gradle folder
<p>I was cleaning up my explorer and was stupid enough to delete the .gradle folder. When I recreated the folder, the real device was not install my flutter app and was stucked by &quot;installing build/app/outputs/flutter-apk/app.apk.</p> <p>In the logcat there are some weird errors, but I don't know if they have anyt...
I was cleaning up my explorer and was stupid enough to delete the .gradle folder. When I recreated the folder, the real device was not install my flutter app and was stucked by &quot;installing build/app/outputs/flutter-apk/app.apk. In the logcat there are some weird errors, but I don't know if they have anything to do...
android|flutter|adb
0
2022-05-16T20:03:10.123Z
2,022
5
20
0
23
1
344
67
3
1
true
false
false
false
false
false
zero
72,265,018
Android Studio Rename/Refactor Scope All Places vs Project Files
<p>So I'm going to rename the package name, I am confused about the scope option as below:</p> <p><a href="https://i.stack.imgur.com/J82xI.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/J82xI.png" alt="enter image description here" /></a></p> <p>What's the difference?</p>
So I'm going to rename the package name, I am confused about the scope option as below: What's the difference?
android|android-studio|intellij-idea|ide
0
2022-05-16T20:07:35.080Z
2,022
5
20
0
50
0
110
64
4
0
false
true
false
false
false
false
zero
72,265,070
Find text in WebView and scroll that position Android
<p>I'm implanting code for search text programmatically and scroll that position. I am finding my text search if its available then i want to click in text programmatically.</p> <pre><code> binding.webView.setFindListener(object : WebView.FindListener { override fun onFindResultReceived(p0: Int, numberOfMatches...
I'm implanting code for search text programmatically and scroll that position. I am finding my text search if its available then i want to click in text programmatically. [CODE]
javascript|android|webview
0
2022-05-16T20:11:49.823Z
2,022
5
20
0
34
0
177
53
3
1
true
true
false
false
false
false
zero
72,265,189
Different between Media Item and Media Source in exoplayer?
<p>Whats different between <code>MediaItem</code> and <code>MediaSource</code> in exoplayer and how i can use MediaSource in in the latest version of exoplayer library (2.17.1) ?</p> <p>This is simple project how use MediaSource instead of MediaItem ?</p> <pre><code>package com.agono.exoplayer; import ... public cla...
Whats different between MediaItem and MediaSource in exoplayer and how i can use MediaSource in in the latest version of exoplayer library (2.17.1) ? This is simple project how use MediaSource instead of MediaItem ? [CODE]
java|android|exoplayer|exoplayer2.x
0
2022-05-16T20:23:54.870Z
2,022
5
20
0
241
1
222
59
4
1
true
false
false
false
false
false
zero
72,265,194
Can't add divider for MaterialAutoCompleteTextView dropdown (android)
<p>I have a TextInputLayout with MaterialAutoCompleteTextView (dropdown). I try to add divider for between each item in dropdown, but no attempt helped.</p> <p>I try to use something like this:</p> <pre><code>&lt;style name=&quot;DropDownListViewStyle&quot;&gt; &lt;item name=&quot;android:divider&quot;&gt;#ffcc...
I have a TextInputLayout with MaterialAutoCompleteTextView (dropdown). I try to add divider for between each item in dropdown, but no attempt helped. I try to use something like this: [CODE] Any attributes in layout not wotking too
android|dropdown|autocompletetextview|divider
0
2022-05-16T20:24:22.783Z
2,022
5
20
0
15
0
231
69
4
1
true
true
false
false
false
false
zero
72,265,289
Unable to close a accordion menu in react native after picking an item from it
<p>So I have a screen in react-native in my android app for reporting faulty equipment on my university and I have a wierd issue with my accordion menu. I use it as a list of options for the type of broken equipment that I store and then send to the database. After testing I found out the acordion menu doesnt close eve...
So I have a screen in react-native in my android app for reporting faulty equipment on my university and I have a wierd issue with my accordion menu. I use it as a list of options for the type of broken equipment that I store and then send to the database. After testing I found out the acordion menu doesnt close even i...
android|react-native|accordion|react-native-paper
0
2022-05-16T20:32:23.227Z
2,022
5
20
0
74
1
449
78
4
2
true
false
false
false
false
false
zero
72,265,307
Android Studio tool to find out why Recycler View is lagging?
<p>I've got a RecyclerView that's lagging quite a bit while scrolling. Each item can have different content types (videos, images, etc.), so it's difficult to pinpoint which of these may be causing the lag.</p> <p>What tools in Android Studio should I be using to determine the cause of the lag?</p>
I've got a RecyclerView that's lagging quite a bit while scrolling. Each item can have different content types (videos, images, etc.), so it's difficult to pinpoint which of these may be causing the lag. What tools in Android Studio should I be using to determine the cause of the lag?
android|android-studio
0
2022-05-16T20:33:31.157Z
2,022
5
20
0
29
0
285
61
2
0
false
true
false
false
false
false
zero
72,265,333
DownloadManager not working on some Samsung Models
<p>I have an implementation of DownloadManager that works correctly on most devices I've tested it. I recently started testing on a Samsung Galaxy S10 (Android 9), and I noticed a completely different behavior. the queued download takes up to 10 min to even start, I can see this because my download's request visibility...
I have an implementation of DownloadManager that works correctly on most devices I've tested it. I recently started testing on a Samsung Galaxy S10 (Android 9), and I noticed a completely different behavior. the queued download takes up to 10 min to even start, I can see this because my download's request visibility is...
android|kotlin|android-download-manager|samsung-galaxy
0
2022-05-16T20:36:03.173Z
2,022
5
20
0
34
0
1,176
50
4
3
true
true
false
false
false
false
zero
72,265,350
why i cant display in web view facebook page login?
<p>im trying implement a button to login with facebook in my app from xamarin forms , first im doing now im doing my code in c# Another error that is not debugging you is that it is not bringing me the token, perhaps that is why it is not allowing me to show the login page <a href="https://i.stack.imgur.com/dsxdh.png"...
im trying implement a button to login with facebook in my app from xamarin forms , first im doing now im doing my code in c# Another error that is not debugging you is that it is not bringing me the token, perhaps that is why it is not allowing me to show the login page [CODE]
c#|xamarin|xamarin.forms|xamarin.android|xamarin.ios
0
2022-05-16T20:37:44.437Z
2,022
5
20
0
41
0
277
51
5
1
true
true
false
false
false
false
zero
72,265,361
How to show image in android remote view using content URI?
<p>I am having trouble trying to show an image in a remote view with a contentUri. I have outlined the steps I took below. I believe I have followed the procedure correctly but still get a &quot;Can't load widget&quot; message. What am I doing wrong? Is the image saved to the correct storage area? Is the contentUri con...
I am having trouble trying to show an image in a remote view with a contentUri. I have outlined the steps I took below. I believe I have followed the procedure correctly but still get a &quot;Can't load widget&quot; message. What am I doing wrong? Is the image saved to the correct storage area? Is the contentUri constr...
android|uri|android-appwidget|android-fileprovider|glance-appwidget
1
2022-05-16T20:39:05.187Z
2,022
5
20
0
142
0
829
59
5
5
true
true
false
false
false
false
low
72,265,467
Xamarin Toast.MakeText change Color
<p>How can I change the background color of a Toast in a Xamarin Forms Application?</p> <p>I've tried this code on Android 11:</p> <pre><code>Context context = Android.App.Application.Context; string message = &quot;Hello toast!&quot;; ToastLength duration = ToastLength.Short; Toast t = Toast.MakeText(context, message...
How can I change the background color of a Toast in a Xamarin Forms Application? I've tried this code on Android 11: [CODE] But I get the following error: System.NullReferenceException: 'Object reference not set to an instance of an object.'
c#|xamarin|xamarin.forms|xamarin.android|android-toast
0
2022-05-16T20:49:04.033Z
2,022
5
20
0
125
1
241
35
5
1
true
false
false
false
false
false
zero
72,265,525
How to convert apache httpclient code to okhttp
<p>I am using api with oauth2 in my application. This code is provided by the api developers, but it was written for java and, as I understand it, httpclient is not supported on android. Alternatively, I think okhttp can be used. Please help me to write similar code for okhttp. I'm not familiar with okhttp and may be s...
I am using api with oauth2 in my application. This code is provided by the api developers, but it was written for java and, as I understand it, httpclient is not supported on android. Alternatively, I think okhttp can be used. Please help me to write similar code for okhttp. I'm not familiar with okhttp and may be stuc...
android|kotlin|okhttp|apache-httpclient-4.x
0
2022-05-16T20:55:16.787Z
2,022
5
20
0
51
0
349
47
4
1
true
true
false
false
false
false
zero
72,265,553
Is it possible to call a @ReactMethod from the native code itself? or call a method in the native module
<p>This might be a silly question but I am new to android/kotlin and react native. I want to know if it is possible to call a @ReactMethod from the kotlin code itself same as you do in the javascript by importing NativeModules from react-native</p> <p>My actual problem is trying to call a method in the native module fr...
This might be a silly question but I am new to android/kotlin and react native. I want to know if it is possible to call a @ReactMethod from the kotlin code itself same as you do in the javascript by importing NativeModules from react-native My actual problem is trying to call a method in the native module from the act...
android|react-native|kotlin
0
2022-05-16T20:58:34.910Z
2,022
5
20
0
60
1
466
104
3
0
false
false
false
false
false
false
zero
72,265,588
Animation for a canvas object
<p>I'm trying to use an animation for a sudoku app. I want for everytime i insert a wrong number, that number would change color and it's scale. My code is:</p> <p><div class="snippet" data-lang="js" data-hide="false" data-console="true" data-babel="false"> <div class="snippet-code"> <pre class="snippet-code-html lang-...
I'm trying to use an animation for a sudoku app. I want for everytime i insert a wrong number, that number would change color and it's scale. My code is: [CODE] And i tried: [CODE] The animation, the board and the numbers are all good. The animation is only an example, i tried to rotate it to see if it's working. But t...
android-studio|kotlin|canvas
0
2022-05-16T21:01:32.697Z
2,022
5
21
0
86
1
669
29
3
2
true
false
false
false
false
false
zero
72,265,839
Alternative of Chuck - HTTP inspector for Android
<p>I was using <a href="https://github.com/jgilfelt/chuck" rel="nofollow noreferrer">Chuck</a> for inspection of HTTP(S) requests/responses fired by my Android App. It was working fine before but as I am working on new project now I came to realize that for targetSdkVersion 31 and above its causing <a href="https://git...
I was using Chuck for inspection of HTTP(S) requests/responses fired by my Android App. It was working fine before but as I am working on new project now I came to realize that for targetSdkVersion 31 and above its causing issue . Is there any good alternative library for inspection of HTTP requests? any suggestion wil...
android
0
2022-05-16T21:31:20.380Z
2,022
5
21
0
145
2
343
49
1
0
false
false
false
false
false
false
zero
72,265,855
flutter navigator pushNamed wrong screen
<p>i have 4 screen in order and i created a button with a navigator pushNamed when i press the button to navigate to the second page it&quot;s go to the fourth page and</p> <pre><code> return AppBar( elevation: 0, backgroundColor: Colors.white, leading: IconButton( icon: Icon(Icons.account_b...
i have 4 screen in order and i created a button with a navigator pushNamed when i press the button to navigate to the second page it&quot;s go to the fourth page and [CODE] when i click the iconbutton it&quot;s navigate to another screen this is my screen route [CODE]
android|ios|flutter|dart
0
2022-05-16T21:33:08.010Z
2,022
5
21
0
113
2
268
40
4
2
true
false
false
false
false
false
zero
72,265,983
How to resolve the java.lang.IncompatibleClassChangeError coming due to third party SDK update?
<p>My Android project has a dependency on third-party SDK, which internally is using TensorFlow lite. Now I already have my application running without issue on an Android device but as soon as I update the third-party library, rebuild and run the project, I start seeing the below crash and the app isn't able to start ...
My Android project has a dependency on third-party SDK, which internally is using TensorFlow lite. Now I already have my application running without issue on an Android device but as soon as I update the third-party library, rebuild and run the project, I start seeing the below crash and the app isn't able to start on ...
java|android|runtime-error|binary-compatibility
0
2022-05-16T21:48:46.590Z
2,022
5
21
0
133
0
489
95
4
1
true
true
false
false
false
false
zero
72,266,035
error in java.lang.RuntimeException: Unable to start activity ComponentInfo{}: java.lang.NullPointerException
<p>I have the following error in android studio, And the problem is when adding products because if there is no product, it opens the shopping bag, but when adding one and wanting to re-enter it, it closes and when you want to enter the shopping bag purchases the application closes.</p> <p>I would really like to receiv...
I have the following error in android studio, And the problem is when adding products because if there is no product, it opens the shopping bag, but when adding one and wanting to re-enter it, it closes and when you want to enter the shopping bag purchases the application closes. I would really like to receive help fro...
java|android-studio|kotlin|nullpointerexception
0
2022-05-16T21:55:05.303Z
2,022
5
21
0
1,930
2
4,170
109
4
3
true
false
false
false
false
false
zero
72,266,049
How to define in runtime which package is executed test from
<p>I have 2 groups of UI (instrumented) Android tests in different packages. How to define in runtime which package is executed test from? I need just boolean checking.</p> <p>I tried to find something similar in Instrumentation class and ClassLoader classes, but i had no any idea. Thank you so much for tips!</p>
I have 2 groups of UI (instrumented) Android tests in different packages. How to define in runtime which package is executed test from? I need just boolean checking. I tried to find something similar in Instrumentation class and ClassLoader classes, but i had no any idea. Thank you so much for tips!
java|android|instrumented-test
0
2022-05-16T21:56:38.880Z
2,022
5
21
0
13
0
300
60
3
0
false
true
false
false
false
false
zero
72,266,066
Sending a notification through a button by accepting data from both tabs in a tabbed activity in Android Studio
<p>I am currently creating my very first application, it's a very dummy coffee shop application that includes multiple activities like a basic activity and a log in activity. However, I have currently created my first tabbed activity where the user can &quot;order&quot; coffee (first tab) and food (second tab) by selec...
I am currently creating my very first application, it's a very dummy coffee shop application that includes multiple activities like a basic activity and a log in activity. However, I have currently created my first tabbed activity where the user can &quot;order&quot; coffee (first tab) and food (second tab) by selectin...
java|android|android-activity|notifications
0
2022-05-16T21:57:54.300Z
2,022
5
21
0
28
0
1,435
111
4
4
true
true
false
false
false
false
zero
72,266,067
Force android Gmail sync in background
<p>The Gmail app on my phone is not syncing email anymore unless it is opened in foreground. (This is a known issue on several OnePlus devices after the Android 11 upgrade). Is there any activity or intent that can be used to force the sync in the background?</p> <p>At this moment I'm giving a shot to some Macrodroid /...
The Gmail app on my phone is not syncing email anymore unless it is opened in foreground. (This is a known issue on several OnePlus devices after the Android 11 upgrade). Is there any activity or intent that can be used to force the sync in the background? At this moment I'm giving a shot to some Macrodroid / Tasker sc...
android|synchronization|gmail|tasker
1
2022-05-16T21:57:55.210Z
2,022
5
21
0
161
0
442
38
4
0
false
true
false
false
false
false
low
72,266,117
Android Studio warning "Missing permissions required by AudioRecord.AudioRecord: android.permission.RECORD_AUDIO"
<p>The following code works fine:</p> <pre><code>if (ActivityCompat.checkSelfPermission(_activity, Manifest.permission.RECORD_AUDIO) == PackageManager.PERMISSION_GRANTED) { _ar = new AudioRecord(MediaRecorder.AudioSource.MIC, iAudioSampleRate, AudioFormat.CHANNEL_IN_MONO, AudioFormat.ENCODING_PCM_16BIT, N * 10); } <...
The following code works fine: [CODE] The Android Studio always gives the warning &quot;Missing permissions required by AudioRecord.AudioRecord: android.permission.RECORD_AUDIO&quot; The AndroidManifest.xml already has the following: [CODE] If I click &quot;Add Permission RECORD_AUDIO&quot;, Android adds another line o...
android-studio|android-studio-chipmunk
0
2022-05-16T22:04:17.210Z
2,022
5
22
0
169
1
473
113
2
3
true
false
false
false
false
false
zero
72,266,166
Separate YUV buffers to Bitmap in Android
<p>As a brief context, I am getting raw video data from Zoom SDK as separate Y, U, and V ByteBuffers and trying to convert them to bitmaps. However, I noticed that this conversion is resulting in grayscale bitmap images with green and pink spots [as shown in the screenshot below]</p> <img src="https://i.stack.imgur.com...
As a brief context, I am getting raw video data from Zoom SDK as separate Y, U, and V ByteBuffers and trying to convert them to bitmaps. However, I noticed that this conversion is resulting in grayscale bitmap images with green and pink spots [as shown in the screenshot below] the method I’m using for conversion is the...
android|bitmap|rgb|yuv|zoom-sdk
0
2022-05-16T22:11:57.750Z
2,022
5
22
0
81
0
420
41
5
1
true
true
false
false
false
false
zero
72,266,179
Android: Bonjour printer discovery fails & network seems slow until device reboots
<p>I'm working on an Android app that uses the <a href="https://github.com/jmdns/jmdns" rel="nofollow noreferrer">jmDNS library</a> to discover Bonjour printers on the network. Most of the time it is able to successfully discover printers, but sometimes it does not. The times when it does not, it seems that the Andro...
I'm working on an Android app that uses the jmDNS library to discover Bonjour printers on the network. Most of the time it is able to successfully discover printers, but sometimes it does not. The times when it does not, it seems that the Android device networking is a lot slower. I have also used a 3rd-party app ( Bon...
android|networking|printing|bonjour|discovery
0
2022-05-16T22:13:39.973Z
2,022
5
22
0
41
0
970
82
5
0
false
true
false
false
false
false
zero
72,266,185
CloudKit-based architecture to solve privacy/trust problem
<p>I am new in mobile development. I'm designing the architecture of the application that has to support sharing of geolocation data of the users with other users who use that data for the tracking. However, I would like to give users firm assurances of what and with whom they share and full control over their data. I ...
I am new in mobile development. I'm designing the architecture of the application that has to support sharing of geolocation data of the users with other users who use that data for the tracking. However, I would like to give users firm assurances of what and with whom they share and full control over their data. I fou...
android|ios|location|cloudkit|privacy
-1
2022-05-16T22:14:38.187Z
2,022
5
22
0
41
1
649
58
5
0
false
false
false
false
false
true
negative
72,266,381
Xamarin.Forms Tracking location works in Android 10 but not 11
<p>I was following along with Gerald Versluis's tutorial on location tracking on Android. <a href="https://www.youtube.com/watch?v=Q_renpfnbk4&amp;t=1995s&amp;ab_channel=GeraldVersluis" rel="nofollow noreferrer">https://www.youtube.com/watch?v=Q_renpfnbk4&amp;t=1995s&amp;ab_channel=GeraldVersluis</a></p> <p>I noticed w...
I was following along with Gerald Versluis's tutorial on location tracking on Android. https://www.youtube.com/watch?v=Q_renpfnbk4&t=1995s&ab_channel=GeraldVersluis I noticed when I ran the project on an Android 10 emulator, it worked perfectly fine. However, once I run it on an Android 11 emulator, it does not work. I...
c#|xamarin|xamarin.forms|xamarin.android|geolocation
0
2022-05-16T22:46:51.577Z
2,022
5
22
0
47
0
501
62
5
0
false
true
false
false
false
false
zero
72,266,421
Hide 3 Bottom Buttons (Back/Home/Recent) (Android full screen)
<p>I am developing an app for price verification on an Android device (OS version 7.1.2, API Level 25) using .NET MAUI RC3.</p> <p>I have managed to make the status bar at the top disappear, as well as the .NET MAUI navigation bar, using Shell.NavBarIsVisible=&quot;False&quot;, however, I'm stuck at trying to disable t...
I am developing an app for price verification on an Android device (OS version 7.1.2, API Level 25) using .NET MAUI RC3. I have managed to make the status bar at the top disappear, as well as the .NET MAUI navigation bar, using Shell.NavBarIsVisible=&quot;False&quot;, however, I'm stuck at trying to disable the Android...
android|.net|maui
1
2022-05-16T22:54:06.230Z
2,022
5
22
0
477
1
987
62
3
1
true
false
false
false
false
false
low
72,266,468
Is it possible to have an Android app that Replace the clock on lockscreen with my own?
<p>I want to code my own clock, replacing the one on the lock screen. Not to sure how to do this? I only designed app that displays data from firebase. Is there a way to display using flutter or java, information like a clock or a graph on the lock screen? I can only find examples of full screen notifications.</p>
I want to code my own clock, replacing the one on the lock screen. Not to sure how to do this? I only designed app that displays data from firebase. Is there a way to display using flutter or java, information like a clock or a graph on the lock screen? I can only find examples of full screen notifications.
java|android|flutter|system-clock
0
2022-05-16T23:02:40.393Z
2,022
5
23
0
34
1
308
87
4
0
false
false
false
false
false
false
zero
72,266,493
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 2 column 2 path $ while UPDATE
<p>Hello i am creating an android App for Students to easily find rooms to stay, as a School Project, and i am having some trouble with Update. I created an webservice with 000webhost.com. I already Know put and Delete are paid, but my teacher told us we can embedded it in a POST and make it work.</p> <p>In that wa...
Hello i am creating an android App for Students to easily find rooms to stay, as a School Project, and i am having some trouble with Update. I created an webservice with 000webhost.com. I already Know put and Delete are paid, but my teacher told us we can embedded it in a POST and make it work. In that way i was alread...
android|kotlin|retrofit|slim|notorm
0
2022-05-16T23:05:34.487Z
2,022
5
23
0
437
1
2,535
145
5
7
true
false
false
false
false
false
zero
72,266,670
After implementing this auto suggestion text input in my react native app the value stored is only what was typed in not the suggestion after clicking
<p>So I have tried to implement this code from user illusionist from another issue concerning auto filling text input with suggested text here in react native LINK: <a href="https://stackoverflow.com/questions/62993032/how-to-get-suggestions-while-typing-in-text-input-in-react-native">How to get suggestions while typin...
So I have tried to implement this code from user illusionist from another issue concerning auto filling text input with suggested text here in react native LINK: How to get suggestions while typing in text-input in react-native this is how I implemented it > [CODE] and in another page I import autocomplete and like her...
android|reactjs|react-native
0
2022-05-16T23:34:17.960Z
2,022
5
23
0
231
0
535
150
3
2
true
true
false
false
false
false
zero