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,373,508
How to develop apps that measure data usage for other apps using flutter
<p>It's my first time developing an app, so I don't know what to do.</p> <p>I'm going to develop an app that collects network data usage of other apps on flutter.</p> <p>I've used examples of &quot;<strong>usage_stats</strong>&quot; and &quot;<strong>app_usage</strong>.&quot; The data you wanted didn't come out.</p> <p...
It's my first time developing an app, so I don't know what to do. I'm going to develop an app that collects network data usage of other apps on flutter. I've used examples of &quot; usage_stats &quot; and &quot; app_usage .&quot; The data you wanted didn't come out. The data I want is Network data used by other apps Na...
android|flutter
1
2022-05-25T07:29:12.580Z
2,022
5
7
2
48
0
500
72
2
0
false
true
false
false
false
false
low
72,373,653
How to communicate from Foreground Activity to a Background Activity and Vice Versa
<p>I have a scenario where I need to communicate from <code>ForegroundActivity</code> to a Background Activity and Vice Versa.</p> <ul> <li>View Model cannot be shared between activities</li> <li>Both Activities are in different Modules, hence they cannot share a single <code>BaseActivity</code></li> <li><code>LocalBro...
I have a scenario where I need to communicate from ForegroundActivity to a Background Activity and Vice Versa. View Model cannot be shared between activities Both Activities are in different Modules, hence they cannot share a single BaseActivity LocalBroadcastManager is one of the solutions but not recommended Is there...
android|android-viewmodel
0
2022-05-25T07:39:28.727Z
2,022
5
7
2
14
0
345
83
2
0
false
true
false
false
false
false
zero
72,373,680
Read Integer from JSON and add it to an arraylist
<p>I would like to read data from a URL (JSON format) and add these values to the an <code>ArrayList</code>. I tested the reading from the URL part and this works. But for some reason I can't add the value that I read to the <code>ArrayList</code></p> <p>Anyone has an idea why this happens and how I could fix it?</p> <...
I would like to read data from a URL (JSON format) and add these values to the an ArrayList . I tested the reading from the URL part and this works. But for some reason I can't add the value that I read to the ArrayList Anyone has an idea why this happens and how I could fix it? [CODE] I want to add the int values into...
java|android|json|arraylist
-1
2022-05-25T07:41:28.663Z
2,022
5
7
2
52
1
708
49
4
2
true
false
false
false
false
true
negative
72,373,827
Why can I remove the code navArgument without problem when I use Navigating with arguments in JetPack Compose?
<p>I'm learning Jetpack Compose Navigation.</p> <p>The Code A is from the <a href="https://developer.android.com/codelabs/jetpack-compose-navigation#3" rel="nofollow noreferrer">article</a>. It works well.</p> <p>I can't understand fully what the code <code>navArgument</code> means. I find the Code B which is removed t...
I'm learning Jetpack Compose Navigation. The Code A is from the article . It works well. I can't understand fully what the code navArgument means. I find the Code B which is removed the code navArgument can work well too. What does the code navArgument mean? Code A [CODE] Code B [CODE]
android|android-jetpack-compose
0
2022-05-25T07:52:51.217Z
2,022
5
7
2
79
1
286
110
2
2
true
false
false
false
false
false
zero
72,373,851
Fragment using children Fragments with Navigation Controller
<p>I have a query where I want to know whether it can be achieved or not with Navigation Controller.</p> <h3>Old Implementation</h3> <p>I have to take user info in multiple parts to make a smooth experience and keep the app a little interactive, now I have <strong>Activity A</strong> which contains two <strong>Fragment...
I have a query where I want to know whether it can be achieved or not with Navigation Controller. Old Implementation I have to take user info in multiple parts to make a smooth experience and keep the app a little interactive, now I have Activity A which contains two Fragments A-1 and A-2 . Now I show Fragment A-1 and ...
android|kotlin|navigationcontroller
0
2022-05-25T07:54:08.533Z
2,022
5
7
2
310
0
1,187
60
3
0
false
true
false
false
false
false
zero
72,373,881
Assets from JS file not loading in Android Webview
<p>I have created a simple game in JS and now I am trying to implement it in an Android app.The background is already loading but where the images should appear there are only green boxes indicating a missing asset. How could i get the app to load these properly?</p>
I have created a simple game in JS and now I am trying to implement it in an Android app.The background is already loading but where the images should appear there are only green boxes indicating a missing asset. How could i get the app to load these properly?
java|android|kotlin|webview
0
2022-05-25T07:56:22.787Z
2,022
5
7
2
27
0
260
50
4
0
false
true
false
false
false
false
zero
72,373,884
The data I get from Firebase does not enter the if else control
<p><a href="https://i.stack.imgur.com/7aGI0.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/7aGI0.png" alt="enter image description here" /></a></p> <pre><code> val energy = enerjiText.text.toString() if (energy &lt; 50 .toString()){ progressBar.max = 1000 val currentProgress = ...
[CODE] The id of the textView circled in black is enerjiText. In this textView I am printing the data that I have saved in firestore. But without checking the values ​​in the if-else loop you see in the code, the progress bars inside the if push the screen. I gave the value of energy < 50 in the if, the answer is 227, ...
android|firebase|kotlin|google-cloud-firestore
0
2022-05-25T07:56:30.913Z
2,022
5
7
2
30
0
906
63
4
4
true
true
false
false
false
false
zero
72,373,912
Handling button click and button touch simultaneously in Kotlin
<p>Here is some seemingly classical code, that I have in a small android app. It is handling some button, so nothing special going on; but this is the question:</p> <p>This code work as long as I choose to have one of the two function blocks <em>theBtn.setOnClickListener {..}</em> or <em>theBtn.setOnTouchListener {..}<...
Here is some seemingly classical code, that I have in a small android app. It is handling some button, so nothing special going on; but this is the question: This code work as long as I choose to have one of the two function blocks theBtn.setOnClickListener {..} or theBtn.setOnTouchListener {..} . But it no longer work...
android|kotlin|button|onclicklistener|ontouchlistener
0
2022-05-25T07:58:13.487Z
2,022
5
7
2
146
2
395
63
5
1
true
false
false
false
false
false
zero
72,373,916
Run Unit Test on Xamarin while executing app?
<p>On a Xamarin project i have a class with multiple methods. When I create a test class to test the different methods, after starting them the asserts, the asserts are not working remaining blue. I usually write Unit Test in xunit or nunit, but when i'm trying to install Xunit.runner devices and Nunit.xamarin it give ...
On a Xamarin project i have a class with multiple methods. When I create a test class to test the different methods, after starting them the asserts, the asserts are not working remaining blue. I usually write Unit Test in xunit or nunit, but when i'm trying to install Xunit.runner devices and Nunit.xamarin it give bac...
.net|unit-testing|xamarin.android|nunit|xunit
0
2022-05-25T07:58:41.670Z
2,022
5
7
2
15
0
732
45
5
2
true
true
false
false
false
false
zero
72,373,942
How to disable playback speed option from the player view of ExoPlayer?
<p>I’m building an application to stream <code>HLS</code> Video on demand content. I’m planning to use ExoPlayer in the app. Also, need to to disable the playback speed option, fast-forward option from the player view. Where exactly code can be changed?</p> <p>How this can be done? Can you help us with the code changes...
I’m building an application to stream HLS Video on demand content. I’m planning to use ExoPlayer in the app. Also, need to to disable the playback speed option, fast-forward option from the player view. Where exactly code can be changed? How this can be done? Can you help us with the code changes need to be done? MainA...
android|kotlin|exoplayer|exoplayer2.x
0
2022-05-25T08:00:07.350Z
2,022
5
8
2
102
1
362
71
4
2
true
false
false
false
false
false
zero
72,373,945
Augmented Reality : How to placing Augmented Images Relative to each other
<p>I am creating an application to build indoor position. I am scanning augmented images and make them as point of interests and saved their local ordinates. I am taking first image as starting point. Rest of the images are children w.r.t First image.</p> <p>Problem: I am able to scan images and place anchors based on ...
I am creating an application to build indoor position. I am scanning augmented images and make them as point of interests and saved their local ordinates. I am taking first image as starting point. Rest of the images are children w.r.t First image. Problem: I am able to scan images and place anchors based on augmented ...
android|augmented-reality|arcore|coordinate-transformation
0
2022-05-25T08:00:23.493Z
2,022
5
8
2
20
0
493
74
4
0
false
true
false
false
false
false
zero
72,374,135
Google Fit API : Read step data from google fit
<p>I'm using Google Fit API to develop a health care app. I am currently developing an app that will get Fitness History Data from Google Fit. My app needs to show average weekly and yearly step count, Get step history data three years ago.It works when I have small amount of data. The problem is, when the data that I ...
I'm using Google Fit API to develop a health care app. I am currently developing an app that will get Fitness History Data from Google Fit. My app needs to show average weekly and yearly step count, Get step history data three years ago.It works when I have small amount of data. The problem is, when the data that I am ...
android|google-fit|google-fit-api|google-fitness-api
0
2022-05-25T08:16:46.207Z
2,022
5
8
2
283
0
573
47
4
1
true
true
false
false
false
false
zero
72,374,184
Multiple dependencies with files having same path
<p>Say I have two jars, one <code>a.jar</code> with a config file <code>c.conf</code> and another <code>b.jar</code> with a config file of the same name <code>c.conf</code>. The mentioned file is present top level in the jars and is different for both of them. Now if I build an android app with both the jars as depende...
Say I have two jars, one a.jar with a config file c.conf and another b.jar with a config file of the same name c.conf . The mentioned file is present top level in the jars and is different for both of them. Now if I build an android app with both the jars as dependencies it will obviously fail as there would be two fil...
android
0
2022-05-25T08:19:32.433Z
2,022
5
8
2
22
0
579
49
1
0
false
true
false
false
false
false
zero
72,374,197
How to show ChangeLog Alert only for certain app versions?
<p>I need to show a Changelog when the app is launched where i would illustrate the user the last update news, when the user closes that view i must save the info about it so i would be able to prevent it opening again (If the new version of the app doesn't requires it again as not all versions might require the Change...
I need to show a Changelog when the app is launched where i would illustrate the user the last update news, when the user closes that view i must save the info about it so i would be able to prevent it opening again (If the new version of the app doesn't requires it again as not all versions might require the Changelog...
java|android|kotlin
0
2022-05-25T08:20:05.023Z
2,022
5
8
2
21
1
590
58
3
1
true
false
false
false
false
false
zero
72,374,228
How to replace ChildFragmentManager with Navigation Graph in Android
<p>I'm working on nested fragment scenario where I'm using a fragment with <code>BottomNavigationView</code> and inside that main fragment I need to load new fragments and these new fragments should replace more fragments within main fragment what contains <code>BottomNavigationView</code>. I'm able to load main fragme...
I'm working on nested fragment scenario where I'm using a fragment with BottomNavigationView and inside that main fragment I need to load new fragments and these new fragments should replace more fragments within main fragment what contains BottomNavigationView . I'm able to load main fragment using NavigationGraph but...
android|android-fragments|android-navigation-graph
0
2022-05-25T08:22:41.853Z
2,022
5
8
2
57
0
557
68
3
3
true
true
false
false
false
false
zero
72,374,252
How can I launch google photos app from within Xamarin.Forms?
<p>When using</p> <pre><code>Launcher.OpenAsync(&quot;http://maps.google.com&quot;) </code></pre> <p>the google maps application opens beautifully but with</p> <pre><code>Launcher.OpenAsync(&quot;http://photos.google.com&quot;) </code></pre> <p>it opens the application in browser.</p>
When using [CODE] the google maps application opens beautifully but with [CODE] it opens the application in browser.
c#|xamarin.forms|xamarin.android|cross-platform
2
2022-05-25T08:24:55.263Z
2,022
5
8
2
98
1
116
61
4
2
true
false
false
false
false
false
low
72,374,295
cant send data to another activity because of number format exception
<p>from here im sending data</p> <pre><code> val intent = Intent(this@Level1,ScoringActivity::class.java) intent.putExtra(&quot;Scoring&quot;, mCurrentPosition.toString()) intent.putExtra(&quot;categoryType&quot;,categoryType) startActivity(intent) </code>...
from here im sending data [CODE] from here im receiving data [CODE] in if statement im getting Number Format Exception
android|kotlin|exception
-1
2022-05-25T08:28:35.167Z
2,022
5
8
2
21
1
118
69
3
2
true
false
false
false
false
true
negative
72,374,358
Android: Problem by using a class from xml.file when called from fragment-
<p>for a uni project I need to integrate certain android apps together and I did it in the past with fragments, but the other project workers did it with a seperate activity. When I try to integrate their work, by recreating/handling everything now as a fragment (instead of their activity), I run into problems with a c...
for a uni project I need to integrate certain android apps together and I did it in the past with fragments, but the other project workers did it with a seperate activity. When I try to integrate their work, by recreating/handling everything now as a fragment (instead of their activity), I run into problems with a clas...
android|xml|class|view|fragment
0
2022-05-25T08:33:45.650Z
2,022
5
8
2
22
0
2,364
74
5
3
true
true
false
false
false
false
zero
72,374,369
How can I take a partial screenshot of my Xamarin.Forms app and save it into my gallery?
<p>I am using 2 packages for this:</p> <p>1- ImageFromXamarinUI : &quot;Extension methods for capturing images from UI&quot; ( I use x:Name=&quot;ScreenshotThis&quot; and then write code in C# to take a screenshot of the specific thing that has the ID)</p> <p>2- Xamarin.MediaGallery : &quot;Package for picking and savi...
I am using 2 packages for this: 1- ImageFromXamarinUI : &quot;Extension methods for capturing images from UI&quot; ( I use x:Name=&quot;ScreenshotThis&quot; and then write code in C# to take a screenshot of the specific thing that has the ID) 2- Xamarin.MediaGallery : &quot;Package for picking and saving photos and vid...
c#|android|xaml|xamarin.forms|screenshot
0
2022-05-25T08:34:09.840Z
2,022
5
8
2
75
1
773
88
5
0
false
false
false
false
false
false
zero
72,374,427
Can I host the API on Firebase Hosting?
<p>I created an API using PHP and linked it with MySQL for the android app. (There is no front-end)</p> <p>Is it possible to upload the files and database to Firebase Hosting or does it support only static websites?</p>
I created an API using PHP and linked it with MySQL for the android app. (There is no front-end) Is it possible to upload the files and database to Firebase Hosting or does it support only static websites?
android|firebase|firebase-hosting
0
2022-05-25T08:39:27.940Z
2,022
5
8
2
130
1
205
39
3
0
false
false
false
false
false
false
zero
72,374,471
How to remove UnderlineSpan() text using button click
<p>I am trying things out by creating a small notepad project. And now i am having a hard time finding a solution to remove the underline on text. I can set it but i cant remove it.</p> <p>Heres my code:</p> <h2>Heres how i set it</h2> <h3>I use span to get the selected text</h3> <pre><code>selectedString.setSpan(Under...
I am trying things out by creating a small notepad project. And now i am having a hard time finding a solution to remove the underline on text. I can set it but i cant remove it. Heres my code: Heres how i set it I use span to get the selected text [CODE] Heres how i am trying to unset it [CODE] I tried to search for a...
android|kotlin
1
2022-05-25T08:43:29.277Z
2,022
5
8
2
50
2
381
53
2
2
true
false
false
false
false
false
low
72,374,508
Android - Dialog listener reference gets lost on configuration change
<p>I have Fragment which also contains a DialogFragment. In order to do something when a dialog button is pressed, I am using a <code>DialogListener</code> interface: that interface implements a method <code>onPositiveButtonPressed</code> that is called by the dialog when the button is pressed. The fragment implements ...
I have Fragment which also contains a DialogFragment. In order to do something when a dialog button is pressed, I am using a DialogListener interface: that interface implements a method onPositiveButtonPressed that is called by the dialog when the button is pressed. The fragment implements that interface and passes its...
java|android|android-fragments
0
2022-05-25T08:45:58.193Z
2,022
5
8
2
29
0
850
69
3
2
true
true
false
false
false
false
zero
72,374,509
Xamarin, problem with running APK - There was a problem parsing the package
<p>I try programmatically to install the APK file. I put it into the &quot;download&quot; folder of the device. I make everything according to the instructions from this link <a href="https://stackoverflow.com/a/38858040/2273044">Installing APK</a></p> <p>i.e. I put the xml file in Resources/xml/provider_paths.xml</p> ...
I try programmatically to install the APK file. I put it into the &quot;download&quot; folder of the device. I make everything according to the instructions from this link Installing APK i.e. I put the xml file in Resources/xml/provider_paths.xml [CODE] I add the manifest inside application tags [CODE] And then I try t...
c#|android|xamarin.forms
0
2022-05-25T08:46:05.900Z
2,022
5
8
2
217
2
451
75
3
3
true
false
false
false
false
false
zero
72,374,541
pattern matching to download a dependency from artifactory using gradle
<p>I've dependency which needs to be downloaded, but the dependency have name something like:</p> <pre><code>{build_major}.{build_minor}.&lt;some-random-string&gt;-dev-prod-doc.aar </code></pre> <p>and I've already this variable in my build.gradle</p> <pre><code>currel= {build_major}.{build_minor} </code></pre> <p>and ...
I've dependency which needs to be downloaded, but the dependency have name something like: [CODE] and I've already this variable in my build.gradle [CODE] and the implementation part in my build.gradle is: [CODE] how can I include &quot;some-random-string&quot; to match my .aar file, because this can be anything, I'm u...
android|linux|gradle|groovy
0
2022-05-25T08:48:42.667Z
2,022
5
8
2
25
0
544
71
4
4
true
true
false
false
false
false
zero
72,374,549
How to send data sent by BLE Device in a fragment to a new activity for display and plotting graph in app?
<p>I am completely new to Android and just learned Object-oriented programming. My project requires me to build something on open-source code. I am really struggling with this special case. Two fragments are under activity_main, one of them is TerminalFragment. I added a menuItem (R.id.plot) in it and set if the user c...
I am completely new to Android and just learned Object-oriented programming. My project requires me to build something on open-source code. I am really struggling with this special case. Two fragments are under activity_main, one of them is TerminalFragment. I added a menuItem (R.id.plot) in it and set if the user clic...
java|android|android-fragments|android-intent|android-recyclerview
0
2022-05-25T08:49:18.070Z
2,022
5
8
2
44
1
1,018
106
5
2
true
false
false
false
false
false
zero
72,374,615
Xamarin Button only registers click on corner
<p>I have a Xamarin Forms project and I have a Content Page with a ListView in which I have two buttons to add or remove items from a Cart.</p> <p>When I click on the remove button it works just fine but when I click on the add button it only works if I click it on the left corner. If I click somewhere else on the butt...
I have a Xamarin Forms project and I have a Content Page with a ListView in which I have two buttons to add or remove items from a Cart. When I click on the remove button it works just fine but when I click on the add button it only works if I click it on the left corner. If I click somewhere else on the button it will...
xamarin.forms|xamarin.android|.net-5
0
2022-05-25T08:54:26.853Z
2,022
5
8
2
114
3
712
45
3
1
true
false
false
false
false
false
zero
72,374,677
Does Android fully support cgroup v2?
<p>By looking at <a href="https://cs.android.com/android/platform/superproject/+/master:system/core/libprocessgroup/profiles/cgroups.json" rel="nofollow noreferrer">cgroups.json</a> on the master I see that just the &quot;freezer&quot; controller is assigned to &quot;Cgroups2&quot;. What about the rest?</p>
By looking at cgroups.json on the master I see that just the &quot;freezer&quot; controller is assigned to &quot;Cgroups2&quot;. What about the rest?
android|cgroups
0
2022-05-25T08:59:32.387Z
2,022
5
8
2
65
0
149
37
2
0
false
true
false
false
false
false
zero
72,374,710
Xamarin NullReferenceException when calling 'Finish()' on activity
<p>I created a biometric authentication service that starts an activity and registers a callback to a static <code>EventHandler</code> for the result.</p> <p>The handler:</p> <pre><code>public class BiometricHandler : IBiometricHandler { private TaskCompletionSource&lt;byte[]&gt; taskCompletionSource; public T...
I created a biometric authentication service that starts an activity and registers a callback to a static EventHandler for the result. The handler: [CODE] And the activity (not the actual code obviously): [CODE] The above code throws a NullReferenceException : [CODE] And the console: [CODE] I narrowed it down to the Fi...
xamarin|xamarin.android
0
2022-05-25T09:02:21.360Z
2,022
5
9
2
60
1
500
66
2
4
true
false
false
false
false
false
zero
72,374,717
Alarmmanager.set() always fires when application starts instead of expected time
<p>I need to create an application to run a method at a specific time. However, AlarmManager never works, and I do not understand why. I set up the alarm to run at 11.54, but it always runs when the application starts and never runs at the expected time. If you know what is the problem, please comment. Thank you very m...
I need to create an application to run a method at a specific time. However, AlarmManager never works, and I do not understand why. I set up the alarm to run at 11.54, but it always runs when the application starts and never runs at the expected time. If you know what is the problem, please comment. Thank you very much...
java|android
0
2022-05-25T09:02:56.743Z
2,022
5
9
2
31
1
599
80
2
4
true
false
false
false
false
false
zero
72,374,811
Is it possible to stream android screen to an RTMP server using FFmpeg?
<p>I was wondering if it's possible to stream the android screen using FFmpeg to an RTMP server, what approach to take and if using apps like Termux is enough and hows the command/script would look like.</p>
I was wondering if it's possible to stream the android screen using FFmpeg to an RTMP server, what approach to take and if using apps like Termux is enough and hows the command/script would look like.
ffmpeg|stream|android-ffmpeg|termux|screen-recording
2
2022-05-25T09:09:34.453Z
2,022
5
9
2
199
0
200
71
5
0
false
true
false
false
false
false
low
72,374,893
Ionic/Capacitor Appium auto login
<p>we have an app built with Ionic/Capacitor and our QA team is using Appium for tests.</p> <p>They are asking if there's any way to essentially skip the login procedure (basically somehow inject JWT token that is needed for requests) and go straight to the app pages for faster testing.</p> <p>I've not been able to fin...
we have an app built with Ionic/Capacitor and our QA team is using Appium for tests. They are asking if there's any way to essentially skip the login procedure (basically somehow inject JWT token that is needed for requests) and go straight to the app pages for faster testing. I've not been able to find anything simila...
ionic-framework|appium|capacitor|appium-android
0
2022-05-25T09:16:37.943Z
2,022
5
9
2
130
1
360
33
4
0
false
false
false
false
false
false
zero
72,374,918
Image is saved in the correct format on FirebaseStorage, but the image is rotated when shared
<p>I have the problem that I take a picture with the camera, then upload it to Firebase Storage, pack the DownloadLink into my RealtimeDatabase and then display the whole thing in a RecyclerView. The user can share the respective image via a share button. BUT the image is then not in the correct format. See last pictur...
I have the problem that I take a picture with the camera, then upload it to Firebase Storage, pack the DownloadLink into my RealtimeDatabase and then display the whole thing in a RecyclerView. The user can share the respective image via a share button. BUT the image is then not in the correct format. See last picture. ...
android|firebase|firebase-storage
0
2022-05-25T09:18:18.743Z
2,022
5
9
2
26
0
691
93
3
2
true
true
false
false
false
false
zero
72,375,138
Android ForegorundService keeps running after app is closed
<p>I've and app made with Xamarin Forms in which I need to track location every 5 minutes even if app is in the background (not closed).</p> <p>In iOS it's simple, enable location background updates and all works fine. Close app and location tracking stops.</p> <p>Now with Android to be able to track location in the ba...
I've and app made with Xamarin Forms in which I need to track location every 5 minutes even if app is in the background (not closed). In iOS it's simple, enable location background updates and all works fine. Close app and location tracking stops. Now with Android to be able to track location in the background you need...
android|xamarin.forms|foreground-service
0
2022-05-25T09:33:01.243Z
2,022
5
9
2
107
0
716
59
3
0
false
true
false
false
false
false
zero
72,375,170
How to get storage permission in Webview?
<p><strong>i set input file in html body and use this in android WebView but not grant permission and input button not work</strong></p>
i set input file in html body and use this in android WebView but not grant permission and input button not work
android|html
0
2022-05-25T09:35:00.777Z
2,022
5
9
2
40
0
112
41
2
0
false
true
false
false
false
false
zero
72,375,195
flutter showModalBottomSheet not pop when back button clicked
<p>i want to pop showModalBottomSheet when i clicked the button of back in android mobile. this is my showModalBottomSheet example :</p> <pre><code> showModalBottomSheet( context: contextt, useRootNavigator: true, isScrollControlled: true, isDismissible: true, enableDrag: true, shape: RoundedRectan...
i want to pop showModalBottomSheet when i clicked the button of back in android mobile. this is my showModalBottomSheet example : [CODE] I use WillPopScope before my example widget &quot;SizedBox&quot;, but its not work : [CODE] can anyone help me how can I do that? and by the way, when I clicked the back button twice ...
android|flutter|dart|popup|flutter-showmodalbottomsheet
0
2022-05-25T09:36:56.653Z
2,022
5
9
2
654
3
393
61
5
2
true
false
false
false
false
false
zero
72,375,274
Fultter app stopped working after flutter clean
<p>I wanted to integraate flutter_sms plugin in my app, and it wasn't working so, i tried flutter clean command, followed by flutter pub get and flutter cache repair. But, my application isn't even building now. It throws this error when i try to run it</p> <pre><code>/Users/mansi/Desktop/face_detection_app/android/app...
I wanted to integraate flutter_sms plugin in my app, and it wasn't working so, i tried flutter clean command, followed by flutter pub get and flutter cache repair. But, my application isn't even building now. It throws this error when i try to run it [CODE] Here is my main.dart file [CODE] and my pubspec.yaml file [COD...
flutter|build|flutter-android
0
2022-05-25T09:42:09.533Z
2,022
5
9
2
335
1
548
47
3
5
true
false
false
false
false
false
zero
72,375,342
NullPointerException when invoking AppBarLayout - Android
<p>I'm trying to make a youtube clone app.</p> <p>My AppBarLayout from the .XML file is returning :</p> <p><code>java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.StreamingApplicationNactus/com.example.StreamingApplicationNactus.HomeActivity}: java.lang.NullPointerException: Attempt to invo...
I'm trying to make a youtube clone app. My AppBarLayout from the .XML file is returning : java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.StreamingApplicationNactus/com.example.StreamingApplicationNactus.HomeActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void...
java|android|xml|android-layout|nullpointerexception
-2
2022-05-25T09:46:32.610Z
2,022
5
9
2
48
1
669
57
5
2
true
false
false
false
false
true
negative
72,375,369
Firebase Google Analytics 4 Engagement rate not working
<p>Hi sorry for my english, im try to tacking code to my app like this</p> <pre><code> firebaseAnalytics.logEvent(FirebaseAnalytics.Event.SCREEN_VIEW) { param(FirebaseAnalytics.Param.SCREEN_CLASS,MainActivity::class.java.simpleName) param(FirebaseAnalytics.Param.SCREEN_NAME, &quot;home fragment&...
Hi sorry for my english, im try to tacking code to my app like this [CODE] this is result in free form free form image engagement rate show only in (not set) what should i do? thank!!.
android|firebase|google-analytics
0
2022-05-25T09:48:01.107Z
2,022
5
9
2
40
0
184
55
3
1
true
true
false
false
false
false
zero
72,375,398
How to show content from different ArrayLists in Recyclerview based on specific percentage?
<p>I have this simple recyclerview which shows content from an ArrayList. I want to show content from multiple ArrayLists based on the percentage. To put it simply: I want to put 2 ArrayLists in my code with different content. I want the Recyclerview to show content from both the arrayLists but not entirely. I want to ...
I have this simple recyclerview which shows content from an ArrayList. I want to show content from multiple ArrayLists based on the percentage. To put it simply: I want to put 2 ArrayLists in my code with different content. I want the Recyclerview to show content from both the arrayLists but not entirely. I want to set...
java|android|arraylist|android-recyclerview
0
2022-05-25T09:50:04.987Z
2,022
5
9
2
68
1
795
91
4
2
true
false
false
false
false
false
zero
72,375,572
Android: Holding a reference to an activity in a databinding layout
<p>Is it a good practice to hold a reference to an actvity in a databinding layout? I want to store a reference of the corresponding activity in a databinding layout to use methods of the activity for click events.</p>
Is it a good practice to hold a reference to an actvity in a databinding layout? I want to store a reference of the corresponding activity in a databinding layout to use methods of the activity for click events.
android|android-databinding
0
2022-05-25T10:02:23.757Z
2,022
5
10
2
19
0
211
67
2
0
false
true
false
false
false
false
zero
72,375,587
Android java.security.NoSuchAlgorithmException: TLSv1.3 SSLContext not available
<p>I want to change TLS version from 1.2 to 1.3 but I keep getting:</p> <pre><code>java.security.NoSuchAlgorithmException: TLSv1.3 SSLContext not available </code></pre> <p>Enabling 1.3</p> <pre><code>((SSLSocket)socket).setEnabledProtocols(new String[] {&quot;TLSv1.3&quot;}); </code></pre> <p>Error:</p> <pre><code>SSL...
I want to change TLS version from 1.2 to 1.3 but I keep getting: [CODE] Enabling 1.3 [CODE] Error: [CODE] Java version: 1.8.0_332 Thank you in advance!
java|android
0
2022-05-25T10:03:19.947Z
2,022
5
10
2
321
0
151
80
2
3
true
true
false
false
false
false
zero
72,375,602
Android Application Build Error: Manifest merger failed with multiple errors, see logs
<p>I already build some other applications but in this time, I am facing an unfixable error. Please help me out. In the error it show &quot;Manifest merger failed with multiple errors, see logs&quot;. So, I'm giving my manifest.xml file.</p> <pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &l...
I already build some other applications but in this time, I am facing an unfixable error. Please help me out. In the error it show &quot;Manifest merger failed with multiple errors, see logs&quot;. So, I'm giving my manifest.xml file. [CODE]
java|android|android-studio|android-manifest|build-error
0
2022-05-25T10:04:23.457Z
2,022
5
10
2
93
0
241
86
5
1
true
true
false
false
false
false
zero
72,375,605
react-native run-android help gradle errors (FAILURE: Build failed with an exception.)
<p>hello guys i have 2 react-native-cli projects in my pc</p> <p>the first project was created using react-native init myproject and it is working fine when i run it on my android phone through usb cable</p> <p>i dont get any errors on react-native run-android i have installed all the necessary things like jdk,sdk, etc...
hello guys i have 2 react-native-cli projects in my pc the first project was created using react-native init myproject and it is working fine when i run it on my android phone through usb cable i dont get any errors on react-native run-android i have installed all the necessary things like jdk,sdk, etc so it is working...
javascript|react-native|gradle|android-gradle-plugin|react-native-cli
0
2022-05-25T10:04:33.657Z
2,022
5
10
2
205
0
1,467
86
5
1
true
true
false
false
false
false
zero
72,375,878
Not getting open with option on link click in android 12
<p>Facing the issue of not getting my app as an option to open the link.</p> <p>Earlier versions of Android 12 were working as expected but on android 12.</p> <p>Could you please suggest what we need to do in this scenario?</p> <p>Thanks in advance!</p>
Facing the issue of not getting my app as an option to open the link. Earlier versions of Android 12 were working as expected but on android 12. Could you please suggest what we need to do in this scenario? Thanks in advance!
android
0
2022-05-25T10:24:46.357Z
2,022
5
10
2
20
0
225
56
1
0
false
true
false
false
false
false
zero
72,375,899
How to insert Android DateTimePicker in the text
<p>I have a reminder screen that has a toggle button, and below a DateTimePicker spinner, on iOS it shows among the text as picture below <a href="https://i.stack.imgur.com/mULLm.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/mULLm.jpg" alt="iOS FateTimePicker" /></a> but when running the same code ...
I have a reminder screen that has a toggle button, and below a DateTimePicker spinner, on iOS it shows among the text as picture below but when running the same code on an Android phone it shows me this: How can I make the Android appear similar to the iOS? this is my code: [CODE]
android|react-native|datetimepicker
0
2022-05-25T10:25:49.453Z
2,022
5
10
2
21
0
281
48
3
1
true
true
false
false
false
false
zero
72,375,977
Coordinator view and recycler view jitter issue
<p>I have been using this layout file like this and the view kind of jitters whenever I scroll from the recycler view. This doesnt happen for all the pages but a very few ones. it could be an issue with the lay outing style or could be because of the image being rendered. here is a <a href="https://drive.google.com/fil...
I have been using this layout file like this and the view kind of jitters whenever I scroll from the recycler view. This doesnt happen for all the pages but a very few ones. it could be an issue with the lay outing style or could be because of the image being rendered. here is a video link. Thanks. [CODE] </androidx.co...
android|android-recyclerview|android-coordinatorlayout
0
2022-05-25T10:30:51.497Z
2,022
5
10
2
16
0
361
47
3
1
true
true
false
false
false
false
zero
72,376,065
Fail to create image with Bitmap ImageView Java
<p>I have a piece of code that receives Bytearrays via bluetooth with Python. The data sent is an array of a 10x10 jpg of the color orange BGR=[0,106,254]. Im trying to display the image in Android Studio using this code:</p> <p>'''</p> <pre><code>private void readImage(byte[] readBuf) { if (Build.VERSION.SDK_INT &...
I have a piece of code that receives Bytearrays via bluetooth with Python. The data sent is an array of a 10x10 jpg of the color orange BGR=[0,106,254]. Im trying to display the image in Android Studio using this code: ''' [CODE] ''' System.out.println(x) gives me [B@31b9d31 and [B@18d0c16, so these are the byte arrays...
java|android|image|bluetooth|bitmap
0
2022-05-25T10:37:23.337Z
2,022
5
10
2
75
0
689
47
5
1
true
true
false
false
false
false
zero
72,376,090
android:exported needs to be explicitly specified for <receiver>. Apps targeting Android 12 and higher In Flutter
<pre><code>* What went wrong: Execution failed for task ':app:processDebugMainManifest'. &gt; Manifest merger failed : android:exported needs to be explicitly specified for &lt;receiver&gt;. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding comp...
[CODE] This Error is throwing in my Flutter app. I set android:exported=&quot;true&quot; in all activities and services. [CODE] Reference Image
java|android|flutter|dart
0
2022-05-25T10:39:14.093Z
2,022
5
10
2
207
2
143
113
4
2
true
false
false
false
false
false
zero
72,376,159
Faced following error for querying "The operator '[]' isn't defined for the type 'Object'."
<p>I faced the above error while coding the chat screen which will display realtime chats with another user, for my chat app.</p> <pre><code>class _ChatState extends State&lt;Chat&gt; { late Stream &lt;QuerySnapshot&lt;Object?&gt;&gt; chats; late QuerySnapshot&lt;Map&lt;String, dynamic&gt;&gt; snapshot; TextEditi...
I faced the above error while coding the chat screen which will display realtime chats with another user, for my chat app. [CODE] I would be pleased if anybody help me out and also explain to me why it is happening.
android|flutter|dart|google-cloud-firestore
0
2022-05-25T10:44:09.470Z
2,022
5
10
2
38
1
215
91
4
1
true
false
false
false
false
false
zero
72,376,182
Open email application using expo-intent-launcher
<p>I am using expo intent launcher to open email application in android devices (open mail only/not compose email)</p> <blockquote> <p><a href="https://docs.expo.dev/versions/v43.0.0/sdk/intent-launcher/" rel="nofollow noreferrer">https://docs.expo.dev/versions/v43.0.0/sdk/intent-launcher/</a></p> </blockquote> <p>and ...
I am using expo intent launcher to open email application in android devices (open mail only/not compose email) https://docs.expo.dev/versions/v43.0.0/sdk/intent-launcher/ and it is working fine using expo-intent-launcher version ~9.1.0, but after upgrading the expo-intent-launcher to version ~10.0.3 it does not work a...
android|typescript|react-native|android-intent|expo
0
2022-05-25T10:45:34.353Z
2,022
5
10
2
160
1
890
49
5
0
false
false
false
false
false
false
zero
72,376,188
Flutter snippet didn't work in statefull widget android studio
<p>i dont know, after flutter 3.0.0 update, i can't use snippet in android studio. maybe i can, but inside a function. i cant easily import material.dart. but i used snippet in it worked (i can use snippet without flutter snipet plugin in android studio before).</p> <p>this flutter snippet didn't work inside statefull ...
i dont know, after flutter 3.0.0 update, i can't use snippet in android studio. maybe i can, but inside a function. i cant easily import material.dart. but i used snippet in it worked (i can use snippet without flutter snipet plugin in android studio before). this flutter snippet didn't work inside statefull widget, bu...
flutter|android-studio|code-snippets
1
2022-05-25T10:45:58.210Z
2,022
5
10
2
278
3
758
62
3
0
false
false
false
false
false
false
low
72,376,225
Android Studio Error: During launch : com.android.build.gradle.internal.res.ResourceCompilerRunnable
<p>Tried to launch my app and get this error. I'm going crazy with new gradle 8. How can i fix it? I've made this command:</p> <p>./gradlew :MatchUp:dependencies --warning-mode all</p> <p>And then these are answers:</p> <pre><code>Starting a Gradle Daemon, 3 incompatible and 3 stopped Daemons could not be reused, use -...
Tried to launch my app and get this error. I'm going crazy with new gradle 8. How can i fix it? I've made this command: ./gradlew :MatchUp:dependencies --warning-mode all And then these are answers: [CODE] The RepositoryHandler.jcenter() method has been deprecated. This is scheduled to be removed in Gradle 8.0. JFrog a...
android|android-gradle-plugin
0
2022-05-25T10:48:14.213Z
2,022
5
10
2
245
0
1,652
100
2
1
true
true
false
false
false
false
zero
72,376,292
Android : Failed to install the following Android SDK packages as some licences have not been accepted
<p><a href="https://i.stack.imgur.com/FAYQi.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/FAYQi.png" alt="enter image description here" /></a></p> <p>Here is the piece of command for accepting license</p> <p>yes | &quot;$ANDROID_SDK_ROOT&quot;/cmdline-tools/bin/sdkmanager --sdk_root=/tmp/android-sd...
Here is the piece of command for accepting license yes | &quot;$ANDROID_SDK_ROOT&quot;/cmdline-tools/bin/sdkmanager --sdk_root=/tmp/android-sdk-linux --licenses even after this still I see the license errors Reference : Failed to install the following Android SDK packages some licences have not been accepted
android|react-native|android-studio|dockerfile|devops
2
2022-05-25T10:53:02.080Z
2,022
5
10
2
21
0
309
102
5
0
false
true
false
false
false
false
low
72,376,370
Video In videoview for landscape mode not showing on full screen - Android
<p>I'm trying to play the video using the videoview for landscape mode, but it is not taking the full screen for landscape mode.</p> <p>I've tried to set the params in the Activity class too but it is still not working. I've set the orientation landscape in the manifest:</p> <pre><code>public class WatchNowComedyDataSc...
I'm trying to play the video using the videoview for landscape mode, but it is not taking the full screen for landscape mode. I've tried to set the params in the Activity class too but it is still not working. I've set the orientation landscape in the manifest: [CODE]
android-studio|android-videoview|android-video-player|layoutparams
1
2022-05-25T10:58:36.940Z
2,022
5
10
2
79
0
268
74
4
1
true
true
false
false
false
false
low
72,376,431
java.lang.NumberFormatException: For input string: "5.3"
<p>when running this code i am getting this java.lang.NumberFormatException: For input string: &quot;5.3&quot; Exception. how can we resolve this type of exception.any other way we can handle this without try and catch? value can be any thing.it's not fixed that it will always be float.it can be integer and double too....
when running this code i am getting this java.lang.NumberFormatException: For input string: &quot;5.3&quot; Exception. how can we resolve this type of exception.any other way we can handle this without try and catch? value can be any thing.it's not fixed that it will always be float.it can be integer and double too.is ...
java|android|exception|numberformatexception
-3
2022-05-25T11:02:43.613Z
2,022
5
11
2
1,132
2
593
56
4
3
true
false
false
false
false
true
negative
72,376,447
Firebase Realtime database doesn't work after publishing android app on play store
<p>basically am working on an android project with firebase realtime database, so in debugging mode everything is working fine, i can read and write to firebase; but after the app is uploaded to the play store as closed testing, the app doesn't write to firebase properly, i will show you in the image ...so what i did i...
basically am working on an android project with firebase realtime database, so in debugging mode everything is working fine, i can read and write to firebase; but after the app is uploaded to the play store as closed testing, the app doesn't write to firebase properly, i will show you in the image ...so what i did is :...
android|firebase|firebase-realtime-database
0
2022-05-25T11:03:50.683Z
2,022
5
11
2
147
1
637
82
3
0
false
false
false
false
false
false
zero
72,376,448
App slow after making a request inside another request
<p>I am making a request with coroutines based on a user name, which returns a list of <code>Object&lt;Profile&gt;</code>, and with that list I am making another request with each object, and then switching and passing the info to another screen, but such process is making the app super slow and I would like to find a ...
I am making a request with coroutines based on a user name, which returns a list of Object<Profile> , and with that list I am making another request with each object, and then switching and passing the info to another screen, but such process is making the app super slow and I would like to find a better way or a way t...
android|kotlin|retrofit|kotlin-coroutines|android-livedata
0
2022-05-25T11:03:53.370Z
2,022
5
11
2
26
1
552
54
5
2
true
false
false
false
false
false
zero
72,376,461
Appium cannot find by ID, can by Xpath
<p>I am able to find elements by XPath but not by Id. I have tried in many ways as shown below</p> <pre><code>// I have tried everything below with By as well as MobileBy var list = driver.FindElements(MobileBy.AccessibilityId(&quot;com.PACKAGE:id/ID&quot;)); var list = driver.FindElements(Mobil...
I am able to find elements by XPath but not by Id. I have tried in many ways as shown below [CODE] The correct Id is shown in Appium Inspector. Bare in mind, it only shows the Id, it doesn't show &quot;android:id/ID&quot; or &quot;com.PACKAGE:id/ID&quot; or any other method. The element-id in Appium, is shown as a rand...
android|appium|appium-android
0
2022-05-25T11:04:41.783Z
2,022
5
11
2
148
1
636
38
3
1
true
false
false
false
false
false
zero
72,376,496
how to get updated call logs of phone every time runinng as backgrund in flutter
<p>how to get updated call logs of phone every time runinng as background in flutter app its showing only last calls but not updateted new not showing</p> <pre><code> var fnumberupdate; var cmnumberupdate; var number1update; var name1update; var calltypeupdate; var timedateupdate; var duration1update; var accidu...
how to get updated call logs of phone every time runinng as background in flutter app its showing only last calls but not updateted new not showing [CODE] or how to update new call logs at index 0
android|flutter|flutter-layout|flutter-test
0
2022-05-25T11:07:13.997Z
2,022
5
11
2
50
0
196
80
4
1
true
true
false
false
false
false
zero
72,376,505
CameraX: Unexpected rotation value -1 (on API 22, Lollipop / 5.1)
<p>Using CameraX API while testing on API 22 Emulator (Android 5.1 / Lollipop)</p> <p>Getting following Error:</p> <p>Error:</p> <blockquote> <p>E/AndroidRuntime: FATAL EXCEPTION: main Process: com.cameraxtutorial, PID: 3815 java.lang.IllegalStateException: Unexpected rotation value -1 at androidx.camera.view.Transform...
Using CameraX API while testing on API 22 Emulator (Android 5.1 / Lollipop) Getting following Error: Error: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.cameraxtutorial, PID: 3815 java.lang.IllegalStateException: Unexpected rotation value -1 at androidx.camera.view.TransformUtils.surfaceRotationToRotationDegree...
android|kotlin|android-camerax
0
2022-05-25T11:07:58.810Z
2,022
5
11
2
135
1
4,327
65
3
2
true
false
false
false
false
false
zero
72,376,534
Prevent child scrollview to scroll parent at beginning and end of the list on android (react native)
<p>Im working with a vertical scrollview and a flatlist nested inside it.</p> <p>On iOS, when I reach the beginning or end of the list and I keep scrolling, the list bounce and the parent doesnt scroll up or down.</p> <p>On Android, it start scrolling the parent and this is not what I want.</p> <p>I tried to disable sc...
Im working with a vertical scrollview and a flatlist nested inside it. On iOS, when I reach the beginning or end of the list and I keep scrolling, the list bounce and the parent doesnt scroll up or down. On Android, it start scrolling the parent and this is not what I want. I tried to disable scroll on the scrollview w...
android|react-native|scroll|scrollview|react-native-flatlist
1
2022-05-25T11:09:39.830Z
2,022
5
11
2
146
0
382
100
5
0
false
true
false
false
false
false
low
72,376,542
highlight parent nav Icon
<p>I have an app that has a bottom navigation bar with 3 icons. Each one of those icons maps to their own screens and each one of those screens can navigate to n amount of screens only available through it. How can I highlight the parent of the current screen on the navigation bar? I am using jetpack navigation compone...
I have an app that has a bottom navigation bar with 3 icons. Each one of those icons maps to their own screens and each one of those screens can navigate to n amount of screens only available through it. How can I highlight the parent of the current screen on the navigation bar? I am using jetpack navigation components...
android|android-navigation|android-jetpack-navigation
1
2022-05-25T11:10:34.767Z
2,022
5
11
2
34
1
433
25
3
0
false
false
false
false
false
false
low
72,376,543
Scroll Through Android app using appium-Javascript
<p>I am doing automation testing using appium, webdriverio, nodejs and I want to set elements value after scrolling, how can I do it? I have already tried MoveTo, touchAction,scrollIntoView methods on webdriverio documentation but unable to do it.</p>
I am doing automation testing using appium, webdriverio, nodejs and I want to set elements value after scrolling, how can I do it? I have already tried MoveTo, touchAction,scrollIntoView methods on webdriverio documentation but unable to do it.
android|scroll|appium|webdriver-io|automation-testing
1
2022-05-25T11:10:38.043Z
2,022
5
11
2
240
1
244
50
5
0
false
false
false
false
false
false
low
72,376,618
NDEF File works only on some apps (URL)
<p>I am trying to emulate an url tag using libnfc and a PN532 module.</p> <p>The ndef file works on &quot;GoToTags&quot; for IOS but it doesn't on &quot;NFC Tools&quot; or &quot;NFC&quot;.</p> <p>If I try to background-read it in android, it will say that there's not an available app for it even if any URL tag can be o...
I am trying to emulate an url tag using libnfc and a PN532 module. The ndef file works on &quot;GoToTags&quot; for IOS but it doesn't on &quot;NFC Tools&quot; or &quot;NFC&quot;. If I try to background-read it in android, it will say that there's not an available app for it even if any URL tag can be opened with Chrome...
android|ios|nfc|ndef|lib-nfc
0
2022-05-25T11:16:13.317Z
2,022
5
11
2
42
1
961
39
5
1
true
false
false
false
false
false
zero
72,376,625
Xamarin: How to make page elements remain in same size on all devices
<p>I want a frame to be of same size on different device screen size in Android Xamarin.forms!! so I made an example to see the sizes using two phones, first phone with 720 x 1560 pixels and second phone with 720 x 1640 pixels. I discovered that the first phone frame look little bit smaller than the other.. Please how ...
I want a frame to be of same size on different device screen size in Android Xamarin.forms!! so I made an example to see the sizes using two phones, first phone with 720 x 1560 pixels and second phone with 720 x 1640 pixels. I discovered that the first phone frame look little bit smaller than the other.. Please how can...
c#|xaml|xamarin|xamarin.forms|xamarin.android
0
2022-05-25T11:16:35.640Z
2,022
5
11
2
129
0
384
69
5
1
true
true
false
false
false
false
zero
72,376,732
App getting hang and crash while loading thousands of marker, Please help to get this fix
<p>After updating google map to 18.0.2, map screen getting hanged and crash with ANR while loading thousands of marker cluster on map.</p> <p>Basically, What's happening is, an api is get call every time when map is scrolled by the user. Then in api response, I'm getting list of restaurants with all the details like la...
After updating google map to 18.0.2, map screen getting hanged and crash with ANR while loading thousands of marker cluster on map. Basically, What's happening is, an api is get call every time when map is scrolled by the user. Then in api response, I'm getting list of restaurants with all the details like lat/lng poin...
java|android|kotlin|google-maps-markers
0
2022-05-25T11:23:43.720Z
2,022
5
11
2
82
0
912
89
4
2
true
true
false
false
false
false
zero
72,376,755
Android Studio complains about unused code in library project
<p>I have a Android gradle library project of type &quot;com.android.library&quot;.</p> <p>Of course there are many methods/classes/... which aren't used because they aren't called from within the library itself. But they will later be called from my application which depends on the library.</p> <p>So when I open a .ja...
I have a Android gradle library project of type &quot;com.android.library&quot;. Of course there are many methods/classes/... which aren't used because they aren't called from within the library itself. But they will later be called from my application which depends on the library. So when I open a .java file from my l...
java|android|android-studio|warnings|suppress-warnings
1
2022-05-25T11:25:31.080Z
2,022
5
11
2
48
0
615
61
5
1
true
true
false
false
false
false
low
72,376,763
Getting IndexOutOfBoundsException error while updating RecyclerView
<p>Hi I want to delete row in my database which is being displayed in a Recycler View, While I click the delete button the data is deleted but my recyclerView will not update and my app crashes.</p> <p>here is my delete method</p> <pre><code>public int deleteNote(int id) { SQLiteDatabase db = getWritableDataba...
Hi I want to delete row in my database which is being displayed in a Recycler View, While I click the delete button the data is deleted but my recyclerView will not update and my app crashes. here is my delete method [CODE] and here is my popop menu in RV Adapter which when i click on delete the row of database is dele...
android|database|sqlite|android-recyclerview|adapter
-1
2022-05-25T11:26:08.503Z
2,022
5
11
2
43
1
381
67
5
2
true
false
false
false
false
true
negative
72,376,820
custom Keyboard multiple click not working
<p>everyone<br /> I need help!!!<br /> Created a custom keyboard with some extra keys(like different language keys) and used onTouch method for managing click event but cant handle multitouch event on keyboard, on multitouch getting same view which prints same character again</p> <p>used events for getting key press==&...
everyone I need help!!! Created a custom keyboard with some extra keys(like different language keys) and used onTouch method for managing click event but cant handle multitouch event on keyboard, on multitouch getting same view which prints same character again used events for getting key press==> MotionEvent.ACTION_DO...
android|keyboard|android-softkeyboard|keyboard-events|multi-touch
0
2022-05-25T11:30:29.340Z
2,022
5
11
2
33
0
376
42
5
0
false
true
false
false
false
false
zero
72,376,882
Is there any way to stop TransactionTooLargeException error in Android?
<p>I am getting a <code>TransactionTooLargeException</code> error in my app</p> <p>I have an <code>EditText</code> in my app and I have pasted more than 1207324 bytes of text here</p> <p>Up to this point, no error occurs, but <code>TransactionTooLargeException</code> occurs when moving to another activity.</p> <p>It do...
I am getting a TransactionTooLargeException error in my app I have an EditText in my app and I have pasted more than 1207324 bytes of text here Up to this point, no error occurs, but TransactionTooLargeException occurs when moving to another activity. It doesn't pass any data to other activities, it just opens a new ac...
android
0
2022-05-25T11:34:40.170Z
2,022
5
11
2
21
1
376
71
1
0
false
false
false
false
false
false
zero
72,376,907
How to use actors to handle message frequently in a single thread?
<p>I need to launch some code frequently in a single non-UI thread. I am trying to use actors to achieve it:</p> <pre><code>class SomeClass { @OptIn(ObsoleteCoroutinesApi::class) private fun CoroutineScope.myActor() = actor&lt;MyMessage&gt; { for (message in channel) { delay(5000) ...
I need to launch some code frequently in a single non-UI thread. I am trying to use actors to achieve it: [CODE] And then calling it: override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) [CODE] } Output: [CODE] So, as I see it creates more than one thread. How to implement frequently ...
android|kotlin|asynchronous|kotlin-coroutines|android-threading
0
2022-05-25T11:36:36.463Z
2,022
5
11
2
33
1
358
66
5
3
true
false
false
false
false
false
zero
72,377,216
How can I stop the background screen is moving to another screen while alert box appears?
<p>I'm using 4 images in each screen. By setting the timer I can see the screen changing within 4 seconds automatically. In each screen below I have given a button for alter dialog box. When I click on button it will show the alert dialog box, the background images screen is moving to another screen. I want to stop bac...
I'm using 4 images in each screen. By setting the timer I can see the screen changing within 4 seconds automatically. In each screen below I have given a button for alter dialog box. When I click on button it will show the alert dialog box, the background images screen is moving to another screen. I want to stop backgr...
android|flutter|dart|emulation|flutter-alertdialog
0
2022-05-25T11:58:14.327Z
2,022
5
11
2
48
1
409
89
5
0
false
false
false
false
false
false
zero
72,377,246
Failed to resolve assembly: 'Paynetz, Version=1.0.7047.30650, Culture=neutral, PublicKeyToken=null' (MT2002) (Edmatix.Parent.App.iOS)
<p>Unable to build iOS project built on mono framework facing the following issue</p> <blockquote> <p>Failed to resolve assembly: 'Paynetz, Version=1.0.7047.30650, Culture=neutral, PublicKeyToken=null' (MT2002) (Edmatix.Parent.App.iOS)</p> </blockquote> <p>IDE used is VS 2019 8.10.19 community for MAC With Xcode 13 ,ea...
Unable to build iOS project built on mono framework facing the following issue Failed to resolve assembly: 'Paynetz, Version=1.0.7047.30650, Culture=neutral, PublicKeyToken=null' (MT2002) (Edmatix.Parent.App.iOS) IDE used is VS 2019 8.10.19 community for MAC With Xcode 13 ,earlier the project was built on Xcode 12.2 wo...
xamarin.forms|xamarin.android|xamarin.ios|visual-studio-2019|monodevelop
0
2022-05-25T12:00:01.760Z
2,022
5
12
2
40
0
400
133
5
0
false
true
false
false
false
false
zero
72,377,254
My Android Studio doesn't build upon request `generate signed bundle/apk` release but only debug and intermediate
<p>My Android Studio doesn't build upon request <code>generate signed bundle/apk</code> <strong>release but only debug and intermediate</strong></p> <p><a href="https://i.stack.imgur.com/xtq9J.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/xtq9J.jpg" alt="enter image description here" /></a></p>
My Android Studio doesn't build upon request generate signed bundle/apk release but only debug and intermediate
android-studio|debugging|release|intermediate-code
0
2022-05-25T12:00:36.737Z
2,022
5
12
2
94
0
111
113
4
0
false
true
false
false
false
false
zero
72,377,275
How to pass data from one page model to another page model in fresh mvmm
<p>I have used Fresh MVMM. I need to pass a data from one page model to another page model without using init and reverse init. Eg: I have one toggle button in first content page. I need to toggled the button based on the selection in second popup page without popup the second PopPopupPageModel. ReverseInit is worked w...
I have used Fresh MVMM. I need to pass a data from one page model to another page model without using init and reverse init. Eg: I have one toggle button in first content page. I need to toggled the button based on the selection in second popup page without popup the second PopPopupPageModel. ReverseInit is worked when...
xamarin|xamarin.forms|xamarin.android|xamarin.ios
0
2022-05-25T12:02:04.820Z
2,022
5
12
2
78
0
474
72
4
0
false
true
false
false
false
false
zero
72,377,305
Error : Flutter - Missing 'package' key attribute on element package at [com.google.android.gms:play-services-maps:18.0.2] AndroidManifest.xml:33:9-64
<p>I am getting an error while build appbundle in Flutter</p> <p>Error:</p> <pre><code>Building without sound null safety </code></pre> <p>For more information see <a href="https://dart.dev/null-safety/unsound-null-safety" rel="nofollow noreferrer">https://dart.dev/null-safety/unsound-null-safety</a></p> <pre><code>[co...
I am getting an error while build appbundle in Flutter Error: [CODE] For more information see https://dart.dev/null-safety/unsound-null-safety [CODE]
java|android|flutter|kotlin|google-play-services
3
2022-05-25T12:03:57.963Z
2,022
5
12
2
1,365
1
149
150
5
2
true
false
false
false
false
false
low
72,377,380
Change launcher in AOSP 11
<p>I am building AOSP 11 for emulator x86_64 and trying to change Default Launcher with third party launcher.</p> <p>I am using raspberry pi's launcher <a href="https://github.com/android-rpi/RpLauncher/tree/arpi-11" rel="nofollow noreferrer">downloaded from here</a></p> <p>when I manually compile this launcher and ins...
I am building AOSP 11 for emulator x86_64 and trying to change Default Launcher with third party launcher. I am using raspberry pi's launcher downloaded from here when I manually compile this launcher and install using adb It works, like it gives prompt to choose launcher. but I need to add in source code. I have found...
android|android-source|android-launcher
1
2022-05-25T12:09:06.673Z
2,022
5
12
2
507
2
796
26
3
2
true
false
false
false
false
false
low
72,377,409
Backward compatibility issue because of android manifest Foreground_Service
<p>I have doubts related to the backward compatibility of the our application. We have migrated our application from API 27 to 28. And Apps that target Android 9 (API level 28) or higher and use foreground services must request the FOREGROUND_SERVICE permission [Android doc]. Adding this permission breaks my applicatio...
I have doubts related to the backward compatibility of the our application. We have migrated our application from API 27 to 28. And Apps that target Android 9 (API level 28) or higher and use foreground services must request the FOREGROUND_SERVICE permission [Android doc]. Adding this permission breaks my application i...
android
0
2022-05-25T12:11:25.173Z
2,022
5
12
2
32
0
632
75
1
0
false
true
false
false
false
false
zero
72,377,632
type '() => Map<String, dynamic>?' is not a subtype of type 'Map<String, dynamic>'
<p>can I have some help regarding this error? Here is the attachment of the code and error issue</p> <p><a href="https://i.stack.imgur.com/iwoqB.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/iwoqB.png" alt="enter image description here" /></a></p>
can I have some help regarding this error? Here is the attachment of the code and error issue
android|flutter|firebase|google-cloud-firestore
-1
2022-05-25T12:26:23.130Z
2,022
5
12
2
150
2
93
82
4
0
false
false
false
false
false
true
negative
72,377,676
How can I access local.properties in Github Action yml file for ci?
<p>I get data from <code>local.properties</code> in <code>build.gradle</code> like this.</p> <pre><code>android { signingConfigs { debug { Properties properties = new Properties() properties.load(project.rootProject.file('local.properties').newDataInputStream()) storeFile...
I get data from local.properties in build.gradle like this. [CODE] And local.properties looks like this: [CODE] I made android-ci.yml file like this: [CODE] And I got this error. How can I solve this problem?
android|github-actions|detekt|ktlint
1
2022-05-25T12:29:15.573Z
2,022
5
12
2
114
0
208
67
4
3
true
true
false
false
false
false
low
72,377,688
How to set OAuth Redirect URI to IP or DNS in Gradle?
<p>I am trying to setup CI/CD for android application and publish APKs to Firebase and I am behind proxy</p> <p>I was able to generate APK successfully by executing the command mentioned below on <code>Ubuntu 20 (server NOT client)</code> - 10.22.xx.xx</p> <p><strong>Note:</strong> I connect to <code>Ubuntu Server</co...
I am trying to setup CI/CD for android application and publish APKs to Firebase and I am behind proxy I was able to generate APK successfully by executing the command mentioned below on Ubuntu 20 (server NOT client) - 10.22.xx.xx Note: I connect to Ubuntu Server from my Windows Desktop using PuTTY [CODE] and it provide...
android|gradle
0
2022-05-25T12:30:15.683Z
2,022
5
12
2
52
1
995
53
2
3
true
false
false
false
false
false
zero
72,377,742
flutter text input in showModalBottomSheet not pop when back button clicked
<p>i want to pop showModalBottomSheet when i clicked the button of back in android mobile. this is my showModalBottomSheet example :</p> <pre><code> showModalBottomSheet( context: contextt, useRootNavigator: true, isScrollControlled: true, isDismissible: true, enableDrag: true,...
i want to pop showModalBottomSheet when i clicked the button of back in android mobile. this is my showModalBottomSheet example : [CODE] if i just use show modal bottomsheet back button is work but in use text input in it . so when i click back , the sheet not pop. I use WillPopScope before my example widget &quot;Text...
android|flutter|dart|popup|flutter-showmodalbottomsheet
0
2022-05-25T12:33:47.993Z
2,022
5
12
2
77
1
523
75
5
2
true
false
false
false
false
false
zero
72,377,811
How can I make the layout background of AlertDialog transparent?
<p>I'm creating an app in <code>Android Studio</code>. I created an <code>AlertDialog</code> with the background of the layout set to this custom xml:</p> <pre class="lang-java prettyprint-override"><code> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;shape xmlns:android=&quot;http://schem...
I'm creating an app in Android Studio . I created an AlertDialog with the background of the layout set to this custom xml: [CODE] The corners of the background are nice and rounded but behind the background is another layer of white. So there is bit of white in the corner, how to remove that? White in corner
android|android-alertdialog
0
2022-05-25T12:39:19.490Z
2,022
5
12
2
66
2
309
64
2
1
true
false
false
false
false
false
zero
72,377,865
How to pick file spacific extention (.anon) file and load in app in android 11+ with out MANAGE_EXTERNAL_STORAGE permission
<p>Hi i have a app that use MANAGE_EXTERNAL_STORAGE to work fine with Android 11+ to Import and Export Config files with .anon extention. But google play dosn't accept MANAGE_EXTERNAL_STORAGE permission to upload app update.</p> <p>can someone guide me how can alternativily can import file without MANAGE_EXTERNAL_STORA...
Hi i have a app that use MANAGE_EXTERNAL_STORAGE to work fine with Android 11+ to Import and Export Config files with .anon extention. But google play dosn't accept MANAGE_EXTERNAL_STORAGE permission to upload app update. can someone guide me how can alternativily can import file without MANAGE_EXTERNAL_STORAGE, which ...
android
0
2022-05-25T12:42:36.403Z
2,022
5
12
2
21
0
584
123
1
2
true
true
false
false
false
false
zero
72,377,943
Retrieving ARFCN in a 5G NR NSA network
<p>I'm trying to retrieve the ARFCN (Frequency Channel Number) that a device in a 5G network is currently using. The thing is that the 5G all the operators in my city offer is of the NSA type, thus meaning that the phone will always be registered to a 4G LTE network as a primary cell and will use a 5G NR cell as a seco...
I'm trying to retrieve the ARFCN (Frequency Channel Number) that a device in a 5G network is currently using. The thing is that the 5G all the operators in my city offer is of the NSA type, thus meaning that the phone will always be registered to a 4G LTE network as a primary cell and will use a 5G NR cell as a seconda...
java|android|android-studio
2
2022-05-25T12:47:11.517Z
2,022
5
12
2
133
1
950
39
3
0
false
false
false
false
false
false
low
72,377,948
Possibility React Native app (verified in play store) corrupts Android system?
<p>We've created an React Native application for a customer and uploaded it in the play store.<br /> It's all verified and working on various tablets and phones.</p> <p>Our customer uses the <code>Zebra ET56DE</code> (with <code>android 8.1</code> for some reason).<br /> After they've installed the app and logged in &a...
We've created an React Native application for a customer and uploaded it in the play store. It's all verified and working on various tablets and phones. Our customer uses the Zebra ET56DE (with android 8.1 for some reason). After they've installed the app and logged in & restarted the tablet it shows that android is co...
android|react-native|crash|corrupt
0
2022-05-25T12:47:24.593Z
2,022
5
12
2
32
0
582
78
4
0
false
true
false
false
false
false
zero
72,378,008
Gallery Image pick intent return null on android 11 and above
<p>I'm getting intent data null when trying to pick image from gallery. What changes shall I make so the code work correctly.</p> <p>My pick image code is as following:</p> <p>`</p> <pre class="lang-kotlin prettyprint-override"><code>fun pickimage(requestCode: Int){ val pickIntent = Intent(Intent.ACTION_PICK, MediaSto...
I'm getting intent data null when trying to pick image from gallery. What changes shall I make so the code work correctly. My pick image code is as following: ` [CODE] onActivityResult() [CODE] permissions [CODE]
android|kotlin|image-gallery
0
2022-05-25T12:51:15.440Z
2,022
5
12
2
135
0
212
61
3
3
true
true
false
false
false
false
zero
72,378,073
Android Studio git cloning not showing files correctly
<p>I'm having problems using git with my project, I need to work on the same project on my two devices, but I can't seem to make it work on the device where I'm cloning my project to.</p> <p><a href="https://i.stack.imgur.com/tWnqO.png" rel="nofollow noreferrer">Here's how the project structure looks in my main device,...
I'm having problems using git with my project, I need to work on the same project on my two devices, but I can't seem to make it work on the device where I'm cloning my project to. Here's how the project structure looks in my main device, where the project and repository were created And here's how it looks in my secon...
git|android-studio|github|intellij-idea|ide
0
2022-05-25T12:55:18.050Z
2,022
5
12
2
147
0
1,106
54
5
0
false
true
false
false
false
false
zero
72,378,129
Insert on conflict sqldelight throws error ',' expected, got 'ON'
<p>I'm trying to make a simple insert on conflict for my table but I'm getting this error</p> <p>',' expected, got 'ON'</p> <p>My code:</p> <pre><code>insertLocalPortfolioItem: INSERT INTO localPortfolioList(name, symbol, pricePerShare, currency, cost, noOfShares, logo, availableFunds, marketOrderAction) VALUES ( ?, ?,...
I'm trying to make a simple insert on conflict for my table but I'm getting this error ',' expected, got 'ON' My code: [CODE] I'm not sure what I'm doing wrong, I'm pretty new with Sql.
android|sql|database|kmm|sqldelight
0
2022-05-25T12:59:25.750Z
2,022
5
12
2
86
0
185
65
5
1
true
true
false
false
false
false
zero
72,378,154
Uri.parse() not re-directing properly , for url path
<p>I have been wanting to parse through a URL say &quot;www.abc.xyz/home&quot; from the below code</p> <pre><code>val baseUrl = &quot;https://www.abc.xyz/home&quot; val viewIntent = Intent( Intent.ACTION_VIEW, Uri.parse(baseUrl) ) startActivity(viewIntent) } </code><...
I have been wanting to parse through a URL say &quot;www.abc.xyz/home&quot; from the below code [CODE] However, I'm being re-directed to http://www.abc.xyz itself, Im not re-directed to the exact URL i,e www.abc.xyz/home [path i,e /home]. Is there a solution where I can make it work. For a few other URLs with path,it i...
android|android-studio|parsing|android-intent|uri
0
2022-05-25T13:00:44.780Z
2,022
5
13
2
94
0
399
52
5
1
true
true
false
false
false
false
zero
72,378,164
BottomSheetScaffold is overriding the background color of its parent
<p>I'm trying out <code>BottomSheetScaffold</code> and I just found a strange behavior (maybe a bug) when using it.</p> <p>I put it inside a <code>Box { }</code> that has a cyan background color:</p> <pre><code>composable(route = &quot;my_route&quot;) { Box( modifier = Modifier .fillMaxSize() ...
I'm trying out BottomSheetScaffold and I just found a strange behavior (maybe a bug) when using it. I put it inside a Box { } that has a cyan background color: [CODE] But when I run the app and check that screen, the cyan background color is gone: Here's how the background part should be: Am I forgetting to do somethin...
android|android-jetpack-compose|bottom-sheet
0
2022-05-25T13:01:20.277Z
2,022
5
13
2
141
1
370
68
3
1
true
false
false
false
false
false
zero
72,378,165
is there a way i can animate a polyline?
<p>Something similar to a pulsing ring around a marker. What I want to achieve is this... I have many polylines all having Lat/Lng. At a time t, a user can decide to pick any polyline of their choosing. I get their current real-time location coordinates via Bluetooth. I want to use that location to determine how far th...
Something similar to a pulsing ring around a marker. What I want to achieve is this... I have many polylines all having Lat/Lng. At a time t, a user can decide to pick any polyline of their choosing. I get their current real-time location coordinates via Bluetooth. I want to use that location to determine how far they ...
android-studio|kotlin|google-maps|polyline
0
2022-05-25T13:01:23.490Z
2,022
5
13
2
62
1
472
40
4
0
false
false
false
false
false
false
zero
72,378,263
Unresolved reference: getIntentSender / While trying to obtain phone number in Jetpack Compose
<p>I am trying to obtain phone number(s) in Jetpack compose following <a href="https://developers.google.com/identity/phone-number-hint/android#kotlin_1" rel="nofollow noreferrer">Googles Phone Number Hint Docs</a>. But I am stuck in a problem where it says: <code>getIntentSender()</code> is unresolved in <code>request...
I am trying to obtain phone number(s) in Jetpack compose following Googles Phone Number Hint Docs . But I am stuck in a problem where it says: getIntentSender() is unresolved in request: GetPhoneNumberHintIntentRequest . I am also getting another error on addOnFailureListener [CODE] [CODE]
android|android-jetpack-compose|android-jetpack|google-identity
1
2022-05-25T13:08:33.763Z
2,022
5
13
2
427
2
290
94
4
2
true
false
false
false
false
false
low
72,378,275
Motionlayout two transitions not working properly
<p>We are creating a transitions like youtube. We have exo player area and recyclerview underneath.</p> <ol> <li>When user drags top player area it should collapse and become mini player.</li> <li>When vertical video comes(9:16), scrolling recyclerview should minimise player view height to default 16:9 height.</li> </o...
We are creating a transitions like youtube. We have exo player area and recyclerview underneath. When user drags top player area it should collapse and become mini player. When vertical video comes(9:16), scrolling recyclerview should minimise player view height to default 16:9 height. Both of these transitions indepen...
android|android-layout|android-constraintlayout|android-motionlayout|android-motionscene
0
2022-05-25T13:09:25.710Z
2,022
5
13
2
94
1
837
49
5
1
true
false
false
false
false
false
zero
72,378,285
How to play songs from ListView in JcPlayer
<p>I'm building an android app which has to play music on JcPlayer. And I would like to load the songs onto a ListView. But the Library documentation hasn't mentioned anything about this. This is the <a href="https://github.com/jeancsanchez/JcPlayer" rel="nofollow noreferrer">JcPlayer Library</a>. Thanks in advance.</p...
I'm building an android app which has to play music on JcPlayer. And I would like to load the songs onto a ListView. But the Library documentation hasn't mentioned anything about this. This is the JcPlayer Library . Thanks in advance.
java|android
0
2022-05-25T13:10:18.920Z
2,022
5
13
2
24
0
234
43
2
0
false
true
false
false
false
false
zero
72,378,297
Calendar Provider - Instance query only returns first one of recurrent events
<p>I'm building an Android application to manage my calendar events in a easier way. So I want to show in a recyclerview all the instances for every event, including recurrents. But how I said in the tittle, I tried to create a recurrent event in one of my calendars via Google Calendar (it is an event, not a Google Tas...
I'm building an Android application to manage my calendar events in a easier way. So I want to show in a recyclerview all the instances for every event, including recurrents. But how I said in the tittle, I tried to create a recurrent event in one of my calendars via Google Calendar (it is an event, not a Google Task) ...
java|android|calendar|instance|provider
0
2022-05-25T13:11:06.330Z
2,022
5
13
2
19
0
903
77
5
2
true
true
false
false
false
false
zero
72,378,305
Possible way to get the offsetTop value for the bottomsheet when its dragged to top
<p>I am using <a href="https://gorhom.github.io/react-native-bottom-sheet/" rel="nofollow noreferrer">Gorhom's BottomSheet</a> &amp; <a href="https://github.com/gorhom/react-native-bottom-sheet" rel="nofollow noreferrer">Github</a> for <code>React Native</code> I am unable to find <code>offsetTop</code> for the <code>b...
I am using Gorhom's BottomSheet & Github for React Native I am unable to find offsetTop for the bottomSheet on the screen when it is scrolled Can some one please help me with this? Note: I need the offsetTop value everytime when it's being scrolled
android|ios|typescript|react-native|bottom-sheet
0
2022-05-25T13:11:45.067Z
2,022
5
13
2
69
0
248
83
5
0
false
true
false
false
false
false
zero
72,378,451
Android Firebase Storage download url costs clarifications
<p>I wonder if I get an image by the download url method, do Firebase Storage will count the data transfered? Also, I use Glide in my Android Project and it loads with the url taken from the method downloadUrl() of Cloud Storage. Do each time this url is called by glide it costs me something?</p>
I wonder if I get an image by the download url method, do Firebase Storage will count the data transfered? Also, I use Glide in my Android Project and it loads with the url taken from the method downloadUrl() of Cloud Storage. Do each time this url is called by glide it costs me something?
android|kotlin|google-cloud-storage
0
2022-05-25T13:21:38.283Z
2,022
5
13
2
28
0
290
58
3
0
false
true
false
false
false
false
zero
72,378,618
Split long text dynamically into multiple columns in Jetpack Compose
<p>In Jetpack Compose, is there a way to have a text be split into either 1 or 2 columns depending on how long the text is? Without counting words. For instance, if the surrounding component is max 800 high, if the text does not fit into one column, without becoming more than 800 high, a second column is automatically ...
In Jetpack Compose, is there a way to have a text be split into either 1 or 2 columns depending on how long the text is? Without counting words. For instance, if the surrounding component is max 800 high, if the text does not fit into one column, without becoming more than 800 high, a second column is automatically cre...
android-jetpack-compose
0
2022-05-25T13:32:37.560Z
2,022
5
13
2
20
0
358
68
1
0
false
true
false
false
false
false
zero
72,378,635
Images not downloading in order Firebase Android
<p>Here's the code I'm using I want to download Images in order as I have it in my Firebase storage but it downloads randomly every time.</p> <p>activity code:</p> <pre><code>val listAllTask: Task&lt;ListResult&gt; = pathReference.listAll() listAllTask.addOnCompleteListener{result-&gt; val items: List&l...
Here's the code I'm using I want to download Images in order as I have it in my Firebase storage but it downloads randomly every time. activity code: [CODE] adapter code: [CODE]
android|kotlin|firebase-storage
0
2022-05-25T13:33:49.727Z
2,022
5
13
2
28
0
177
48
3
2
true
true
false
false
false
false
zero