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,962,260
How can I build views for DreamService (Android) using React Native?
<p>I am trying to create a ReactNative app that also has a DreamService capability. (Basically, render a screensaver).</p> <pre><code>&lt;manifest xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; package=&quot;com.mypackage&quot;&gt; &lt;uses-permission android:name=&quot;android.permission.INTERN...
I am trying to create a ReactNative app that also has a DreamService capability. (Basically, render a screensaver). [CODE] I also have the DreamService setup within the android codebase as follows [CODE] This piece of code basically allows me to see an entry in the ScreenSaver settings menu. The above piece of code alo...
android|react-native
0
2022-07-13T07:13:06.787Z
2,022
7
7
2
30
0
845
68
2
2
true
true
false
false
false
false
zero
72,962,266
Making use of Google Map in an Android
<p>I am trying to use Google Map in an Android app for the first time. For that I found a couple of tutorials and documents on the net to get started. I already have an API key that I got from Google.</p> <p>Here is the kind of code I have:</p> <pre><code>package me.myapp import .... class MapsActivity : AppCompatAct...
I am trying to use Google Map in an Android app for the first time. For that I found a couple of tutorials and documents on the net to get started. I already have an API key that I got from Google. Here is the kind of code I have: [CODE] I can launch the app I made, but something is not what I expected: When installed ...
android|google-maps
0
2022-07-13T07:13:20.483Z
2,022
7
7
2
64
2
882
38
2
2
true
false
false
false
false
false
zero
72,962,302
Bug in actionStartActivity by using Row or Column in GlanceAppWidget
<p><strong>Component used:</strong> GlanceAppWidget</p> <p><strong>Library &amp; Version used:</strong> androidx.glance:glance-appwidget:1.0.0-alpha03</p> <p>In the Row and Column if we have more than 1 button onClick and if we use actionStartActivity and pass the intent and parameters, it will take the last parameter ...
Component used: GlanceAppWidget Library & Version used: androidx.glance:glance-appwidget:1.0.0-alpha03 In the Row and Column if we have more than 1 button onClick and if we use actionStartActivity and pass the intent and parameters, it will take the last parameter for all buttons. Example: In Row, I have 3 buttons for ...
android|android-jetpack-compose|android-jetpack|glance-appwidget|glance
-2
2022-07-13T07:16:50.637Z
2,022
7
7
2
45
1
759
68
5
0
false
false
false
false
false
true
negative
72,962,504
Recycler view showing empty list on gradle 7 and above
<p><strong>I am using below things</strong></p> <ul> <li>In built recycler view</li> <li>Volley</li> <li>MVP architecture with parcelable classes</li> <li>Gradle 4.0.2 with 6.7.1 wrapper and JDK 8.1</li> <li>No extra rules in proguard</li> <li>APP IS WORKING FOR ABOVE CONFIG (RELEASE APK)</li> </ul> <p><strong>App is n...
I am using below things In built recycler view Volley MVP architecture with parcelable classes Gradle 4.0.2 with 6.7.1 wrapper and JDK 8.1 No extra rules in proguard APP IS WORKING FOR ABOVE CONFIG (RELEASE APK) App is not working after the gradle is upgraded to 7.2.1 and 7.3.3 in wrapper It shows blank list API is cal...
android|gradle|proguard|signed|android-gradle-7.0
1
2022-07-13T07:34:02.027Z
2,022
7
7
2
22
0
504
54
5
0
false
true
false
false
false
false
low
72,962,594
Android emulator 33 expresso test not working onView perform swipe
<p>I am testing an emulator with the last version, 33, but i am not able to get the emulator to drag the screen in any direction, it is not working the onView(x).perform(swipeUp()) or down or left or whatever, and i cant find anything on internet, i dont know what is the problem</p>
I am testing an emulator with the last version, 33, but i am not able to get the emulator to drag the screen in any direction, it is not working the onView(x).perform(swipeUp()) or down or left or whatever, and i cant find anything on internet, i dont know what is the problem
android|testing|android-emulator
0
2022-07-13T07:41:49.277Z
2,022
7
7
2
44
0
276
66
3
0
false
true
false
false
false
false
zero
72,962,721
how to change Bluestacks 5 memory allocation under 600mb?
<p>I'm a bluestacks user for mullti instance. and does anyone know about instructions for changing the memory value under 600mb? I'm tired of searching google for directions and I can't find them so I want to adjust the RAM to 256mb or 512mb Please help Thank you</p> <p><a href="https://i.stack.imgur.com/ixSW5.png" rel...
I'm a bluestacks user for mullti instance. and does anyone know about instructions for changing the memory value under 600mb? I'm tired of searching google for directions and I can't find them so I want to adjust the RAM to 256mb or 512mb Please help Thank you example images
android|ram|bluestacks
0
2022-07-13T07:53:58.657Z
2,022
7
7
2
33
0
275
57
3
0
false
true
false
false
false
false
zero
72,962,746
FirebaseAuth signout crashes
<p>My android application crashes when i call signout upon the fitebaseauth instance, below is the logout call...</p> <pre><code>logout.setOnClickListener { logoutAlertDialog.dismiss() binding.msgLl.isVisible = true binding.msgTv.isVisible = true binding.msgTv.text = &quo...
My android application crashes when i call signout upon the fitebaseauth instance, below is the logout call... [CODE] this is the code and 2022-07-13 13:17:50.446 5496-5496/com.aman.ache D/FirebaseAuth: Notifying id token listeners about a sign-out event. 2022-07-13 13:17:50.447 5496-5496/com.aman.ache D/FirebaseAuth: ...
android|google-cloud-firestore|firebase-authentication
0
2022-07-13T07:56:22.287Z
2,022
7
7
2
31
1
905
28
3
1
true
false
false
false
false
false
zero
72,962,810
Joda Time on android causing IllegalArgumentException
<p>Description: The following method is supposed to get the date of the last inventory count from Firestore, and execute <strong>proceedWithInventoryMode()</strong> if it's been at least 24 hours.</p> <pre><code>private void checkIf24HourReached() { LocalDateTime now = LocalDateTime.now(); LocalDateTime _24hrsB...
Description: The following method is supposed to get the date of the last inventory count from Firestore, and execute proceedWithInventoryMode() if it's been at least 24 hours. [CODE] Problem: I'm getting an IllegalArgumentException . The Log statement in the onSuccess() statement prints: &quot;lastInventoryEndDate:: 1...
java|android|google-cloud-firestore|jodatime|android-jodatime
0
2022-07-13T08:01:31.197Z
2,022
7
8
2
47
1
427
53
5
2
true
false
false
false
false
false
zero
72,962,937
Firebase Cloud Messaging fails authentication for SDK 31+ on Android 12+
<p>I set up FCM for my app. And it works perfectly for devices run under Android 11 and less. But for devices under Android 12 and greater I can't receive token by using</p> <pre><code>FirebaseMessaging.getInstance().token.addOnCompleteListener { ... } </code></pre> <p>I receive an error: <code>jav...
I set up FCM for my app. And it works perfectly for devices run under Android 11 and less. But for devices under Android 12 and greater I can't receive token by using [CODE] I receive an error: java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: AUTHENTICATION_FAILED instead of token Mani...
firebase|firebase-authentication|firebase-cloud-messaging|android-12|android-13
1
2022-07-13T08:12:27.687Z
2,022
7
8
2
335
1
460
72
5
4
true
false
false
false
false
false
low
72,962,962
Nested Navigation inside Compose BottomSheet
<p>for my App, I want to use a ModalBottomSheetLayout which is able to have a nested Navigation inside the BottomSheet.</p> <p>For e.g. the User clicks a Button on the Homescreen and the BottomSheet opens. Inside the BottomSheet is a list of Elements. If one Element is clicked, then the Details Screen should open insid...
for my App, I want to use a ModalBottomSheetLayout which is able to have a nested Navigation inside the BottomSheet. For e.g. the User clicks a Button on the Homescreen and the BottomSheet opens. Inside the BottomSheet is a list of Elements. If one Element is clicked, then the Details Screen should open inside the same...
android-jetpack-compose|jetpack-compose-accompanist
0
2022-07-13T08:14:06.113Z
2,022
7
8
2
72
0
808
44
2
2
true
true
false
false
false
false
zero
72,963,036
Saving Composable state when detaching view
<p>My app uses <a href="https://github.com/Zhuinden/simple-stack" rel="nofollow noreferrer">Simple-Stack</a> to handle navigation. Under the hood there's just one Activity with a container layout that sets it child based on the current navigation state. I've migrated some of my views to Jetpack Compose now, but I notic...
My app uses Simple-Stack to handle navigation. Under the hood there's just one Activity with a container layout that sets it child based on the current navigation state. I've migrated some of my views to Jetpack Compose now, but I noticed that their state is not restored when navigating back to them. Simple-Stack calls...
android|android-jetpack-compose
0
2022-07-13T08:20:32.840Z
2,022
7
8
2
27
0
741
43
2
0
false
true
false
false
false
false
zero
72,963,065
How to set (programatically) Gone Margin in Constraint Layout?
<p>There is a use case where <code>4</code> views are connected vertically (named &quot;A&quot;,&quot;B&quot;,&quot;C&quot;,&quot;D&quot; respectively from top to bottom).</p> <pre><code> &lt;include android:id=&quot;@+id/A&quot; layout=&quot;@layout/search_layout&quot; ...
There is a use case where 4 views are connected vertically (named &quot;A&quot;,&quot;B&quot;,&quot;C&quot;,&quot;D&quot; respectively from top to bottom). [CODE] When C is not visible then gone margin is set to 12dp resulting in a height of 16dp ( 12dp + 4dp RV item margin) from &quot;B&quot;. But when both &quot;B&qu...
android|kotlin|android-layout|android-constraintlayout
0
2022-07-13T08:23:12.183Z
2,022
7
8
2
63
1
619
62
4
1
true
false
false
false
false
false
zero
72,963,067
Android manifest merger file QUERY_ALL_PACKAGES permission, which package uses it
<p>How can I tell which react native npm package uses QUERY_ALL_PACKAGES permission?</p> <p>My manifest-merger-debug-report menitions it here:</p> <pre><code>MERGED from [net.time4j:time4j-android:4.2-2018i] /Users/user/.gradle/caches/transforms-3/0ee286b76ecfa7960380746552d7a51c/transformed/jetified-time4j-android-4.2...
How can I tell which react native npm package uses QUERY_ALL_PACKAGES permission? My manifest-merger-debug-report menitions it here: [CODE] mentioned here: [CODE]
android|react-native
0
2022-07-13T08:23:19.477Z
2,022
7
8
2
93
0
162
81
2
2
true
true
false
false
false
false
zero
72,963,081
NestedScrollView: java.lang.IndexOutOfBoundsException
<p>We are facing a quiet strange behavior in our Xamarin forms app. Sometimes the app crashes on a Zebra Technologies MC33 device with android version 8.1.0. Xamarin forms version is 5.0.0.2478. The following exception is retrieved from the app center. I don't know how this happens and i was not able to reproduce it.</...
We are facing a quiet strange behavior in our Xamarin forms app. Sometimes the app crashes on a Zebra Technologies MC33 device with android version 8.1.0. Xamarin forms version is 5.0.0.2478. The following exception is retrieved from the app center. I don't know how this happens and i was not able to reproduce it. [COD...
java|c#|android|xamarin|xamarin.forms
0
2022-07-13T08:24:13.723Z
2,022
7
8
2
94
0
322
53
5
1
true
true
false
false
false
false
zero
72,963,190
SMS Retriever API - Android app hash is visible on iPhone
<p>I use <code>SMS Retriever API</code> in Android and to do so I format a text message as:</p> <pre><code>&lt;#&gt;Your verification code is: 123456 He42w354ol9 </code></pre> <p>On Android it works well but in case the user has an iPhone it will receive a SMS and the &quot;encoded part&quot; is visible, it will see th...
I use SMS Retriever API in Android and to do so I format a text message as: [CODE] On Android it works well but in case the user has an iPhone it will receive a SMS and the &quot;encoded part&quot; is visible, it will see the raw message above whereas I expect him to see only: [CODE] Since I cannot know in advance if t...
android|ios|google-play|twilio|google-play-services
0
2022-07-13T08:34:06.267Z
2,022
7
8
2
174
1
500
57
5
2
true
false
false
false
false
false
zero
72,963,348
Not able to do PopAsync, PopModalAsync and PopToRootAsync from the content page
<p>I'm navigating from one page to another page using the code</p> <pre><code>await Application.Current.MainPage.Navigation.PushModalAsync(new IntercomRecieveCallPage()); </code></pre> <p>And from IntercomRecieveCallPage I'm navigating to IntercomCallPage using the Following code</p> <pre><code>await Application.Curre...
I'm navigating from one page to another page using the code [CODE] And from IntercomRecieveCallPage I'm navigating to IntercomCallPage using the Following code [CODE] And from IntercomCallPage I'm trying to do back navigation using the following code [CODE] But I'm getting the following exception Index was out of range...
c#|android|xamarin|xamarin.forms
2
2022-07-13T08:46:07.760Z
2,022
7
8
2
115
2
644
79
4
5
true
false
false
false
false
false
low
72,963,437
Kotlin: setTheme not changing the theme colors (transparent)
<p>How to change the theme by programmatically?</p> <ol> <li>Style</li> </ol> <pre class="lang-xml prettyprint-override"><code>&lt;resources&gt; &lt;style name=&quot;Pet.Theme.Transparent&quot; parent=&quot;AppTheme.NoBar&quot;&gt; &lt;item name=&quot;android:windowIsTranslucent&quot;&gt;true&lt;/item&gt; ...
How to change the theme by programmatically? Style [CODE] Manifest [CODE] Activity [CODE] When I run above code, the theme not changed. But If changed the theme from manifest , it's working. [CODE] How to make my code work so I can change the theme from PetTransparentActivity ?
android|kotlin|themes
0
2022-07-13T08:51:58.533Z
2,022
7
8
2
52
2
278
60
3
4
true
false
false
false
false
false
zero
72,963,519
React native - null is not an object (evaluating 'child.props)
<p>very confused as to why this isn't working. It's just a simple IF <code>showMessageButton</code>, show the message button. However i keep getting this <code> null is not an object (evaluating 'child.props)</code> error.</p> <p>If I make <code>showMessageButton</code> true, it works fine. It doesn't work when its fal...
very confused as to why this isn't working. It's just a simple IF showMessageButton , show the message button. However i keep getting this null is not an object (evaluating 'child.props) error. If I make showMessageButton true, it works fine. It doesn't work when its false or undefined (but therefore should still be fa...
javascript|android|ios|reactjs|react-native
0
2022-07-13T08:57:32.483Z
2,022
7
8
2
44
0
431
62
5
3
true
true
false
false
false
false
zero
72,963,565
How do i import SerialBlob?
<pre class="lang-java prettyprint-override"><code>// Initialise database db = new MyDBHandler(this); // convert image to bitmap Bitmap src = BitmapFactory.decodeFile(String.valueOf(R.drawable.fried_chicken)); // Convert bitmap to byte ByteArrayOutputStream baos = new ByteArrayOutputStream(); src.compress(Bitmap.Compr...
[CODE] I am trying to save the image into a database by converting it from a jpeg to blob Even though I had imported java.sql.Blob , I cant seem to use SerialBlob . This can be seen in the image. Any advice?
java|sql|sqlite|android-studio|android-sqlite
-1
2022-07-13T09:00:04.787Z
2,022
7
9
2
46
1
207
27
5
1
true
false
false
false
false
true
negative
72,963,614
Unable to start activity ComponentInfo to create tabMenu
<p>I´m trying to launch other activity in my app when i´m doing login in my app. This second activity have a <code>tabMenu</code> with a <code>viewPager2</code> but when my app tray load this activity launch error:</p> <pre><code>java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.citysportgy...
I´m trying to launch other activity in my app when i´m doing login in my app. This second activity have a tabMenu with a viewPager2 but when my app tray load this activity launch error: [CODE] i´m building a personaliced class Adapter: [CODE] i have a class singleton: [CODE] i have a object with my Endpoint to connect ...
java|android|kotlin
-1
2022-07-13T09:03:41.233Z
2,022
7
9
2
31
1
879
56
3
7
true
false
false
false
false
true
negative
72,963,665
Android on-board computer Offline GPS speed limit
<p>I tried to make my own board computer for my car. Now I would like to extend functionality, using dynamic image with speed limit. I am using my car in places without internet, so i searching for an offline stuff.</p> <p>Is there any way, using google, yandex, etc downloaded offline maps to determine speed limit in c...
I tried to make my own board computer for my car. Now I would like to extend functionality, using dynamic image with speed limit. I am using my car in places without internet, so i searching for an offline stuff. Is there any way, using google, yandex, etc downloaded offline maps to determine speed limit in car positio...
android|gps|offline
0
2022-07-13T09:08:06.253Z
2,022
7
9
2
19
0
444
49
3
0
false
true
false
false
false
false
zero
72,963,716
Xamarin Essentials Connectivity.ConnectivityChanged event is called twice
<p>I have tested both on iOS simulator and android emulator and found that <strong>&quot;Connectivity.ConnectivityChanged&quot; event triggers twice at a time</strong>. Whenever I changed the connectivity on virtual devices(emulator and simulator), the two times triggering issue replicates which deals in calling my fun...
I have tested both on iOS simulator and android emulator and found that &quot;Connectivity.ConnectivityChanged&quot; event triggers twice at a time . Whenever I changed the connectivity on virtual devices(emulator and simulator), the two times triggering issue replicates which deals in calling my function twice. I've a...
.net|xamarin|xamarin.forms|xamarin.android|xamarin.ios
1
2022-07-13T09:13:14.363Z
2,022
7
9
2
52
0
545
73
5
0
false
true
false
false
false
false
low
72,963,747
Android Studio shortcut lightbulb
<p>Is there a shortcut to show the lightbulb help window? Thanks.</p> <p><a href="https://i.stack.imgur.com/VaQPs.png" rel="nofollow noreferrer">help lightbulb</a></p>
Is there a shortcut to show the lightbulb help window? Thanks. help lightbulb
android|android-studio
0
2022-07-13T09:15:34.817Z
2,022
7
9
2
45
1
77
33
2
0
false
false
false
false
false
false
zero
72,963,810
Optional path paramter in the middle of a URL with Retrofit
<p>I got the following example:</p> <pre><code> @GET(&quot;product-search/category/{categoryId}&quot;) fun getCategories( @Path(&quot;categoryId&quot;) categoryId: String, ): Single&lt;ApiResponse&lt;List&lt;CategoryResponse&gt;&gt;&gt; </code></pre> <p>Now we are going to add support for being logged o...
I got the following example: [CODE] Now we are going to add support for being logged out. For this, the endpoint is the following: [CODE] I want to pass a boolean into getCategories that adds/removes noauth based on if the user is logged in. Or if there's a better or more elegant way to do this for all endpoints in the...
android|retrofit
0
2022-07-13T09:19:52.270Z
2,022
7
9
2
39
2
329
59
2
2
true
false
false
false
false
false
zero
72,963,814
How to draw while screen recording is going on in Flutter using Canvas
<p>I'm doing screen recording in Flutter using the below Plugin</p> <p><a href="https://pub.dev/packages/ed_screen_recorder" rel="nofollow noreferrer">https://pub.dev/packages/ed_screen_recorder</a></p> <p>Now I'm trying to draw something over the mobile screen instead of within in the app, using Canvas while screen re...
I'm doing screen recording in Flutter using the below Plugin https://pub.dev/packages/ed_screen_recorder Now I'm trying to draw something over the mobile screen instead of within in the app, using Canvas while screen recording is going on. Can someone suggest some plugin or some working example of using canvas to draw ...
flutter|flutter-dependencies|android-canvas|flutter-animation|flutter-plugin
0
2022-07-13T09:20:04.350Z
2,022
7
9
2
38
0
355
70
5
0
false
true
false
false
false
false
zero
72,963,861
Add Constraints to ConstraintLayout - Android Studio
<p>I've been trying to use constraints with a <code>ConstraintLayout</code> with an ID of <code>card_details</code> to position it on the screen, but the constraints are not working, and the IDE is not recommending them as available attributes as well.</p> <p>Here's the code I'm using.</p> <pre class="lang-kotlin prett...
I've been trying to use constraints with a ConstraintLayout with an ID of card_details to position it on the screen, but the constraints are not working, and the IDE is not recommending them as available attributes as well. Here's the code I'm using. [CODE] Here's how they look like: How the constraints look The highli...
kotlin|android-constraintlayout
0
2022-07-13T09:23:29.217Z
2,022
7
9
2
39
1
471
52
2
2
true
false
false
false
false
false
zero
72,963,937
typescript: node_modules/@types/googlemaps/reference/info-window.d.ts,line:73 Cannot find name unknown
<p>our android developer says he can build it in his local system, when i try to build it on aws ec2 instance got the following error</p> <p>typescript: node_modules/@types/googlemaps/reference/info-window.d.ts,line:73 Cannot find name unknown L73: addListener (eventName: string, handler: (this: this, ...args: unknown...
our android developer says he can build it in his local system, when i try to build it on aws ec2 instance got the following error typescript: node_modules/@types/googlemaps/reference/info-window.d.ts,line:73 Cannot find name unknown L73: addListener (eventName: string, handler: (this: this, ...args: unknown[]) => void...
android-build|ionic-cordova
0
2022-07-13T09:28:59.627Z
2,022
7
9
2
29
0
894
102
2
0
false
true
false
false
false
false
zero
72,963,984
BillingClient Purchase.getProducts() returns multiple identifiers
<p>Previously, to get the product <code>id</code>, the <code>getSku()</code> method was used, which returned singular value.</p> <p>In the 4.0.0 version of the BillingClient library, the <code>getSkus()</code> method was added (<a href="https://developer.android.com/google/play/billing/release-notes#4-0" rel="nofollow ...
Previously, to get the product id , the getSku() method was used, which returned singular value. In the 4.0.0 version of the BillingClient library, the getSkus() method was added ( https://developer.android.com/google/play/billing/release-notes#4-0 ) In version 5.0.0, the getSku() method was removed totally, and getSku...
android|billing|android-billing|play-billing-library
4
2022-07-13T09:32:37.723Z
2,022
7
9
2
205
1
604
65
4
0
false
false
false
false
false
false
low
72,964,174
How do you connect the project that config with virtual domain (http://project.local), locate in /var/www/html/ server in the Android emulator chrome?
<p>I was create PHP project on my local server. And then config to run via virtual host e.g project.local after site is config and enable...</p> <p>Linux chrome call -&gt; project.local (work) Android emulator chrome ? 10.0.2.2/project (not work) || project.local (not work) How to call project.local from android emulat...
I was create PHP project on my local server. And then config to run via virtual host e.g project.local after site is config and enable... Linux chrome call -> project.local (work) Android emulator chrome ? 10.0.2.2/project (not work) || project.local (not work) How to call project.local from android emulator?
php|android|apache
0
2022-07-13T09:46:32.453Z
2,022
7
9
2
18
0
310
150
3
0
false
true
false
false
false
false
zero
72,964,276
Kotlin Flows/Channel Concurrency Processing
<p>Since coroutine flows are sequential performing long running operations in the collector/consumer will cause the execution time to be the sum of the long running operations. To overcome this behavior and execute the long running operation concurrently in the collector/consumer I was wondering if the following code i...
Since coroutine flows are sequential performing long running operations in the collector/consumer will cause the execution time to be the sum of the long running operations. To overcome this behavior and execute the long running operation concurrently in the collector/consumer I was wondering if the following code is c...
android|kotlin|concurrency|kotlin-coroutines|kotlin-flow
0
2022-07-13T09:52:26.323Z
2,022
7
9
2
135
1
466
43
5
2
true
false
false
false
false
false
zero
72,964,688
Behavior of localized push notifications using FCM
<p>We are using localized notifications through FCM and are wondering how android and ios is working in certain situations:</p> <ol> <li><p>when we send localized notification with title_loc_key and body_loc_key and there is no key for title nor body in the application, is the system going to show something to user?</p...
We are using localized notifications through FCM and are wondering how android and ios is working in certain situations: when we send localized notification with title_loc_key and body_loc_key and there is no key for title nor body in the application, is the system going to show something to user? what is the behavior ...
android|ios|firebase|notifications|firebase-cloud-messaging
1
2022-07-13T10:24:02.307Z
2,022
7
10
2
29
1
551
50
5
0
false
false
false
false
false
false
low
72,964,739
Android Room Insert and update column at same time
<p>I have a simple Room dao function like this</p> <pre><code>@Insert(onConflict = OnConflictStrategy.REPLACE) suspend fun insert(blogs: List&lt;Blog&gt;) </code></pre> <p>The app needs to be able to handle multiple acccounts so I want to update the ownerId in SQL as opposed to walking the list and setting the ownerId ...
I have a simple Room dao function like this [CODE] The app needs to be able to handle multiple acccounts so I want to update the ownerId in SQL as opposed to walking the list and setting the ownerId before the Insert in Kotlin? The ownerId is not part of the JSON it is some that is at the Entity level.
android-room
0
2022-07-13T10:27:29.477Z
2,022
7
10
2
21
0
303
50
1
1
true
true
false
false
false
false
zero
72,964,867
Getting SHA256 digest of an APK programmatically android
<p>I have an installed APK on my device, and I am trying to get the SHA256 digest of the same. Manually, I do it like this:</p> <p><code>apksigner verify --print-certs path/to/apk.apk</code> and use the SHA256 digest.</p> <p>But I need to do the same thing programmatically, by passing the <code>package name</code> of t...
I have an installed APK on my device, and I am trying to get the SHA256 digest of the same. Manually, I do it like this: apksigner verify --print-certs path/to/apk.apk and use the SHA256 digest. But I need to do the same thing programmatically, by passing the package name of the APK, I get the SHA256 digest. Is there a...
android|kotlin
0
2022-07-13T10:36:53.257Z
2,022
7
10
2
54
2
343
56
2
0
false
false
false
false
false
false
zero
72,964,967
Compose Horizontal Pager items with same height but minimum of item width
<p>I am new to compose and currently am facing problem when trying to create <code>HorizontalPager</code>. Previously it was displayed so that pager item fills width and then height is same as width:</p> <pre><code>Surface( modifier = Modifier .fillMaxWidth() .aspectRatio(1.0f), elevation = 16.d...
I am new to compose and currently am facing problem when trying to create HorizontalPager . Previously it was displayed so that pager item fills width and then height is same as width: [CODE] Now I need to change it so that item still fills width but height wrap content and then every item's height is being evened out ...
android|android-jetpack-compose|android-jetpack-compose-pager
0
2022-07-13T10:44:24.253Z
2,022
7
10
2
197
0
554
73
3
2
true
true
false
false
false
false
zero
72,964,970
Is it possible to set up an Android virtual device with Android Studio and detect other hotspots outside of the virtual device?
<p>I'm trying to make this test.</p> <p>I've created a virtual device on Android Studio and I would like to connect it to an hotspot.</p> <p>I've tried to activate a physical hotspot on a physical Android device and I've also tried to create another virtual device on Android Studio and to activate it as an hotspot, but...
I'm trying to make this test. I've created a virtual device on Android Studio and I would like to connect it to an hotspot. I've tried to activate a physical hotspot on a physical Android device and I've also tried to create another virtual device on Android Studio and to activate it as an hotspot, but in none of these...
android|android-studio
0
2022-07-13T10:44:36.880Z
2,022
7
10
2
14
0
630
127
2
0
false
true
false
false
false
false
zero
72,965,001
Recycler view pagination in kotlin android development
<p>Want to show images from internal storage in android studio using recycler view, did that but now want to use pagination, can it be done using pagination?</p> <pre><code>class TestingAdapter(var URI_String: ArrayList&lt;String&gt;, var activity: Activity) : RecyclerView.Adapter&lt;TestingAdapter.ViewHolder&gt;() { o...
Want to show images from internal storage in android studio using recycler view, did that but now want to use pagination, can it be done using pagination? [CODE] }
android|kotlin|android-recyclerview|pagination
0
2022-07-13T10:46:40.500Z
2,022
7
10
2
53
0
163
54
4
1
true
true
false
false
false
false
zero
72,965,062
After activation view binding , the view class is not created
<p>As you can see in the picture, I activated the view binding , but its class was not created android studio : chipmunk 2021.2.1 patch 1 distributionUrl=https://services.gradle.org/distributions/gradle-7.3.3-bin.zip Both are updated, I don't know what to do, please help tank you<a href="https://i.stack.imgur.com/ese7Y...
As you can see in the picture, I activated the view binding , but its class was not created android studio : chipmunk 2021.2.1 patch 1 distributionUrl=https://services.gradle.org/distributions/gradle-7.3.3-bin.zip Both are updated, I don't know what to do, please help tank you enter image description here
android-studio|class|build.gradle|android-viewbinding|android-studio-chipmunk
2
2022-07-13T10:51:02.687Z
2,022
7
10
2
50
0
306
61
5
0
false
true
false
false
false
false
low
72,965,177
How to have numbered scale with Seekbar (Android)?
<p>I am trying to customise Seekbar. I need Seekbar like :</p> <p><a href="https://i.stack.imgur.com/gZfXZ.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/gZfXZ.png" alt="Seekbar" /></a></p> <p>How do I add numbered scale to Seekbar as shown in image above?</p> <p>I have been able to make custom th...
I am trying to customise Seekbar. I need Seekbar like : How do I add numbered scale to Seekbar as shown in image above? I have been able to make custom thumb and custom progress drawable simply by using their vectors, in XML, as: [CODE] But I have not been able to use the numbered scale as shown in the image. Some answ...
android|numbers|customization|android-seekbar
0
2022-07-13T11:00:50.343Z
2,022
7
11
2
44
1
523
50
4
1
true
false
false
false
false
false
zero
72,965,235
How to make Charles Proxy listen on specific ip on a windows 10 laptop with multiple ipaddresses
<p>I am on windows 10 laptop which has two network interfaces (10.* and 192.<em>)( one assigned by the router and another by a VPN virtual adapter). When I start Charles Proxy, it by default starts listening on the 10</em>.* interface. Is there a way I can make it listen on the 192. interface`?</p> <p>Following is the...
I am on windows 10 laptop which has two network interfaces (10.* and 192. )( one assigned by the router and another by a VPN virtual adapter). When I start Charles Proxy, it by default starts listening on the 10 .* interface. Is there a way I can make it listen on the 192. interface`? Following is the screenshot of the...
android|charles-proxy
1
2022-07-13T11:05:48.487Z
2,022
7
11
2
71
1
512
96
2
0
false
false
false
false
false
false
low
72,965,260
Getting suggestion to use Java 8 library for Java 11 project inside Android Studio. Why?
<p>Inside build.gradle:</p> <pre><code>compileOptions { sourceCompatibility JavaVersion.VERSION_11 targetCompatibility JavaVersion.VERSION_11 } kotlinOptions { jvmTarget = '11' } </code></pre> <p>Code:</p> <pre><code>implementation &quot;androidx.lifecycle:lifecycle-viewmodel-ktx:$li...
Inside build.gradle: [CODE] Code: [CODE] Which line suggestion is coming: [CODE] What suggestion is coming in yellow color: Use the lifecycle Java 8 API provided by the 'lifecycle-common-java8' library instead of Lifecycle anotations for faster incremental build. Troubleshooting: Inside AS preference - Build tools - Gr...
java|android|android-studio|kotlin
0
2022-07-13T11:07:52.770Z
2,022
7
11
2
84
1
734
88
4
4
true
false
false
false
false
false
zero
72,965,423
Pagination with firestore in java Android studio
<p>I want to add pagination in my project. I use firestore as database and language is java in android studio. Please help me to how pagination is implement. On internet no one example for java, all examples uses kotlin. Please explain pagination in java.how to implement?????</p>
I want to add pagination in my project. I use firestore as database and language is java in android studio. Please help me to how pagination is implement. On internet no one example for java, all examples uses kotlin. Please explain pagination in java.how to implement?????
java|android|google-cloud-firestore
0
2022-07-13T11:22:14.630Z
2,022
7
11
2
30
0
273
48
3
0
false
true
false
false
false
false
zero
72,965,504
Run ViewModel method as a reaction on composition
<p>I have a top-level composable representing some app screen, which uses 2 view-models (for clarity). <strong>ViewModel_B</strong> starts some network activity once created:</p> <p>Once network request finishes, it updates <code>state_B: MutableStateFlow</code> inside <strong>ViewModel_B</strong> which is observed fro...
I have a top-level composable representing some app screen, which uses 2 view-models (for clarity). ViewModel_B starts some network activity once created: Once network request finishes, it updates state_B: MutableStateFlow inside ViewModel_B which is observed from our composable. And that state is, for example, Loading...
android|kotlin|android-jetpack-compose|kotlin-coroutines|kotlinx.coroutines.flow
0
2022-07-13T11:29:03.737Z
2,022
7
11
2
40
0
1,688
49
5
1
true
true
false
false
false
false
zero
72,965,544
BottomNavigationItems padding
<p>Is there any way to remove this padding from the BottomNavigationItem?</p> <p><a href="https://i.stack.imgur.com/pEsrU.png" rel="nofollow noreferrer">Image</a></p> <p>If I have very large text, I have to use ResponsiveText to manage this, but that's not what I intended. What I need is that it doesn't have that side ...
Is there any way to remove this padding from the BottomNavigationItem? Image If I have very large text, I have to use ResponsiveText to manage this, but that's not what I intended. What I need is that it doesn't have that side padding/margin, both on the left and on the right, in order to occupy as much space as possib...
android-jetpack-compose|android-bottomnav
0
2022-07-13T11:32:43.497Z
2,022
7
11
2
133
1
339
29
2
1
true
false
false
false
false
false
zero
72,965,549
React => Make action on back button on Android Google Chrome (Not React Native)
<p>I have a case where there is the application written in React (not React Native).</p> <p>The application runs on the web. So for example I use Google Chrome on my mobile (android).</p> <p>I'm on some URL in my app. Is it possible to add some action when the user clicks the 'back icon'? To move to the previous page f...
I have a case where there is the application written in React (not React Native). The application runs on the web. So for example I use Google Chrome on my mobile (android). I'm on some URL in my app. Is it possible to add some action when the user clicks the 'back icon'? To move to the previous page for example? I kno...
javascript|android|reactjs
0
2022-07-13T11:32:52.783Z
2,022
7
11
2
34
1
433
79
3
0
false
false
false
false
false
false
zero
72,965,610
Android project fail to run on Azure pipeline but works fine locally
<blockquote> <p>Failed to apply plugin 'com.android.internal.application'. Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. Your current JDK is located in /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.332-9/x64/Contents/Home/jre You can try some of the following options: - ...
Failed to apply plugin 'com.android.internal.application'. Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. Your current JDK is located in /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.332-9/x64/Contents/Home/jre You can try some of the following options: - changing the IDE ...
android|azure-pipelines
0
2022-07-13T11:37:11.280Z
2,022
7
11
2
42
1
431
68
2
0
false
false
false
false
false
false
zero
72,965,659
Push Notification sound not working in xiaomi
<p>Notification sounds are getting suppressed due to Xiaomi sound settings. If Allow sound is toggled off notification sound will not be played. I want to show a popup to the user if this setting is disabled, but I am not able to fetch this setting using Notification manager or Android Manager. How can I fetch this os ...
Notification sounds are getting suppressed due to Xiaomi sound settings. If Allow sound is toggled off notification sound will not be played. I want to show a popup to the user if this setting is disabled, but I am not able to fetch this setting using Notification manager or Android Manager. How can I fetch this os spe...
android|push-notification|xiaomi
1
2022-07-13T11:41:46.747Z
2,022
7
11
2
199
0
363
45
3
0
false
true
false
false
false
false
low
72,965,671
Constraint Layout put view below if there is not enough space horizontally
<p>Is anyone aware of how to position the buttons vertically if the button text is too long inside of the xml?</p> <p>I want the buttons to be positioned horizontally if they fit, if one of the buttons has to hyphenate, then I would like to avoid that by positioning the buttons below each other. Is there a way to do it...
Is anyone aware of how to position the buttons vertically if the button text is too long inside of the xml? I want the buttons to be positioned horizontally if they fit, if one of the buttons has to hyphenate, then I would like to avoid that by positioning the buttons below each other. Is there a way to do it inside of...
android|xml|android-layout|android-constraintlayout
1
2022-07-13T11:42:15.903Z
2,022
7
11
2
37
0
349
74
4
1
true
true
false
false
false
false
low
72,965,812
How to create file chooser with camera option in android Studio?
<p>I want to implement file chooser with camera option.When we select <code>Camera</code> images should be captured and the path of captured image should displayed on textview.and file chooser should be with <code>pdf</code>,<code>word</code>,<code>png</code> and <code>jpeg</code> validation. I tired fileChhoser only b...
I want to implement file chooser with camera option.When we select Camera images should be captured and the path of captured image should displayed on textview.and file chooser should be with pdf , word , png and jpeg validation. I tired fileChhoser only but I dont Understand how to implement camera option in that. The...
java|android|android-studio|camera|filechooser
1
2022-07-13T11:51:55.597Z
2,022
7
11
2
68
0
344
64
5
1
true
true
false
false
false
false
low
72,965,838
How to properly get results from mlkit?
<p>I'm working on my first android app and I'm trying to do some OCR using mlkit. I've written a class that receives several images, analyses them and save results in a room database, and this part works. However I can't get the return on the code that uses the class (I'm assuming because it's async - correct me if I'm...
I'm working on my first android app and I'm trying to do some OCR using mlkit. I've written a class that receives several images, analyses them and save results in a room database, and this part works. However I can't get the return on the code that uses the class (I'm assuming because it's async - correct me if I'm wr...
android|kotlin|google-mlkit
0
2022-07-13T11:53:31.270Z
2,022
7
11
2
42
1
727
39
3
2
true
false
false
false
false
false
zero
72,965,852
Retrofit ScalarsConverterFactory.create() doesn't effect to error "Expected a string but was BEGIN_OBJECT at line 1 column 2 path $"
<p>I am trying to get request from a currency API and it's Json type is like this.</p> <pre><code>{ &quot;eur&quot;:{ &quot;code&quot;:&quot;EUR&quot;, &quot;alphaCode&quot;:&quot;EUR&quot;, &quot;numericCode&quot;:&quot;978&quot;, &quot;name&quot;:&quot;Euro&quot;, &quot;rate&quot;:0.99540765179992, &quot;...
I am trying to get request from a currency API and it's Json type is like this. [CODE] Here is the link of JSON http://www.floatrates.com/daily/usd.json Even I try some solutions on here I couldn't effect to that error below Expected a string but was BEGIN_OBJECT at line 1 column 2 path $ Here is my RetrofitInstance cl...
android|api|android-studio|kotlin|retrofit2
0
2022-07-13T11:54:36.127Z
2,022
7
11
2
49
0
596
132
5
8
true
true
false
false
false
false
zero
72,966,011
React Native - upgrade to Store with different project
<p>My app was published to App Store and Google Play Store. The app requires a major upgrade so it will be easier to use a new react-native project to develop rather than continue from the previous project. Is it possible to update the app using a different react-native project? How to make it?</p>
My app was published to App Store and Google Play Store. The app requires a major upgrade so it will be easier to use a new react-native project to develop rather than continue from the previous project. Is it possible to update the app using a different react-native project? How to make it?
android|ios|react-native|google-play|app-store
0
2022-07-13T12:05:52.580Z
2,022
7
12
2
20
0
292
54
5
0
false
true
false
false
false
false
zero
72,966,021
Workmanager and sensor data fetching on Android
<p>I am developing an app that fetches data from sensors of android and stores them in an SQLite database either when the app is running, or in the background. For the latter option, i designed a workmanager to do the necessary work, but since i am fairly new to the library, i am having some difficulties comprehending ...
I am developing an app that fetches data from sensors of android and stores them in an SQLite database either when the app is running, or in the background. For the latter option, i designed a workmanager to do the necessary work, but since i am fairly new to the library, i am having some difficulties comprehending how...
android|database|sensors|worker
0
2022-07-13T12:06:46.523Z
2,022
7
12
2
79
1
993
47
4
2
true
false
false
false
false
false
zero
72,966,048
Compose component inside xml is not redrawn when fragments are being replaced
<p>I have added a compose component in a custom view XML which is added from a fragment, where the project is using a navigation graph library. But when I navigate from this fragment and come back the UI(XML) will be restored except the composed component inside it. It looks like the entire UI is getting redrawn withou...
I have added a compose component in a custom view XML which is added from a fragment, where the project is using a navigation graph library. But when I navigate from this fragment and come back the UI(XML) will be restored except the composed component inside it. It looks like the entire UI is getting redrawn without t...
android|kotlin|android-layout|android-jetpack-compose
1
2022-07-13T12:08:49.377Z
2,022
7
12
2
51
0
578
77
4
2
true
true
false
false
false
false
low
72,966,060
Is it possible to remove bottomNavigation Bar while moving from one fragment to another fragment?
<p>I want to remove bottom Navigation bar while moving from one fragment to another fragment. This is how I am trying to remove bottom Navigation bar.</p> <pre><code>class LoadFragment : Fragment() { override fun onCreateView( inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun...
I want to remove bottom Navigation bar while moving from one fragment to another fragment. This is how I am trying to remove bottom Navigation bar. [CODE] The bottom Navigation bar is present in Main Activity. I am trying to move from one fragment to another fragment but in that fragment there is no need of bottomNavig...
android|kotlin|android-fragments|bottomnavigationview
0
2022-07-13T12:09:40.553Z
2,022
7
12
2
30
1
398
97
4
1
true
false
false
false
false
false
zero
72,966,061
Multiple Image tracking with ARCore in Android Studio (Please help)
<pre><code>`This is mainActivity.java` </code></pre> <pre><code> public class MainActivity extends AppCompatActivity implements Scene.OnUpdateListener { private CustomArFragment arFragment; public DataBaseHelper mydb; public TextView mytext ; private Button button; AnchorNode...
[CODE] [CODE] Here I am adding images to Db [CODE] Main Code (on update) [CODE] Renderable code [CODE] This Code is working fine but when I am moving the camera out of the marker/image &quot;anchor is not getting removed&quot;, if I am scanning more than 2 markers app getting slow-down and crashes. I have tried detachi...
android|android-studio|arcore|sceneform|arcore-limitation
1
2022-07-13T12:09:45.200Z
2,022
7
12
2
26
0
520
67
5
5
true
true
false
false
false
false
low
72,966,104
Android E/IAudioManager: trackRecorder() failed, riid is -1
<p>I want to record ambient sound 24/7 to detect noise on Android.</p> <p>So, I implemented the following code in the foreground service. In returnData(), it collects noise data per 1 sec.</p> <pre><code>private void returnData(){ i(&quot;returnData&quot;); new Handler().postDelayed(new Runnable() { @Ov...
I want to record ambient sound 24/7 to detect noise on Android. So, I implemented the following code in the foreground service. In returnData(), it collects noise data per 1 sec. [CODE] However, after about 13 hours after the app is launched, the app always ends with an error message as below. E/IAudioManager: trackRec...
java|android|android-studio|audio
0
2022-07-13T12:12:52.510Z
2,022
7
12
2
14
0
446
59
4
1
true
true
false
false
false
false
zero
72,966,144
Jetpack Compose : Retrieve Image Cloud Firestore
<p>Hello everyone i search this topic to learn how can i retrieve and present image from cloud fire store to my ui. I also tried coil and another solutions but i can't figure it out.</p> <pre><code>data class Product( var comment: String? = null, var imageUrl: String? = &quot;&quot;, @ServerTimestamp val date: Date? = ...
Hello everyone i search this topic to learn how can i retrieve and present image from cloud fire store to my ui. I also tried coil and another solutions but i can't figure it out. [CODE] i have this data class and i am currently taking my comment to my text it is already done. But when it comes to imageUrl i stuck. [CO...
android|firebase|android-jetpack-compose|android-jetpack
0
2022-07-13T12:15:57.203Z
2,022
7
12
2
97
0
439
48
4
2
true
true
false
false
false
false
zero
72,966,247
RN Metro Bundler Android bundling complete Twice
<p>I am using Expo EAS dev client.</p> <p>Everytime I start up Metro and try to open the application on android simulator it runs twice causing a lot of problems.</p> <p><a href="https://i.stack.imgur.com/9w9L3.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/9w9L3.png" alt="enter image description he...
I am using Expo EAS dev client. Everytime I start up Metro and try to open the application on android simulator it runs twice causing a lot of problems. It only happen at the first start, if I press &quot;r&quot; to reload or open it again with &quot;a&quot; it loads one time like it suppose to do. How can I fix this, ...
react-native|android-studio|expo|metro-bundler
0
2022-07-13T12:25:00.893Z
2,022
7
12
2
46
0
416
48
4
0
false
true
false
false
false
false
zero
72,966,253
Android viewBinding usage
<p>I have a question about viewBinding in Android. Usually, I use it like this</p> <pre><code>lateinit var binding: ActivityMainBinding binding = ActivityMainBinding.inflate(layoutInflater) setContentView(binding.root) </code></pre> <p>But I also saw that someone uses it like this</p> <pre><code>private val binding: A...
I have a question about viewBinding in Android. Usually, I use it like this [CODE] But I also saw that someone uses it like this [CODE] Is there any difference? What is the better way?
android|android-viewbinding
0
2022-07-13T12:25:24.730Z
2,022
7
12
2
53
3
184
25
2
2
true
false
false
false
false
false
zero
72,966,302
How do we test any feature on Android 13 before its launch
<p>We need to test few feature on android 13 which has not been release yet i want to know that how we can test before it released. any suggestion would be appreciated. I have tried with emulator on android studio by downloading api level 33 so is there any other alternate option to do the same.</p>
We need to test few feature on android 13 which has not been release yet i want to know that how we can test before it released. any suggestion would be appreciated. I have tried with emulator on android studio by downloading api level 33 so is there any other alternate option to do the same.
android-13
0
2022-07-13T12:29:09.800Z
2,022
7
12
2
17
0
293
58
1
0
false
true
false
false
false
false
zero
72,966,449
Unable to create a X509Certificate2 from raw byte array in Xamarin on Android 10
<p>I haven't been able to create a simple X509Certificate2 from the corresponding byte array. This code shows that the byte array gets recognized as a X509ContentType.Cert, but the next statement throws an exception:</p> <pre><code>var rawCert = Convert.FromBase64String(&quot;MIIDMTCCAhmgAwIBAgIBATANBgkqhkiG9w0BAQsFADA...
I haven't been able to create a simple X509Certificate2 from the corresponding byte array. This code shows that the byte array gets recognized as a X509ContentType.Cert, but the next statement throws an exception: [CODE] The certificate in the code is a simple custom-made certificate but the same is true for any other ...
android|xamarin|x509certificate2
0
2022-07-13T12:38:30.693Z
2,022
7
12
2
51
1
661
80
3
3
true
false
false
false
false
false
zero
72,966,471
How to check if one composable is on the same y position to another? (Arrow indicates to element from the scrollable column)
<p>I want to change the item image (above the arrow) depending on the pokemon on the right. User can vertically scroll items. I need to get the item which the arrow indicates on and handle indicated item change caused by scroll. Example:</p> <ol> <li>arrow indicates on &quot;Vaporeon&quot;</li> <li>User scrolls to &quo...
I want to change the item image (above the arrow) depending on the pokemon on the right. User can vertically scroll items. I need to get the item which the arrow indicates on and handle indicated item change caused by scroll. Example: arrow indicates on &quot;Vaporeon&quot; User scrolls to &quot;Jolteon&quot; (this yel...
android|kotlin|android-jetpack-compose
0
2022-07-13T12:39:44.703Z
2,022
7
12
2
32
1
1,192
124
3
1
true
false
false
false
false
false
zero
72,966,491
Why do I get classNotFound exception Although I have added my class name in manifest?
<p>I am trying to implement Dagger hilt in my project for dependencies injection. I have MyApplication class which extends Application ,I have added this app in manifest.xml file too ,When I build the code every thing works fine, but when I run it my app crashes with below errors. It throws run time exception with cl...
I am trying to implement Dagger hilt in my project for dependencies injection. I have MyApplication class which extends Application ,I have added this app in manifest.xml file too ,When I build the code every thing works fine, but when I run it my app crashes with below errors. It throws run time exception with class n...
android|kotlin|classnotfoundexception|dagger-hilt
0
2022-07-13T12:40:53.510Z
2,022
7
12
2
88
0
436
85
4
5
true
true
false
false
false
false
zero
72,966,498
Enable the dates from the selected date on weekly, monthy basis
<p>Currently i am implementing the DatePicker where i am selecting the initial date and then passing that date to another date picker which will give me the only dates that are weekly(day after 7 days) or monthly(Day after 30 days) based on the selected date. But it seems I am not getting it I Messing it some where.</p...
Currently i am implementing the DatePicker where i am selecting the initial date and then passing that date to another date picker which will give me the only dates that are weekly(day after 7 days) or monthly(Day after 30 days) based on the selected date. But it seems I am not getting it I Messing it some where. Addin...
android|ios|flutter|dart
0
2022-07-13T12:41:10.843Z
2,022
7
12
2
33
2
475
63
4
1
true
false
false
false
false
false
zero
72,966,686
Runtime JAR files in the classpath should have the same version. These files were found in the classpath:
<p>I have problem with pipeline test on branch and master although it used to pass on the master before.</p> <p>Today i update Android Studio, this can this can cause errors?</p> <p>I run on branch:</p> <pre><code>./gradlew assemble </code></pre> <p>i get error:</p> <pre><code>w: Runtime JAR files in the classpath shou...
I have problem with pipeline test on branch and master although it used to pass on the master before. Today i update Android Studio, this can this can cause errors? I run on branch: [CODE] i get error: [CODE] I was looking for solution but not found My kotlin version: 212-1.6.10-release-923-AS5457.46 My android studio ...
android|android-studio|kotlin
0
2022-07-13T12:54:12.243Z
2,022
7
12
2
241
1
464
105
3
4
true
false
false
false
false
false
zero
72,966,761
Open Google map with directions to destination with waypoints - Flutter
<p>I'm building a flutter app where I want to open the Google Maps app with directions and enforce the waypoints.</p> <p>I've seen multiple examples or implementations for the same in other Stackoverflow <a href="https://stackoverflow.com/questions/47046637/open-google-maps-app-if-available-with-flutter">links</a>.</p>...
I'm building a flutter app where I want to open the Google Maps app with directions and enforce the waypoints. I've seen multiple examples or implementations for the same in other Stackoverflow links . My Code: [CODE] There are multiple Urls I've formed and tested. Only url google.navigation:q=$lat,$lng seemed to work ...
android|flutter|dart|google-maps
0
2022-07-13T12:59:22.303Z
2,022
7
12
2
275
1
766
71
4
1
true
false
false
false
false
false
zero
72,966,826
Issue found: Less broad app-visibility method should be used
<p>After publish in play store they reviewed our app they sent <a href="https://i.stack.imgur.com/xLFaD.png" rel="nofollow noreferrer">this message</a> to my mail id.<br /> Can you help on this?</p>
After publish in play store they reviewed our app they sent this message to my mail id. Can you help on this?
android|google-play
0
2022-07-13T13:04:10.753Z
2,022
7
13
2
740
1
109
60
2
0
false
false
false
false
false
false
zero
72,966,849
How can I use both required and simple argument in same constructor in flutter 3?
<pre><code>class ReusableCard extends StatelessWidget { ReusableCard({required this.colour, this.cardChild}); final Color colour; Widget cardChild; @override Widget build(BuildContext context) { return Container( child: cardChild, margin: EdgeInsets.all(15.0), decoration: BoxDecoration...
[CODE]
android|flutter|dart
1
2022-07-13T13:05:42.417Z
2,022
7
13
2
35
1
6
81
3
1
true
false
false
false
false
false
low
72,966,867
Can we delay the First App Publish on Production after it is Successfully Reviewed by Google Playstore?
<p><strong>For Android app</strong>, Can I submit my app to the app store for review, but <strong>not publish it yet on Production (Go-Live) even once it's approved</strong>? It is the First release on playstore.</p> <p>I am clear about how it works for the Appstore as the same question is <a href="https://stackoverflo...
For Android app , Can I submit my app to the app store for review, but not publish it yet on Production (Go-Live) even once it's approved ? It is the First release on playstore. I am clear about how it works for the Appstore as the same question is answered here , But not for Playstore as I could not find any clear ans...
android|publish
1
2022-07-13T13:07:01.547Z
2,022
7
13
2
62
1
933
103
2
0
false
false
false
false
false
false
low
72,966,930
flutter build apk giving error "Execution failed for task ':app:mergeReleaseResources'." on jenkins
<p>I am getting below exception when i build my flutter project on jenkins</p> <pre><code>C:\ProgramData\Jenkins\.jenkins\workspace\automated test app&gt;flutter build apk Building with sound null safety Running Gradle task 'assembleRelease'... Parameter format not correct - FAILURE: Build ...
I am getting below exception when i build my flutter project on jenkins [CODE] Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. [CODE]
android|flutter|dart|jenkins|gradle
1
2022-07-13T13:11:51.210Z
2,022
7
13
2
111
1
239
99
5
2
true
false
false
false
false
false
low
72,966,990
Android studio how to get sqlite table name from user in java
<p>I want to get a name with edittext from user, and set this name as new table name in SQLite. Like</p> <p><code>database.execSQL(&quot;CREATE TABLE IF NOT EXISTS variable_name (...)&quot;)</code></p>
I want to get a name with edittext from user, and set this name as new table name in SQLite. Like database.execSQL(&quot;CREATE TABLE IF NOT EXISTS variable_name (...)&quot;)
java|sqlite|android-studio|android-sqlite
-5
2022-07-13T13:16:19.237Z
2,022
7
13
2
72
1
174
61
4
0
false
false
false
false
false
true
negative
72,967,025
Slow Auto focus in Camera2
<p>I am trying to make a custom camera application, the autofocus function works sometimes and sometime it is taking too long time to focus. I am using the camera as -</p> <pre><code> Camera camera = Camera.open(requestedCameraId); Camera.Parameters parameters = camera.getParameters(); parameters.setPictureSize(p...
I am trying to make a custom camera application, the autofocus function works sometimes and sometime it is taking too long time to focus. I am using the camera as - [CODE] What changes I need to make to make the auto focus smooth even if the user places the camera steady to analyze multiple images from live camera view...
android-camera2
0
2022-07-13T13:19:28.707Z
2,022
7
13
2
40
0
321
26
1
1
true
true
false
false
false
false
zero
72,967,089
Not enough memory to run HAXM on ubuntu
<p><a href="https://i.stack.imgur.com/jP9Wb.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/jP9Wb.png" alt="HAXM issue" /></a></p> <p>Recently I installed Ubuntu instead of Windows and now I was trying to run an android emulator when I faced this issue. I have 16 GB of RAM of which more than 9 are av...
Recently I installed Ubuntu instead of Windows and now I was trying to run an android emulator when I faced this issue. I have 16 GB of RAM of which more than 9 are available. I've already installed kvm and virtualization is enabled in BIOS and my processor supports it. I'd like to get your help and really grateful for...
android|android-studio|emulation|virtualization|haxm
-2
2022-07-13T13:25:29.030Z
2,022
7
13
2
72
1
339
39
5
0
false
false
false
false
false
true
negative
72,967,110
How to read data from Firebase Database? - Java
<p>I'm making a game, if the player wins, then the victory is added to the database. How can I read the data from here?</p> <p><a href="https://i.stack.imgur.com/rmmRW.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/rmmRW.png" alt="enter image description here" /></a></p> <p>and paste here:</p> <p><a...
I'm making a game, if the player wins, then the victory is added to the database. How can I read the data from here? and paste here: I read the player's name in a different way, which cannot be repeated with victories and defeats.
java|android|firebase|google-cloud-platform|firebase-realtime-database
-1
2022-07-13T13:26:56.467Z
2,022
7
13
2
55
2
230
47
5
0
false
false
false
false
false
true
negative
72,967,213
Recyclerview collapse see more/less android studio
<p>I want that the height of the <strong>Recyclerview</strong> should be less and when we click on the see more then the whole height should be expanded and the see less than the height should be the same as before.</p> <pre><code> Before After ------------- --------...
I want that the height of the Recyclerview should be less and when we click on the see more then the whole height should be expanded and the see less than the height should be the same as before. [CODE]
java|android|android-studio|android-recyclerview
0
2022-07-13T13:33:08.520Z
2,022
7
13
2
38
0
202
50
4
1
true
true
false
false
false
false
zero
72,967,251
Why the second textview didn't go to right as expected, but the first one did?
<p>I have the following XML layout.</p> <pre><code>&lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; android:layout_width=&quot;match_parent&quot; android:layout_height=&quot;wrap_content&quot; android:orientation=&quot;horizontal&quot;&gt; &lt;ImageView android:id=&quot;@+id/ima...
I have the following XML layout. [CODE] On LTR android devices, all things seems well. But the second text view goes to left on an RTL device as attached image. textview2 shown from left to right And my custom adapter is: [CODE] Invoke the constructor of the ArrayAdapter class, and pass the context and arrayList for th...
android|android-layout|textview|android-linearlayout
0
2022-07-13T13:35:33.940Z
2,022
7
13
2
35
1
411
78
4
3
true
false
false
false
false
false
zero
72,967,255
My android app crashes when click on recyclerview item
<p>I was writing a code to start new activity when click on a item on recyclerview. This recyclerview gets data from firebase realtime database. Recyclerview work fine.But my app get crash when click on recyclerview item. Pls help me to find the error .</p> <p>This is my adapter.</p> <pre><code>package com.example.mybi...
I was writing a code to start new activity when click on a item on recyclerview. This recyclerview gets data from firebase realtime database. Recyclerview work fine.But my app get crash when click on recyclerview item. Pls help me to find the error . This is my adapter. [CODE] This is the logcat error. [CODE] From logc...
android|android-studio|android-recyclerview
0
2022-07-13T13:35:49.797Z
2,022
7
13
2
24
0
443
54
3
3
true
true
false
false
false
false
zero
72,967,283
How to mock a binding method in Dagger 2?
<p>So, I'm trying to test my Dagger2 application with Espresso; to make quality tests I'm mocking some of the services using Mockito with DI. So far, I've been able to do it straight forward, until I had to mock a <code>@Binds</code>-annotated method and received this <code>error: Binding methods may not be overridden ...
So, I'm trying to test my Dagger2 application with Espresso; to make quality tests I'm mocking some of the services using Mockito with DI. So far, I've been able to do it straight forward, until I had to mock a @Binds -annotated method and received this error: Binding methods may not be overridden in modules Am I misun...
kotlin|dependency-injection|mockito|android-espresso|dagger-2
0
2022-07-13T13:37:36.900Z
2,022
7
13
2
57
0
537
41
5
5
true
true
false
false
false
false
zero
72,967,335
How to use speech to text to control and app?
<p>So I want to build an app that will allow the user to navigate only using their voice, so how can I implement the speech to text api to fully control the app?</p>
So I want to build an app that will allow the user to navigate only using their voice, so how can I implement the speech to text api to fully control the app?
android|api|android-studio|google-api|text-to-speech
0
2022-07-13T13:40:52.817Z
2,022
7
13
2
21
0
158
45
5
0
false
true
false
false
false
false
zero
72,967,337
AppCenter Android update build distribution issue
<p>Recently I moved repo to the new BitBucket workspace and on the MS AppCenter connection needed to be reconfigured. I made the same config as before, but now when I try to update the app with the newly distributed builds, it says that it cannot be installed.</p> <p>But the clean install works.. So I'm wondering why i...
Recently I moved repo to the new BitBucket workspace and on the MS AppCenter connection needed to be reconfigured. I made the same config as before, but now when I try to update the app with the newly distributed builds, it says that it cannot be installed. But the clean install works.. So I'm wondering why is this hap...
android|build|bitbucket|appcenter
0
2022-07-13T13:41:25.237Z
2,022
7
13
2
21
0
361
49
4
0
false
true
false
false
false
false
zero
72,967,400
How to build specific app APK with Android Studio when the project contains multiple apps?
<p>I try to build and run the sample <code>helloworld/mobile</code> in project (<a href="https://github.com/android/car-samples" rel="nofollow noreferrer">https://github.com/android/car-samples</a>)</p> <p>My question is about how to select the sample app directory as described in README.md:</p> <blockquote> <blockquot...
I try to build and run the sample helloworld/mobile in project ( https://github.com/android/car-samples ) My question is about how to select the sample app directory as described in README.md: Select a sample app directory (e.g. helloworld/mobile ) in the Project Structure UI on the top left. Each sample app has two bu...
android|build|structure|project
0
2022-07-13T13:45:27.047Z
2,022
7
13
2
48
1
735
90
4
0
false
false
false
false
false
false
zero
72,967,426
How to zoom on a specific image from url on webview AndroidStudio
<p>By using a Webview I'm trying to display only the QRcode from this url: <a href="https://app.ethiomobilemoney.et:2121/ammwebpay/#/?transactionNo=202207131604471547205398120337410" rel="nofollow noreferrer">https://app.ethiomobilemoney.et:2121/ammwebpay/#/?transactionNo=202207131604471547205398120337410</a> which is ...
By using a Webview I'm trying to display only the QRcode from this url: https://app.ethiomobilemoney.et:2121/ammwebpay/#/?transactionNo=202207131604471547205398120337410 which is located at the center of the webpage. So my idea was to zoomIn on the webpage until only the qrcode is visible. This is my xml file. [CODE] A...
java|android|kotlin|android-layout|android-webview
0
2022-07-13T13:46:59.787Z
2,022
7
13
2
27
0
351
65
5
2
true
true
false
false
false
false
zero
72,967,427
how can i solve GoogleApiManager SERVICE_INVALID for App with Location permission?
<p>i'm new to coding and as a final project on a course I decided to build and Android app, since it's what I want to focus my studies later (kinda regret it now...).</p> <p>My idea is about an app that will have GPS services and actions based on GPS locations, so I started following tutorials from the basics up, now i...
i'm new to coding and as a final project on a course I decided to build and Android app, since it's what I want to focus my studies later (kinda regret it now...). My idea is about an app that will have GPS services and actions based on GPS locations, so I started following tutorials from the basics up, now i'm followi...
android|android-studio|kotlin|android-location
0
2022-07-13T13:47:20.627Z
2,022
7
13
2
41
1
2,408
82
4
1
true
false
false
false
false
false
zero
72,967,647
Observe the state of a Worker withou LiveData
<p>So, I am using workmanager to retrieve data from an FTP server. I have to display one type or information or another type deppending on the state of the worker.</p> <p>I was using getWorkInfoByIdLiveData on the viewmodel and I was observing the state of the worker on the activity. But, as the Observer is almost depr...
So, I am using workmanager to retrieve data from an FTP server. I have to display one type or information or another type deppending on the state of the worker. I was using getWorkInfoByIdLiveData on the viewmodel and I was observing the state of the worker on the activity. But, as the Observer is almost deprecated I a...
android|kotlin|android-livedata|kotlin-flow|stateflow
0
2022-07-13T14:02:53.133Z
2,022
7
14
2
52
0
580
45
5
0
false
true
false
false
false
false
zero
72,967,683
How to import CA certificates in android 4.4.2 kitkat
<p>I have a really old tablet running on android KitKat and I want to refresh the CA certificates, I downloaded 250kb of data (around 150 CA). But when I import it, it only show the first (when trying with .pem or with.crt) or it is greyed out. (With .p7b) Any idea?</p>
I have a really old tablet running on android KitKat and I want to refresh the CA certificates, I downloaded 250kb of data (around 150 CA). But when I import it, it only show the first (when trying with .pem or with.crt) or it is greyed out. (With .p7b) Any idea?
android|certificate|pem|ca|p7b
0
2022-07-13T14:05:23.880Z
2,022
7
14
2
54
0
263
53
5
0
false
true
false
false
false
false
zero
72,967,786
Unable to proxy gRPC calls using Charles on android
<p>While trying sniffing gRPC traffic I stuck into problem, i see error</p> <pre><code>IO: Stream cancelled by CLIENT </code></pre> <p>after</p> <pre><code>Receiving response body </code></pre> <p>in Charles interface, but I see logs of request/response data in Logcat of android emulator, and this error in Charles debu...
While trying sniffing gRPC traffic I stuck into problem, i see error [CODE] after [CODE] in Charles interface, but I see logs of request/response data in Logcat of android emulator, and this error in Charles debug console: [CODE] At another side i see some readable parts of response in Contents tab in Charles, but requ...
android|grpc|charles-proxy
0
2022-07-13T14:12:43.610Z
2,022
7
14
2
98
1
377
51
3
4
true
false
false
false
false
false
zero
72,967,884
MaterialAlertDialogBuilder with custom itemsText
<p>I use a MaterialAlertDialogBuilder which display as:</p> <p><a href="https://i.stack.imgur.com/fUQUs.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/fUQUs.png" alt="enter image description here" /></a></p> <p>But I would like to display it more like button:</p> <p><a href="https://i.stack.imgur.co...
I use a MaterialAlertDialogBuilder which display as: But I would like to display it more like button: I already tried to use a custom listItemLayout() but it doest not change the layout. I tried to put an array of button instead of text but in this case I can not catch the click on the button. My actual code is: [CODE]...
kotlin|android-alertdialog
0
2022-07-13T14:19:27.120Z
2,022
7
14
2
24
0
373
48
2
1
true
true
false
false
false
false
zero
72,968,045
prolificinteractive:material-calendarview I would like to know how to put an image in a calendar
<pre><code> view.setSelectionDrawable( context.getResources().getDrawable( R.drawable.ic_emoticon_01) ); </code></pre> <p>We are currently loading images with that method. But since i use glide image i want to apply image in Bitmap or R.id.imageview I hope someone can give me some good ideas.</p>
[CODE] We are currently loading images with that method. But since i use glide image i want to apply image in Bitmap or R.id.imageview I hope someone can give me some good ideas.
android-studio|calendarview
0
2022-07-13T14:31:26.910Z
2,022
7
14
2
14
0
178
96
2
1
true
true
false
false
false
false
zero
72,968,085
Which versions of Android support Material 3 (MD3)
<p>I started doing a research about Material 3 support and can't find a version list of which Android versions support Material 3 design library (MD3)</p>
I started doing a research about Material 3 support and can't find a version list of which Android versions support Material 3 design library (MD3)
android|android-studio|material-ui|material-design
0
2022-07-13T14:35:04.893Z
2,022
7
14
2
105
1
147
50
4
0
false
false
false
false
false
false
zero
72,968,164
How to play any type of m8u3 live tv streaming on android?
<p>I could play some of the live tv streams on my app, but I failed to play some of them. on VLC play I can play this: <a href="https://raw.githubusercontent.com/taodicakhia/IPTV_Exception/master/channels/af/tolotv.m3u8" rel="nofollow noreferrer">https://raw.githubusercontent.com/taodicakhia/IPTV_Exception/master/chann...
I could play some of the live tv streams on my app, but I failed to play some of them. on VLC play I can play this: https://raw.githubusercontent.com/taodicakhia/IPTV_Exception/master/channels/af/tolotv.m3u8 and also this: http://51.210.227.142/hls/stream.m3u8 but in the android app, I can only play this one: http://51...
java|android-studio|http-live-streaming|iptv
0
2022-07-13T14:40:55.250Z
2,022
7
14
2
92
0
531
58
4
1
true
true
false
false
false
false
zero
72,968,175
I want to call an intent on click listener in recycler view but same activity in opening whenever i am clicking on it
<p>@Override public void onBindViewHolder(@NonNull ViewHolder holder, int position) {</p> <pre><code> Setter set = teacherlist.get(position); holder.name.setText(set.get_TName()); holder.Age.setText(&quot;Age: &quot;+set.get_age()); holder.Contact.setText(&quot;Contact: &quot;+set.get_Contact()); hol...
@Override public void onBindViewHolder(@NonNull ViewHolder holder, int position) { [CODE] In onBindViewHolder i want to call another activity but same activity is opening whenever i calling a listener Note:Recycler is taking values from MYSQL through another cardview activity
java|android|android-recyclerview
0
2022-07-13T14:41:37.913Z
2,022
7
14
2
29
1
276
117
3
1
true
false
false
false
false
false
zero
72,968,632
Jetpack compose Drawing over shapes
<p>I have this interesting problem in a project, where user should be able to draw the same shape over the defined shape, i have achieved this so far, but i want to check if he/she drawn over the shape correctly in ONE GO. if the finger goes outside the sqaure the current drawing should reset and put a toast message as...
I have this interesting problem in a project, where user should be able to draw the same shape over the defined shape, i have achieved this so far, but i want to check if he/she drawn over the shape correctly in ONE GO. if the finger goes outside the sqaure the current drawing should reset and put a toast message as un...
android|algorithm|kotlin|drawing|android-jetpack-compose
2
2022-07-13T15:12:35.333Z
2,022
7
15
2
155
1
544
35
5
1
true
false
false
false
false
false
low
72,968,654
How to convert a google play upload key to a .keystore file for use in visual studio
<p>I want to sign a release bundle for my app in Visual Studio 2022 (I am using MAUI but Xamarin should be the same)</p> <p>I asked google developer support to change my lost upload key / signing certificate and they did.</p> <p>On the release dashboard in play store console it tells me the key is managed by google, bu...
I want to sign a release bundle for my app in Visual Studio 2022 (I am using MAUI but Xamarin should be the same) I asked google developer support to change my lost upload key / signing certificate and they did. On the release dashboard in play store console it tells me the key is managed by google, but when I upload a...
visual-studio|xamarin|code-signing|android-keystore|maui
0
2022-07-13T15:14:47.817Z
2,022
7
15
2
78
0
620
84
5
0
false
true
false
false
false
false
zero
72,968,657
How do you define private instance variables in Kotlin?
<p>So im trying to define a private class in kotlin/android studio. Am not sure what is going on, but i tried searching up videos on how to create a private class on kotlin. I stil don't think I know what to do. Any help?</p> <pre><code>package com.example.calculator import androidx.appcompat.app.AppCompatActivity imp...
So im trying to define a private class in kotlin/android studio. Am not sure what is going on, but i tried searching up videos on how to create a private class on kotlin. I stil don't think I know what to do. Any help? [CODE]
android-studio|kotlin
1
2022-07-13T15:14:56.070Z
2,022
7
15
2
44
1
225
55
2
1
true
false
false
false
false
false
low
72,968,837
Flutter RenderView not matching screen height
<p>I have a problem with flutter, where I always seem to have some sort of a black bar at the bottom of the screen(nevermind the error). I can't really tell you what caused it, because I don't know either. Long story short, I was working on a project, which I have stopped working on for 2 months, came back, and now I s...
I have a problem with flutter, where I always seem to have some sort of a black bar at the bottom of the screen(nevermind the error). I can't really tell you what caused it, because I don't know either. Long story short, I was working on a project, which I have stopped working on for 2 months, came back, and now I see ...
flutter|android-studio|dart|flutter-layout
0
2022-07-13T15:27:38.227Z
2,022
7
15
2
40
0
1,418
45
4
2
true
true
false
false
false
false
zero
72,968,867
File object returning Null after adding implementation 'org.tensorflow:tensorflow-lite-task-vision' to gradle
<p>I'm currently working on an existing app that needs a Tflite implementation for an object detector and eventually a classifier. I'm beginning work on the bring-up of the detector and have run into a bit of a snag pretty early on.</p> <p>I have two goals with this question.</p> <ol> <li>Get back to a working state wi...
I'm currently working on an existing app that needs a Tflite implementation for an object detector and eventually a classifier. I'm beginning work on the bring-up of the detector and have run into a bit of a snag pretty early on. I have two goals with this question. Get back to a working state without a factory reset (...
java|android|tensorflow|gradle|tflite
0
2022-07-13T15:29:19.327Z
2,022
7
15
2
19
0
1,844
109
5
3
true
true
false
false
false
false
zero
72,968,874
Align Text and Image vertically inside Row in Compose
<p>I've got a <code>Row</code> with a star <code>Image</code> and some <code>Text</code> inside. I've been trying to make them align vertically whilst keeping the <code>Text</code> height flexible but they're always a bit off (see screenshot).</p> <pre><code>@Composable fun MyRating() { Row( modifier = Modi...
I've got a Row with a star Image and some Text inside. I've been trying to make them align vertically whilst keeping the Text height flexible but they're always a bit off (see screenshot). [CODE] This results in: Notice the distance between the Text and the top of the star is smaller than between the Text and the botto...
android|kotlin|android-jetpack-compose
0
2022-07-13T15:30:02.523Z
2,022
7
15
2
150
1
366
53
3
1
true
false
false
false
false
false
zero
72,968,877
Android (lifecycle): can I redraw the view after onPause() call?
<p>I am writing a game that has a &quot;pause&quot; button: when the game is paused, the timer stops, and the display is grayed out (so all the game details become hidden). The way I do it is, I set a flag (<code>gameIsPaused=true</code>) and invalidate the view, and rely on my <code>onDraw()</code> method to draw th...
I am writing a game that has a &quot;pause&quot; button: when the game is paused, the timer stops, and the display is grayed out (so all the game details become hidden). The way I do it is, I set a flag ( gameIsPaused=true ) and invalidate the view, and rely on my onDraw() method to draw the gray version. So here's my ...
android-lifecycle
0
2022-07-13T15:30:11.323Z
2,022
7
15
2
14
0
884
64
1
0
false
true
false
false
false
false
zero
72,968,941
Trouble with Google Play console notification: We have detected that your manifest file contains the permission REQUEST_INSTALL_PACKAGES
<p>Hello i have an app in play console and receive the next notification:</p> <p><strong>We have detected that your manifest file contains the permission REQUEST_INSTALL_PACKAGES.</strong></p> <p>Google explain the steps for legalize it, but i don't have this permission in my manifest and I don't use functions to inst...
Hello i have an app in play console and receive the next notification: We have detected that your manifest file contains the permission REQUEST_INSTALL_PACKAGES. Google explain the steps for legalize it, but i don't have this permission in my manifest and I don't use functions to install files either ,i don´t know the ...
android|google-play|android-permissions|google-play-console|policy
2
2022-07-13T15:34:44.063Z
2,022
7
15
2
825
1
928
136
5
1
true
false
false
false
false
false
low
72,969,022
How to get Identifier from User UID
<p>In my android application, I have user UID(it is not a current user) so on this UID I want to get Identifier (Phonenumber) from this userID. I tried lots of links but did not found any working solution.</p>
In my android application, I have user UID(it is not a current user) so on this UID I want to get Identifier (Phonenumber) from this userID. I tried lots of links but did not found any working solution.
android|firebase-realtime-database
0
2022-07-13T15:40:27.677Z
2,022
7
15
2
29
0
202
35
2
0
false
true
false
false
false
false
zero