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,316,128
Frida. Pass different agrument type in class method. Error "argument types do not match any of"
<p>I use frida to hook class. In my case HmacBuilder. It has method hmacSha256Hex()</p> <p>Here what method wants..</p> <pre><code>hmacSha256Hex('java.lang.String', 'java.lang.String', 'java.lang.String', 'okhttp3.RequestBody', 'java.lang.String') </code></pre> <p>If i call it and just pass strings for all of them.. li...
I use frida to hook class. In my case HmacBuilder. It has method hmacSha256Hex() Here what method wants.. [CODE] If i call it and just pass strings for all of them.. like [CODE] frida gives error [CODE] Please advise, how should i call this method properly?(Preferably passing string as okhttp3.RequestBody? My full inje...
javascript|java|android|frida
0
2022-05-20T08:53:26.263Z
2,022
5
8
4
139
1
337
95
4
4
true
false
false
false
false
false
zero
72,316,168
Xamarin: xct:MediaElement turns blank and video continue playing
<p>I use the following code for MediaElement android Xamarin forms. Video play fine, but each time I try to record my screen with another screen recorder, Xamarin MediaElement turn blank, unless I stop the screen recorder app.</p> <pre><code> &lt;xct:MediaElement ShowsPlaybackControls=&quot;True&quot; AutoPlay=&q...
I use the following code for MediaElement android Xamarin forms. Video play fine, but each time I try to record my screen with another screen recorder, Xamarin MediaElement turn blank, unless I stop the screen recorder app. [CODE]
c#|xamarin|xamarin.forms|xamarin.android
0
2022-05-20T08:57:23.503Z
2,022
5
8
4
60
0
230
64
4
1
true
true
false
false
false
false
zero
72,316,342
SharedPreference has not update value after change SwitchPreferenceCompat android
<p>I have a SettingsFragment: PreferenceFragmentCompat(). My preferences.xml is the following</p> <pre><code>&lt;PreferenceCategory android:title=&quot;User settings&quot;&gt; &lt;SwitchPreferenceCompat android:defaultValue=&quot;false&quot; android:enabled=&quot;true&quot; a...
I have a SettingsFragment: PreferenceFragmentCompat(). My preferences.xml is the following [CODE] My application connects to a socket when launch so i have a connect method that according to the above keys it chooses the Wss URL to connect. [CODE] Inside the SettingsFragment i have the SwitchPreferenceCompat onChangeLi...
android|sharedpreferences|switchpreference|preferencefragmentcompat
0
2022-05-20T09:09:04.943Z
2,022
5
9
4
35
0
915
81
4
3
true
true
false
false
false
false
zero
72,316,458
How to check if Referer is empty or not before downloading
<p>I have this two URL</p> <ol> <li>From this website <a href="https://wvw1.123movies.net/" rel="nofollow noreferrer">https://wvw1.123movies.net/</a> I got this URL</li> </ol> <hr /> <p><a href="https://s02.eplayvid.net/vids/mars.attacks.1996.720p.brrip.x264.yify.mp4" rel="nofollow noreferrer">https://s02.eplayvid.net/...
I have this two URL From this website https://wvw1.123movies.net/ I got this URL https://s02.eplayvid.net/vids/mars.attacks.1996.720p.brrip.x264.yify.mp4 and from https://oceanofapk.com/ I got this URL https://51-75-145-23.xyz/OceanofAPK.com/KSWEB_v3.963_[Pro_Mod_By_Stabiron].apk?md5=8RIbo_gkOkiR7c9XrpVDnQ&expires=1655...
java|android|httpurlconnection|referer
0
2022-05-20T09:17:46.137Z
2,022
5
9
4
29
0
767
58
4
1
true
true
false
false
false
false
zero
72,316,463
Android remove a class inside div
<p>i'm trying to get the text in the reference class div without getting the text in the inner div.</p> <p>I just want what's inside a <code>&lt;div class=&quot;class1&quot;&gt;</code> -&gt; &quot;123456789&quot; without taking &quot;abcdefg&quot;.</p> <pre><code>&lt;div class=&quot;class0&quot;&gt; &lt;div class=&qu...
i'm trying to get the text in the reference class div without getting the text in the inner div. I just want what's inside a <div class=&quot;class1&quot;> -> &quot;123456789&quot; without taking &quot;abcdefg&quot;. [CODE] i tried to run this but it always takes the text i don't want [CODE] but I just want 123456789 h...
java|android|html|arrays|android-studio
0
2022-05-20T09:17:59.473Z
2,022
5
9
4
28
2
346
33
5
2
true
false
false
false
false
false
zero
72,316,482
lint.xml file is not working for UnusedImport and RedundantSemicolon names in Android Studio
<p>I created a <code>lint.xml</code> file at the root of my project but Android Studio didn't apply the rules defined there to my source code.</p> <p>Actually, I need two rules that either exist in Inspections of Android Studio(<code>File -&gt; Settings... -&gt; Editor -&gt; Inspections</code>):</p> <ol> <li>Unused imp...
I created a lint.xml file at the root of my project but Android Studio didn't apply the rules defined there to my source code. Actually, I need two rules that either exist in Inspections of Android Studio( File -> Settings... -> Editor -> Inspections ): Unused import directive Redundant semicolon under Kotlin -> Redund...
android|android-studio|lint
0
2022-05-20T09:19:25.177Z
2,022
5
9
4
84
0
777
92
3
2
true
true
false
false
false
false
zero
72,316,520
Problem with buttons showing on top layer with jetpack compose
<p>I'm trying to convert my old XML layout to @Composable classes in a test app I made, but I encountered a problem with my &quot;loading&quot; screen.</p> <p>The app has a button to fetch quotes from a free API and, when clicked, a loading screen should appear on top of the page, effectively blocking possible further ...
I'm trying to convert my old XML layout to @Composable classes in a test app I made, but I encountered a problem with my &quot;loading&quot; screen. The app has a button to fetch quotes from a free API and, when clicked, a loading screen should appear on top of the page, effectively blocking possible further interactio...
android|android-jetpack-compose|android-button|android-jetpack
0
2022-05-20T09:22:02.477Z
2,022
5
9
4
351
0
809
62
4
1
true
true
false
false
false
false
zero
72,316,555
Getting error in application class when try to run flutter application on Android Studio
<p>When I was trying to run my application, getting the error ' Class 'Application' is not abstract and does not implement abstract member public abstract fun reg isterWith(p0: PluginRegistry): Unit defined in io.flutter.plugin.common.PluginRegistry.PluginRegistrantCallback'. This app worked before I update flutter ver...
When I was trying to run my application, getting the error ' Class 'Application' is not abstract and does not implement abstract member public abstract fun reg isterWith(p0: PluginRegistry): Unit defined in io.flutter.plugin.common.PluginRegistry.PluginRegistrantCallback'. This app worked before I update flutter versio...
android|flutter|android-studio
1
2022-05-20T09:24:12.450Z
2,022
5
9
4
119
0
368
88
3
1
true
true
false
false
false
false
low
72,316,605
Permission Testing on Jetpack Compose
<p>I'm using Jetpack Compose for rendering the UI of my app. I'm currently developing some tests for a library, but I can't manage to find any proper ways to check for permissions. I'm currently using the <a href="https://google.github.io/accompanist/permissions/" rel="nofollow noreferrer">Accompanist Permissions</a> l...
I'm using Jetpack Compose for rendering the UI of my app. I'm currently developing some tests for a library, but I can't manage to find any proper ways to check for permissions. I'm currently using the Accompanist Permissions library to check for permissions. However, it seems like the permissions are already granted w...
android|kotlin|automated-tests|android-jetpack-compose|android-jetpack
2
2022-05-20T09:29:02.777Z
2,022
5
9
4
249
0
1,388
37
5
4
true
true
false
false
false
false
low
72,316,668
Attempt to invoke virtual method 'void MainActivity$Send.write(byte[])' on a null object reference
<p>try to send 1 onclick of button to my Arduino form app. But my application gets crash when I click on button can any one help me to get out of this.I just started with android studio so not having much idea about it.and cant able to get the solution for this error. thanks in advance :).</p> <p>main activity</p> <pr...
try to send 1 onclick of button to my Arduino form app. But my application gets crash when I click on button can any one help me to get out of this.I just started with android studio so not having much idea about it.and cant able to get the solution for this error. thanks in advance :). main activity [CODE] logcat [COD...
java|android|android-studio
0
2022-05-20T09:33:09.027Z
2,022
5
9
4
84
1
322
98
3
2
true
false
false
false
false
false
zero
72,316,772
Positioning or animating a view programmatically during launch phase
<p>I have a <code>Fragment</code> and <code>viewBinding</code> is available. I want to re-position a <code>View</code> in my <code>ConstraintLayout</code>.</p> <p>Let's say I have three views (RedView, GreenView and BlueView), RedView and GreenView are fixed in their position and BlueView should position itself on top ...
I have a Fragment and viewBinding is available. I want to re-position a View in my ConstraintLayout . Let's say I have three views (RedView, GreenView and BlueView), RedView and GreenView are fixed in their position and BlueView should position itself on top of one of these fixed-positioned views when I want . Scenario...
android|kotlin|android-layout|android-animation|android-viewbinding
0
2022-05-20T09:41:55.783Z
2,022
5
9
4
40
1
759
68
5
3
true
false
false
false
false
false
zero
72,316,776
Android Studio Flutter auto-suggestion does not show up for override methods
<p>I am not able to override initState() or any other methods by simply typing its name and waiting for auto-suggestion. The IDE just says No suggestions (first image), but Ctrl + O does the job normally (2nd image).</p> <p><a href="https://i.stack.imgur.com/x1cAr.png" rel="nofollow noreferrer"><img src="https://i.stac...
I am not able to override initState() or any other methods by simply typing its name and waiting for auto-suggestion. The IDE just says No suggestions (first image), but Ctrl + O does the job normally (2nd image). I tried flutter clear, flutter pub get, upgrade flutter, dart, plugins... also turning off Power Save Mode...
android|flutter|android-studio|dart
1
2022-05-20T09:42:08.730Z
2,022
5
9
4
402
3
537
76
4
0
false
false
false
false
false
false
low
72,316,793
How to refresh an activity in Android?
<p>I'm learning android app development by creating a <strong>Wordle</strong> like app. I'm currently testing if I can change the custom view <strong>Letter's</strong> properties by using a button named <strong>Set</strong> which calls the <strong>testSet</strong> method in MainActivity. The problem is the properties o...
I'm learning android app development by creating a Wordle like app. I'm currently testing if I can change the custom view Letter's properties by using a button named Set which calls the testSet method in MainActivity. The problem is the properties of the views do get changed but they don't get reflected in main_activit...
android
-1
2022-05-20T09:43:39.360Z
2,022
5
9
4
53
1
880
38
1
2
true
false
false
false
false
true
negative
72,316,892
Navigating to a composable using a deeplink with Jetpack Compose
<p>When a user enters a geo-fence in our app, we show them an offer notification about the area, which when clicked, should direct them to a specific composable screen called <code>SingleNotification</code>. I've followed google's <a href="https://developer.android.com/codelabs/jetpack-compose-navigation#4" rel="nofoll...
When a user enters a geo-fence in our app, we show them an offer notification about the area, which when clicked, should direct them to a specific composable screen called SingleNotification . I've followed google's codelab and their documentation but I haven't managed to make the navigation to the specific screen work...
android|kotlin|android-jetpack-compose|android-deep-link
4
2022-05-20T09:51:58.453Z
2,022
5
9
4
1,171
2
1,015
64
4
4
true
false
false
false
false
false
low
72,316,925
How to remove spacing Text is adding in Jetpack Compose
<p>I'm trying to make a bar graph, that has labels on some of them. <a href="https://i.stack.imgur.com/AtAMv.png" rel="nofollow noreferrer">Image of the bar as is right now</a>. The labels below each vertical bar is adding unwanted spacing between the bars. I would like the remove that extra spacing between each bar, b...
I'm trying to make a bar graph, that has labels on some of them. Image of the bar as is right now . The labels below each vertical bar is adding unwanted spacing between the bars. I would like the remove that extra spacing between each bar, but I don't know how. I made the bars with Jetpack Compose, like this (I remove...
android|kotlin|text|android-jetpack-compose|padding
0
2022-05-20T09:54:24.560Z
2,022
5
9
4
415
1
599
55
5
1
true
false
false
false
false
false
zero
72,316,980
PageFactory is returning old values
<p>Project - mobile automation, tools - appium, pagefactory I have an field which returns Account balance for logged in user. My test checks for new balance after successful transaction.</p> <p>to assert amount calcualtion I am storing balanceBeforeTransaction and balanceAfterTransaction</p> <pre><code>@AndroidFindBy(x...
Project - mobile automation, tools - appium, pagefactory I have an field which returns Account balance for logged in user. My test checks for new balance after successful transaction. to assert amount calcualtion I am storing balanceBeforeTransaction and balanceAfterTransaction [CODE] My transaction is succesfull and I...
appium|appium-android|page-factory|appium-java
0
2022-05-20T09:58:04.457Z
2,022
5
9
4
9
0
613
35
4
1
true
true
false
false
false
false
zero
72,317,177
After migration to MaterialComponents cannot set style of Android menu
<p>I've made a migration from theme <code>Theme.Light.NoTitleBar</code> to <code>Theme.MaterialComponents.Light.NoActionBar</code>.</p> <p>I am creating menu's options programmatically in my activity in <code>onCreateOptionsMenu</code> and there is no xml layout file for menu so (I guess) Android uses general attribute...
I've made a migration from theme Theme.Light.NoTitleBar to Theme.MaterialComponents.Light.NoActionBar . I am creating menu's options programmatically in my activity in onCreateOptionsMenu and there is no xml layout file for menu so (I guess) Android uses general attributes from theme. After migration process my menu lo...
android|android-layout|material-design|material-components-android
0
2022-05-20T10:12:49.260Z
2,022
5
10
4
18
0
1,025
70
4
1
true
true
false
false
false
false
zero
72,317,286
If there is a blank field on my application it crashes (java, android)
<p>I have tried a few things that I searched here but they didn't work. I tried a try/catch method and many if-functions it's crazy. I basically just want to display a message in a text view box when nothing is entered to tell the user to enter something. This is basically just an application to display the average tha...
I have tried a few things that I searched here but they didn't work. I tried a try/catch method and many if-functions it's crazy. I basically just want to display a message in a text view box when nothing is entered to tell the user to enter something. This is basically just an application to display the average that p...
java|android
-2
2022-05-20T10:21:09.757Z
2,022
5
10
4
37
1
391
70
2
1
true
false
false
false
false
true
negative
72,317,315
Which one should I choose between Modal drawers and modal navigation drawer in Scaffold when I use Navigation Compose?
<p>I have read the <a href="https://developer.android.google.cn/jetpack/compose/layouts/material" rel="nofollow noreferrer">article</a>.</p> <p>I know there are two ways to implement a modal navigation drawer, one is <em>Modal drawers</em>, and another is <em>modal navigation drawer</em> in <em>Scaffold</em>.</p> <p>I ...
I have read the article . I know there are two ways to implement a modal navigation drawer, one is Modal drawers , and another is modal navigation drawer in Scaffold . I hope to use Navigation Compose in my project, I found a sample project to learn. At present, the author of the sample project use Code A to implement ...
android|kotlin|android-jetpack-compose
2
2022-05-20T10:23:15.150Z
2,022
5
10
4
295
1
443
118
3
2
true
false
false
false
false
false
low
72,317,342
Android. RecyclerView . onClickLisenet not work correct
<p>I used android RecyclerView.Adapter. i can not manage my onClickListener.When I do click on item worked and this ithem and another item When I set my itemView</p> <pre><code>itemView.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { ...
I used android RecyclerView.Adapter. i can not manage my onClickListener.When I do click on item worked and this ithem and another item When I set my itemView [CODE] and when do click 'GONE' works to two items. see in photo this my adapter. [CODE] } what can i do to make them work only if we click them?
android|android-recyclerview|onclicklistener
0
2022-05-20T10:25:43.403Z
2,022
5
10
4
24
1
304
55
3
2
true
false
false
false
false
false
zero
72,317,360
Android (Java) - Open a file stored in Downloads/Documents
<p>I want to directly open existing file stored in /Downloads</p> <p>File will have specific name &quot;terminal_config.json&quot; and will be either local or on SD card.</p> <p>Path should be like, but I think that's device specific and I cannot explicitly use this (instead use environment variable like &quot;document...
I want to directly open existing file stored in /Downloads File will have specific name &quot;terminal_config.json&quot; and will be either local or on SD card. Path should be like, but I think that's device specific and I cannot explicitly use this (instead use environment variable like &quot;documents&quot;): /storag...
android
0
2022-05-20T10:26:30.120Z
2,022
5
10
4
31
1
382
58
1
0
false
false
false
false
false
false
zero
72,317,374
Changes after convert to MotionLayout not recorded in git
<p>In a new fragment with a <code>ConstraintLayout</code> I convert it to <code>MotionLayout</code> by selecting the menu option &quot;Convert to MotionLayout&quot;</p> <p>The conversion completes successfully and the xml file with the <code>MotionScene</code> is created</p> <p>The problem is that none of these changes...
In a new fragment with a ConstraintLayout I convert it to MotionLayout by selecting the menu option &quot;Convert to MotionLayout&quot; The conversion completes successfully and the xml file with the MotionScene is created The problem is that none of these changes is recorded in git! I'm using GitHub Desktop and after ...
git|android-studio|android-motionlayout|github-desktop
0
2022-05-20T10:27:40.790Z
2,022
5
10
4
28
0
948
57
4
0
false
true
false
false
false
false
zero
72,317,392
ERR_UNKNOWN_URL_SCHEME for Google only when 2-Step Verification is enabled in any React Native in-app browser
<p>I am getting <code>ERR_UNKNOWN_URL_SCHEME</code> error in chrome on redirection in in-app browser for Federated authentication in React Native using deep-linking for callback URL. The issue appears only if 2-Step Verification is turned on in Google account. Following are the details of the issue and steps to reprodu...
I am getting ERR_UNKNOWN_URL_SCHEME error in chrome on redirection in in-app browser for Federated authentication in React Native using deep-linking for callback URL. The issue appears only if 2-Step Verification is turned on in Google account. Following are the details of the issue and steps to reproduce it. Platform ...
android|react-native|google-chrome|single-sign-on|deep-linking
1
2022-05-20T10:29:09.947Z
2,022
5
10
4
770
0
3,144
109
5
3
true
true
false
false
false
false
low
72,317,415
Xamarin Android simulator screen contents do not rotate
<p>In Xamarin, when I rotate the Android simulator, screen contents are not rotating according to the new screen orientation. There's no orientation locking in the <code>MainActivity</code> set.</p> <p>How can I fix that?</p>
In Xamarin, when I rotate the Android simulator, screen contents are not rotating according to the new screen orientation. There's no orientation locking in the MainActivity set. How can I fix that?
xamarin.android
0
2022-05-20T10:31:14.293Z
2,022
5
10
4
11
1
198
55
1
0
false
false
false
false
false
false
zero
72,317,478
password validation no Character sequence ( kotlin android studio )
<p>I have the task to create a password validation that has to consider some things. The only problem I have is that one of the criteria of the password validation is that the password must not contain any sequences, e.g. (12345), (abcdef), (asdfghjk). I have already searched a lot and do not know how to implement this...
I have the task to create a password validation that has to consider some things. The only problem I have is that one of the criteria of the password validation is that the password must not contain any sequences, e.g. (12345), (abcdef), (asdfghjk). I have already searched a lot and do not know how to implement this. C...
android|regex|kotlin|validation|passwords
-2
2022-05-20T10:36:41.550Z
2,022
5
10
4
95
2
335
67
5
0
false
false
false
false
false
true
negative
72,317,574
Custom Button: How to apply TextView color selector programmatically
<p>I have custom button <code>View</code> made from <code>LinearLayout</code> which contains <code>TextView</code>. This custom Button has style defined in <code>styles.xml</code>. I made selector for background which is working fine and also I made <code>android:textColor</code> attribute where is text color selector,...
I have custom button View made from LinearLayout which contains TextView . This custom Button has style defined in styles.xml . I made selector for background which is working fine and also I made android:textColor attribute where is text color selector, which I wanna set for that TextView inside that custom Button. Th...
android|android-view|android-button|android-styles
0
2022-05-20T10:43:35.760Z
2,022
5
10
4
7
0
576
68
4
3
true
true
false
false
false
false
zero
72,317,582
How to remove wifi count number in CAF Rom
<p>i want ask about how to remove wifi count number in caf rom ( i am use xdroid 1.7 as example) maybe someone knows?<a href="https://i.stack.imgur.com/2cRY2.png" rel="nofollow noreferrer">enter image description here</a></p>
i want ask about how to remove wifi count number in caf rom ( i am use xdroid 1.7 as example) maybe someone knows? enter image description here
android|rom|caf
0
2022-05-20T10:44:16.737Z
2,022
5
10
4
8
0
143
42
3
0
false
true
false
false
false
false
zero
72,317,587
Semi oval shape in Jetpack Compose
<p>I am trying to create a custom selectable composable and for the selected indicator, I would like to have a section at the end of the composable with a rounded edge. The final look would be something like this:</p> <p><a href="https://i.stack.imgur.com/IPFX3.png" rel="nofollow noreferrer"><img src="https://i.stack.i...
I am trying to create a custom selectable composable and for the selected indicator, I would like to have a section at the end of the composable with a rounded edge. The final look would be something like this: What I have currently is a box at the end with the correct background and I am trying to have another box jus...
android|android-jetpack-compose|shapes
0
2022-05-20T10:44:27.320Z
2,022
5
10
4
341
1
711
34
3
1
true
false
false
false
false
false
zero
72,317,598
Expected start of the array '[', but had 'EOF' instead
<p>I'm trying to fetch data from API. My app crashes and it gives me this error:</p> <blockquote> <p>kotlinx.serialization.json.internal.JsonDecodingException: Expected start of the array '[', but had 'EOF' instead JSON input: { &quot;generated_at&quot;: &quot;2022-05-20T10:29:36+00:00&quot;, &quot;...
I'm trying to fetch data from API. My app crashes and it gives me this error: kotlinx.serialization.json.internal.JsonDecodingException: Expected start of the array '[', but had 'EOF' instead JSON input: { &quot;generated_at&quot;: &quot;2022-05-20T10:29:36+00:00&quot;, &quot;summaries&quot;: [] } I searched for a solu...
android|json|kotlin|serialization
2
2022-05-20T10:44:57.963Z
2,022
5
10
4
521
2
734
54
4
4
true
false
false
false
false
false
low
72,317,599
Android Google billing integration - Client does not support ProductDetails
<p>On trying to migrate Google billing integration from version 4 to 5, I'm getting an error 'Client does not support ProductDetails' on calling queryProductDetailsAsync.</p> <pre><code>List&lt;QueryProductDetailsParams.Product&gt; productList = List.of(QueryProductDetailsParams.Product.newBuilder() .setPro...
On trying to migrate Google billing integration from version 4 to 5, I'm getting an error 'Client does not support ProductDetails' on calling queryProductDetailsAsync. [CODE] [CODE] Are there any changes needed to be made on the console on migration? And how long it'll take to complete review on submitting to closed or...
android|play-billing-library
5
2022-05-20T10:45:00.957Z
2,022
5
10
4
1,435
5
372
75
2
2
true
false
false
false
false
false
low
72,317,676
Android icon doesn't fit
<p>I've been experiencing an issue with creating an icon that fits in any size and shape. I use Studio to do it, but I must be doing something wrong, because there is a small padding in it.</p> <p>I add my image asset as background layer with nothing in foreground layer.</p> <p>I've tried to fix it by trimming it and u...
I've been experiencing an issue with creating an icon that fits in any size and shape. I use Studio to do it, but I must be doing something wrong, because there is a small padding in it. I add my image asset as background layer with nothing in foreground layer. I've tried to fix it by trimming it and using huge icon so...
android
0
2022-05-20T10:50:20.487Z
2,022
5
10
4
49
1
459
24
1
0
false
false
false
false
false
false
zero
72,317,727
"market" links are blocked
<p><a href="https://i.stack.imgur.com/XCCfJ.png" rel="nofollow noreferrer">Sample picture</a></p> <p>When I open Google play in my Chrome browser, there is such a prompt.</p> <blockquote> <p>&quot;market&quot; links are blocked.</p> </blockquote> <p>The process is like this:</p> <ol> <li>Click the button on my webapp p...
Sample picture When I open Google play in my Chrome browser, there is such a prompt. &quot;market&quot; links are blocked. The process is like this: Click the button on my webapp page Open app through protocol,Jump to Onelink at the same time Back my webapp page Then the error show My android chrome version is 101.0.49...
android|google-chrome
1
2022-05-20T10:52:53.593Z
2,022
5
10
4
992
0
338
26
2
0
false
true
false
false
false
false
low
72,317,805
Make a rounded ImageButton
<p>I try to make round corners to an imageButton in Android Studio but it doesn't work. It works fine with an image or a normal button. This is the code:</p> <p>buttons_cocktails.xml</p> <pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;shape xmlns:android=&quot;http://schemas.android.com/...
I try to make round corners to an imageButton in Android Studio but it doesn't work. It works fine with an image or a normal button. This is the code: buttons_cocktails.xml [CODE] activity.xml [CODE] Thanks!
android|xml|android-studio|android-layout
0
2022-05-20T10:58:56.843Z
2,022
5
10
4
44
1
207
26
4
2
true
false
false
false
false
false
zero
72,317,809
how to make stepper onboarding screen in android
<p>I m using <a href="https://github.com/acefalobi/android-stepper" rel="nofollow noreferrer">https://github.com/acefalobi/android-stepper</a> library for making stepper onboarding but I want to achieve <a href="https://i.stack.imgur.com/gFQhE.png" rel="nofollow noreferrer">enter image description here</a></p> <p>but I...
I m using https://github.com/acefalobi/android-stepper library for making stepper onboarding but I want to achieve enter image description here but I m not able to change the color of complete step widget color, how it is possible if any one know please share the idea or if any one know how to create a stepper onboardi...
android
0
2022-05-20T10:59:08.430Z
2,022
5
10
4
11
0
422
48
1
0
false
true
false
false
false
false
zero
72,317,847
Why am I still getting an invalid credential even if I enter the correct credential?
<p>I'm making a login application using flutter. I wanna log in with the email and password. If the response is <em>200</em> it will go to another page and if not it will display <em>&quot;Invalid Credential&quot;</em>. My problem is I always get an Invalid Credential even if I enter the correct email and password. I t...
I'm making a login application using flutter. I wanna log in with the email and password. If the response is 200 it will go to another page and if not it will display &quot;Invalid Credential&quot; . My problem is I always get an Invalid Credential even if I enter the correct email and password. I think I have a proble...
flutter|android-studio
0
2022-05-20T11:01:04.793Z
2,022
5
11
4
185
1
483
84
2
4
true
false
false
false
false
false
zero
72,317,851
Android Studio (Log Sensor Data to csv. File)
<p>I have to log my Sensor data from my Android Phone to a csv. file so I can use it further , the problem is I tried something with some code(FileWriter to csv) that I found and put it into my code and it does not work, can maybe someone tell me what I do wrong, where my error is. The idea is to just record different ...
I have to log my Sensor data from my Android Phone to a csv. file so I can use it further , the problem is I tried something with some code(FileWriter to csv) that I found and put it into my code and it does not work, can maybe someone tell me what I do wrong, where my error is. The idea is to just record different sen...
java|android|csv
0
2022-05-20T11:02:02.850Z
2,022
5
11
4
166
0
634
45
3
1
true
true
false
false
false
false
zero
72,317,900
Authentication problem coming with health kit for flabuless global result code is 0
<p>Authentication problem coming with health kit for flabuless global result code is 0</p> <p>Logs:</p> <pre><code>com.root.sutd/com.huawei.hms.hwid.internal.ui.activity.HwIdSignInHubActivity t57}}} isHidden:false hiddenRequested:false 02-17 18:05:16.450 1368 1396 I WindowManager: dispatchResized : win = Window{4f449...
Authentication problem coming with health kit for flabuless global result code is 0 Logs: [CODE]
android|huawei-mobile-services|huawei-developers|agconnect-functions
1
2022-05-20T11:05:11.297Z
2,022
5
11
4
47
2
96
83
4
1
true
false
false
false
false
false
low
72,317,955
Will the app only works in devices listed in the Play Console device catalog?
<p>I want to purchase a Chromebook device for the development and testing of my Android app. But none of the supported devices in the <a href="https://play.google.com/console/about/devicecatalog/" rel="nofollow noreferrer">Google Play Console device catalog</a> aren't available in my region.</p> <p>What happens if I pu...
I want to purchase a Chromebook device for the development and testing of my Android app. But none of the supported devices in the Google Play Console device catalog aren't available in my region. What happens if I purchase a device that is not listed as a supported device? Will it helpful for development?
android|google-play-console|chromebook
0
2022-05-20T11:09:06.310Z
2,022
5
11
4
37
1
307
77
3
0
false
false
false
false
false
false
zero
72,317,958
How to set Nullable primary key in Room Database Android
<p>While migrating sqlite database to RoomDatabase I am facing issue(java.lang.IllegalStateException: Migration didn't properly handle) with primary key.</p> <p>SQLite code:</p> <pre><code> @Override public void onCreate(SQLiteDatabase db) { String CREATE_USERS_TABLE = &quot;CREATE TABLE &quot; + TABLE_USE...
While migrating sqlite database to RoomDatabase I am facing issue(java.lang.IllegalStateException: Migration didn't properly handle) with primary key. SQLite code: [CODE] Migration code in Room DB: database.execSQL(&quot;CREATE TABLE IF NOT EXISTS converted_user_details (userId TEXT PRIMARY KEY NOT NULL, userName TEXT,...
sqlite|android-room|illegalstateexception
0
2022-05-20T11:09:27.450Z
2,022
5
11
4
246
1
1,666
56
3
1
true
false
false
false
false
false
zero
72,318,007
Unable to add classpath in Android studio chipMunk
<p>I updated android studio to chipMunk where classpath is not visible in project level build.gradle. where I need to add classpath. what's alternate to classpath in chipmunk and latest android studio?</p>
I updated android studio to chipMunk where classpath is not visible in project level build.gradle. where I need to add classpath. what's alternate to classpath in chipmunk and latest android studio?
android
2
2022-05-20T11:12:34.940Z
2,022
5
11
4
731
1
198
50
1
0
false
false
false
false
false
false
low
72,318,010
How to make coroutines launch next job only when first is finished
<p>Lets say that I have a button, which has a listener in Android:</p> <pre><code>someView.setOnClickListener { viewModel.doSomething() } </code></pre> <p>This will create a new Job for each time that the button is pressed. In my ViewModel, the doSomething function is launching suspend functions from the viewModelS...
Lets say that I have a button, which has a listener in Android: [CODE] This will create a new Job for each time that the button is pressed. In my ViewModel, the doSomething function is launching suspend functions from the viewModelScope: [CODE] Now, if this button gets pressed very quickly in succession (in theory, let...
android|kotlin|kotlin-coroutines
0
2022-05-20T11:13:07.813Z
2,022
5
11
4
344
2
736
66
3
4
true
false
false
false
false
false
zero
72,318,021
Android. How to avoid fragment be recreated when back from another fragment?
<p>I'm using MVP in my project. I have an activity. Inside this activity I'm showing fragment. Fragment contains some data, edit text, buttons etc. From this fragment it is possible to navigate to another fragment. Here is my code for showing another fragment:</p> <pre><code> getParentFragmentManager() ...
I'm using MVP in my project. I have an activity. Inside this activity I'm showing fragment. Fragment contains some data, edit text, buttons etc. From this fragment it is possible to navigate to another fragment. Here is my code for showing another fragment: [CODE] Next, when I try to go back from fragment 2 to fragment...
android|fragment|mvp|fragmenttransaction|fragment-backstack
0
2022-05-20T11:14:10.453Z
2,022
5
11
4
182
1
1,145
76
5
1
true
false
false
false
false
false
zero
72,318,056
facing issue with in-app purchase of consumable products in android, flutter
<p>The payment flow is working completely fine, but when the <strong>slow test card is used the consumable product cannot be purchased again.</strong> the plugin used is in_app_purchase: ^3.0.4. To reproduce the issue:</p> <ol> <li>purchase the product with &quot;slow test card, Approves after a few minutes&quot; optio...
The payment flow is working completely fine, but when the slow test card is used the consumable product cannot be purchased again. the plugin used is in_app_purchase: ^3.0.4. To reproduce the issue: purchase the product with &quot;slow test card, Approves after a few minutes&quot; option. once initiated then close the ...
android|flutter|google-play|in-app-purchase|flutter-in-app-purchase
2
2022-05-20T11:17:19.853Z
2,022
5
11
4
216
0
858
76
5
4
true
true
false
false
false
false
low
72,318,144
Media Error: Format(s) not supported or source(s) not found in Android Studio
<p>How to enable the work of media files (for example, video) in WebView so that it does not give an error in the video or audio player?</p> <p><a href="https://i.stack.imgur.com/dIJYz.png" rel="nofollow noreferrer">https://i.stack.imgur.com/dIJYz.png</a></p>
How to enable the work of media files (for example, video) in WebView so that it does not give an error in the video or audio player? https://i.stack.imgur.com/dIJYz.png
android|android-studio
0
2022-05-20T11:23:55.587Z
2,022
5
11
4
29
0
169
77
2
0
false
true
false
false
false
false
zero
72,318,185
adding items from recyclerview into activity's textView
<p>in the beginning i want to apologize for my bad english but im currently working on an application, i have 2 firebase tables (propertys and tennants) sorted by the logged user (doesn't even matter for my problem). So i have 2 possibilities in the navigation drawer, i can add and view propertys, view is enabled in th...
in the beginning i want to apologize for my bad english but im currently working on an application, i have 2 firebase tables (propertys and tennants) sorted by the logged user (doesn't even matter for my problem). So i have 2 possibilities in the navigation drawer, i can add and view propertys, view is enabled in the r...
java|android|android-recyclerview
0
2022-05-20T11:26:38.243Z
2,022
5
11
4
18
0
1,150
55
3
0
false
true
false
false
false
false
zero
72,318,195
how to flutter getx make a 13 different controller with search function
<pre><code>class IlacProductController extends GetxController { final IlacProductRepo ilacProductRepo; IlacProductController({required this.ilacProductRepo}); List&lt;dynamic&gt; _ilacproductList = []; List&lt;dynamic&gt; get ilacproductList =&gt; _ilacproductList; bool _isLoaded = false; bool get isLoaded...
[CODE] I have 13 different controller codes similar to the above code, each representing a different category [CODE] In the above code, I am pulling the image name and description with getx. My question is: How can I search 13 different controllers with Getx, both by name and by the words in the description, on the sea...
android|ios|flutter|api|flutter-getx
0
2022-05-20T11:27:17.243Z
2,022
5
11
4
148
2
331
71
5
2
true
false
false
false
false
false
zero
72,318,231
Jetpack Compose actually works with Classes and not Functions?
<p>When you declare @Composable Function you are actually declaring a Class</p> <ul> <li><p>Every variable that you declare inside that Function actually acts as Class Property</p> </li> <li><p>Every Event that you declare inside that Function (like onClick) actually acts as Class Method</p> </li> </ul> <p>This is why ...
When you declare @Composable Function you are actually declaring a Class Every variable that you declare inside that Function actually acts as Class Property Every Event that you declare inside that Function (like onClick) actually acts as Class Method This is why variable value is remembered between onClicks. Every cl...
android|kotlin
3
2022-05-20T11:29:56.147Z
2,022
5
11
4
362
1
922
62
2
2
true
false
false
false
false
false
low
72,318,274
Android Kotlin Cannot serialize class
<p>I apologize in advance if I wrote my question wrong. I need the following class (AddressPointMo) to be serializable because I am sending this object using the HttpTransportSE :: call method. I have searched many reports and cannot find a solution.</p> <p>After executing HttpTransportSE :: call, it gets Cannot serial...
I apologize in advance if I wrote my question wrong. I need the following class (AddressPointMo) to be serializable because I am sending this object using the HttpTransportSE :: call method. I have searched many reports and cannot find a solution. After executing HttpTransportSE :: call, it gets Cannot serialize: com.x...
android|kotlin|serialization
1
2022-05-20T11:32:59.093Z
2,022
5
11
4
24
0
373
37
3
1
true
true
false
false
false
false
low
72,318,278
kotlin clock & timer
<p>I have a timer and I want to connect the timer time to a clock to let the user see at what time the timer will stop.</p> <p>For example the timer start at 12:28pm and will finish after 12 min at 12:40pm</p> <p>How can I do this in Kotlin.</p> <p>This the code</p> <pre><code>val timer = object : CountDownTimer(20000,...
I have a timer and I want to connect the timer time to a clock to let the user see at what time the timer will stop. For example the timer start at 12:28pm and will finish after 12 min at 12:40pm How can I do this in Kotlin. This the code [CODE] How can I connect the timer time to clockfinish .
android|kotlin|timer|clock
0
2022-05-20T11:33:25.787Z
2,022
5
11
4
69
0
295
20
4
1
true
true
false
false
false
false
zero
72,318,406
How can i add custom background in BottomNavigationView
<p>This is my xml code for bottommnavigationview</p> <pre><code> &lt;com.google.android.material.bottomnavigation.BottomNavigationView android:id=&quot;@+id/bottomNavigationView&quot; android:layout_width=&quot;match_parent&quot; android:layout_height=&quot;wrap_content&quot; android:layout_alignParentB...
This is my xml code for bottommnavigationview [CODE] See the red arrow i want to develop this background below my each selected item
android|android-layout
1
2022-05-20T11:44:24.433Z
2,022
5
11
4
129
1
132
55
2
1
true
false
false
false
false
false
low
72,318,451
How to Use Recycler View With Card View & Interface in android java?
<p>I want to use Cardview in recycle view and need its click event in any class with list position in android java</p>
I want to use Cardview in recycle view and need its click event in any class with list position in android java
java|android|android-recyclerview|interface|cardview
0
2022-05-20T11:48:15.460Z
2,022
5
11
4
215
1
111
68
5
0
false
false
false
false
false
false
zero
72,318,474
Kotlin - lateinit property fragmentHomeBinding has not been initialized
<p>I am working on a kotlin application that contains fragments. I am converting an app I created using activity to fragments but I am having an issue. I get an error when running the app that the property fragmentHomeBinding has not been initialized and the app closes.</p> <p>Here's the fragment Home.kt</p> <pre><code...
I am working on a kotlin application that contains fragments. I am converting an app I created using activity to fragments but I am having an issue. I get an error when running the app that the property fragmentHomeBinding has not been initialized and the app closes. Here's the fragment Home.kt [CODE] Here's the error ...
kotlin|android-fragments
0
2022-05-20T11:49:27.687Z
2,022
5
11
4
87
1
379
71
2
2
true
false
false
false
false
false
zero
72,318,542
How to scope a Usecase to a Feature / Activity in Koin
<p>I'm maintaining a large app (mostly) using a &quot;one feature one activity&quot;-architecture.</p> <p>Now i'd like to scope a usecase, so it lives as long as the activity, something like this:</p> <pre><code>// koin module scope&lt;MyFeatureActivity&gt; { viewModel { MyFeatureActivityViewModel() } viewModel...
I'm maintaining a large app (mostly) using a &quot;one feature one activity&quot;-architecture. Now i'd like to scope a usecase, so it lives as long as the activity, something like this: [CODE] However, this doesn't work. When launching MyFeatureFragmentA from MyFeatureActivity it's throwing an Exception: [CODE] What a...
android|kotlin|koin|koin-scope
1
2022-05-20T11:54:42.837Z
2,022
5
11
4
161
0
584
54
4
2
true
true
false
false
false
false
low
72,318,586
What type is it in Kotlin?
<p>when i covert the API response to object, the data would be wrong. I have no idea. My API response is <code>Any</code> type.Every data is correct without number data. for example</p> <pre><code>D/OKHttp: result&quot;:[ 0, {&quot;memory&quot;: { &quot;distribution&quot;:&quot;OpenWrt&quot; ...
when i covert the API response to object, the data would be wrong. I have no idea. My API response is Any type.Every data is correct without number data. for example [CODE] when i Covert to Any type [CODE] The number data( 1.037029376E9 ) look like a type, But i have no idea what type is it. Any i don't know how to cov...
android|kotlin|generics
0
2022-05-20T12:00:15.573Z
2,022
5
12
4
62
0
364
26
3
2
true
true
false
false
false
false
zero
72,318,604
New format build.gradle?
<p>I used to connect the plugin OneSignal like this <a href="https://i.stack.imgur.com/hyZef.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/hyZef.png" alt="enter image description here" /></a></p> <p>How connect the plugin in new format with plugins? <a href="https://i.stack.imgur.com/XJTM5.png" rel...
I used to connect the plugin OneSignal like this How connect the plugin in new format with plugins?
android|kotlin|gradle
0
2022-05-20T12:01:52.267Z
2,022
5
12
4
164
1
99
24
3
0
false
false
false
false
false
false
zero
72,318,622
How to login with offline mode when a valid user login online
<p>I am developing an app. My goal is that user can login online and offline both, but for the offline mode user should login online enters their credentials (userid and password) and save the user's credentials with the help of checkbox.</p> <p>To check the credentials I used a webservice which will check that user id...
I am developing an app. My goal is that user can login online and offline both, but for the offline mode user should login online enters their credentials (userid and password) and save the user's credentials with the help of checkbox. To check the credentials I used a webservice which will check that user id and passw...
java|android|json|android-sqlite|okhttp
0
2022-05-20T12:03:13.257Z
2,022
5
12
4
32
0
948
61
5
2
true
true
false
false
false
false
zero
72,318,634
Error: Expected BEGIN_OBJECT but was STRING at line 1 column 1, but data posted to server
<p>I'm getting this exception below, but the data is POSTed successfully.</p> <pre><code>Error: Expected BEGIN_OBJECT but was STRING at line 1 column 1 </code></pre> <p>Can anybody tell me what the issue is in this format?</p> <pre><code>{ &quot;trip_id&quot;:&quot;9&quot;, &quot;user&quot;:&quot;admin&quot;, ...
I'm getting this exception below, but the data is POSTed successfully. [CODE] Can anybody tell me what the issue is in this format? [CODE]
java|android|json|retrofit2
0
2022-05-20T12:04:19.703Z
2,022
5
12
4
80
0
138
89
4
2
true
true
false
false
false
false
zero
72,318,659
How to Set a ConstraintLayout View to Percent Min Height
<p>I am using a ConstraintLayout and I want to create a TextView that takes up 30% of the height of the screen or the size of its content, whichever is greater.</p> <p>I can use constraints to make it take up 30% of the screen via a horizontal guideline, and I can leave off those constraints to make it grow/shrink with...
I am using a ConstraintLayout and I want to create a TextView that takes up 30% of the height of the screen or the size of its content, whichever is greater. I can use constraints to make it take up 30% of the screen via a horizontal guideline, and I can leave off those constraints to make it grow/shrink with the size ...
android|xml|view|textview|android-constraintlayout
0
2022-05-20T12:06:40.277Z
2,022
5
12
4
131
0
1,039
56
5
2
true
true
false
false
false
false
zero
72,318,747
How to hide android SplashScreen or make it transparent when starting an app?
<p>Recently I got a issue with Android S. When I start my app, it will show a splash screen before MainActivity, and the color of this splash screen was set to be the background color of MainActivity. Is there any way to make it transparent?</p> <p>I tried to use the style below for my MainActivity, but it didn't work....
Recently I got a issue with Android S. When I start my app, it will show a splash screen before MainActivity, and the color of this splash screen was set to be the background color of MainActivity. Is there any way to make it transparent? I tried to use the style below for my MainActivity, but it didn't work. [CODE]
android|android-activity|android-styles
1
2022-05-20T12:14:08.697Z
2,022
5
12
4
87
0
317
77
3
1
true
true
false
false
false
false
low
72,318,823
Mobile barcode scanner to check if the order item matches the scanned barcode in Android java
<p>I am trying to make an android application where the user works in a warehouse and picks items according to each order. They can choose an order from the recycler view in the order screen, it then goes to another screen that populates another recycler view with all the items in that order. In the recycler view on th...
I am trying to make an android application where the user works in a warehouse and picks items according to each order. They can choose an order from the recycler view in the order screen, it then goes to another screen that populates another recycler view with all the items in that order. In the recycler view on the i...
java|android|android-recyclerview
1
2022-05-20T12:20:46.183Z
2,022
5
12
4
35
0
2,610
93
3
2
true
true
false
false
false
false
low
72,318,824
I'm trying to pass an ArrayList<CustomObject> into a fragment activity> in Kotlin. How would I do that?
<p>I assume it should look something like this?</p> <p><strong>Fragment1.kt</strong></p> <pre><code>import android.os.Bundle import androidx.fragment.app.Fragment import android.view.LayoutInflater import android.view.View import android.view.ViewGroup private const val ARG_PARAM1 = &quot;param1&quot; class Fragmen...
I assume it should look something like this? Fragment1.kt [CODE] ViewPageAdapter.kt [CODE] I tried to use putSerializable to pass the data but I got the Error: java.lang.ClassCastException: kotlin.Unit cannot be cast to java.util.ArrayList I have a ViewPageAdapter.kt that passes ArrayList<Custom_Object> into the the fr...
android|kotlin|android-fragments
0
2022-05-20T12:20:51.790Z
2,022
5
12
4
40
0
432
103
3
2
true
true
false
false
false
false
zero
72,318,851
Ionic 6 Capacitor: add permissions to AndroidManifest.xml on build
<p>With Ionic Cordova, it was possible to use the config.xml file in the project to add specific permissions to the AndroidManifest.xml file during build. That way, when the Android platform folder was removed, the permissions were added to the manifest file each time when rebuilding the app.</p> <p>Now I am migrating ...
With Ionic Cordova, it was possible to use the config.xml file in the project to add specific permissions to the AndroidManifest.xml file during build. That way, when the Android platform folder was removed, the permissions were added to the manifest file each time when rebuilding the app. Now I am migrating to Capacit...
android|ionic-framework|android-manifest|android-permissions
5
2022-05-20T12:22:05.007Z
2,022
5
12
4
911
1
750
66
4
0
false
false
false
false
false
false
low
72,318,916
Room data inspector returns empty record even it shows data in the room database
<p>I have an application where user can select a category of items, then i have to show these items which belongs to this category, and this is how i do that:</p> <p>First of all i am using MVVM architecture I load the data from firebase, i save it in a room database and when the user select the category i pass its nam...
I have an application where user can select a category of items, then i have to show these items which belongs to this category, and this is how i do that: First of all i am using MVVM architecture I load the data from firebase, i save it in a room database and when the user select the category i pass its name to the v...
android|mvvm|dagger-hilt
0
2022-05-20T12:26:02.580Z
2,022
5
12
4
28
0
818
80
3
5
true
true
false
false
false
false
zero
72,318,943
Android studio onItemClick displaying grey
<p>I have a project, controlling a jetski from a far with a android application using Bluetooth.</p> <p>I have made 2 files:</p> <p>Here is the &quot;Peripherique.java&quot; (the Bluetooth thing):</p> <pre><code>package com.example.btjetski; import androidx.appcompat.app.AppCompatActivity; import android.bluetooth.Bl...
I have a project, controlling a jetski from a far with a android application using Bluetooth. I have made 2 files: Here is the &quot;Peripherique.java&quot; (the Bluetooth thing): [CODE] Here is jetControl.java [CODE] When the app starts, i can connect to my ESP32 but nothing happens, i should have an overlay that show...
java|android-studio|bluetooth|onitemclick
0
2022-05-20T12:27:46.437Z
2,022
5
12
4
18
0
431
42
4
2
true
true
false
false
false
false
zero
72,318,959
Unable to received notification in device notification section in android
<p>This is my code to receive notification</p> <pre><code>public class FirebaseMessageReceiver extends FirebaseMessagingService { @Override public void onMessageReceived(RemoteMessage remoteMessage) { super.onMessageReceived(remoteMessage); sendNotification(remoteMessage.getNotification...
This is my code to receive notification [CODE] i am trying to received notification from firebase console i am able to get to get call back when fire notification i am also getting title and msg code executed successfully but i am unable to see notification in notification section of device can any one please help me w...
android
0
2022-05-20T12:29:13.997Z
2,022
5
12
4
20
2
344
73
1
1
true
false
false
false
false
false
zero
72,319,027
No signature of method: build_cfrixyjg4kz0lcy8fplw80i25.android() is applicable for argument types: (build_cfrixyjg4kz0lcy8fplw80i25$_run_closure2)
<p>I'm doing a tutorial about the Firebase app (<a href="https://www.youtube.com/watch?v=V2c04_JWoHA&amp;t=0s&amp;ab_channel=dbestech" rel="nofollow noreferrer">https://www.youtube.com/watch?v=V2c04_JWoHA&amp;t=0s&amp;ab_channel=dbestech</a>) and I got this issue on the terminal:</p> <pre><code>FAILURE: Build failed wi...
I'm doing a tutorial about the Firebase app ( https://www.youtube.com/watch?v=V2c04_JWoHA&t=0s&ab_channel=dbestech ) and I got this issue on the terminal: [CODE] I change all the lines that the YouTuber makes to run the app with Firebase, so in that case what would be the best option to fix this problem? This is my app...
firebase|flutter|android-studio
0
2022-05-20T12:34:08.703Z
2,022
5
12
4
15
0
379
147
3
2
true
true
false
false
false
false
zero
72,319,073
How to refresh Bluetooth device name [Scan Cache]?
<p>I am working on an application where I am connecting with the <code>BLE device</code> and sending <code>commands</code>. One of that commands we have <code>a command for changing the Bluetooth device name</code>.</p> <p>Communication is working fine, but the problem is when we send the command for changing the name ...
I am working on an application where I am connecting with the BLE device and sending commands . One of that commands we have a command for changing the Bluetooth device name . Communication is working fine, but the problem is when we send the command for changing the name it was working, BLE confirms the input and send...
java|android|bluetooth|bluetooth-lowenergy|bluetoothlescanner
0
2022-05-20T12:38:27.863Z
2,022
5
12
4
132
2
1,055
50
5
0
false
false
false
false
false
false
zero
72,319,098
SDK Platform Tools release notes | Android Developers
<p><strong>Your latest production release (2.0 New Update) contains SDK issues May 14, 2022 19:34 The following SDK versions have been reported as outdated: com.google.android.play:core:1.6.3 Upgrade to a newer version (1.6.4+). Starting from August 9, 2022 00:00 (UTC) you won't be able to release new versions which co...
Your latest production release (2.0 New Update) contains SDK issues May 14, 2022 19:34 The following SDK versions have been reported as outdated: com.google.android.play:core:1.6.3 Upgrade to a newer version (1.6.4+). Starting from August 9, 2022 00:00 (UTC) you won't be able to release new versions which contain this ...
android|android-studio
0
2022-05-20T12:40:48.803Z
2,022
5
12
4
64
0
565
53
2
0
false
true
false
false
false
false
zero
72,319,202
Can't build android application in Qt Creator
<p>I installed latest version of Android studio and when I try to compile the program I get the following error:</p> <pre><code>The installed SDK tools version (7.0) does not include Gradle scripts. The minimum Qt version required for Gradle build to work is 5.9.0/5.6.3 </code></pre> <p>Qt Version: 5.12.2<br /> Qt Crea...
I installed latest version of Android studio and when I try to compile the program I get the following error: [CODE] Qt Version: 5.12.2 Qt Creator version: 7.0.0
java|android|android-studio|qt|gradle
0
2022-05-20T12:48:21.970Z
2,022
5
12
4
72
0
161
45
5
1
true
true
false
false
false
false
zero
72,319,224
Android Studio Chipmunk provides features that can execute malicious code
<p>How I should react to this pop-up message? I've selected the &quot;safe mode&quot; for now.</p> <p><a href="https://i.stack.imgur.com/ci2P5.jpg" rel="nofollow noreferrer">Pop-up message after upgrading Android Studio</a></p> <p>So then all projects seems to have this pop-up when opened first time.</p>
How I should react to this pop-up message? I've selected the &quot;safe mode&quot; for now. Pop-up message after upgrading Android Studio So then all projects seems to have this pop-up when opened first time.
android|android-studio|chipmunk
-2
2022-05-20T12:50:08.050Z
2,022
5
12
4
331
1
208
73
3
0
false
false
false
false
false
true
negative
72,319,383
An Imported Module cannot be used in Android Studio
<p>I'm trying to use my <strong>imported module</strong> as described <a href="https://stackoverflow.com/questions/41764338/importing-module-in-android-studio">here</a>, but I got stuck as in the picture below. What to click now to use my <code>:app8</code> module ?</p> <p><a href="https://i.stack.imgur.com/T7Yce.jpg"...
I'm trying to use my imported module as described here , but I got stuck as in the picture below. What to click now to use my :app8 module ?
android-studio|import
0
2022-05-20T13:03:00.767Z
2,022
5
13
4
22
1
140
51
2
0
false
false
false
false
false
false
zero
72,319,441
Error is "The getter 'length' was called on null. Receiver: null Tried calling: length"
<p>I am trying to develop a flutter app. This app is like a dating app. After writing all the code, everything is working fine as I expected But on the home screen, I got an exception, where I know where the exception and what it means, but i do not have any clue how i could solve the problem. I hope some of you guys c...
I am trying to develop a flutter app. This app is like a dating app. After writing all the code, everything is working fine as I expected But on the home screen, I got an exception, where I know where the exception and what it means, but i do not have any clue how i could solve the problem. I hope some of you guys coul...
android|flutter|dart
0
2022-05-20T13:07:17.727Z
2,022
5
13
4
82
1
540
87
3
3
true
false
false
false
false
false
zero
72,319,443
Android Display App Which Needs To Run 24x7
<p>I have created a Display App, which is connected to MQTT and shows the values received from the topic. And this app needs to be run 24x7. <br/> <br/> Constraints:</p> <ul> <li>The app is placed on top of a wall so mostly, people won't touch it.</li> <li>The app is installed on an Android Tab.</li> <li>The tab is con...
I have created a Display App, which is connected to MQTT and shows the values received from the topic. And this app needs to be run 24x7. Constraints: The app is placed on top of a wall so mostly, people won't touch it. The app is installed on an Android Tab. The tab is connected to a private wifi network so it's not c...
android|operating-system|mqtt|display
0
2022-05-20T13:07:36.180Z
2,022
5
13
4
22
0
1,164
43
4
0
false
true
false
false
false
false
zero
72,319,633
Questions about SHA-1 in flutter
<p>good morning all, I've some questions about SHA-1 in flutter I hope to be helpful to all firstly, I want to know Is SHA-1 unique for each project?</p> <p>secondly, in my first project in a flutter, I could generate SHA-1 easily but later on I couldn't, I've an error like this this</p> <pre><code>PS D:\hadayek_hof\an...
good morning all, I've some questions about SHA-1 in flutter I hope to be helpful to all firstly, I want to know Is SHA-1 unique for each project? secondly, in my first project in a flutter, I could generate SHA-1 easily but later on I couldn't, I've an error like this this [CODE] actually, I tried all of the answers t...
android|flutter|keystore|sha|app-bundle
0
2022-05-20T13:20:05.127Z
2,022
5
13
4
46
0
726
32
5
1
true
true
false
false
false
false
zero
72,319,640
How to start activity from HostApduService in background?
<p>I am trying to start an activity from <code>HostApduService</code> everytime it receives an Apdu command.</p> <p>The problem that I am facing is that it is starting activity when app is in foreground but it is not starting when app is in background or in a killed state.</p> <p>I checked other questions on stack over...
I am trying to start an activity from HostApduService everytime it receives an Apdu command. The problem that I am facing is that it is starting activity when app is in foreground but it is not starting when app is in background or in a killed state. I checked other questions on stack overflow but most of them dont hav...
android|android-activity|service|apdu
1
2022-05-20T13:20:49.517Z
2,022
5
13
4
45
0
950
57
4
0
false
true
false
false
false
false
low
72,319,653
Set an icon for apk file (not android app icon. Desk top icon for a apk file)
<p>Is there any way to set an icon for apk file. I am not talking about the app icon showing in the mobile. The icon for apk file to show in the desktop explorer.</p> <p><a href="https://i.stack.imgur.com/6sGAA.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/6sGAA.png" alt="enter image description he...
Is there any way to set an icon for apk file. I am not talking about the app icon showing in the mobile. The icon for apk file to show in the desktop explorer.
android|react-native|apk
0
2022-05-20T13:21:45.367Z
2,022
5
13
4
27
0
159
77
3
0
false
true
false
false
false
false
zero
72,319,693
How to below view with BottomSheet or using another way?
<p>I want to create this kind of view,</p> <p><strong>What have I tried?</strong></p> <ol> <li><p>I have tried with <code>BottomSheet</code> but the bottom sheet starts from the bottom of the screen. The curved design will be behind the bottom sheet if I add a fixed margin.</p> </li> <li><p>Custom <code>Snakebar</code>...
I want to create this kind of view, What have I tried? I have tried with BottomSheet but the bottom sheet starts from the bottom of the screen. The curved design will be behind the bottom sheet if I add a fixed margin. Custom Snakebar with setAnchorView , I didn't get elevation and background blur like bottom sheet beh...
android|android-layout|material-design
0
2022-05-20T13:24:21.240Z
2,022
5
13
4
27
0
372
56
3
0
false
true
false
false
false
false
zero
72,319,724
How to install "speech recognition" module or another module on chaquopy in android
<p>I'm trying to make an application that detects sound from the microphone and converts it to text. I decided that the most suitable tool for this is chaquopy, because operations such as voice recognition and transcription are mostly done in python. Everything is ok but i can't install speech recognition library. Wher...
I'm trying to make an application that detects sound from the microphone and converts it to text. I decided that the most suitable tool for this is chaquopy, because operations such as voice recognition and transcription are mostly done in python. Everything is ok but i can't install speech recognition library. Where c...
java|android|chaquopy
0
2022-05-20T13:26:38.500Z
2,022
5
13
4
44
0
512
83
3
2
true
true
false
false
false
false
zero
72,319,810
TWA - Notification Delegation Service not working
<p>We are using trusted web activity for our app and we are getting chrome notifications instead it should come from trusted web activity delegation service. If there is something wrong in following code please help me.</p> <p>We have custom splash screen activity from there we launch trusted web activity, Is it happen...
We are using trusted web activity for our app and we are getting chrome notifications instead it should come from trusted web activity delegation service. If there is something wrong in following code please help me. We have custom splash screen activity from there we launch trusted web activity, Is it happening becaus...
android|google-chrome|trusted-web-activity
0
2022-05-20T13:32:59.430Z
2,022
5
13
4
73
0
387
49
3
2
true
true
false
false
false
false
zero
72,319,978
My share target do not works, after publishing my PWA to playstore
<p>I have a PWA, which works all fine as expected when instaled directly from anroid chrome. Specifically the Share target is working fine if user install my apps from browser (Targetted for Android Chrome Mobile).</p> <p>I used PWABuilder to create an APK file and have pulished it to playstore suffessfully. However th...
I have a PWA, which works all fine as expected when instaled directly from anroid chrome. Specifically the Share target is working fine if user install my apps from browser (Targetted for Android Chrome Mobile). I used PWABuilder to create an APK file and have pulished it to playstore suffessfully. However the app inst...
android|progressive-web-apps|service-worker
0
2022-05-20T13:45:49.257Z
2,022
5
13
4
70
0
538
66
3
0
false
true
false
false
false
false
zero
72,320,072
How do you import a package in Android Studio?
<p>I am extremely inexperienced with Android Studio - and am having an issue with my imports. I'm trying to build an app that creates music from an <code>ArrayList</code> of &quot;note&quot; objects (I've made this class - it has info on). I am trying to import midi driver (<a href="https://github.com/billthefarmer/mid...
I am extremely inexperienced with Android Studio - and am having an issue with my imports. I'm trying to build an app that creates music from an ArrayList of &quot;note&quot; objects (I've made this class - it has info on). I am trying to import midi driver ( https://github.com/billthefarmer/mididriver ) to play my mus...
java|android|jfugue
0
2022-05-20T13:51:52.037Z
2,022
5
13
4
47
1
686
46
3
2
true
false
false
false
false
false
zero
72,320,118
Push notification pending intent extras are null when app is not launched
<p>I'm using the <code>FCMMessagingService</code> class, and in on message received method, I'm creating a pending intent for <code>Activity4.class</code> and passing the extra value as below.</p> <pre><code> val openIntent = Intent(this, Activity4::class.java) openIntent.putExtra(&quot;isPush&quot;, true) </code...
I'm using the FCMMessagingService class, and in on message received method, I'm creating a pending intent for Activity4.class and passing the extra value as below. [CODE] When a push notification is tapped on, can I get the extra data when the app is in the foreground and background with the logged-in case? But I'm not...
android|firebase|android-pendingintent
0
2022-05-20T13:54:29.447Z
2,022
5
13
4
138
0
591
73
3
1
true
true
false
false
false
false
zero
72,320,161
onPressed in D-PAD not working in Flutter running in Android TV after focus TextField
<p>I have developed a small app for Android Tv, everything works great, but if there is a TextField on the screen, the focus control becomes quite unstable, especially onPressed/onTap, etc. events stop working (when using D-Pad, in simulator o real AndroidTV device)</p> <p>I've been trying to fix this for several days....
I have developed a small app for Android Tv, everything works great, but if there is a TextField on the screen, the focus control becomes quite unstable, especially onPressed/onTap, etc. events stop working (when using D-Pad, in simulator o real AndroidTV device) I've been trying to fix this for several days. I've trie...
flutter|focus|android-tv|d-pad
0
2022-05-20T13:57:56.790Z
2,022
5
13
4
368
0
2,058
85
4
3
true
true
false
false
false
false
zero
72,320,361
Unit tests not running after updated to Android Studio Chipmunk
<p>I have been working on project in Android Studio Bumblebee, and the project contains several packages , some of them have test classes using Junit and Mockito.<br /> So inorder to increase code coverage, I had excluded the packages with zero unit tests in Debug configurations . But after updating to Android Studio C...
I have been working on project in Android Studio Bumblebee, and the project contains several packages , some of them have test classes using Junit and Mockito. So inorder to increase code coverage, I had excluded the packages with zero unit tests in Debug configurations . But after updating to Android Studio Chipmunk, ...
java|android|android-studio|junit|mockito
8
2022-05-20T14:12:34.443Z
2,022
5
14
4
1,210
4
540
63
5
0
false
false
false
false
false
false
medium
72,320,427
How to turn off the screen of android wear watch emulator
<p>I need to test my app on android wear emulator when it's on background, like the time that screen is off. How can I turn off the screen of emulator watch.</p>
I need to test my app on android wear emulator when it's on background, like the time that screen is off. How can I turn off the screen of emulator watch.
android|android-studio|android-emulator
0
2022-05-20T14:16:29.110Z
2,022
5
14
4
14
0
154
57
3
0
false
true
false
false
false
false
zero
72,320,488
RecyclerView adding extra space between items
<p>I've a grid of items that change their position every few seconds based on the input from the server. Upon every change, I update the adapter and the items move around in the grid.</p> <p>I want to add space on top &amp; bottom of an item if they're on second line or later lines. The items in first line of the grid ...
I've a grid of items that change their position every few seconds based on the input from the server. Upon every change, I update the adapter and the items move around in the grid. I want to add space on top & bottom of an item if they're on second line or later lines. The items in first line of the grid have space onl...
android|kotlin|android-recyclerview
0
2022-05-20T14:20:33.997Z
2,022
5
14
4
36
0
815
45
3
1
true
true
false
false
false
false
zero
72,320,519
Class is missing in the NuGet package but exists with a project reference
<p>I'm currently having a little problem in one of my Android Binding projects. The project has the target frameworks MonoAndroid and net6.0-android. The project SDK is set to MSBuild.Sdk.Extras/3.0.44.</p> <p>Now to the problem at hand:</p> <p>If I directly use the Binding project in another project by adding it to th...
I'm currently having a little problem in one of my Android Binding projects. The project has the target frameworks MonoAndroid and net6.0-android. The project SDK is set to MSBuild.Sdk.Extras/3.0.44. Now to the problem at hand: If I directly use the Binding project in another project by adding it to the same solution a...
c#|.net|xamarin.forms|xamarin.android|maui
0
2022-05-20T14:22:06.973Z
2,022
5
14
4
162
0
1,419
73
5
0
false
true
false
false
false
false
zero
72,320,565
Socket connection disconnects when app is on background
<p>I am developing two applications for the taxi service, one for the passenger and one for the driver, and I send the driver's location to the passenger with a socket (java socket) connection. socket stops sending location when driver app is in background. I've considered background services for this, but I know there...
I am developing two applications for the taxi service, one for the passenger and one for the driver, and I send the driver's location to the passenger with a socket (java socket) connection. socket stops sending location when driver app is in background. I've considered background services for this, but I know there ar...
android|sockets
0
2022-05-20T14:25:39.347Z
2,022
5
14
4
28
0
376
55
2
0
false
true
false
false
false
false
zero
72,320,620
yarn android -- cmd not working when compiling "ethereum-boilerplate / web3-chat-app-react-native"
<pre><code>$ node_modules/.bin/ts-node scripts/android Process on port 8545 killed Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/ Accounts ======== Account #0: 0x9374cb9e84c56acadb702f4ce62a087b4bacddc4 (1000 ETH) Private Key: 0x6717acf4d7ec1befbe090dc2e6f1fb997ee322cf307ef0c3a28ec5378ef03e24 Acco...
[CODE] Terminal is showing this when I tried to compile..... Do i have to update JAVA_HOME variable ??
android|reactjs|cryptocurrency
0
2022-05-20T14:29:37.983Z
2,022
5
14
4
18
0
102
98
3
1
true
true
false
false
false
false
zero
72,320,621
How to re-request BLUETOOTH_SCAN and BLUETOOTH_CONNECT permissions for Android 12 after a user denial?
<p>I have a problem re-requesting the permissions required to scan and connect to bluetooth devices when targeting SDK 31 (Android 12).</p> <p>I call this method inside my main activity's <code>onCreate()</code>:</p> <pre><code>public void requestBluetoothPermissions() { if (Build.VERSION.SDK_INT &gt;= Build.VERSI...
I have a problem re-requesting the permissions required to scan and connect to bluetooth devices when targeting SDK 31 (Android 12). I call this method inside my main activity's onCreate() : [CODE] It's works fine the first time it is called i.e. an Android pop-up is displayed to the user, prompting him to grant the pe...
android|android-permissions|android-bluetooth
1
2022-05-20T14:29:40.077Z
2,022
5
14
4
471
1
537
102
3
1
true
false
false
false
false
false
low
72,320,622
how to solve this error: No signature of method
<p>I'm making an app with Firebase in android studio with flutter, but I got this issue on android studio with flutter on the terminal:</p> <ul> <li><p>I delete the line 28, don't fix it, upgrade android SDK as well, and still throws me this error:</p> <p>FAILURE: Build failed with an exception.</p> <pre><code> * Wher...
I'm making an app with Firebase in android studio with flutter, but I got this issue on android studio with flutter on the terminal: I delete the line 28, don't fix it, upgrade android SDK as well, and still throws me this error: FAILURE: Build failed with an exception. [CODE] This is my app\build.gradle [CODE] So, in ...
firebase|flutter|android-studio
1
2022-05-20T14:29:41.547Z
2,022
5
14
4
770
0
380
47
3
2
true
true
false
false
false
false
low
72,320,707
Is there a way to upload/download a file from/to Dropbox while keeping the modification date of the file?
<p>I'm trying to build a sync system for my writing application, so that I can synchronize my text files with a Dropbox folder and edit them from my computer.</p> <p>Thing is, when a file is uploaded, its modification date corresponds to that of the upload time, not the last time the file's content was modified, and it...
I'm trying to build a sync system for my writing application, so that I can synchronize my text files with a Dropbox folder and edit them from my computer. Thing is, when a file is uploaded, its modification date corresponds to that of the upload time, not the last time the file's content was modified, and it looks as ...
java|android|dropbox-api|dropbox-sdk
0
2022-05-20T14:35:51.447Z
2,022
5
14
4
54
1
907
105
4
2
true
false
false
false
false
false
zero
72,320,866
Fallback to dangerous protectionlevel if signature doesn't match
<p>In the AndroidManifest should it be possible to combine <strong>protectionLevels</strong> <em>signature</em> and <em>dangerous</em> so that apps with the same certificate are automatically granted permissions, and those that doesn't match require a runtime permission request.</p> <p>I got two apps. <strong>App A</st...
In the AndroidManifest should it be possible to combine protectionLevels signature and dangerous so that apps with the same certificate are automatically granted permissions, and those that doesn't match require a runtime permission request. I got two apps. App A which is a content provider, and App B which needs to qu...
android|android-permissions
0
2022-05-20T14:46:13.750Z
2,022
5
14
4
16
0
829
64
2
1
true
true
false
false
false
false
zero
72,320,873
How do i get full tracks instead of just the preview track with Napster API?
<p>I have Developed an Music app with help of Napster API but when i fetch a track it only comes with preview URL and not a full track one do i have to do anything to get full track url? Please give an Suggestion or an answer if anyone knows it will be Helpfull.</p> <p>An Example of track response that I get :-</p> <pr...
I have Developed an Music app with help of Napster API but when i fetch a track it only comes with preview URL and not a full track one do i have to do anything to get full track url? Please give an Suggestion or an answer if anyone knows it will be Helpfull. An Example of track response that I get :- [CODE]
android
0
2022-05-20T14:46:44.883Z
2,022
5
14
4
64
0
309
76
1
1
true
true
false
false
false
false
zero
72,320,914
Why my code is duplicating the last 2 characters when I run it and I try to delete?
<p>The main goal is to make each character different color when typed in app. This is Edit Text View that im using. This works but when I try to delete a character or characters it just duplicates last two chars ?!?! Im using Android Studio Bumblebee. Any help would be much appreciated ! Here is the code:</p> <pre><cod...
The main goal is to make each character different color when typed in app. This is Edit Text View that im using. This works but when I try to delete a character or characters it just duplicates last two chars ?!?! Im using Android Studio Bumblebee. Any help would be much appreciated ! Here is the code: [CODE]
java|android|text|character
0
2022-05-20T14:49:04.277Z
2,022
5
14
4
62
0
310
83
4
1
true
true
false
false
false
false
zero
72,321,036
How do I add data to the Firebase database?
<p>I cannot add any data on the Firebase Realtime Database. Database connections are ok but I cannot add any data. When I click to button, add to data on my database.</p> <p>MainActivity.java - codes</p> <pre><code> private FirebaseDatabase database; private DatabaseReference dbRef; btnAdd.setOnC...
I cannot add any data on the Firebase Realtime Database. Database connections are ok but I cannot add any data. When I click to button, add to data on my database. MainActivity.java - codes [CODE] Events.java - codes [CODE] I am getting the following error in run : at com.cdirect.agenda.MainActivity$4.onClick(MainActiv...
java|android|firebase-realtime-database
0
2022-05-20T14:58:30.673Z
2,022
5
14
4
76
1
402
43
3
4
true
false
false
false
false
false
zero
72,321,054
mapbox_gl map tile starts in top left corner
<p>I'm having an issue with mapbox_gl where every page I load one of their maps onto appears in the top left corner of the page. Shouldn't this appear in the center? When you tap home and then come back to the page the map is centered where it should belong though.</p> <pre class="lang-dart prettyprint-override"><code>...
I'm having an issue with mapbox_gl where every page I load one of their maps onto appears in the top left corner of the page. Shouldn't this appear in the center? When you tap home and then come back to the page the map is centered where it should belong though. [CODE] the map should be placed over the mapbox text not ...
flutter|android-studio|mapbox|mapbox-gl
0
2022-05-20T14:59:20.257Z
2,022
5
14
4
161
1
376
44
4
1
true
false
false
false
false
false
zero
72,321,058
Long TextView throws the icon on the right off the screen
<p>I tried to achieve scheme like this:</p> <pre><code>------------------------------------------- | [text] [icon] | ------------------------------------------- | [some more text] [icon] | ------------------------------------------- | [super loooooooooooooooooooo...] [icon] | -...
I tried to achieve scheme like this: [CODE] That is, I need my icon to always be attached to the text, but at the same time, if the text is too long, it has an ellipsis, and the icon does not crawl out of the screen. How can i do this? My code: [CODE] I tried this option, the icon here is attached to the text, but it s...
android|textview|android-view|android-constraintlayout|ellipsize
-1
2022-05-20T14:59:44.610Z
2,022
5
14
4
58
1
367
57
5
2
true
false
false
false
false
true
negative
72,321,127
Flutter app which runs tensorflow model freezes or crashes - too heavy computation
<p>Flutter app which runs tflite (tensorflow) model freezes or crashes - too heavy computation - almost on any Android device.</p> <p>Can we benefit from switching to native Java android app? Or performance with tflite computation is basically same for both platforms?</p>
Flutter app which runs tflite (tensorflow) model freezes or crashes - too heavy computation - almost on any Android device. Can we benefit from switching to native Java android app? Or performance with tflite computation is basically same for both platforms?
android|tensorflow
0
2022-05-20T15:05:34.237Z
2,022
5
15
4
71
0
258
82
2
0
false
true
false
false
false
false
zero
72,321,250
Does `onBackgroundMessage` reinitialize all global variables?
<p>I'm trying to understand how the Flutter app lifecycle works and one question that's still not clear to me is how Flutter (and FCM) handles background messages. The docs state that the background messages listener &quot;must be a top-level function and cannot be anonymous&quot; and that it runs in its own isolate, b...
I'm trying to understand how the Flutter app lifecycle works and one question that's still not clear to me is how Flutter (and FCM) handles background messages. The docs state that the background messages listener &quot;must be a top-level function and cannot be anonymous&quot; and that it runs in its own isolate, but ...
android|flutter|firebase-cloud-messaging
1
2022-05-20T15:14:44.833Z
2,022
5
15
4
104
1
1,694
61
3
0
false
false
false
false
false
false
low