id
int64
28.5M
73.8M
title
stringlengths
15
150
question_body
stringlengths
69
39.4k
body_text
stringlengths
6
29.2k
tags
stringlengths
7
120
score
int64
-19
384
creation_date
stringlengths
20
24
year
int64
-1
2.02k
month
int64
-1
12
hour
int64
-1
23
dayofweek
int64
-1
6
view_count
int64
3
367k
answer_count
int64
0
34
body_len
int64
6
29.2k
title_len
int64
15
150
tag_count
int64
1
6
code_block_cnt
int64
0
17
has_code
bool
2 classes
is_unanswered
bool
2 classes
is_popular
bool
2 classes
is_viral
bool
2 classes
is_highly_voted
bool
2 classes
is_negative
bool
2 classes
score_bucket
stringclasses
5 values
73,708,505
Android Camera2 conjunction between requests
<p>I am currently trying to implement computer vision algorithms on my android device. My idea is to have a camera preview running and draw on top of the preview (in a separate view) edges and other geometric figures. To command the camera, I use the camera2 API.</p> <p>I start a capture session with two requests with ...
I am currently trying to implement computer vision algorithms on my android device. My idea is to have a camera preview running and draw on top of the preview (in a separate view) edges and other geometric figures. To command the camera, I use the camera2 API. I start a capture session with two requests with the follow...
java|android|computer-vision|android-camera2|surface
0
2022-09-13T19:45:18.867Z
2,022
9
19
1
13
0
1,144
44
5
1
true
true
false
false
false
false
zero
73,708,572
i cant send mail with java mail api in android studio
<p>I need to send an email when clicking on a button without using gmail clients. For this I am using the java mail api, and I am basing myself on the code of the following references:</p> <p><a href="https://netcorecloud.com/tutorials/send-email-in-android-using-javamail-api/?fbclid=IwAR0hiFPFrpajzldPB-MhnY-FI6n11aRai...
I need to send an email when clicking on a button without using gmail clients. For this I am using the java mail api, and I am basing myself on the code of the following references: https://netcorecloud.com/tutorials/send-email-in-android-using-javamail-api/?fbclid=IwAR0hiFPFrpajzldPB-MhnY-FI6n11aRaiY1_2sFCniHQhHvUa7Bi...
android|email|jakarta-mail
0
2022-09-13T19:53:47.757Z
2,022
9
19
1
29
0
550
53
3
0
false
true
false
false
false
false
zero
73,708,593
Mapping documents into an object of a class to use with FirestoreRecyclerAdapter
<h1><strong>Context</strong></h1> <p>I've been attempting to display data from Firestore in a <code>FirestoreRecyclerAdapter</code>, however this data is basically nested Maps, so a direct approach using the <code>Query</code> function is not ideal. Here is an image of my <strong>data structure</strong>:</p> <p><a href...
Context I've been attempting to display data from Firestore in a FirestoreRecyclerAdapter , however this data is basically nested Maps, so a direct approach using the Query function is not ideal. Here is an image of my data structure : Notice that ServiceOrder , client and vehicle are all Maps. In my Java code, Service...
java|android|firebase|google-cloud-firestore|firebaseui
0
2022-09-13T19:57:00.863Z
2,022
9
19
1
79
1
2,564
80
5
6
true
false
false
false
false
false
zero
73,708,642
....... does not have a NavController set
<p>When I go to fragmentr_bag using the frag function in mainActivity and then back to home_fragment And when I want to click on the digital button to go to CategorymodeFragment, this problem occurs</p> <p>java.lang.IllegalStateException: View android.widget.FrameLayout{dc05058 V.E...... ........ 0,0-1080,2063} does no...
When I go to fragmentr_bag using the frag function in mainActivity and then back to home_fragment And when I want to click on the digital button to go to CategorymodeFragment, this problem occurs java.lang.IllegalStateException: View android.widget.FrameLayout{dc05058 V.E...... ........ 0,0-1080,2063} does not have a N...
android|kotlin|navigation|fragment
-1
2022-09-13T20:03:01.573Z
2,022
9
20
1
50
1
442
41
4
5
true
false
false
false
false
true
negative
73,708,678
My Interstitial Ad not working, does not start
<p>My interstitial ad is not working, Logcat only shows &quot;The interstitial ad wasn't ready yet.&quot; I followed AdMob instructions but it doesn't start. As an additional note currently my app shows banner ads, no error appears. This is my code:</p> <pre><code>class MainActivity : AppCompatActivity() { private var...
My interstitial ad is not working, Logcat only shows &quot;The interstitial ad wasn't ready yet.&quot; I followed AdMob instructions but it doesn't start. As an additional note currently my app shows banner ads, no error appears. This is my code: [CODE]
android-studio|kotlin|interstitial
0
2022-09-13T20:07:44.130Z
2,022
9
20
1
38
1
253
46
3
1
true
false
false
false
false
false
zero
73,708,816
How to navigate to next screen in Flutter only when the previous screen has finished loading?
<p>The title pretty much explains what I want to do. I have an app where the init state has async methods to be called. There are also buttons in the build which when pressed execute async methods (api calls).</p> <p>The problem is that if I navigate to a new screen before the previous screen has completed fully loadin...
The title pretty much explains what I want to do. I have an app where the init state has async methods to be called. There are also buttons in the build which when pressed execute async methods (api calls). The problem is that if I navigate to a new screen before the previous screen has completed fully loading, the app...
android|flutter|dart|async-await|flutter-dependencies
0
2022-09-13T20:23:19.533Z
2,022
9
20
1
27
2
877
93
5
0
false
false
false
false
false
false
zero
73,708,936
Android EncryptedSharedPreferences Multi-process
<p>Has anyone implemented a multi-process EncryptedSharedPreferences? I couldn't find any google link to anything, nor could I find any StackOverflow posts regarding this.</p> <p>I'm trying to use EncryptedSharedPreferences and find that unlike normal SharedPreferences with MULTI_MODE_PROCESS, its values don't get carr...
Has anyone implemented a multi-process EncryptedSharedPreferences? I couldn't find any google link to anything, nor could I find any StackOverflow posts regarding this. I'm trying to use EncryptedSharedPreferences and find that unlike normal SharedPreferences with MULTI_MODE_PROCESS, its values don't get carried over b...
android|sharedpreferences|encrypted-shared-preference
0
2022-09-13T20:35:57.343Z
2,022
9
20
1
15
0
578
48
3
0
false
true
false
false
false
false
zero
73,708,942
The accesibility service pulls down my content from the action bar
<p>I am working on a app that shows content at the action bar with accesibility permission to draw over any app, but the content doesn't show all the way up, it is like the action bar pulls it down. Inside the app it shows at the top, but the service out of the app is pulled down. More visual explanation at the images....
I am working on a app that shows content at the action bar with accesibility permission to draw over any app, but the content doesn't show all the way up, it is like the action bar pulls it down. Inside the app it shows at the top, but the service out of the app is pulled down. More visual explanation at the images. Th...
android
0
2022-09-13T20:36:59.260Z
2,022
9
20
1
17
0
595
66
1
0
false
true
false
false
false
false
zero
73,709,020
ERROR MESSAGE][1] _this2._scrollView.getNode is not a function. (In '_this2._scrollView.getNode()'
<p>I'm having trouble with this function on my app and cant seem to fix it</p> <blockquote> <p>_this2._scrollView.getNode is not a function. (In '_this2._scrollView.getNode()', '_this2._scrollView.getNode' is undefined)</p> </blockquote> <p><a href="https://i.stack.imgur.com/cdqIz.jpg" rel="nofollow noreferrer"><img sr...
I'm having trouble with this function on my app and cant seem to fix it _this2._scrollView.getNode is not a function. (In '_this2._scrollView.getNode()', '_this2._scrollView.getNode' is undefined)
android|expo|scrollview
0
2022-09-13T20:48:31.023Z
2,022
9
20
1
19
0
196
98
3
0
false
true
false
false
false
false
zero
73,709,071
Converting java to kotlin, for a next and previous button
<pre><code>@Override public void onClick(android.view.View v) { if (v == next) { viewFlipper.showNext(); } else if (v == previous) { viewFlipper.showPrevious(); } } </code></pre> <p>I'm trying to create a next and previous button on android studios using K...
[CODE] I'm trying to create a next and previous button on android studios using Kotlin, I found the code in java and would like to know how to convert it into kotlin. I've spent the whole day trying to figure it out, please help
java|android|kotlin
-1
2022-09-13T20:55:06.007Z
2,022
9
20
1
44
1
228
57
3
1
true
false
false
false
false
true
negative
73,709,149
Using a DialogFragment as a Navgraph destination in Xamarin.Android
<p>I am trying to include a DialogFragment as a destination, following the examples <a href="https://developer.android.com/guide/navigation/navigation-create-destinations#create-dialog" rel="nofollow noreferrer">here</a>, adapting the code for Xamarin.</p> <p>The code works fine as long as I use <code>&lt;fragment/&gt;...
I am trying to include a DialogFragment as a destination, following the examples here , adapting the code for Xamarin. The code works fine as long as I use <fragment/> in the navgraph. However, when changed to <dialog/> , the app crashes when I try navigating to the DialogFragment, with an error saying: AndroidX.Fragme...
android|xamarin|xamarin.android|androidx
1
2022-09-13T21:05:12.190Z
2,022
9
21
1
51
2
767
67
4
7
true
false
false
false
false
false
low
73,709,151
Android apps built in Unity fail to update / reinstall on devices with Samsung Knox security
<p>We are building an app in Unity for the Samsung S21 specifically, and we are noticing an interesting bug that resembles the following: <a href="https://issuetracker.unity3d.com/issues/android-not-enough-storage-space-to-install-required-resources-error-when-building-app-bundle-with-split-application-binary" rel="nof...
We are building an app in Unity for the Samsung S21 specifically, and we are noticing an interesting bug that resembles the following: https://issuetracker.unity3d.com/issues/android-not-enough-storage-space-to-install-required-resources-error-when-building-app-bundle-with-split-application-binary . We have isolated it...
android|unity3d|installation|samsung-mobile|samsung-knox
0
2022-09-13T21:05:37.813Z
2,022
9
21
1
39
0
1,600
92
5
0
false
true
false
false
false
false
zero
73,709,345
Deleting an item from listView leaves the list empty
<p>I am developing an app for a bar, which has a shopping cart that loads into a listView. Each item in the Listview has a button that allows you to remove it. My problem is that when I delete an item, all the others disappear, having to refresh the listView again so that the list is shown without the deleted item. The...
I am developing an app for a bar, which has a shopping cart that loads into a listView. Each item in the Listview has a button that allows you to remove it. My problem is that when I delete an item, all the others disappear, having to refresh the listView again so that the list is shown without the deleted item. The me...
android|firebase|kotlin|listview|adapter
0
2022-09-13T21:30:56.607Z
2,022
9
21
1
25
0
690
52
5
4
true
true
false
false
false
false
zero
73,709,548
How to remove margins from compose-desktop Button?
<p>Having this:</p> <pre class="lang-kotlin prettyprint-override"><code>@Preview @Composable fun ButtonTest() { Button(onClick = {}, Modifier.border(1.dp, Color.Red)) { Text(&quot;test&quot;) } } </code></pre> <p>produced UI looks like this:</p> <p><a href="https://i.stack.imgur.com/stHIX.png" rel="nofo...
Having this: [CODE] produced UI looks like this: How can I remove white margins at top and bottom?
android-jetpack-compose|compose-desktop
0
2022-09-13T21:58:08.517Z
2,022
9
21
1
19
0
98
50
2
1
true
true
false
false
false
false
zero
73,709,577
Is there any way to detect an available update of ANY device?
<p>I'm developing a Flutter application that lists all the devices connected to a network. The devices could be smartphones, TVs, laptops, fridges, watches and everything that could be connected to the network in a certain moment.</p> <p>Is there any way to detect if one of these devices has an available update?</p>
I'm developing a Flutter application that lists all the devices connected to a network. The devices could be smartphones, TVs, laptops, fridges, watches and everything that could be connected to the network in a certain moment. Is there any way to detect if one of these devices has an available update?
android|flutter|networking|cross-platform|iot
-1
2022-09-13T22:02:02.083Z
2,022
9
22
1
29
0
303
61
5
0
false
true
false
false
false
true
negative
73,709,641
how to solve java.lang.NullPointerException: invoke virtual method 'java.lang.String java.lang.Object.toString()' on a null object reference
<p>when I run my app on Mobile device after open profile Activity for fetch data from firebase data base then my app is crashed. after see debug in android studio I have see this issue</p> <blockquote> <p>java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.Object.toString()' on ...
when I run my app on Mobile device after open profile Activity for fetch data from firebase data base then my app is crashed. after see debug in android studio I have see this issue java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.Object.toString()' on a null object reference...
android|android-studio
0
2022-09-13T22:13:52.823Z
2,022
9
22
1
29
1
444
140
2
2
true
false
false
false
false
false
zero
73,709,691
i have recently started android development and dunno where i am getting error at
<p><a href="https://i.stack.imgur.com/5zYoi.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/5zYoi.png" alt="enter image description here" /></a></p> <p>I am getting some kind of empty string Amount function but dont know as im passing not null and non empty string</p> <pre><code>override fun onCreate...
I am getting some kind of empty string Amount function but dont know as im passing not null and non empty string [CODE]
android|kotlin
0
2022-09-13T22:23:24.760Z
2,022
9
22
1
25
1
119
81
2
1
true
false
false
false
false
false
zero
73,709,719
Jitsi Meat android SDK Error no versions of org.jitsi.react:jitsi-meet-sdk are available
<p>I'm having a problem in implement Jitsi Meat in my app</p> <p>Android Studio says there are no releases from that library</p> <p>This is my code</p> <blockquote> <p>Implement code</p> </blockquote> <pre><code>implemention ('org.jitsi.react:jitsi-meet-sdk:+') { transitive = true } </code></pre> <blockquote> <p>Build....
I'm having a problem in implement Jitsi Meat in my app Android Studio says there are no releases from that library This is my code Implement code [CODE] Build.gradle (project) [CODE] The Error [CODE]
java|android|jitsi|jitsi-meet
1
2022-09-13T22:29:14.723Z
2,022
9
22
1
30
0
199
88
4
3
true
true
false
false
false
false
low
73,709,728
Room auto-migration with rename columns failing (NOT NULL constraint failed, bad generated Migration class)
<p>I recently renamed columns in my Room entity, by prefixing the word <code>setting_</code> on the columns:</p> <p><a href="https://i.stack.imgur.com/dpdOB.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/dpdOB.png" alt="diff of the changes" /></a></p> <p>Amongst some other changes this is the auto m...
I recently renamed columns in my Room entity, by prefixing the word setting_ on the columns: Amongst some other changes this is the auto migration impl it has produced: [CODE] } With the following auto migration spec: [CODE] This error is affecting every updater I think: [CODE] I don't know enough MySQL/Room to confirm...
android|android-room|android-room-migration
3
2022-09-13T22:30:21.867Z
2,022
9
22
1
33
1
773
107
3
3
true
false
false
false
false
false
low
73,709,792
Android Kiosk Mode - preventing user input until app is launched
<p><strong>QUESTION</strong></p> <p>Is there any way to instruct (programmatically or otherwise) an Android tablet not to allow any user interactions until my app is automatically launched?</p> <p><strong>BACKGROUND</strong></p> <p>I have my Android device running in Kiosk mode. My app is the &quot;device owner&quot;. ...
QUESTION Is there any way to instruct (programmatically or otherwise) an Android tablet not to allow any user interactions until my app is automatically launched? BACKGROUND I have my Android device running in Kiosk mode. My app is the &quot;device owner&quot;. The end-goal is to have a kiosk-type interface at a public...
android|kiosk-mode
0
2022-09-13T22:42:22.557Z
2,022
9
22
1
35
1
2,515
64
2
4
true
false
false
false
false
false
zero
73,709,831
How can I securely store data on Android that will survive a reinstall?
<p>Looking at older posts here on Stack Overflow, it appears this is not possible. But I'm wondering if there are any newer SDK APIs that support this ability?</p> <p>In my specific case, I need to create a UUID the first time my app runs because Android doesn't allow you to access a unique, hardware-based Device ID. I...
Looking at older posts here on Stack Overflow, it appears this is not possible. But I'm wondering if there are any newer SDK APIs that support this ability? In my specific case, I need to create a UUID the first time my app runs because Android doesn't allow you to access a unique, hardware-based Device ID. I use my UU...
android|android-studio|google-oauth|kotlin-android
0
2022-09-13T22:49:20.750Z
2,022
9
22
1
29
2
673
71
4
0
false
false
false
false
false
false
zero
73,709,918
Android create global variable which holds its state
<p>I have an application in that whenever the internet connectivity changes , I need to make some variables in another activities unclickable. Since internet connectivity might change in the first activity , hence the 2nd activity wont have any idea if the internet connectivity is there or not .</p> <p>I need a way to ...
I have an application in that whenever the internet connectivity changes , I need to make some variables in another activities unclickable. Since internet connectivity might change in the first activity , hence the 2nd activity wont have any idea if the internet connectivity is there or not . I need a way to create a g...
java|android|kotlin|class|global
0
2022-09-13T23:05:42.153Z
2,022
9
23
1
36
2
725
52
5
0
false
false
false
false
false
false
zero
73,709,963
How to change widgetLayout color in custom preference?
<p>I have this custom Preference</p> <pre><code>&lt;com.example.myapp.DialogPref app:iconSpaceReserved=&quot;false&quot; android:title=&quot;color&quot; android:key=&quot;color&quot; app:widgetLayout=&quot;@layout/circle_view&quot; /&gt; </code></pre> <p>I want to change circle_v...
I have this custom Preference [CODE] I want to change circle_view background color programatically. this is the layout for circle_view [CODE] This the class for custom dialog [CODE] When I click on the custom preference, a dialog pops up with included some ImageViews, I want to update the widgetLayout color based on th...
java|android
0
2022-09-13T23:14:12.580Z
2,022
9
23
1
11
0
367
54
2
3
true
true
false
false
false
false
zero
73,710,005
Schedule notification android with date and time picker
<p>I'm trying to Schedule notification with date and time picker but idk where is the problem in time and date picker when i try to set the time manually it works like using System.currentTimeMillis()+any second but when i use date and time picker it doesn't work ....</p> <pre><code>private fun chosetime() { ...
I'm trying to Schedule notification with date and time picker but idk where is the problem in time and date picker when i try to set the time manually it works like using System.currentTimeMillis()+any second but when i use date and time picker it doesn't work .... [CODE] [CODE]
android|android-studio|kotlin|datepicker|android-notifications
0
2022-09-13T23:21:57.667Z
2,022
9
23
1
13
0
279
55
5
2
true
true
false
false
false
false
zero
73,710,059
the appbar is coming above the recyclerview
<p>I create a navigation drawer activity, then I create a blank fragment and inside it I dropped a recyclerView, in app_bar_main.xml file the recyclerview is coming under the appbar</p> <p>Here is the app_bar_main.xml code:</p> <pre><code>&lt;androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android=&quot;http:...
I create a navigation drawer activity, then I create a blank fragment and inside it I dropped a recyclerView, in app_bar_main.xml file the recyclerview is coming under the appbar Here is the app_bar_main.xml code: [CODE] </androidx.coordinatorlayout.widget.CoordinatorLayout> here it how it looks like its my first time ...
android|android-recyclerview
1
2022-09-13T23:31:56.033Z
2,022
9
23
1
38
1
363
43
2
1
true
false
false
false
false
false
low
73,710,098
breakout game in Android studio
<p>Hey I'm trying to create a breakout game using Android studio, but I get an error...</p> <p><strong>Problem</strong></p> <p>I have successfully created a bricks map on the game screen however, when I perform the ball.collision check, the program crashes...</p> <p><strong>What I tried</strong></p> <p>I created an arr...
Hey I'm trying to create a breakout game using Android studio, but I get an error... Problem I have successfully created a bricks map on the game screen however, when I perform the ball.collision check, the program crashes... What I tried I created an array of bricks and if brick.isDestroyed == false then I display the...
java|android|android-studio|breakout
0
2022-09-13T23:38:50.743Z
2,022
9
23
1
39
0
714
31
4
4
true
true
false
false
false
false
zero
73,710,289
How to customize datePicker's width and height in android spinner mode
<p>I want the width of the date picker to be <code>match_parent</code>. I set <code>layout_width</code> to <code>match_parent</code>, but it doesn't fill the screen. It seems that basic padding is included. Is there any way to get rid of this? I can increase the size with the scaleX and scaleY options, but if I enlarge...
I want the width of the date picker to be match_parent . I set layout_width to match_parent , but it doesn't fill the screen. It seems that basic padding is included. Is there any way to get rid of this? I can increase the size with the scaleX and scaleY options, but if I enlarge it, it may be cut off in some devices. ...
android
0
2022-09-14T00:26:04.120Z
2,022
9
0
2
24
0
354
70
1
0
false
true
false
false
false
false
zero
73,710,333
I/flutter (28276): Error found Here DioError [DioErrorType.response]: Http status error [404]
<h1>main Page</h1> <p>@override Widget build(BuildContext context) {</p> <pre><code>return BlocProvider(create: (context)=&gt; ShopCubit()..getHomeData(), child: BlocConsumer&lt;ShopCubit,ShopStates&gt;( listener: (context,state){}, builder: (context,state){ return MaterialApp( theme: lightTheme,...
main Page @override Widget build(BuildContext context) { [CODE] } cubit page HomeModel homeModel; void getHomeData() { [CODE] } DioHelper import 'package:dio/dio.dart'; import 'package:flutter/material.dart'; class DioHelper { static Dio dio; static init() { [CODE] } static Future getData({ [CODE] }) async { dio.option...
android|ios|json|flutter|dart
0
2022-09-14T00:37:59.427Z
2,022
9
0
2
40
1
396
93
5
7
true
false
false
false
false
false
zero
73,710,400
Getting car information in Android Auto (not Automotive OS)
<p>In my Android Auto projection-type app I am trying to get info on the car I am attached to. Preferably manufacturer or other VHAL type parameters. Speed, tach, gear position etc would be nice too.</p> <p>Is this possible in Android Auto?</p> <p>I tried:</p> <pre><code>car = Car.createCar(getCarContext()); CarInfoM...
In my Android Auto projection-type app I am trying to get info on the car I am attached to. Preferably manufacturer or other VHAL type parameters. Speed, tach, gear position etc would be nice too. Is this possible in Android Auto? I tried: [CODE] but I get an exception on Car.createCar I am trying this code in the onCr...
android|android-auto
0
2022-09-14T00:52:29.640Z
2,022
9
0
2
52
1
365
59
2
1
true
false
false
false
false
false
zero
73,710,468
Jetpack Compose - flagNoPersonalizedLearning
<p>On <code>EditView</code>, one could add an <code>imeOption</code> for <code>flagNoPersonalizedLearning</code>. This is particularly useful for password and other fields, to inform the input system to NOT learn from the input on that field. I can find <code>imeOptions</code> on trough <code>KeyboardOptions</code> on ...
On EditView , one could add an imeOption for flagNoPersonalizedLearning . This is particularly useful for password and other fields, to inform the input system to NOT learn from the input on that field. I can find imeOptions on trough KeyboardOptions on TextField , but no option seem to resemble the flag described abov...
android|android-jetpack-compose
1
2022-09-14T01:09:45.587Z
2,022
9
1
2
16
0
419
44
2
0
false
true
false
false
false
false
low
73,710,491
Android Studio - How to Initialize the YouTube Player (Not the YouTube Player View)
<p>How am I able to initialize the YouTube Player using the YouTube Player View? Im using the a Embedded YouTube Player from PierfrancescoSoffritti.</p> <p>I want to Create a function when Button1 click then it will load ExampleYouTubeVideo1 and when Button2 click, it will use the same YouTube Player but change the vid...
How am I able to initialize the YouTube Player using the YouTube Player View? Im using the a Embedded YouTube Player from PierfrancescoSoffritti. I want to Create a function when Button1 click then it will load ExampleYouTubeVideo1 and when Button2 click, it will use the same YouTube Player but change the videoId to a ...
java|android-studio|youtube|youtubeplayer
-1
2022-09-14T01:14:28.190Z
2,022
9
1
2
16
0
428
83
4
0
false
true
false
false
false
true
negative
73,710,631
.Maui Static Web Asset Build issue
<p>Severity Code Description Project File Line Suppression State Error Manifest file at 'obj\Debug\net6.0-android\android-x86\staticwebassets.build.json' not found. MauiApp3 C:\Program Files\dotnet\sdk\6.0.401\Sdks\Microsoft.NET.Sdk.Razor\targets\Microsoft.NET.Sdk.Razor.StaticWebAssets.targets 680</p> <p>I am strugglin...
Severity Code Description Project File Line Suppression State Error Manifest file at 'obj\Debug\net6.0-android\android-x86\staticwebassets.build.json' not found. MauiApp3 C:\Program Files\dotnet\sdk\6.0.401\Sdks\Microsoft.NET.Sdk.Razor\targets\Microsoft.NET.Sdk.Razor.StaticWebAssets.targets 680 I am struggling to get t...
android|.net|xamarin|maui
6
2022-09-14T01:49:15.467Z
2,022
9
1
2
638
4
678
34
4
0
false
false
false
false
false
false
medium
73,710,692
Google Play store review, how to upload a demonstration video for reviewers
<p>This is the app rejected error from Google Play console</p> <pre><code>Issues with submitted video We were unable to view the video you provided in your declaration. Your video should show the in-app feature’s functionality showing usage of location in the background, and how a user would trigger the prominent dis...
This is the app rejected error from Google Play console [CODE] I'm trying to find where I can upload or provide a link to demostration video for review, I'm not able to find Can you please show me where can I provide a demo video for reviewers in google play console?
android|react-native|google-play-console
0
2022-09-14T02:02:02.190Z
2,022
9
2
2
29
1
267
75
3
1
true
false
false
false
false
false
zero
73,710,778
I am trying to print my data from Firebase realtime database
<p>I am trying to fetch the data of a logged in user using Firebase realtime database. I am currently new to this and I hope someone can guide me. I already read the documentation but I am having this problem.</p> <p>Problem is I cannot fetch the data that I needed.</p> <p>Header.kt</p> <pre><code>private lateinit var ...
I am trying to fetch the data of a logged in user using Firebase realtime database. I am currently new to this and I hope someone can guide me. I already read the documentation but I am having this problem. Problem is I cannot fetch the data that I needed. Header.kt [CODE] Header.xml <androidx.constraintlayout.widget.C...
android|firebase|kotlin|firebase-realtime-database
0
2022-09-14T02:18:10.013Z
2,022
9
2
2
26
0
361
60
4
2
true
true
false
false
false
false
zero
73,710,788
Flutter Attach in Android Studio not working
<p>I develop flutter app using the &quot;add-to-app&quot; mode. I tried to use Android Studio to attach to the iPhone Simulator. But when I click the &quot;Flutter Attach&quot; button, there is no response at all and no output on the console.</p> <ul> <li>I can successfully use terminal <code>flutter attach</code> to a...
I develop flutter app using the &quot;add-to-app&quot; mode. I tried to use Android Studio to attach to the iPhone Simulator. But when I click the &quot;Flutter Attach&quot; button, there is no response at all and no output on the console. I can successfully use terminal flutter attach to attach. macOS 12.5.1 Android S...
iphone|flutter|android-studio|ios-simulator
0
2022-09-14T02:19:44.967Z
2,022
9
2
2
10
0
467
44
4
1
true
true
false
false
false
false
zero
73,711,031
Got ERROR: BufferQueueProducer: [SurfaceView[]#2(BLAST Consumer).... connect: already connected (cur=2 req=2)
<p>I try to use SurfaceView to render something. And I pass the surface by AIDL, from Process A -&gt; Process B -&gt; Process A. After that I use this surface to render something. It's always successful the first time. But when I tried to reuse this surface, I got this error. For example:</p> <ol> <li>pass the surface ...
I try to use SurfaceView to render something. And I pass the surface by AIDL, from Process A -> Process B -> Process A. After that I use this surface to render something. It's always successful the first time. But when I tried to reuse this surface, I got this error. For example: pass the surface from Process A -> Proc...
android|surfaceview
0
2022-09-14T02:58:41.823Z
2,022
9
2
2
26
0
618
109
2
1
true
true
false
false
false
false
zero
73,711,049
The border or shadow cannot be set after BottomNavigationView sets the top bulge
<p>I set the bulge for BottomNavigationView through the setTopEdge method of materialShapeDrawable, because the color of the page is similar to that of BottomNavigationView, so I need to set a border or shadow on top of the control, but I can't set the border or shadow on top of the control normally.</p> <p>In addition...
I set the bulge for BottomNavigationView through the setTopEdge method of materialShapeDrawable, because the color of the page is similar to that of BottomNavigationView, so I need to set a border or shadow on top of the control, but I can't set the border or shadow on top of the control normally. In addition, bottomNa...
android
0
2022-09-14T03:02:26.370Z
2,022
9
3
2
11
0
538
80
1
1
true
true
false
false
false
false
zero
73,711,075
Determining when the android MediaController view becomes visible
<p>I'm using the MediaController class to anchor the video controller views to my VideoView. When the VideoView is clicked,the controller becomes visible for some few seconds then leaves the screen. Is there a listener in the MediaController that allows us know the moment it becomes visible or not?</p>
I'm using the MediaController class to anchor the video controller views to my VideoView. When the VideoView is clicked,the controller becomes visible for some few seconds then leaves the screen. Is there a listener in the MediaController that allows us know the moment it becomes visible or not?
android|android-videoview|mediacontroller
0
2022-09-14T03:07:05.043Z
2,022
9
3
2
17
1
296
65
3
0
false
false
false
false
false
false
zero
73,711,110
2 positional argument(s) expected, but 0 found. Flutter
<p>I'm new in Flutter and i traed to do a note app with Flutter &amp; Firebase. But I have this problem to redirect a SpeedDial button to other page. Do someone know what is the problem? I tried to put data and ref as arguments but I have the problem too.</p> <p>This is the menu code, here I want to redirect the user t...
I'm new in Flutter and i traed to do a note app with Flutter & Firebase. But I have this problem to redirect a SpeedDial button to other page. Do someone know what is the problem? I tried to put data and ref as arguments but I have the problem too. This is the menu code, here I want to redirect the user to notes page w...
android|flutter|firebase|dart|google-cloud-firestore
0
2022-09-14T03:12:36.830Z
2,022
9
3
2
40
1
517
55
5
2
true
false
false
false
false
false
zero
73,711,285
How can I quickly see where my app is doing so many Firestore reads?
<p>I finished a block of code that performs 1 write and I noticed that while I did that the app did 16 reads. Is there a fast way for me to see what is causing these reads besides going line by line through my whole app?</p> <p><a href="https://i.stack.imgur.com/MyriB.png" rel="nofollow noreferrer"><img src="https://i....
I finished a block of code that performs 1 write and I noticed that while I did that the app did 16 reads. Is there a fast way for me to see what is causing these reads besides going line by line through my whole app? The code that does the write is below. [CODE]
android|flutter|firebase|dart|google-cloud-firestore
0
2022-09-14T03:44:20.383Z
2,022
9
3
2
36
0
263
68
5
1
true
true
false
false
false
false
zero
73,711,309
i want to use remote control as beacon way,use the altbeacon liabary
<p>i use android beacon library-reference-kotin demo, <a href="https://github.com/davidgyoung/android-beacon-library-reference-kotlin" rel="nofollow noreferrer">https://github.com/davidgyoung/android-beacon-library-reference-kotlin</a> in the readme file,i find the way to find ibeacon .just like this // The example sh...
i use android beacon library-reference-kotin demo, https://github.com/davidgyoung/android-beacon-library-reference-kotlin in the readme file,i find the way to find ibeacon .just like this // The example shows how to find iBeacon. [CODE] but i need the code to find my remote control. enter image description here i dont ...
android|bluetooth|altbeacon
0
2022-09-14T03:48:01.317Z
2,022
9
3
2
27
0
408
68
3
2
true
true
false
false
false
false
zero
73,711,321
How do I add a webView into a fragment view android Studio
<p>I have an app which has a MainActivity, ClientFragment,and ConnectFragment. I want to add a webView to the ClientFragment. However when I try to add it I get an error unresolved reference: findViewById.<br /> I have added to my MainActivity but then the rest of my app doesn't work right. How and where s...
I have an app which has a MainActivity, ClientFragment,and ConnectFragment. I want to add a webView to the ClientFragment. However when I try to add it I get an error unresolved reference: findViewById. I have added to my MainActivity but then the rest of my app doesn't work right. How and where should I add my WebView...
android-studio|android-fragments|webview
0
2022-09-14T03:51:29.413Z
2,022
9
3
2
16
1
548
58
3
3
true
false
false
false
false
false
zero
73,711,337
Return null when try to read data from preferences datastore
<p>My app is to change the text when I choose a different language. I am not there yet. I am having difficulty reading the &quot;language&quot; and &quot;position&quot; from the datastore preference manager. The problem now is that I get null when I try to read &quot;language&quot; and &quot;position&quot;.</p> <p>Wh...
My app is to change the text when I choose a different language. I am not there yet. I am having difficulty reading the &quot;language&quot; and &quot;position&quot; from the datastore preference manager. The problem now is that I get null when I try to read &quot;language&quot; and &quot;position&quot;. When I click o...
android|kotlin
0
2022-09-14T03:54:31.700Z
2,022
9
3
2
315
1
947
60
2
4
true
false
false
false
false
false
zero
73,711,351
How to show previews left and right using ViewPager2
<p>I searched in SO but most of them are ViewPager(s). Some are ViewPager2(s) but written in kotlin. Could you show me the code to implement left-right preview in ViewPager2? None of the things I've tried so far works.</p> <pre><code> Intro_pager.setOffscreenPageLimit(2); Intro_pager.setClipToPadding(fal...
I searched in SO but most of them are ViewPager(s). Some are ViewPager2(s) but written in kotlin. Could you show me the code to implement left-right preview in ViewPager2? None of the things I've tried so far works. [CODE]
android|android-viewpager2
-1
2022-09-14T03:57:58.560Z
2,022
9
3
2
19
0
222
52
2
1
true
true
false
false
false
true
negative
73,711,383
Added horizontal Listview inside Scrollview, now how to detect which one is scrolling in flutter
<p>I have a parent SingleChildScrollView and I added a horizontal ListView inside it. Now while scrolling the scrollview, I am doing one animation. But don’t want to do that animation happen while scrolling child ListView. I have Added listener but it is detecting the scroll for ListView also.</p> <p>So, how to prevent...
I have a parent SingleChildScrollView and I added a horizontal ListView inside it. Now while scrolling the scrollview, I am doing one animation. But don’t want to do that animation happen while scrolling child ListView. I have Added listener but it is detecting the scroll for ListView also. So, how to prevent that for ...
android|flutter|listview|singlechildscrollview
0
2022-09-14T04:02:24.220Z
2,022
9
4
2
27
0
375
96
4
0
false
true
false
false
false
false
zero
73,711,505
Android how to rename File in internal storage
<p>I got one image file from Internal Storage, example name of file is name_image_old, i want rename become name_image_new. i have tried use function renameTO() but not working. My code:</p> <pre><code> private fun rename(from: File, to: File): Boolean { return from.parentFile.exists() &amp;&amp; from.exists()...
I got one image file from Internal Storage, example name of file is name_image_old, i want rename become name_image_new. i have tried use function renameTO() but not working. My code: [CODE]
android|kotlin|image-gallery|internal-storage
0
2022-09-14T04:24:57.853Z
2,022
9
4
2
46
1
190
46
4
1
true
false
false
false
false
false
zero
73,711,747
Where should I read lazy column item offset?
<p>Basically I have a launched effect reading the item offset of a lazy column. and based on the offset I change the height/alpha etc..</p> <p>AS is warning me that it should not be read inside a compose function because it will change a lot, so my question is where should I be reading and what is the best practice her...
Basically I have a launched effect reading the item offset of a lazy column. and based on the offset I change the height/alpha etc.. AS is warning me that it should not be read inside a compose function because it will change a lot, so my question is where should I be reading and what is the best practice here? Should ...
android|android-jetpack-compose
0
2022-09-14T05:03:14.543Z
2,022
9
5
2
31
1
447
44
2
0
false
false
false
false
false
false
zero
73,711,770
LockScreen widget in Flutter?
<p>We know that, there are some plugins like <a href="https://pub.dev/packages/home_widget/example" rel="nofollow noreferrer">home_widget: ^0.1.6</a> available in <code>Flutter</code> for HomeScreen <code>Widgets</code>. Recently <code>Lockscreen widgets</code> are launched in <code>iOS 16</code>. Can anybody assist me...
We know that, there are some plugins like home_widget: ^0.1.6 available in Flutter for HomeScreen Widgets . Recently Lockscreen widgets are launched in iOS 16 . Can anybody assist me how to implement this future in Flutter. Is there any plugin available ? Is there any way to implement native method in Flutter ?
flutter|ios16|home-screen-widget|flutter-lockscreenwidget|android-lockscreenwidget
0
2022-09-14T05:08:09.730Z
2,022
9
5
2
151
1
312
29
5
0
false
false
false
false
false
false
zero
73,711,778
Subscription got order is still being processed Error Window In Android Billing V5
<p>I'm try to upgrade Billing Library from V3 to V5 recently.<br /> <strong>One-time products are all purchased successfully.</strong></p> <p>But Subscription product face some strange issue.<br /> <strong>I have purchases the test subscription product when app is used V3 library version</strong>, and it was failed and...
I'm try to upgrade Billing Library from V3 to V5 recently. One-time products are all purchased successfully. But Subscription product face some strange issue. I have purchases the test subscription product when app is used V3 library version , and it was failed and be canceled automatically by Google few days ago (Also...
android|in-app-purchase|billing
0
2022-09-14T05:08:49.283Z
2,022
9
5
2
22
0
1,225
82
3
0
false
true
false
false
false
false
zero
73,711,880
Cannot find BLE devices using web bluetooth on Android Phone from a web app
<p>I have created a web application that is used to connect to the nearby BLE devices using web Bluetooth API on google chrome to read and write data. the web application is hosted on heroku and it is running as expected when accessed on PC (chrome version: 104.0.5112.102), i.e., the Bluetooth scanning and discovery is...
I have created a web application that is used to connect to the nearby BLE devices using web Bluetooth API on google chrome to read and write data. the web application is hosted on heroku and it is running as expected when accessed on PC (chrome version: 104.0.5112.102), i.e., the Bluetooth scanning and discovery is wo...
android|google-chrome|bluetooth-lowenergy|web-bluetooth
0
2022-09-14T05:24:55.690Z
2,022
9
5
2
25
1
563
75
4
0
false
false
false
false
false
false
zero
73,711,978
React-native-modalize not expanding on swipe in React-native expo
<p>On android of react-native-modalize it is not possible to expand the modal on swipe . I tried to add properties but it does not work: &quot;react-native&quot;: &quot;0.69.5&quot;, &quot;react-native-modalize&quot;: &quot;^2.1.1&quot;, Please can you share your experience how to solve this bug on android.</p> <p>&lt...
On android of react-native-modalize it is not possible to expand the modal on swipe . I tried to add properties but it does not work: &quot;react-native&quot;: &quot;0.69.5&quot;, &quot;react-native-modalize&quot;: &quot;^2.1.1&quot;, Please can you share your experience how to solve this bug on android. <Modalize alwa...
android|react-native|expo|react-native-gesture-handler|react-native-modalize
0
2022-09-14T05:38:09.570Z
2,022
9
5
2
23
0
367
65
5
0
false
true
false
false
false
false
zero
73,711,999
Android studio text in next line
<p>I am working on android studio. I have a layout</p> <pre><code> &lt;LinearLayout android:layout_width=&quot;match_parent&quot; android:layout_height=&quot;wrap_content&quot;&gt; &lt;TableLayout android:id=&quot;@+id/operator_info_table&quot; androi...
I am working on android studio. I have a layout [CODE] In the recycler view I have added a table [CODE] Output I the name to be in the next line if it's long enough. Just like in the above image ACEFYL COUGH SYP 125 ML is on a single line. But the part ... SYP 125 ML should be on the next line. I have already tried wit...
android
-1
2022-09-14T05:40:31.717Z
2,022
9
5
2
69
1
561
32
1
2
true
false
false
false
false
true
negative
73,712,045
Enable Device Screen Rotation Landscape or Potrait, only for Tablet Device by Flutter
<p>I would like to enable my application screen to landscape or portrait only for tablets. Still on Portrait for smartphone The application was developed by Flutter.</p>
I would like to enable my application screen to landscape or portrait only for tablets. Still on Portrait for smartphone The application was developed by Flutter.
android|flutter|tablet|landscape
1
2022-09-14T05:48:15.180Z
2,022
9
5
2
48
2
162
85
4
0
false
false
false
false
false
false
low
73,712,054
NullPointerException: Attempt to invoke virtual method 'java.lang.Boolean'
<p>I have a splash activity in my app and intro .. What i wanna do is showing intro activity only in the first run so i used share preference to do so</p> <p>Here is my codes</p> <p>Splash Activity</p> <pre><code>Handler handler = new Handler(); handler.postDelayed(() -&gt; { if (sharedPref != null &amp;&am...
I have a splash activity in my app and intro .. What i wanna do is showing intro activity only in the first run so i used share preference to do so Here is my codes Splash Activity [CODE] Shared Preference [CODE] It causes crash after splash activity appear Error java.lang.NullPointerException: Attempt to invoke virtua...
java|android|exception|null|splash-screen
0
2022-09-14T05:48:52.613Z
2,022
9
5
2
52
0
422
74
5
2
true
true
false
false
false
false
zero
73,712,135
How can i get uix file when appium's uiautomator program is running?
<h1>Qestion:</h1> <p>Doing an ‘adb uiatomator dump’ didn’t work as appium has a running uiautomator process and android doesn’t seem to permit two to be running concurrently.<br>How can i get uix file when appium's uiautomator program is running? <br/>Help me,please! thanks very much.</p> <h1>Environment:<br/></h1> <p>...
Qestion: Doing an ‘adb uiatomator dump’ didn’t work as appium has a running uiautomator process and android doesn’t seem to permit two to be running concurrently. How can i get uix file when appium's uiautomator program is running? Help me,please! thanks very much. Environment: Appium Version: 1.21.2 Java_Client:7.5.1
appium|android-uiautomator
0
2022-09-14T05:57:51.110Z
2,022
9
5
2
10
0
319
68
2
0
false
true
false
false
false
false
zero
73,712,387
How to solve Critical issues have been reported with the following SDK versions: com.google.android.gms:play-services-safetynet:17.0.0
<p>I got this warning when I was publishing my app</p> <blockquote> <p>The developer of play-services-safetynet (com.google.android.gms:play-services-safetynet) has reported critical issues with version 17.0.0. Consider upgrading before publishing a new release.</p> </blockquote> <p>Here's what the SDK developer told u...
I got this warning when I was publishing my app The developer of play-services-safetynet (com.google.android.gms:play-services-safetynet) has reported critical issues with version 17.0.0. Consider upgrading before publishing a new release. Here's what the SDK developer told us: The SafetyNet Attestation API is being di...
android|react-native
2
2022-09-14T06:27:25.683Z
2,022
9
6
2
174
0
726
134
2
2
true
true
false
false
false
false
low
73,712,393
Print receipt from url Thermal printer ESC/POS
<p>I have a POS application in kotlin. Currently I can print from url but I need to use third party service like rawbt</p> <pre><code> private fun prepPrintWebView(name: String): WebView? { val result: WebView = getWebView()!! result.webViewClient = object : WebViewClient() { override fun...
I have a POS application in kotlin. Currently I can print from url but I need to use third party service like rawbt [CODE] I want to print a receipt from the url and send this to the USB printer directly without any third party service. I tried many libraries but nothing worked for me.
android|kotlin|printing|point-of-sale
0
2022-09-14T06:28:02.407Z
2,022
9
6
2
32
0
286
46
4
1
true
true
false
false
false
false
zero
73,712,440
using Retrofit i am sending an ID of Device through POST and receive a response which consist of some data i want to show that data in simple text
<p>here is response how do i get the post response into a string</p> <p>//here is my activity class</p> <pre><code> call.enqueue(new Callback&lt;Info&gt;() { @Override public void onResponse(@NonNull Call&lt;Info&gt; call, @NonNull Response&lt;Info&gt; response) { Info inforesponse = res...
here is response how do i get the post response into a string //here is my activity class [CODE] // Log.d(&quot;get&quot;, &quot;res&quot; + response); [CODE]
android|retrofit2
0
2022-09-14T06:33:12.373Z
2,022
9
6
2
18
0
158
146
2
2
true
true
false
false
false
false
zero
73,712,575
How to share app-specific directory to other (my) apps
<p>I want to share app specific directory(<code>/data/data/packageName/files/target</code>) and its children to other (my) app.<br /> These are my scenarios and conditions.</p> <ul> <li>App A creates and downloads random files on <code>/data/data/packageA/files/target</code></li> <li>App B wants to retrieve and delete ...
I want to share app specific directory( /data/data/packageName/files/target ) and its children to other (my) app. These are my scenarios and conditions. App A creates and downloads random files on /data/data/packageA/files/target App B wants to retrieve and delete /data/data/packageA/files/target recursively without us...
android|share
0
2022-09-14T06:48:14.560Z
2,022
9
6
2
15
0
786
54
2
0
false
true
false
false
false
false
zero
73,712,626
hi, i have a problem in add api - gradle in java and xml
<p>Build file 'D:\project\java\store\build.gradle' line: 18</p> <p>A problem occurred evaluating root project 'store'.</p> <blockquote> <p>Build was configured to prefer settings repositories over project repositories but repository 'BintrayJCenter' was added by build file 'build.gradle'</p> </blockquote> <ul> <li>Try:...
Build file 'D:\project\java\store\build.gradle' line: 18 A problem occurred evaluating root project 'store'. Build was configured to prefer settings repositories over project repositories but repository 'BintrayJCenter' was added by build file 'build.gradle' Try: Run with --info or --debug option to get more log output...
java|android|xml
0
2022-09-14T06:52:21.467Z
2,022
9
6
2
41
1
29,179
56
3
0
false
false
false
false
false
false
zero
73,712,630
How to run react native expo project on 2 emulators on MacOS M1
<p>I'm running the project by</p> <pre><code>expo run:android </code></pre> <p>and it runs in emulator.. it's okay<br> And I want to run project on 2 emulators So I have a list of devices:</p> <pre><code>List of devices attached emulator-5554 device emulator-5556 device </code></pre> <p>And I want to run expo proje...
I'm running the project by [CODE] and it runs in emulator.. it's okay And I want to run project on 2 emulators So I have a list of devices: [CODE] And I want to run expo project like: [CODE] or something like this, is it possible?
android|react-native|expo|android-emulator|adb
0
2022-09-14T06:53:12.800Z
2,022
9
6
2
22
0
230
63
5
3
true
true
false
false
false
false
zero
73,712,691
What does the Android emulator "proxy settings" mean?
<p>I'm probably missing something pretty obvious.</p> <p>I'm trying to make my Flutter app to be able to access <code>localhost:3000</code> on my local machine. In another thread someone said I should replace it by <code>10.0.2.2:3000</code>. It still doesn't work as my app tries to connect to <code>10.0.2.2:[RANDOM_PO...
I'm probably missing something pretty obvious. I'm trying to make my Flutter app to be able to access localhost:3000 on my local machine. In another thread someone said I should replace it by 10.0.2.2:3000 . It still doesn't work as my app tries to connect to 10.0.2.2:[RANDOM_PORT] Now I'm trying to understand Android ...
android|flutter|proxy|emulation
0
2022-09-14T06:59:11.330Z
2,022
9
6
2
13
0
630
53
4
0
false
true
false
false
false
false
zero
73,712,725
Nested Nav Graph produces a visual bug when I log out (Jetpack compose)
<p>I have made a nested navigation graph in my app. It has a Root Nav Graph that handles the authNavGraph and MainScreen (has the scaffold that handles the MainNavGraph). It works but there's a visual bug when I log out from the Main screen to go to the auth screen. The bottom of the login screen is suddenly cropped an...
I have made a nested navigation graph in my app. It has a Root Nav Graph that handles the authNavGraph and MainScreen (has the scaffold that handles the MainNavGraph). It works but there's a visual bug when I log out from the Main screen to go to the auth screen. The bottom of the login screen is suddenly cropped and h...
android|kotlin|android-jetpack-compose|android-navigation
0
2022-09-14T07:01:29.677Z
2,022
9
7
2
53
1
696
71
4
4
true
false
false
false
false
false
zero
73,712,728
Android camera2 API intrinsics and the DEPTH_OUTPUT capability
<p>Extracting intrinsic calibration parameters from an android device's camera using the camera2 API is known to be problematic.</p> <p>However the guidance has been that if the phone supports the <code>DEPTH_OUTPUT</code> capability, it is guaranteed to also provide camera intrinsics (via <code>LENS_INTRINSIC_CALIBRAT...
Extracting intrinsic calibration parameters from an android device's camera using the camera2 API is known to be problematic. However the guidance has been that if the phone supports the DEPTH_OUTPUT capability, it is guaranteed to also provide camera intrinsics (via LENS_INTRINSIC_CALIBRATION ). This is stated in the ...
android|android-camera2
0
2022-09-14T07:01:34.497Z
2,022
9
7
2
31
0
1,150
62
2
0
false
true
false
false
false
false
zero
73,712,741
How to send a data from listview screen to form screen using flutter
<p>I am trying to send a data from ontap listview screen to form screen like image below. I have searched many references on google but I can't find any references that can help me, if you can provide solutions or references, I will greatly appreciate it. <a href="https://i.stack.imgur.com/gA9uR.png" rel="nofollow nore...
I am trying to send a data from ontap listview screen to form screen like image below. I have searched many references on google but I can't find any references that can help me, if you can provide solutions or references, I will greatly appreciate it. enter image description here This is my sample code (ListPage Scree...
flutter|android-listview
-3
2022-09-14T07:02:44.770Z
2,022
9
7
2
46
2
368
68
2
2
true
false
false
false
false
true
negative
73,712,853
Wifi direct ARP table in Android smartphone
<p>does the wifi direct has its own ARP table or does it share the ARP table with the standard wifi?.</p> <p>Because what I know is that the hardware NIC of the standard wifi separated logically between the wifi and wifi direct, i mean they are shared the same NIC as hardware, but logically separated</p>
does the wifi direct has its own ARP table or does it share the ARP table with the standard wifi?. Because what I know is that the hardware NIC of the standard wifi separated logically between the wifi and wifi direct, i mean they are shared the same NIC as hardware, but logically separated
android|wifi|wifi-direct|arp|wifip2p
0
2022-09-14T07:12:32.067Z
2,022
9
7
2
14
0
291
43
5
0
false
true
false
false
false
false
zero
73,712,895
Take screenshots from other apps as image source
<p>I'd like to offer an app to modify images. In order to have the user give an easy access to the that feature, it would be the easiest solution to just let him directly take a screenshot to have the source picture taken or respond to a screenshot event and access the latest screenshot.</p> <p>Unfortunately it seems t...
I'd like to offer an app to modify images. In order to have the user give an easy access to the that feature, it would be the easiest solution to just let him directly take a screenshot to have the source picture taken or respond to a screenshot event and access the latest screenshot. Unfortunately it seems to be a pro...
android|security|screenshot
0
2022-09-14T07:16:51.457Z
2,022
9
7
2
15
0
1,097
48
3
0
false
true
false
false
false
false
zero
73,712,909
Play Install Referrer API - Flutter - FEATURE_NOT_SUPPORTED
<p>Package Url: <a href="https://pub.dev/packages/android_play_install_referrer" rel="nofollow noreferrer">https://pub.dev/packages/android_play_install_referrer</a></p> <p>Environment Info:</p> <pre><code>Flutter - 3.0.5 Android Play Install Referrer Package Version - 0.2.1 PC Version - Windows 10 Tested on Standard E...
Package Url: https://pub.dev/packages/android_play_install_referrer Environment Info: [CODE] When running it the last time the library returned a response something like: [CODE] But for some reason it does't work now. Now it throws this error: [CODE] Note - It was working fine a few days before
android|flutter|google-play|google-play-services|analytics
0
2022-09-14T07:17:47.177Z
2,022
9
7
2
25
0
295
59
5
3
true
true
false
false
false
false
zero
73,712,924
How to save Shared preference after re-installing the app (Android)
<p>Manifest:</p> <pre><code>&lt;application android:fullBackupContent=&quot;@xml/backup_rules&quot; tools:replace=&quot;android:fullBackupContent&quot;&gt; </code></pre> <p>Also I try this variant:</p> <pre><code>&lt;application android:fullBackupContent=&quot;@xml/backup_rules&quot; too...
Manifest: [CODE] Also I try this variant: [CODE] Backup_rules: [CODE] The problem is that I try to save string to shared preference and get it after re-installing the app, but something went wrong. For example: [CODE] When I re-installing my app: [CODE]
android|kotlin|sharedpreferences|android-manifest
0
2022-09-14T07:19:22.620Z
2,022
9
7
2
27
1
253
67
4
5
true
false
false
false
false
false
zero
73,713,020
Index 1 out of bounds for length 1 on existing project with new Android Studio
<p>So i just wanted to try new Android Studio Electric Eel or even Dolphin and both gives me the same error if i import my existing project with kotlin dsl to these two verions (on Chipmunk it works). Error is kinda flat event with stack trace i am unable to locate the issue:</p> <p>Index 1 out of bounds for length 1</...
So i just wanted to try new Android Studio Electric Eel or even Dolphin and both gives me the same error if i import my existing project with kotlin dsl to these two verions (on Chipmunk it works). Error is kinda flat event with stack trace i am unable to locate the issue: Index 1 out of bounds for length 1 And the ful...
android|android-studio
1
2022-09-14T07:27:27.850Z
2,022
9
7
2
38
1
354
78
2
1
true
false
false
false
false
false
low
73,713,032
How to get PDF file from HttpUrlConnection response in Android Java?
<p>I am getting pdf file in response of API, I am using HttpUrlConnection (Android Java). I am unable to get pdf file from the response. My code to get response is:</p> <pre><code> URL url = new URL(RESULT_DOWNLOAD_URL); HttpURLConnection connection = (HttpURLConnection) url.openC...
I am getting pdf file in response of API, I am using HttpUrlConnection (Android Java). I am unable to get pdf file from the response. My code to get response is: [CODE] Response is like(for understanding, I converted it in string form): I want to download file from this response, response is returning pdf file.
android|pdf|response|httpurlconnection
0
2022-09-14T07:28:12.420Z
2,022
9
7
2
30
1
312
68
4
1
true
false
false
false
false
false
zero
73,713,135
How to reference an image Firebase Cloud Storage? Android
<p>I want to do get reference from any image with random name in Firebase Storage. I set image name with UUID.randomUUID method but I can not reference that image for deleting it before uploading new image. I can delete that image with entering that file original name which is I copied from Firebase Storage. But I need...
I want to do get reference from any image with random name in Firebase Storage. I set image name with UUID.randomUUID method but I can not reference that image for deleting it before uploading new image. I can delete that image with entering that file original name which is I copied from Firebase Storage. But I need ge...
android|firebase|image|kotlin|firebase-storage
0
2022-09-14T07:35:59.463Z
2,022
9
7
2
35
0
552
57
5
2
true
true
false
false
false
false
zero
73,713,185
My app got rejected because below issue in play store
<p><a href="https://i.stack.imgur.com/X4t0N.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/X4t0N.png" alt="enter image description here" /></a></p> <p>can anyone help me with what I am doing mistakes because of the above reason my app got rejected I have already updated the test user I am trying to ...
can anyone help me with what I am doing mistakes because of the above reason my app got rejected I have already updated the test user I am trying to live my app close to the testing mode in beta but my app got rejected I have followed everything we don't know what information we need to fill and where . please help me ...
android
0
2022-09-14T07:40:48.947Z
2,022
9
7
2
33
1
321
53
1
0
false
false
false
false
false
false
zero
73,713,234
android BottomNavigationView set items title and icon side by side
<p>If you want to use the default navigation button of Android in such a way that you have the icon and the text side by side, you can use the following code. This code is not fundamental and get static value, but it starts the work</p> <p><a href="https://i.stack.imgur.com/mQXyn.jpg" rel="nofollow noreferrer"><img src...
If you want to use the default navigation button of Android in such a way that you have the icon and the text side by side, you can use the following code. This code is not fundamental and get static value, but it starts the work main.xml [CODE] @style/Widget.BottomNavigationView [CODE] main_menu [CODE]
android|xml|bottomnavigationview
0
2022-09-14T07:45:49.027Z
2,022
9
7
2
17
0
304
66
3
3
true
true
false
false
false
false
zero
73,713,301
Background Thread without Looper
<p>My code contains two buttons and a TextView. When the program is running, by clicking on the start Thread button, a background Thread will be executed and at the same time a counter will be displayed in the TextView, and when you click on the stop Thread button, the background Thread will stop. My question is that I...
My code contains two buttons and a TextView. When the program is running, by clicking on the start Thread button, a background Thread will be executed and at the same time a counter will be displayed in the TextView, and when you click on the stop Thread button, the background Thread will stop. My question is that I ha...
android|multithreading|looper
0
2022-09-14T07:50:25.980Z
2,022
9
7
2
25
2
515
32
3
2
true
false
false
false
false
false
zero
73,713,311
Android Timezone get default returning wrong value
<p>i have an application. I want to get phone's time as long value. Although the phone's timezone is UTC+3, UTC 0 is displayed in all the following operations. I think app locale is wrong.</p> <p>Phone Time is : 10.46</p> <p><code>TimeZone.getDefault().id // return UTC</code></p> <p><code>Date() // Wed Sep 14 07:46:57 ...
i have an application. I want to get phone's time as long value. Although the phone's timezone is UTC+3, UTC 0 is displayed in all the following operations. I think app locale is wrong. Phone Time is : 10.46 TimeZone.getDefault().id // return UTC Date() // Wed Sep 14 07:46:57 UTC 2022 LocalDateTime().now() // 2022-09-1...
java|android|kotlin|time|timezone
3
2022-09-14T07:51:38.040Z
2,022
9
7
2
58
1
429
50
5
0
false
false
false
false
false
false
low
73,713,462
unable to integrate Persona SDK in flutter
<p>in my project i want to implementing liveliness(selfie)detection by Persona. for this i was use <a href="https://pub.dev/packages/persona_flutter/versions/3.0.0-beta.0" rel="nofollow noreferrer">persona_flutter</a> in v2 channel. but its crash after i open camera and taking a picture.</p> <p>when i saw persona andr...
in my project i want to implementing liveliness(selfie)detection by Persona. for this i was use persona_flutter in v2 channel. but its crash after i open camera and taking a picture. when i saw persona android sdk demo code,that provide in main side its working properly. persona-android-sdk Project link is here https:/...
android|flutter|dart|persona|persona-flutter
0
2022-09-14T08:04:38.923Z
2,022
9
8
2
35
1
714
42
5
3
true
false
false
false
false
false
zero
73,713,502
How to run an http server in android that does not stop?
<p>I have a http server in my app and I'm running it in the MainActivity but I would like to do it in a Service that never stop, should I use Service o Intent Service ? Im using this server for send isntructions to my app scince a computer, if anyone knows another way I will apreciate too.</p>
I have a http server in my app and I'm running it in the MainActivity but I would like to do it in a Service that never stop, should I use Service o Intent Service ? Im using this server for send isntructions to my app scince a computer, if anyone knows another way I will apreciate too.
android|service|httpserver
0
2022-09-14T08:07:53.753Z
2,022
9
8
2
10
0
287
56
3
0
false
true
false
false
false
false
zero
73,713,567
Access USB Storage (OTG) in android 11
<p>According to the documentation <a href="https://developer.android.com/training/data-storage/manage-all-files#operations-allowed-manage-external-storage" rel="nofollow noreferrer">https://developer.android.com/training/data-storage/manage-all-files#operations-allowed-manage-external-storage</a>, MANAGE_EXTERNAL_STORA...
According to the documentation https://developer.android.com/training/data-storage/manage-all-files#operations-allowed-manage-external-storage , MANAGE_EXTERNAL_STORAGE permission grant access to root directory of the USB (OTG) drive. [CODE] The above code works well for Primary Storage and SDCARD. For the USB OTG driv...
android|storage|file-permissions|android-external-storage
1
2022-09-14T08:12:42.567Z
2,022
9
8
2
39
0
398
38
4
2
true
true
false
false
false
false
low
73,713,673
Toggling of web contents debugging must be done on the UI thread
<p>I'm building my first npm package for personal use. Because I need to use a third SDK from a company to implement advertisement stuff, I'm using expo react native managed workflow. I don't want to eject, so I need to create this native module myself, so I can install it then use it. The problem is that I'm getting t...
I'm building my first npm package for personal use. Because I need to use a third SDK from a company to implement advertisement stuff, I'm using expo react native managed workflow. I don't want to eject, so I need to create this native module myself, so I can install it then use it. The problem is that I'm getting this...
javascript|java|react-native|android-studio
0
2022-09-14T08:20:17.560Z
2,022
9
8
2
18
0
1,093
64
4
4
true
true
false
false
false
false
zero
73,713,761
Nullpointer exception android studio
<p>I'm a beginner in android studio,and for the following bit of code</p> <pre><code>package com.example.petsstork; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.text.TextUtils; import android.view.View; impor...
I'm a beginner in android studio,and for the following bit of code [CODE] } ''' Im getting the following error Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'android.text.Editable android.widget.EditText.getText()' on a null object reference at com.example.petsstork.registrationactiv...
java|android
0
2022-09-14T08:28:56.813Z
2,022
9
8
2
11
0
1,256
36
2
1
true
true
false
false
false
false
zero
73,713,765
TextInputLayout is being overridden by the system keyboard
<p>I am new to android. I have layout with TextInputLayout and MaterialButton. If you enter too large a value, edittext creeps down. Why is there such an error? The information I found on the internet did not help me. How to fix it? Help me please.</p> <p>If you set layout_height to input_layout to 0dp, then initially ...
I am new to android. I have layout with TextInputLayout and MaterialButton. If you enter too large a value, edittext creeps down. Why is there such an error? The information I found on the internet did not help me. How to fix it? Help me please. If you set layout_height to input_layout to 0dp, then initially edittext l...
android|android-studio|kotlin|android-layout|android-softkeyboard
1
2022-09-14T08:29:12.487Z
2,022
9
8
2
27
0
404
58
5
2
true
true
false
false
false
false
low
73,713,810
Can my native module call a js method that returns a value in react native?
<p>I have a native Android SDK that I need to interact with from a React Native application. For this I have built a native module to interact with the SDK on the application level</p> <p>Unfortunately I have encountered a problem while implementing, the SDK exposes a delegator that the client can override to influence...
I have a native Android SDK that I need to interact with from a React Native application. For this I have built a native module to interact with the SDK on the application level Unfortunately I have encountered a problem while implementing, the SDK exposes a delegator that the client can override to influence the SDKs ...
android|react-native
2
2022-09-14T08:32:21.813Z
2,022
9
8
2
40
1
785
75
2
0
false
false
false
false
false
false
low
73,713,850
ionic cordova app loose network access after update
<p>I just upgrade an existing application from ionic4/Angular8/cordova8 to ionic6/angular14/cordova10.</p> <p>I get no errors during build.</p> <p>After upgrading i check apk on a tablet using android 8, everythings is ok (i have network access). But i i test the APK on a Android 9+ devices, i can't access the API (no ...
I just upgrade an existing application from ionic4/Angular8/cordova8 to ionic6/angular14/cordova10. I get no errors during build. After upgrading i check apk on a tablet using android 8, everythings is ok (i have network access). But i i test the APK on a Android 9+ devices, i can't access the API (no network access). ...
android|angular|cordova|ionic-framework
1
2022-09-14T08:34:49.417Z
2,022
9
8
2
16
1
1,243
51
4
0
false
false
false
false
false
false
low
73,713,923
How to trust disable Paste in Edittext
<p>I want hide option Paste when click double or Long Click Edittext <a href="https://i.stack.imgur.com/4FP1i.png" rel="nofollow noreferrer">enter image description here</a></p> <p>I tried:</p> <pre><code> edtSetName.customSelectionActionModeCallback = object : ActionMode.Callback { override fun onCreateActionM...
I want hide option Paste when click double or Long Click Edittext enter image description here I tried: [CODE] But that hide all option
android|kotlin|android-layout|android-textinputedittext
0
2022-09-14T08:39:43.827Z
2,022
9
8
2
30
1
135
38
4
1
true
false
false
false
false
false
zero
73,714,017
Change color of un/selected Items in RecyclerView
<p>My problem is that I want to select an item in a <code>RecyclerView</code> and it should change the color and if I click on another the first selected item should change to the default color (and the last clicked should have the selected color).</p> <p>I have already a color change of the selected one and if I click...
My problem is that I want to select an item in a RecyclerView and it should change the color and if I click on another the first selected item should change to the default color (and the last clicked should have the selected color). I have already a color change of the selected one and if I click on the selected one ag...
android|kotlin|android-recyclerview|groupie
1
2022-09-14T08:47:30.320Z
2,022
9
8
2
48
1
648
49
4
2
true
false
false
false
false
false
low
73,714,071
Do Kotlin Flows drop emissions fired in too rapid succession?
<p>I'm writing an Android app that takes screen-touch MotionEvents and converts them into a StateFlow, which is then collected by a Jetpack Compose function that draws them on the screen.</p> <p>The MotionEvent capture (based around <code>Modifier.motionEventSpy</code>) works as expected, but the resultant Flows freque...
I'm writing an Android app that takes screen-touch MotionEvents and converts them into a StateFlow, which is then collected by a Jetpack Compose function that draws them on the screen. The MotionEvent capture (based around Modifier.motionEventSpy ) works as expected, but the resultant Flows frequently don't make it to ...
android|kotlin|android-jetpack-compose|kotlin-coroutines
1
2022-09-14T08:51:11.150Z
2,022
9
8
2
40
1
1,666
61
4
0
false
false
false
false
false
false
low
73,714,088
Coroutines not working in jetpack Compose
<p>I use the following way to get network data.</p> <p>I start a network request in a coroutine but it doesn't work, the pagination load is not called.</p> <p>But if I call the network request through the <code>init</code> method in the <code>ViewModel</code> I can get the data successfully.</p> <pre class="lang-kotlin...
I use the following way to get network data. I start a network request in a coroutine but it doesn't work, the pagination load is not called. But if I call the network request through the init method in the ViewModel I can get the data successfully. [CODE] [CODE] I don't understand what's the difference between the two...
kotlin|android-jetpack-compose
0
2022-09-14T08:52:45.510Z
2,022
9
8
2
34
1
406
41
2
2
true
false
false
false
false
false
zero
73,714,116
How to apply policy to offline device
<p>I am using Android management API. I have applied policy to device and turned it to kiosk mode. After a while when I turn on the device, it is not connected to wifi anymore and is still in kiosk mode. Therefore I cannot connect it manually or update its policy. Is there a way to solve it ?</p>
I am using Android management API. I have applied policy to device and turned it to kiosk mode. After a while when I turn on the device, it is not connected to wifi anymore and is still in kiosk mode. Therefore I cannot connect it manually or update its policy. Is there a way to solve it ?
android-management-api
0
2022-09-14T08:54:13.733Z
2,022
9
8
2
31
2
290
37
1
0
false
false
false
false
false
false
zero
73,714,118
Infinite loop Output Problem Text to Speech
<p>Hello im using Android Studio and Java Code. i got an infinite loop Problem on text to speech. All is working but the last word of the output is infinite looping and i want just one random output of my string array (frage) everytime my tesla goes over 60. i tried with the stop funtion of tts but it does not work. th...
Hello im using Android Studio and Java Code. i got an infinite loop Problem on text to speech. All is working but the last word of the output is infinite looping and i want just one random output of my string array (frage) everytime my tesla goes over 60. i tried with the stop funtion of tts but it does not work. thank...
java|android|arrays|android-studio|text-to-speech
-3
2022-09-14T08:54:24.263Z
2,022
9
8
2
39
0
381
43
5
2
true
true
false
false
false
true
negative
73,714,121
Error after buillding React Native on version 0.70
<p>Error description</p> <p><a href="https://i.stack.imgur.com/SUtfW.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/SUtfW.png" alt="enter image description here" /></a></p> <p>After the App builds successfully, I got this error at my Metro while trying to install the app.</p> <p>My react-native vers...
Error description After the App builds successfully, I got this error at my Metro while trying to install the app. My react-native version is 0.70. This the error: Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: library &quot;libreanimated.so&quot; not found
android|ios|react-native|react-native-reanimated
0
2022-09-14T08:54:39.353Z
2,022
9
8
2
96
1
291
50
4
0
false
false
false
false
false
false
zero
73,714,194
.net core: Room service authentication
<p>company is launching a room service for managing rooms. The service should be a web API layer using .NET Core 3.0. You already have a prepared infrastructure and need to implement the Web API Controller RoomsController. Use the Middleware mechanism from .Net Core to protect the API service from the third-party reque...
company is launching a room service for managing rooms. The service should be a web API layer using .NET Core 3.0. You already have a prepared infrastructure and need to implement the Web API Controller RoomsController. Use the Middleware mechanism from .Net Core to protect the API service from the third-party requests...
android-room
0
2022-09-14T09:01:28.340Z
2,022
9
9
2
19
0
1,023
38
1
0
false
true
false
false
false
false
zero
73,714,220
com.chargeatfriends.android.ui.reserve.ReserveFragment: calling Fragment constructor caused an exception?
<p>I am developing new and when I run project I am getting following exception</p> <pre><code> E/AndroidRuntime: FATAL EXCEPTION: main Process: com.chargeatfriends.android, PID: 31595 androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment com.chargeatfriends.android.ui.res...
I am developing new and when I run project I am getting following exception [CODE] $ExternalSyntheticLambda0.onClick(Unknown Source:2) below my ReserveFragment.kt code huge thats why shared as gist https://gist.github.com/kyodgorbek/b78a0fa14f949baf9209b8ff5914aa02 below my MapFragment.kt when I click button I am getti...
android|kotlin|android-fragments|sharedpreferences|android-navigation
0
2022-09-14T09:03:48.843Z
2,022
9
9
2
57
1
812
105
5
2
true
false
false
false
false
false
zero
73,714,228
Accompanist Pager animateScrollToPage doesn't scroll to next page correctly
<p>Using <code>accompanist-pager</code> version <code>0.25.1</code>, <code>animateScrollToPage()</code> doesn't seem to scroll all the way to make the next page fully visible, the previous page is still shown. The non animated version <code>scrollToPage()</code> seems to work fine however. Am I missing some additional ...
Using accompanist-pager version 0.25.1 , animateScrollToPage() doesn't seem to scroll all the way to make the next page fully visible, the previous page is still shown. The non animated version scrollToPage() seems to work fine however. Am I missing some additional params ? [CODE]
android|android-jetpack-compose|jetpack-compose-accompanist
0
2022-09-14T09:04:31.340Z
2,022
9
9
2
46
1
281
75
3
1
true
false
false
false
false
false
zero
73,714,300
Sending multiple messages through whatsapp using a single Intent
<p>Is there a way for sending multiple messages using a single Intent from my application through whatsapp? For example, I am implementing a feature which let's users to send a text message and a PDF to a single user of their choice using whatsapp. Since, text message and PDF are different kinds of payload, I can't do ...
Is there a way for sending multiple messages using a single Intent from my application through whatsapp? For example, I am implementing a feature which let's users to send a text message and a PDF to a single user of their choice using whatsapp. Since, text message and PDF are different kinds of payload, I can't do it ...
android|android-studio|android-intent|whatsapp
0
2022-09-14T09:10:40.333Z
2,022
9
9
2
28
0
389
64
4
0
false
true
false
false
false
false
zero
73,714,359
Android how to delete file in Internal Storage
<p>I got file image from Internal Storage. But when i want delete file image not working always return false My code:</p> <pre><code>var file=File(&quot;path_of_image&quot;) var check:Boolean=file.delete() if(check==true){ } else{ // always return false and can n...
I got file image from Internal Storage. But when i want delete file image not working always return false My code: [CODE]
android|delete-file
0
2022-09-14T09:14:28.247Z
2,022
9
9
2
36
1
121
46
2
1
true
false
false
false
false
false
zero
73,714,435
How can I selectively disable android:windowSoftInputMode="adjustResize" from manifest file?
<p>Initially I want to show a composable immediately on top of the Android default keyboard, what slides in if needed on my different screens. <a href="https://stackoverflow.com/questions/73331594/how-can-i-show-a-composable-on-top-of-the-visible-keyboard">Similar like in this example</a>, but I do <strong>not</strong>...
Initially I want to show a composable immediately on top of the Android default keyboard, what slides in if needed on my different screens. Similar like in this example , but I do not want to set WindowCompat.setDecorFitsSystemWindows(window, false) , which would be required for this solution. Therefore, I've set in th...
android-jetpack-compose|android-jetpack|android-input-method
1
2022-09-14T09:19:30.877Z
2,022
9
9
2
30
0
802
92
3
1
true
true
false
false
false
false
low
73,714,499
Move flutter (dart) function to foreground service ANDROID
<p>Im working on the app sends list of data to server one by one in foreground with progress indication via push notification to user. I need to send the data to server even the app is killed with the progress indication using the android service.</p> <p>Is this possible? If not please suggest me any other solutions or...
Im working on the app sends list of data to server one by one in foreground with progress indication via push notification to user. I need to send the data to server even the app is killed with the progress indication using the android service. Is this possible? If not please suggest me any other solutions or technique...
flutter|android-service|foregroundnotification
0
2022-09-14T09:25:38.853Z
2,022
9
9
2
23
0
322
58
3
0
false
true
false
false
false
false
zero
73,714,533
How to redirect android default image from default display to secondary display?
<p>we are working on android 9, The scenario is we have 2 display in 1st display android image is running but we need to run android default image in second display. How to do it in coding level, can anyone suggest which folder we need to change and where do we have to change.</p>
we are working on android 9, The scenario is we have 2 display in 1st display android image is running but we need to run android default image in second display. How to do it in coding level, can anyone suggest which folder we need to change and where do we have to change.
android-9.0-pie|hal|surfaceflinger
0
2022-09-14T09:28:27.627Z
2,022
9
9
2
6
0
274
80
3
0
false
true
false
false
false
false
zero
73,714,560
Nested infinity recyclerview like reddit in android
<p>I am trying to implement a feature like Reddit that all comments get into the parent comments. It worked, but I don't know why it gives an output of all nested comments in the last comment, which is fetched from the firebase database.</p> <p>refer to this img for how I am getting output <a href="https://i.stack.imgu...
I am trying to implement a feature like Reddit that all comments get into the parent comments. It worked, but I don't know why it gives an output of all nested comments in the last comment, which is fetched from the firebase database. refer to this img for how I am getting output enter image description here work: I ha...
android|android-recyclerview
0
2022-09-14T09:30:28.187Z
2,022
9
9
2
41
0
560
51
2
1
true
true
false
false
false
false
zero