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,813,090
Execution failed for task app:desugarDebugFileDependencies
<p>FAILURE: Build failed with an exception.</p> <ul> <li>What went wrong: Execution failed for task ':app:desugarDebugFileDependencies'.</li> </ul> <blockquote> <p>A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Error while dexing.</p> </blockquote>
FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:desugarDebugFileDependencies'. A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Error while dexing.
android
0
2022-06-30T09:04:40.963Z
2,022
6
9
3
42
0
236
58
1
0
false
true
false
false
false
false
zero
72,813,151
How to display child values of Firebase Database in RecyclerView for this case?
<p>This is the Firebase Database structure, where we are trying to access child values from Retailer&gt;Amritha Stores&gt;r_history&gt;30-06-2022&gt;items&gt;0&gt;Khara Mixture.</p> <p><img src="https://i.stack.imgur.com/FHqaB.png" alt=" " /></p> <p>This is the screenshot of the application's recycler view where we wan...
This is the Firebase Database structure, where we are trying to access child values from Retailer>Amritha Stores>r_history>30-06-2022>items>0>Khara Mixture. This is the screenshot of the application's recycler view where we want to display data from Retailer>Amritha Stores>r_history>30-06-2022>items>0>Khara Mixture>, b...
java|android|firebase|firebase-realtime-database|firebaseui
1
2022-06-30T09:10:33.090Z
2,022
6
9
3
55
1
600
79
5
3
true
false
false
false
false
false
low
72,813,175
Trying to center mini FAB above normal FAB
<p>I'm trying to center a mini fab button above a normal one using ConstraintLayout. However, it will be ultimately skewed one way. Here's the XML code:</p> <pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;androidx.constraintlayout.widget.ConstraintLayout xmlns:android=&quot;http://schema...
I'm trying to center a mini fab button above a normal one using ConstraintLayout. However, it will be ultimately skewed one way. Here's the XML code: [CODE] This is how it looks. The selection squares around the buttons aren't also centered which I think is why the main issue is happening. Can anything be done about th...
android|android-layout|user-interface|android-constraintlayout
1
2022-06-30T09:11:44.823Z
2,022
6
9
3
31
0
323
42
4
1
true
true
false
false
false
false
low
72,813,256
crash when i try to create a path between two points in osmdroid
<p>I have recently started studying android and kotlin programming, I'm trying to create an application that allows you to create one or more routes on a map, save it and then retrieve it when necessary. I chose to use osmDroid and osmBonusPack because open source but I don't find much documentation online, I'm trying ...
I have recently started studying android and kotlin programming, I'm trying to create an application that allows you to create one or more routes on a map, save it and then retrieve it when necessary. I chose to use osmDroid and osmBonusPack because open source but I don't find much documentation online, I'm trying to ...
android|kotlin|openstreetmap|osmdroid
1
2022-06-30T09:17:35.560Z
2,022
6
9
3
97
1
1,017
64
4
5
true
false
false
false
false
false
low
72,813,277
previous and present size of arraylist as condition
<p>I would like to know how can i create a condition in android studio based on the past size of array list and the present size of array list after I added a new data in the firebase realtime database.</p> <p>Something like</p> <pre><code>if (previous array list != array list with new data added) { //code here } ...
I would like to know how can i create a condition in android studio based on the past size of array list and the present size of array list after I added a new data in the firebase realtime database. Something like [CODE]
java|android|firebase|arraylist
0
2022-06-30T09:18:51.537Z
2,022
6
9
3
35
0
221
51
4
1
true
true
false
false
false
false
zero
72,813,399
bunch of errors when run an application or hot restart
<p>SO everytime I run or Hot restart my application, I get bunch or errors on the compiler as following:</p> <blockquote> <p>W/DynamiteModule( 6436): Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.</p> </blockquote> <blockquote> <p>D/ConnectivityManager( 6436): requestNetw...
SO everytime I run or Hot restart my application, I get bunch or errors on the compiler as following: W/DynamiteModule( 6436): Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found. D/ConnectivityManager( 6436): requestNetwork; CallingUid : 10208, CallingPid : 6436 I/DynamiteModu...
flutter|android-studio|dart|cross-platform|mobile-development
0
2022-06-30T09:28:42.873Z
2,022
6
9
3
64
0
1,624
54
5
0
false
true
false
false
false
false
zero
72,813,452
How to change label direction in the OutlinedTextField
<p>I have an <code>OutlinedTextField</code> in jetpack compose and I want to change the label direction to the right of <code>OutlinedTextField</code> for the Persian language (By default is on the left).</p> <p><a href="https://i.stack.imgur.com/lYbxV.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/...
I have an OutlinedTextField in jetpack compose and I want to change the label direction to the right of OutlinedTextField for the Persian language (By default is on the left).
android|android-jetpack-compose|textfield
1
2022-06-30T09:32:51.720Z
2,022
6
9
3
34
1
175
54
3
0
false
false
false
false
false
false
low
72,813,504
flutter: Capture screenshot method not working
<p>A button has been, when it is pressed it should be able to take screenshots but the method does not seem to work. The android manifest yml also has the permission for the external storage but once the app loads, it also doesn't ask for the storage permission.</p> <pre><code> Center( ...
A button has been, when it is pressed it should be able to take screenshots but the method does not seem to work. The android manifest yml also has the permission for the external storage but once the app loads, it also doesn't ask for the storage permission. [CODE]
flutter|android-studio|dart|screenshot|android-external-storage
0
2022-06-30T09:37:08.110Z
2,022
6
9
3
119
1
266
46
5
1
true
false
false
false
false
false
zero
72,813,513
Android Jetpack Compose BasicTextField scroll to top when get focus, how to stop it
<p>When BasicTextField has too much content to scroll up and down, scroll to bottom, request focus and show keyborad, it will scroll to top automatically. I want it stay in its original postion, how can I do?</p>
When BasicTextField has too much content to scroll up and down, scroll to bottom, request focus and show keyborad, it will scroll to top automatically. I want it stay in its original postion, how can I do?
android|android-jetpack-compose
0
2022-06-30T09:38:26.990Z
2,022
6
9
3
82
1
205
83
2
0
false
false
false
false
false
false
zero
72,813,594
Android: Preload webview content in parent activity
<p>I have content hosted on a URL that I would like to display a new activity that contains a webview when the user clicks a button (The content changes each time the button is pressed). This is quite slow however, as it only starts loading the website once it switches to the new activity:</p> <pre class="lang-java pre...
I have content hosted on a URL that I would like to display a new activity that contains a webview when the user clicks a button (The content changes each time the button is pressed). This is quite slow however, as it only starts loading the website once it switches to the new activity: [CODE] I have tried creating a w...
java|android|caching|webview|android-webview
0
2022-06-30T09:43:37.300Z
2,022
6
9
3
32
0
638
51
5
2
true
true
false
false
false
false
zero
72,813,614
how to apply adview/admob with the concept of singleton?
<p>I want to make <code>AdView</code> with different unit id in many tab.<br /> This is my code:</p> <pre class="lang-kotlin prettyprint-override"><code>public class SingletonAdMobBanner { private static SingletonAdMobBanner instance; private AdView adView; private AdRequest adRequest; public synchron...
I want to make AdView with different unit id in many tab. This is my code: [CODE]
java|android|admob|adview
0
2022-06-30T09:44:51.930Z
2,022
6
9
3
32
0
81
56
4
1
true
true
false
false
false
false
zero
72,813,638
Custom animation in splash screen in a Flutter app
<p>I want to make a custom animated splash screen for a project in Flutter.</p> <p>The output I want is like the one in this <a href="https://drive.google.com/file/d/1SemSpOOWRidSsyq8Io9mFRcm8lmNKiii/view?usp=sharing" rel="nofollow noreferrer">video</a>, but I am almost new to animating in Flutter and have no idea how ...
I want to make a custom animated splash screen for a project in Flutter. The output I want is like the one in this video , but I am almost new to animating in Flutter and have no idea how to progress on this.
android|flutter|user-interface|animation|splash-screen
0
2022-06-30T09:46:31.400Z
2,022
6
9
3
173
2
208
50
5
0
false
false
false
false
false
false
zero
72,813,733
How to create a customView levels map for a game, that has 50-1000 levels in a snake form
<p>Here is the [page], I want to create<a href="https://i.stack.imgur.com/bI2K4.png" rel="nofollow noreferrer">1</a></p>
Here is the [page], I want to create 1
android-studio|android-layout|android-custom-view
0
2022-06-30T09:52:10.763Z
2,022
6
9
3
11
0
38
89
3
0
false
true
false
false
false
false
zero
72,813,762
How to capture slow and fast motion video through camera android like tiktok and instagram
<p>After capturing a video I can make a video in slow motion but, how to record real-time slow-motion video or fast-motion video.</p>
After capturing a video I can make a video in slow motion but, how to record real-time slow-motion video or fast-motion video.
android|camera|android-camera|slowmotion
0
2022-06-30T09:54:47.673Z
2,022
6
9
3
28
0
126
90
4
0
false
true
false
false
false
false
zero
72,813,840
How to update flutter RangeSlider values which comes from database
<p>I have static values of RangeSlider now I have to update the values and set them from static to dynamic. but I don't know how to do this please help to show and update the RangeSlider values from the database. I have two vlaues from the database for RangeSlider to start and end in <code>getData()</code> data but I d...
I have static values of RangeSlider now I have to update the values and set them from static to dynamic. but I don't know how to do this please help to show and update the RangeSlider values from the database. I have two vlaues from the database for RangeSlider to start and end in getData() data but I don't know how to...
android|flutter|flutter-layout|flutter-dependencies|flutter-slider
0
2022-06-30T09:59:45.353Z
2,022
6
9
3
36
1
600
66
5
1
true
false
false
false
false
false
zero
72,813,845
fragment binding generated file
<p>I try to add fragment to an old project. I followed the GuessTheWord project of codelads. In the fragment there is an import of ...databinding...FragmentBindig ..FragmentBinding appears in the java/generated folder. <a href="https://i.stack.imgur.com/gNPm5.jpg" rel="nofollow noreferrer"><img src="https://i.stack.img...
I try to add fragment to an old project. I followed the GuessTheWord project of codelads. In the fragment there is an import of ...databinding...FragmentBindig ..FragmentBinding appears in the java/generated folder. But in my project I have not such files in the generated folder despite I added buildFeatures {viewBindi...
android-studio|android-fragments|binding
0
2022-06-30T10:00:12.133Z
2,022
6
10
3
22
0
445
31
3
0
false
true
false
false
false
false
zero
72,813,897
Disable automatic screen view events in Flutter Android
<p>i would like to disable the automatic screenview tracking of firebase. Since i only want to manually log screenviews.</p> <p>I work with flutter and am currently trying to solve the problem for android.</p> <p>I already placed the following setting within the &lt; application &gt; tag of the AndroidManifest.xml file...
i would like to disable the automatic screenview tracking of firebase. Since i only want to manually log screenviews. I work with flutter and am currently trying to solve the problem for android. I already placed the following setting within the < application > tag of the AndroidManifest.xml file: [CODE] But i still ge...
android|flutter|firebase|google-analytics|firebase-analytics
0
2022-06-30T10:05:05.130Z
2,022
6
10
3
85
0
571
55
5
3
true
true
false
false
false
false
zero
72,813,985
Wi-Fi restarts when WifiManager.setWifiEnabled(false) is called on Manually turned on WI-FI
<p>Though WifiManager.setWifiEnabled(boolean enabled) api is deprecated, it works according to <a href="https://developer.android.com/reference/android/net/wifi/WifiManager#setWifiEnabled(boolean)" rel="nofollow noreferrer">https://developer.android.com/reference/android/net/wifi/WifiManager#setWifiEnabled(boolean)</a>...
Though WifiManager.setWifiEnabled(boolean enabled) api is deprecated, it works according to https://developer.android.com/reference/android/net/wifi/WifiManager#setWifiEnabled(boolean) in device owner mode. After setting the app as device owner, calling this api works fine if the initial wifi state is turned off. But i...
android|wifimanager
0
2022-06-30T10:10:29.807Z
2,022
6
10
3
24
0
902
91
2
1
true
true
false
false
false
false
zero
72,814,118
Android app not reacting to retryAnalizer
<p>In before class , app launch code is written In After class , app closing code is written Inside a class there are 4 methods and i have used dependsOnMethods for each method I have implimented retryanalizer to retry failed methods once. If a method is failed , retryanalizer starts retrying method but the app in devi...
In before class , app launch code is written In After class , app closing code is written Inside a class there are 4 methods and i have used dependsOnMethods for each method I have implimented retryanalizer to retry failed methods once. If a method is failed , retryanalizer starts retrying method but the app in device ...
appium-android
0
2022-06-30T10:19:51.390Z
2,022
6
10
3
7
0
454
41
1
0
false
true
false
false
false
false
zero
72,814,168
Android Webview DOMException: The user agent does not support public key credentials
<p>I am trying to login to a webportal via the webview, after entering the password and clicking on login button I get the error, Uncaught (in promise) DOMException: The user agent does not support public key credentials. Not sure how to handle it.</p>
I am trying to login to a webportal via the webview, after entering the password and clicking on login button I get the error, Uncaught (in promise) DOMException: The user agent does not support public key credentials. Not sure how to handle it.
android|android-webview
1
2022-06-30T10:22:59.513Z
2,022
6
10
3
92
0
245
84
2
0
false
true
false
false
false
false
low
72,814,245
Apply multiple style on TextView
<p>I want to apply multiple text-style on textview programmatically in android.</p> <p>val myView : TextView = findViewById(R.id.date_title)</p> <p>// now I want to apply - Bold &amp; italic style on myView at same time like we can do in XML file e.g android:textStyle=&quot;bold|italic&quot;</p> <p>myView.setTypeface(...
I want to apply multiple text-style on textview programmatically in android. val myView : TextView = findViewById(R.id.date_title) // now I want to apply - Bold & italic style on myView at same time like we can do in XML file e.g android:textStyle=&quot;bold|italic&quot; myView.setTypeface(null, Typeface.BOLD) myView.s...
android|android-studio|kotlin|textview|textstyle
0
2022-06-30T10:28:28.997Z
2,022
6
10
3
36
2
423
32
5
0
false
false
false
false
false
false
zero
72,814,314
How to programatically set peekHeight for Android Compose BackdropScaffold
<p>How can i programmatically set the <code>peekHeight</code> of <code>androidx.compose.material.BackdropScaffold</code>, so that the <code>frontlayer</code> is exactly underneath the <code>appBar</code>?</p> <p>I have this code to build the app bar</p> <pre><code>@Composable fun MyAppBar(backdropRevealed: Boolean, onB...
How can i programmatically set the peekHeight of androidx.compose.material.BackdropScaffold , so that the frontlayer is exactly underneath the appBar ? I have this code to build the app bar [CODE] and my variable size does contain the actual height i cannot see how to pass this to my BackdropScaffold to set its peekHei...
android|android-jetpack-compose
1
2022-06-30T10:35:14.730Z
2,022
6
10
3
52
1
417
74
2
2
true
false
false
false
false
false
low
72,814,425
Workaround for Xamarin MaskedBehavior jumping cursor issue - 12-digit number with spaces after every four of them
<p>I'm trying to create an <code>Entry</code> for a 12-digit number with spaces after every four digits.</p> <p>I tried to use <code>StringFormat</code> but it doesn't work completely. From what I've read, it works well for Labels that operate on specified texts, not Entries.</p> <p>I used <code>MaskedBehavior</code> f...
I'm trying to create an Entry for a 12-digit number with spaces after every four digits. I tried to use StringFormat but it doesn't work completely. From what I've read, it works well for Labels that operate on specified texts, not Entries. I used MaskedBehavior from Xamarin Community Toolkit [CODE] but it appears to h...
android|xamarin|xamarin.forms|xamarin.android|xamarin.ios
2
2022-06-30T10:44:14.480Z
2,022
6
10
3
88
0
1,463
113
5
2
true
true
false
false
false
false
low
72,814,465
Could not GET 'https://jitpack.io/com/github/outbrain/android-sdk/4.3.1/android-sdk-4.3.1.pom'. Received status code 403 from server: Forbidden
<p>I have used the following dependency in my project.</p> <pre><code>implementation 'com.github.outbrain:android-sdk:4.3.1' </code></pre> <p>However, on building the app I get the following error.</p> <pre><code>Could not GET 'https://jitpack.io/com/github/outbrain/android-sdk/4.3.1/android-sdk-4.3.1.pom'. Received st...
I have used the following dependency in my project. [CODE] However, on building the app I get the following error. [CODE] I have already tried Invalidate cache/ restart, upgrading/ downgrading the outbrain sdk version. However, still not able to fix the above error. My project level build.gradle looks like this [CODE] ...
android|android-studio|gradle|sdk
0
2022-06-30T10:47:13.607Z
2,022
6
10
3
61
0
456
143
4
4
true
true
false
false
false
false
zero
72,814,470
Unable to solve error - javax.mail.authenticationfailedexception: [EOF]
<p>I have created an application where it scans bar codes and QR codes on the phone and send an email of the collected data to my personal email which is a gmail. However, recently it stopped sending emails and prompted me an error as shown below:</p> <p>javax.mail.authenticationfailedexception: [EOF]</p> <p><strong>NO...
I have created an application where it scans bar codes and QR codes on the phone and send an email of the collected data to my personal email which is a gmail. However, recently it stopped sending emails and prompted me an error as shown below: javax.mail.authenticationfailedexception: [EOF] NOTE: I am relatively new a...
javascript|android|android-studio|email|smtp
0
2022-06-30T10:47:18.430Z
2,022
6
10
3
57
0
414
71
5
1
true
true
false
false
false
false
zero
72,814,495
Android RecyclerView's parent onClick
<p>I have a <code>CardView</code> that has some children and also a <code>RecyclerView</code> with <code>android:layout_height=&quot;wrap_content&quot;</code>. I have <code>onClickListener</code> on this <code>CardView</code> and it works fine until I click on the <code>RecyclerView</code>. Only <code>CheckBox</code>es...
I have a CardView that has some children and also a RecyclerView with android:layout_height=&quot;wrap_content&quot; . I have onClickListener on this CardView and it works fine until I click on the RecyclerView . Only CheckBox es in its items need to be clickable. Could you please tell me how I make it works? Preferabl...
android|kotlin|android-recyclerview|onclicklistener
0
2022-06-30T10:49:55.997Z
2,022
6
10
3
76
0
374
37
4
0
false
true
false
false
false
false
zero
72,814,682
Executing a callback only when reaching a certain state without user interactions
<p>Our app receives a notification with a PendingIntent that when clicked, opens the following screen:</p> <pre><code>@Composable fun IntermediateMonthlyBillings( onDataAcquired: (AllStatementsByYear) -&gt; Unit, myEwayLoggedInViewModel: MyEwayLoggedInViewModel = get() ) { val statementsByYear by myEwayLogg...
Our app receives a notification with a PendingIntent that when clicked, opens the following screen: [CODE] The screen makes an API call to gather some data and at some point, the statementsByYear will be non-null. When that state is reached, I want to call the onDataAcquired() callback which will lead to a navigation i...
kotlin|android-jetpack-compose
1
2022-06-30T11:04:48.190Z
2,022
6
11
3
47
1
836
81
2
1
true
false
false
false
false
false
low
72,814,747
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) android::nativePrepareStatement(_JNIEnv, _jclass, long long, _jstring*)
<p>I am getting signal 11. but I cannot reproduce myself. Google Play has reported a large number of the following crash. I totally don't understand what the reason behind it. I'm using Mapbox in sense of native code But I think maybe it occurs for using sqlite db. but dont know why its happening.</p> <pre><code> backt...
I am getting signal 11. but I cannot reproduce myself. Google Play has reported a large number of the following crash. I totally don't understand what the reason behind it. I'm using Mapbox in sense of native code But I think maybe it occurs for using sqlite db. but dont know why its happening. [CODE]
android|crash|google-play|android-sqlite|backtrace
0
2022-06-30T11:10:20.410Z
2,022
6
11
3
71
0
302
113
5
1
true
true
false
false
false
false
zero
72,814,806
Hello everyone, I have a problem with nfc
<p>[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(unavailable, NFC is not available for device., null, null)</p> <p>I use plugin NFC_MANAGER</p>
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(unavailable, NFC is not available for device., null, null) I use plugin NFC_MANAGER
android|flutter|dart|tags|nfc
0
2022-06-30T11:14:36.013Z
2,022
6
11
3
69
0
167
41
5
0
false
true
false
false
false
false
zero
72,814,894
How to access MyViewHolder inner class views outside RecyclerViewAdapter?
<p>I have a MyViewHolder inner class inside RecyclerViewAdapter inside Checklistitems class. I want access elements of MyViewHolder in method onOptionItemSelected(). Here, I have three classes, and because of that, it becomes more complicated for me.</p> <pre><code>public class ChecklistItems extends AppCompatActivity ...
I have a MyViewHolder inner class inside RecyclerViewAdapter inside Checklistitems class. I want access elements of MyViewHolder in method onOptionItemSelected(). Here, I have three classes, and because of that, it becomes more complicated for me. [CODE] Any help would be appreciated.
java|android
1
2022-06-30T11:21:14.550Z
2,022
6
11
3
69
2
285
73
2
1
true
false
false
false
false
false
low
72,814,914
How to make monochrome emoji to colorful emoji in Android Studio editor Windows?
<p>I can't figure out how to display colorful emoji in Android Studio IDE.</p> <p>All emoji color is green and I'm not able to figure out which emoji is which...</p> <p><a href="https://i.stack.imgur.com/7eT8d.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/7eT8d.png" alt="All emoji color is green an...
I can't figure out how to display colorful emoji in Android Studio IDE. All emoji color is green and I'm not able to figure out which emoji is which...
android-studio|intellij-idea|emoji|jetbrains-ide
0
2022-06-30T11:22:48.457Z
2,022
6
11
3
28
0
151
80
4
0
false
true
false
false
false
false
zero
72,815,007
Android How to save a String from edittext into an array?
<pre><code>package com.example.addarray; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.TextView; import java.util.Arrays; public class MainActivity extends AppCompatActivity { ...
[CODE] I would like to add the input from the edit text into an array upon each click of the button, however, the element of the array only displayed null as shown in the picture. Is there any way to fix it? Thank you.
java|android|android-studio
-1
2022-06-30T11:30:23.733Z
2,022
6
11
3
62
1
218
57
3
1
true
false
false
false
false
true
negative
72,815,029
Firebase Cloud Functions x Emulator x Unity
<p>I am trying to call Firebase Cloud Functions from my C# Unity app to my Emulator. Found this thread from firebase <a href="https://firebase.google.com/docs/functions/local-emulator#instrument_your_app_to_talk_to_the_emulators" rel="nofollow noreferrer">https://firebase.google.com/docs/functions/local-emulator#instru...
I am trying to call Firebase Cloud Functions from my C# Unity app to my Emulator. Found this thread from firebase https://firebase.google.com/docs/functions/local-emulator#instrument_your_app_to_talk_to_the_emulators The code in the link is in Java, i tried to change it to C# but its not working. I've tried these: [COD...
android|firebase|unity3d
0
2022-06-30T11:31:51.353Z
2,022
6
11
3
46
0
558
43
3
3
true
true
false
false
false
false
zero
72,815,050
Android NAvigation with BottomNavigationView does not save UI state
<p>I have a Fragment with bottom tabs named <strong>TabsFragment</strong></p> <pre><code>class BottomTabsFragment : Fragment(R.layout.fragment_tabs) { private val bottomNavigationView: BottomNavigationView by lazy { requireView().findViewById(R.id.bottom_navigation_view) } private val tabsNavigation...
I have a Fragment with bottom tabs named TabsFragment [CODE] Here is a menu for bottom navigation view: [CODE] Graph for bottom menu: [CODE] Everything is done according Google tutorials and samples and it does not work. Only 1 default fragment that is setted as StartDestination is saved (Becouse it is in stack to be d...
android|navigation|android-jetpack
1
2022-06-30T11:33:36.177Z
2,022
6
11
3
31
0
523
67
3
3
true
true
false
false
false
false
low
72,815,090
Abstract room database implementation not found dagger hilt
<p>I am new to Android dev and need to build my first project for university. The university was using the old XML version with Java, but I wanted to learn Compose so I learnt Kotlin.</p> <p>Now after getting everything setup, I am trying to use hiltViewModel() method to inject the view model inside the composable func...
I am new to Android dev and need to build my first project for university. The university was using the old XML version with Java, but I wanted to learn Compose so I learnt Kotlin. Now after getting everything setup, I am trying to use hiltViewModel() method to inject the view model inside the composable function and I...
kotlin|mvvm|android-jetpack-compose|viewmodel|dagger-hilt
0
2022-06-30T11:36:25.447Z
2,022
6
11
3
165
1
1,788
59
5
11
true
false
false
false
false
false
zero
72,815,282
I am Struggling in Room DB How i get specific values from multiple columns?
<p>I want to create a student attendance app where i created an room db now i want user can add classes like 5, 6 , 7 std and also in the classes user can add student then how can i get this by using room db</p> <p>this is my code</p> <p>stuclass.java</p> <blockquote> <pre><code>package android.pass.attendanceapp; </c...
I want to create a student attendance app where i created an room db now i want user can add classes like 5, 6 , 7 std and also in the classes user can add student then how can i get this by using room db this is my code stuclass.java [CODE] import androidx.room.ColumnInfo; import androidx.room.Entity; import androidx....
java|android
0
2022-06-30T11:50:13.663Z
2,022
6
11
3
18
0
1,563
75
2
6
true
true
false
false
false
false
zero
72,815,347
i try to create the interface but running it shows this error i tried to create it again on a new project but it still shows this error someone
<p>E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.login, PID: 28045 java.lang.RuntimeException: Canvas: trying to draw too large(178305600bytes) bitmap. at android.view.DisplayListCanvas.throwIfCannotDraw(DisplayListCanvas.java:229) at android.view.RecordingCanvas.drawBitmap(RecordingCanvas.java:97) at an...
E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.login, PID: 28045 java.lang.RuntimeException: Canvas: trying to draw too large(178305600bytes) bitmap. at android.view.DisplayListCanvas.throwIfCannotDraw(DisplayListCanvas.java:229) at android.view.RecordingCanvas.drawBitmap(RecordingCanvas.java:97) at andro...
java|android
0
2022-06-30T11:54:21.097Z
2,022
6
11
3
15
0
3,515
143
2
0
false
true
false
false
false
false
zero
72,815,413
How can i change back image like there?
<p>I open behavior and add a call back to hide it. It works well. So I'd like to change the back image also.</p> <p><a href="https://i.stack.imgur.com/HAWtc.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/HAWtc.png" alt="enter image description here" /></a> <a href="https://i.stack.imgur.com/yCZui.pn...
I open behavior and add a call back to hide it. It works well. So I'd like to change the back image also.
android|kotlin|navigation
0
2022-06-30T11:58:24.197Z
2,022
6
11
3
65
0
105
39
3
0
false
true
false
false
false
false
zero
72,815,553
Flutter fails to install sample app on emulator
<p>I follow <a href="https://docs.flutter.dev/get-started/test-drive?tab=vscode#create-app" rel="nofollow noreferrer">https://docs.flutter.dev/get-started/test-drive?tab=vscode#create-app</a> to create a simple app. While it runs from my VSCode on Ubuntu 22.04, I have not been able to run it on any of the emulator.</p>...
I follow https://docs.flutter.dev/get-started/test-drive?tab=vscode#create-app to create a simple app. While it runs from my VSCode on Ubuntu 22.04, I have not been able to run it on any of the emulator. [CODE] [CODE] [CODE] It works momentarily after I wipe data from Android Studio Device Manager but subsequent launch...
android|flutter|android-emulator|apk|adb
0
2022-06-30T12:07:49.420Z
2,022
6
12
3
77
0
426
47
5
3
true
true
false
false
false
false
zero
72,815,621
Android Icon Pack - How to assign an Icon with activity name null
<p>I'm currently making an icon pack for android. I've already finished all apps that have an activity name (for example com.google.android.googlequicksearchbox/com.google.android.googlequicksearchbox.SearchActivity). Now I have the problem that some apps have no activity name respectively &quot;null&quot;. What do I h...
I'm currently making an icon pack for android. I've already finished all apps that have an activity name (for example com.google.android.googlequicksearchbox/com.google.android.googlequicksearchbox.SearchActivity). Now I have the problem that some apps have no activity name respectively &quot;null&quot;. What do I have...
android|android-studio|android-activity
0
2022-06-30T12:13:05.157Z
2,022
6
12
3
21
0
371
65
3
0
false
true
false
false
false
false
zero
72,815,761
How to keep running an application in background in Android Wear(Galaxy watch 4) using Kotlin
<p>I am collecting raw sensor data (HeartRate, accelerometer, gyroscope, etc.) with Samsung Watch 4. I need to run my data collection application continuously in the background. However, it seems the watch OS kills the application after some time.</p> <p>So my question is - <strong>How can I keep my application runnin...
I am collecting raw sensor data (HeartRate, accelerometer, gyroscope, etc.) with Samsung Watch 4. I need to run my data collection application continuously in the background. However, it seems the watch OS kills the application after some time. So my question is - How can I keep my application running in the background...
android|kotlin|wear-os|background-service
4
2022-06-30T12:22:45.080Z
2,022
6
12
3
252
2
383
93
4
0
false
false
false
false
false
false
low
72,815,972
Android Room windows functions not recognized
<p>I'm using API 31 with Room v2.4.2 and SQLite v3.32.2 which is supposed to support window functions. But a simple query like this</p> <pre><code>select *, row_number() over(order by id) from mytable </code></pre> <p>produces the following error at <code>over(</code></p> <pre><code>&lt;compound operator&gt;, FROM, GRO...
I'm using API 31 with Room v2.4.2 and SQLite v3.32.2 which is supposed to support window functions. But a simple query like this [CODE] produces the following error at over( [CODE] What's wrong with that?
android-sqlite|android-room
0
2022-06-30T12:36:40.920Z
2,022
6
12
3
21
0
204
45
2
2
true
true
false
false
false
false
zero
72,816,012
How to set onClick function in xml include layout using viewBinding MVVM
<p>How to achieve onclick event in include layout in MVVM architecture</p> <p>we have a layout Y includes in layout X</p> <blockquote> <p>sample layout X (activity_main.xml)</p> </blockquote> <pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;layout xmlns:android=&quot;http://schemas.androi...
How to achieve onclick event in include layout in MVVM architecture we have a layout Y includes in layout X sample layout X (activity_main.xml) [CODE] sample layout Y (toolbar_layout.xml) [CODE] in the above scenario, the click function is not working, how to achieve this with viewBinding without depending on dataBindi...
android|mvvm|android-databinding|android-mvvm|android-viewbinding
0
2022-06-30T12:39:27.767Z
2,022
6
12
3
47
1
323
72
5
2
true
false
false
false
false
false
zero
72,816,030
MissingPluginException (MissingPluginException(No implementation found for method Firebase#initializeCore on channel plugins.flutter.io/firebase_core)
<pre><code>import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:todo_firebase/auth/authscreen.dart'; import 'package:firebase_core/firebase_core.dart'; import 'package:todo_firebase/screens/home.dart'; void mai...
[CODE] This is my main.dart code. I get the following output at 'await Firebase.initializeApp()': MissingPluginException (MissingPluginException(No implementation found for method Firebase#initializeCore on channel plugins.flutter.io/firebase_core)) I'm trying to make a daily task app but whenever I execute it using VS...
android|flutter|visual-studio-code|plugins
0
2022-06-30T12:40:22.470Z
2,022
6
12
3
500
3
588
150
4
1
true
false
false
false
false
false
zero
72,816,126
Emojis not rendering with itextpdf
<p>I try to generate a pdf with <code>com.itextpdf</code> in android / java. Basically, (text) chat messages shall be transferred to the pdf for archiving the chat.</p> <p>Using <code>com.itextpdf</code> works fine for text only messages using the font included in <code>com.itextpdf</code>. Unfortunately, emojis are no...
I try to generate a pdf with com.itextpdf in android / java. Basically, (text) chat messages shall be transferred to the pdf for archiving the chat. Using com.itextpdf works fine for text only messages using the font included in com.itextpdf . Unfortunately, emojis are not covered by these fonts and therefore will not ...
android|itext|pdf-generation|emoji
0
2022-06-30T12:47:37.157Z
2,022
6
12
3
73
0
886
34
4
1
true
true
false
false
false
false
zero
72,816,173
How add the same startMargin to toolbar's title as at toolbar with navigateIcon
<p>If I set navigateIcon to ToolBar, toolbar's title goes a little to the right. How can I place a title exactly in the same place on Toolbar with no icon?</p> <p>I tried setTitleMargin() methode, but it's not correct to set exact value to margins.</p>
If I set navigateIcon to ToolBar, toolbar's title goes a little to the right. How can I place a title exactly in the same place on Toolbar with no icon? I tried setTitleMargin() methode, but it's not correct to set exact value to margins.
android|toolbar
0
2022-06-30T12:51:39.997Z
2,022
6
12
3
25
0
238
79
2
0
false
true
false
false
false
false
zero
72,816,251
Android SeekBar - how to set increment step
<p>I want to use <code>SeekBar</code> to pick time. I have startDate and endDate. Difference in time is set as <code>seekbar.max</code> (could be for example 850 minutes(int 850)). And I want to increment this progress by 15 minutes.</p> <p>How can I setup that? I tried to setup <code>seekbar.incrementProgressBy(15)</c...
I want to use SeekBar to pick time. I have startDate and endDate. Difference in time is set as seekbar.max (could be for example 850 minutes(int 850)). And I want to increment this progress by 15 minutes. How can I setup that? I tried to setup seekbar.incrementProgressBy(15) but its not working, its still incrementing ...
android|android-seekbar
2
2022-06-30T12:57:37.913Z
2,022
6
12
3
53
2
537
43
2
1
true
false
false
false
false
false
low
72,816,356
DotNet MAUI Blazor App build with razor class library (Android/iOS)
<p>Certificate configured as per the guide-line. We are able to generate build without razor class library. When we try to generate build with razor class getting below error.</p> <pre><code>dotnet\sdk\6.0.400-preview.22301.10\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResoluti on.targets(267,5): error N...
Certificate configured as per the guide-line. We are able to generate build without razor class library. When we try to generate build with razor class getting below error. [CODE] Tried with below options Removed obj folder Restore Nuget Package Visual Studio update MSBuild update Added <RuntimeIdentifier>android-arm64...
c#|android|visual-studio|build|maui-blazor
0
2022-06-30T13:05:22.497Z
2,022
6
13
3
202
1
420
67
5
1
true
false
false
false
false
false
zero
72,816,361
Draw string on a button
<p>I want do draw a custom string on the bottom right of an button with an PlatformEffect. Prefer to use an effect to be more flexible and apply this only to specific buttons and not application wide. The buttons are created dynamically without xaml.</p> <p>Is this possible or do i need to create a custom button + rend...
I want do draw a custom string on the bottom right of an button with an PlatformEffect. Prefer to use an effect to be more flexible and apply this only to specific buttons and not application wide. The buttons are created dynamically without xaml. Is this possible or do i need to create a custom button + renderer? Than...
c#|android|xamarin|button|xamarin.forms
-1
2022-06-30T13:05:45.787Z
2,022
6
13
3
88
2
323
23
5
0
false
false
false
false
false
true
negative
72,816,443
Grouping list by object except one field
<p>I have to group list items if the items fields are the same. Above in my code, it works what I want if every id is the same. But product ids are unique. For that reason, I cant make the right grouping.</p> <p>Here I wrote an example product model but original product model has 20+ fields and some of them are object ...
I have to group list items if the items fields are the same. Above in my code, it works what I want if every id is the same. But product ids are unique. For that reason, I cant make the right grouping. Here I wrote an example product model but original product model has 20+ fields and some of them are object list. Prod...
java|android|kotlin|grouping
0
2022-06-30T13:11:40.727Z
2,022
6
13
3
71
2
492
40
4
3
true
false
false
false
false
false
zero
72,816,579
Android Studio not building or running my project
<p>I just downloaded Android Studio and I chose the empty template, so there is not anything I have added to the code. The problem is when I run the app on an external device or build it, it doesnt work and it gives me an error. <code>Cause: invalid date string: Unparseable date: &quot;bb`fc`acaacgGMT+00:00&quot;</code...
I just downloaded Android Studio and I chose the empty template, so there is not anything I have added to the code. The problem is when I run the app on an external device or build it, it doesnt work and it gives me an error. Cause: invalid date string: Unparseable date: &quot;bb`fc`acaacgGMT+00:00&quot; I searched for...
android|android-studio|android-developer-api
0
2022-06-30T13:20:32.700Z
2,022
6
13
3
30
1
492
49
3
0
false
false
false
false
false
false
zero
72,816,718
Android Notification Issue after last Android Update Pushy.me API
<p>I'm new to Android &amp; also to Java....</p> <p>I'm trying to get the <strong>Example of Pushy.me</strong>, it <strong>was working fine before</strong> I downloaded yesterday the last 2 <strong>Android Updates</strong>(yes I did update too late)...</p> <p><em>New thing from Update:</em> <strong>One UI 4.1</strong><...
I'm new to Android & also to Java.... I'm trying to get the Example of Pushy.me , it was working fine before I downloaded yesterday the last 2 Android Updates (yes I did update too late)... New thing from Update: One UI 4.1 Now it's just doing nothing Maybe someone knows where I'm wrong.... Here is the Code &quot;PushR...
android|notifications|broadcastreceiver|pushy
0
2022-06-30T13:29:26.210Z
2,022
6
13
3
95
2
1,973
65
4
2
true
false
false
false
false
false
zero
72,816,899
Using Toggle in a password field in jetpack compose
<p>I am trying to use toggle in a password field. This is my code so far but for some reason it wont work. How can I achieve toggling a password as in this image? Much appreciated!</p> <p>Image: <a href="https://gyazo.com/5ad35b44dc955e0846c68f61ec9630b0" rel="nofollow noreferrer">https://gyazo.com/5ad35b44dc955e0846c6...
I am trying to use toggle in a password field. This is my code so far but for some reason it wont work. How can I achieve toggling a password as in this image? Much appreciated! Image: https://gyazo.com/5ad35b44dc955e0846c68f61ec9630b0 [CODE] [CODE]
toggle|android-jetpack-compose
1
2022-06-30T13:43:01.880Z
2,022
6
13
3
65
2
249
51
2
2
true
false
false
false
false
false
low
72,817,066
How to scale the camera preview to any given dimensions or shapes in a translucent background using Jetpack Compose
<p>I have a dialog fragment with a translucent background. I want to place a camera preview on this dialog fragment either in the shape of a circle or a square.</p> <p>On setting the scale type as <strong><code>PreviewView.ScaleType.FIT_CENTER</code></strong>, the preview is as follows:</p> <p><a href="https://i.stack....
I have a dialog fragment with a translucent background. I want to place a camera preview on this dialog fragment either in the shape of a circle or a square. On setting the scale type as PreviewView.ScaleType.FIT_CENTER , the preview is as follows: camera preview with black borders Whereas, if I were to set the scale t...
android|kotlin|android-jetpack-compose|android-camerax
1
2022-06-30T13:54:36.317Z
2,022
6
13
3
41
0
852
115
4
1
true
true
false
false
false
false
low
72,817,067
Current read to android internal storage
<p>We wanted to accelerate our data processing by running concurrent select from a device database.</p> <p>My question is, from hardware perspective, <strong>will concurrent select be faster?</strong></p> <p>I suppose yes because there is no physical stuff in mobile storage like hard disk, but from our experiment, runn...
We wanted to accelerate our data processing by running concurrent select from a device database. My question is, from hardware perspective, will concurrent select be faster? I suppose yes because there is no physical stuff in mobile storage like hard disk, but from our experiment, running select from device database wi...
android
0
2022-06-30T13:54:37.657Z
2,022
6
13
3
16
0
404
40
1
0
false
true
false
false
false
false
zero
72,817,167
Android Emulator have blurry fonts
<p>I am using android emulator but the fonts in the virtual OS having blurry and broken fonts on every corner of the app.</p> <p>They also having graphics issue all over the virtual operating system.</p> <p>Strange thing about this issue is that when I take a screenshot of the emulator using windows snapshot tool I see...
I am using android emulator but the fonts in the virtual OS having blurry and broken fonts on every corner of the app. They also having graphics issue all over the virtual operating system. Strange thing about this issue is that when I take a screenshot of the emulator using windows snapshot tool I see blur and broken ...
android-emulator|adb
0
2022-06-30T14:00:31.213Z
2,022
6
14
3
126
0
710
34
2
0
false
true
false
false
false
false
zero
72,817,176
In Android, how can Elevation cast a shadow outside of a given view's size?
<p>I'm making a CustomShadowLayout.</p> <p>I succeeded in implementing the shadow, but the shadow is cut off.</p> <p>Add <code>android:clipChildren=&quot;false&quot;</code> to the parent layout will draw the shadows normally.</p> <p>However, shadows using <code>CardView</code> and <code>android:elevation=&quot;dp&quot;...
I'm making a CustomShadowLayout. I succeeded in implementing the shadow, but the shadow is cut off. Add android:clipChildren=&quot;false&quot; to the parent layout will draw the shadows normally. However, shadows using CardView and android:elevation=&quot;dp&quot; will show normally regardless of the value of clipChild...
android
0
2022-06-30T14:01:03.537Z
2,022
6
14
3
71
0
486
75
1
0
false
true
false
false
false
false
zero
72,817,250
App name in main activity doesn't appear in Android Studio
<p>Im make a basic activity but the label doesn't appears</p> <p>I write in <code>AndroidManifest.xml</code></p> <pre><code>&lt;activity android:name=&quot;.MainActivity&quot; android:exported=&quot;true&quot; android:label=&quot;@string/app_name&quot; android:theme=&quot;@style/Theme.Pe...
Im make a basic activity but the label doesn't appears I write in AndroidManifest.xml [CODE] and this is my strings.xml [CODE] Anyone can tell me about this,if can make it,please tell me how to do?Thanks!
android-studio
0
2022-06-30T14:07:10.217Z
2,022
6
14
3
13
0
204
58
1
2
true
true
false
false
false
false
zero
72,817,359
Why action bar appears in AVD but not in Physical device?
<p>I am building a bus ticket booking app. The action bar on top appears in my AVD, but it doesn't appear in my physical device. <a href="https://i.stack.imgur.com/av8LD.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/av8LD.jpg" alt="Sign In page in AVD" /></a></p> <p><a href="https://i.stack.imgur.c...
I am building a bus ticket booking app. The action bar on top appears in my AVD, but it doesn't appear in my physical device. The themes.xml file [CODE]
java|android|xml|android-actionbar
0
2022-06-30T14:13:35.353Z
2,022
6
14
3
33
1
152
57
4
1
true
false
false
false
false
false
zero
72,817,369
How does Android WebView handle data?
<p>Android's WebView can use local storage, service workers, IndexedDB and many other features. However I have not been able to find any information regarding where this data is stored and when it is be cleared out.</p> <p>With some tests I've been able to determine that they are not stored in the cache (since I can de...
Android's WebView can use local storage, service workers, IndexedDB and many other features. However I have not been able to find any information regarding where this data is stored and when it is be cleared out. With some tests I've been able to determine that they are not stored in the cache (since I can delete the c...
android|webview|local-storage
1
2022-06-30T14:14:22.383Z
2,022
6
14
3
31
0
682
37
3
1
true
true
false
false
false
false
low
72,817,380
how can extension open newtab with geckoview?
<p>i already do this</p> <pre><code>@Nullable @Override public GeckoResult&lt;AllowOrDeny&gt; onInstallPrompt(@NonNull WebExtension extension) { extension.setTabDelegate(new WebExtension.TabDelegate() { @Nullable @Override ...
i already do this [CODE] But log still show [CODE] i guess the main reason is No listener for GeckoView:BrowserAction:Update. how can i Register to listener for GeckoView:BrowserAction:Update?
android|firefox|firefox-addon|firefox-addon-webextensions|geckoview
0
2022-06-30T14:15:24.957Z
2,022
6
14
3
31
0
192
45
5
2
true
true
false
false
false
false
zero
72,817,452
How to compress file in android studio to upload in cloud?
<p>I am using AWS Amplify as my backend and I'm using amplify S3 to store image and video.But I want to upload files in best possible compression(Example 1.5mb-&gt;120kb).Can anyone suggest me what is the best method for that? My code:</p> <pre><code> try { InputStream exampleInputStream = getC...
I am using AWS Amplify as my backend and I'm using amplify S3 to store image and video.But I want to upload files in best possible compression(Example 1.5mb->120kb).Can anyone suggest me what is the best method for that? My code: [CODE]
java|android|amazon-web-services|amazon-s3|uri
0
2022-06-30T14:19:38.163Z
2,022
6
14
3
101
1
236
58
5
1
true
false
false
false
false
false
zero
72,817,512
How to navigate from FragmentA to FragmentB in viewPager from FragmentA class?
<p>I have a viewPager in <code>MainActivity</code> and have 2 fragments <code>FragmentOne</code> and <code>FragmentTwo</code>. In my <code>FragmentOne</code> I have a button that suppose to redirect user and open <code>FragmentTwo</code>. I know how to make it from parent <code>MainActivity</code>. But the trigger happ...
I have a viewPager in MainActivity and have 2 fragments FragmentOne and FragmentTwo . In my FragmentOne I have a button that suppose to redirect user and open FragmentTwo . I know how to make it from parent MainActivity . But the trigger happens in FragmentOne . So how to achieve that directly from FragmentOne to Fragm...
android|android-viewpager2
0
2022-06-30T14:23:38.310Z
2,022
6
14
3
32
1
328
78
2
0
false
false
false
false
false
false
zero
72,817,549
How can I create a simple count down timer in HH:MM:SS and show them in a Lazy Column
<p>I was learning jetpack compose and I can't seem to get my head around how to create a simple countDownTimer. What I want to do is create a countDownTimer that accepts three inputs from the user (hours, minutes, and seconds), and then when I click on the start button I want to show the timer in a LazyColomun . Any li...
I was learning jetpack compose and I can't seem to get my head around how to create a simple countDownTimer. What I want to do is create a countDownTimer that accepts three inputs from the user (hours, minutes, and seconds), and then when I click on the start button I want to show the timer in a LazyColomun . Any link ...
android|kotlin|android-jetpack-compose|android-jetpack|countdowntimer
0
2022-06-30T14:26:51.890Z
2,022
6
14
3
112
1
386
85
5
0
false
false
false
false
false
false
zero
72,817,589
Not able to activate a product id for in-app billing in my google play console
<p>I have an application where i added in-app billing library and setup of code is done , i have uploaded my aab file to closed testing and the app has been reviewed and approved , when i create a product id and try to activate , i keep getting errors , if anyone could help with this , Thank you</p> <ul> <li>When i cli...
I have an application where i added in-app billing library and setup of code is done , i have uploaded my aab file to closed testing and the app has been reviewed and approved , when i create a product id and try to activate , i keep getting errors , if anyone could help with this , Thank you When i click on 'Activate'...
android|kotlin|in-app-billing|play-billing-library
0
2022-06-30T14:29:38.443Z
2,022
6
14
3
44
1
403
78
4
1
true
false
false
false
false
false
zero
72,817,615
webview going under the toolbar
<p>As the title implies the WebView is under th toolbar. When I started the project the toolbar appears in the app but is not coded. This toolbar behaves badly as when I access a full screen video and then I go back a white space apperas between the statusbar and the toolbar. Enter the coded toolbar.</p> <p>Java code:<...
As the title implies the WebView is under th toolbar. When I started the project the toolbar appears in the app but is not coded. This toolbar behaves badly as when I access a full screen video and then I go back a white space apperas between the statusbar and the toolbar. Enter the coded toolbar. Java code: [CODE] Lay...
android|android-layout|android-webview|android-toolbar|android-fullscreen
0
2022-06-30T14:31:19.460Z
2,022
6
14
3
80
2
330
31
5
2
true
false
false
false
false
false
zero
72,817,675
Implement ad banner in Fragment android
<p>I have managed to implement the anchored adaptive banner as explained in this tutorial (<a href="https://developers.google.com/ad-manager/mobile-ads-sdk/android/banner/anchored-adaptive" rel="nofollow noreferrer">anchored adaptive banner</a>). First within an Activity and then within a Fragment.</p> <pre><code>overr...
I have managed to implement the anchored adaptive banner as explained in this tutorial ( anchored adaptive banner ). First within an Activity and then within a Fragment. [CODE] Then I have the following in my fragment class: [CODE] I am using single activity with navigation component. When I start the app, the ads are ...
android|kotlin|android-fragments|admob
0
2022-06-30T14:35:54.267Z
2,022
6
14
3
87
0
420
39
4
2
true
true
false
false
false
false
zero
72,817,864
I am adding an ImageView in android app in android studio. The image size is 1.93MB. When I am running the AVD, app is getting closed due to an error
<p>This is the error I am getting : java.lang.RuntimeException: Canvas: trying to draw too large(115781908bytes) bitmap.</p> <p>Is there any way by which I can fix this without reducing the image quality?</p>
This is the error I am getting : java.lang.RuntimeException: Canvas: trying to draw too large(115781908bytes) bitmap. Is there any way by which I can fix this without reducing the image quality?
android|android-studio|kotlin|mobile-development
0
2022-06-30T14:50:25.437Z
2,022
6
14
3
32
2
194
149
4
0
false
false
false
false
false
false
zero
72,818,005
How to solve android retrofit post image error 500
<p>So I tried to upload image with multipart but i received 500 error code. I've tried it on postman and it worked well and it worked too with this code but without image. Am I wrong at multipart thing?</p> <p>ApiService <a href="https://i.stack.imgur.com/oZfp5.png" rel="nofollow noreferrer"><img src="https://i.stack.i...
So I tried to upload image with multipart but i received 500 error code. I've tried it on postman and it worked well and it worked too with this code but without image. Am I wrong at multipart thing? ApiService Filepath MediaType Swagger
java|android|kotlin|retrofit|retrofit2
0
2022-06-30T14:59:55.540Z
2,022
6
14
3
45
1
237
50
5
0
false
false
false
false
false
false
zero
72,818,046
I cant move any elements in the layout (Android Studio)
<p>I cant move any elements in the layout (android studio) for some reason.. I searched alot and nothing worked with me. All text views or buttons (all elements) stays top-left and I cant move them or even resize them... Whats the solution for that? And if I tried to resize the button it fills up the whole screen.</p> ...
I cant move any elements in the layout (android studio) for some reason.. I searched alot and nothing worked with me. All text views or buttons (all elements) stays top-left and I cant move them or even resize them... Whats the solution for that? And if I tried to resize the button it fills up the whole screen. thats t...
android|android-studio
0
2022-06-30T15:02:09.007Z
2,022
6
15
3
33
1
332
55
2
0
false
false
false
false
false
false
zero
72,818,194
Class cast exception between parent and child classes
<p>I waas develop an app in kotlin, when I get to the following error:</p> <p><a href="https://i.stack.imgur.com/b9GA4.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/b9GA4.png" alt="enter image description here" /></a></p> <p>rise by the following check in the first line:</p> <pre><code>(it.response...
I waas develop an app in kotlin, when I get to the following error: rise by the following check in the first line: [CODE] and the arquitecture of the clases in the app is this: [CODE] and their parent: [CODE] Have this any sense? Because I being using this kind of cast along the app, and it's works until now So if you ...
android|kotlin
0
2022-06-30T15:13:08.840Z
2,022
6
15
3
71
2
382
53
2
3
true
false
false
false
false
false
zero
72,818,196
Grey screen flutter
<p>I have a grey screen whenever I try to launch the app (I am using Flutlab. I have enabled Internet permission in Manifest files.) I have also erased Expanded() inside the Widget. Can you please point out what could be causing this issue? Here are the version: 1.0.0+1 and the environment: sdk: &quot;&gt;=2.12.0 &lt;3...
I have a grey screen whenever I try to launch the app (I am using Flutlab. I have enabled Internet permission in Manifest files.) I have also erased Expanded() inside the Widget. Can you please point out what could be causing this issue? Here are the version: 1.0.0+1 and the environment: sdk: &quot;>=2.12.0 <3.0.0&quot...
android|flutter|dart
0
2022-06-30T15:13:19.887Z
2,022
6
15
3
42
1
409
19
3
1
true
false
false
false
false
false
zero
72,818,355
Problem inicializacting native SDK on Flutter: java.lang.UnsatisfiedLinkError: No implementation found for java.lang.Object
<p>I am trying to integrate an SDK from the company TUYA (Smart Life App SDK) into a Flutter project as a native SDK using Java. I followed the steps that are posted on the <a href="https://developer.tuya.com/en/docs/app-development/integrated?id=Ka69nt96cw0uj" rel="nofollow noreferrer">official website</a>, with some ...
I am trying to integrate an SDK from the company TUYA (Smart Life App SDK) into a Flutter project as a native SDK using Java. I followed the steps that are posted on the official website , with some adaptations to make it work in a Flutter project. When all the integration is done, build of the app is ok and I try to I...
java|android|flutter|sdk|tuya
1
2022-06-30T15:25:31.670Z
2,022
6
15
3
200
1
2,965
123
5
0
false
false
false
false
false
false
low
72,818,406
How do I get my virtual device to show on the "device selected" dropdown menu in Android Studio?
<p>When I have my emulator running, I am unable to select the virtual device from the dropdown menu where it initially says <code>&quot;&lt;no device selected&gt;&quot;.</code> Please can someone tell me how I can resolve this issue?</p> <p><a href="https://i.stack.imgur.com/qoseB.png" rel="nofollow noreferrer"><img sr...
When I have my emulator running, I am unable to select the virtual device from the dropdown menu where it initially says &quot;<no device selected>&quot;. Please can someone tell me how I can resolve this issue?
flutter|android-studio
0
2022-06-30T15:28:41.140Z
2,022
6
15
3
21
0
211
96
2
0
false
true
false
false
false
false
zero
72,818,549
Multiple devices issue in tcpip
<p>I'm using termux in Android I connect my using tcpip I can't excute command reason show multiple devices connected adb devices List of devices attached emulator-5554 device</p>
I'm using termux in Android I connect my using tcpip I can't excute command reason show multiple devices connected adb devices List of devices attached emulator-5554 device
android|terminal|tcp
0
2022-06-30T15:39:39.153Z
2,022
6
15
3
32
1
172
31
3
0
false
false
false
false
false
false
zero
72,818,759
Carriage return text resource in Jetpack Compose
<p>I have some text in a format like this... Text1\nText2\nText3\nText4\nText5</p> <p>and I want to convert it to a bulleted list in Jetpack Compose. Any ideas?</p>
I have some text in a format like this... Text1\nText2\nText3\nText4\nText5 and I want to convert it to a bulleted list in Jetpack Compose. Any ideas?
android|text|android-jetpack-compose
-1
2022-06-30T15:55:52.683Z
2,022
6
15
3
42
1
150
48
3
0
false
false
false
false
false
true
negative
72,818,809
Use %userprofile% in android build.gradle
<p>I would like to use the equivilant of %userprofile% in my build.gradle file to specify the buildDir path. I have already unsuccessfully tried <strong>%userprofile%, System.getenv('HOME') and $System.env.HOME</strong> amoung which both last ones simply returned &quot;null&quot;</p> <p>Is there at all a way to get the...
I would like to use the equivilant of %userprofile% in my build.gradle file to specify the buildDir path. I have already unsuccessfully tried %userprofile%, System.getenv('HOME') and $System.env.HOME amoung which both last ones simply returned &quot;null&quot; Is there at all a way to get the %userprofile% path in the ...
android|gradle|android-gradle-plugin|build.gradle|gradle-plugin
0
2022-06-30T16:00:16.550Z
2,022
6
16
3
29
1
338
41
5
0
false
false
false
false
false
false
zero
72,818,873
React native can't featch pagination data and getting render error
<p>I am trying to get pagination data. first, it will get data from <code>https://myapi/?page=1</code> then <code>https://myapi/?page=2</code> <code>https://myapi/?page=3</code> something like that but don't understand why I am getting this error</p> <pre><code>TypeError: undefined is not an object (evaluating 'iter[S...
I am trying to get pagination data. first, it will get data from https://myapi/?page=1 then https://myapi/?page=2 https://myapi/?page=3 something like that but don't understand why I am getting this error [CODE] here is my code: [CODE] here is my API response look like: [CODE]
javascript|android|reactjs|react-native
0
2022-06-30T16:05:01.713Z
2,022
6
16
3
27
1
277
66
4
3
true
false
false
false
false
false
zero
72,819,036
Unable to use USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER permission signed Android app
<p>for my use cases I needed to extract non-resettable hardware information like IMEI, MAC from android devices.</p> <p>As per the android docs for getting IMEI <a href="https://developer.android.com/reference/android/telephony/TelephonyManager#getImei(int)" rel="nofollow noreferrer">https://developer.android.com/refer...
for my use cases I needed to extract non-resettable hardware information like IMEI, MAC from android devices. As per the android docs for getting IMEI https://developer.android.com/reference/android/telephony/TelephonyManager#getImei(int) It says the method can be invoked if one of the following requirements is met. an...
android|security|android-permissions|telephonymanager|imei
0
2022-06-30T16:19:22.873Z
2,022
6
16
3
84
1
1,154
79
5
2
true
false
false
false
false
false
zero
72,819,044
How to auto-play videos like in youtube app on flutter?
<p>I wanted to create a flutter app just like youtube, I want my app to have an infinite scrolling list of cards where by default the card will display an image. If the user stops scrolling, then only the first card in the viewport will start playing a video. The video should only play while the card is visible on the ...
I wanted to create a flutter app just like youtube, I want my app to have an infinite scrolling list of cards where by default the card will display an image. If the user stops scrolling, then only the first card in the viewport will start playing a video. The video should only play while the card is visible on the scr...
android|flutter|flutter-packages
0
2022-06-30T16:20:08.327Z
2,022
6
16
3
273
2
545
55
3
0
false
false
false
false
false
false
zero
72,819,201
How can I open a user's camera and have it open, but NOT to take a photo on Android Studio
<p>I want to open the camera but not in photo form so I can add an overlay. I just need the camera to display what is shows but not to take the photo if that makes sense... How can I do this?</p>
I want to open the camera but not in photo form so I can add an overlay. I just need the camera to display what is shows but not to take the photo if that makes sense... How can I do this?
java|android
0
2022-06-30T16:33:31.367Z
2,022
6
16
3
29
1
188
90
2
0
false
false
false
false
false
false
zero
72,819,367
ImageButton - how to read the image ID?
<p>Sorry for the banal question, but I'm new to Android. I have such a problem. I have several ImageButton elements and I need to change their images depending on what is on them during onClick() event. While setting a new image is not a problem, I can not programmatically read what image is currently (the next image d...
Sorry for the banal question, but I'm new to Android. I have such a problem. I have several ImageButton elements and I need to change their images depending on what is on them during onClick() event. While setting a new image is not a problem, I can not programmatically read what image is currently (the next image depe...
java|android|android-studio|imagebutton
0
2022-06-30T16:47:49.603Z
2,022
6
16
3
35
1
483
39
4
1
true
false
false
false
false
false
zero
72,819,414
kaki library not included in kivy app when building with buildozer
<p>my problem is when i try to build kivy app with buildozer and finally done, but when opening app on android device and watching log with logcat command it says :</p> <pre><code>06-28 20:58:07.911 1644 1749 I python : ModuleNotFoundError: No module named 'kaki' </code></pre> <p>this is my code :</p> <pre><code>im...
my problem is when i try to build kivy app with buildozer and finally done, but when opening app on android device and watching log with logcat command it says : [CODE] this is my code : [CODE] tried to write kaki version in buildozer.spec file in requirements line : [CODE] and nothing different. One more thing am usin...
python|android|debugging|kivy|buildozer
0
2022-06-30T16:51:12.520Z
2,022
6
16
3
56
0
358
66
5
3
true
true
false
false
false
false
zero
72,819,509
Caused by: java.lang.IllegalStateException: Changes are not tracked, unable determine incremental changes
<p>when running my android project and how to know the cause of this error ? <a href="https://i.stack.imgur.com/wHkH7.png" rel="nofollow noreferrer">unable to determine</a></p> <ul> <li>Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:packageDebugResources'. at org.gradle.api.i...
when running my android project and how to know the cause of this error ? unable to determine Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:packageDebugResources'. at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:3...
java|android-studio|gradle|build.gradle
1
2022-06-30T16:59:39.253Z
2,022
6
16
3
242
1
12,640
105
4
0
false
false
false
false
false
false
low
72,819,540
why is my Gradle projects menu missing from android studio setting?
<p>when i go to the settings in android studio under build tools the Gradle menu which is generally there is missing(<a href="https://i.stack.imgur.com/bZfIq.png" rel="nofollow noreferrer">menu</a>)</p>
when i go to the settings in android studio under build tools the Gradle menu which is generally there is missing( menu )
flutter|android-studio
2
2022-06-30T17:02:12.423Z
2,022
6
17
3
38
1
121
67
2
0
false
false
false
false
false
false
low
72,819,578
Onbackpressed with dialog and check box don't show again
<p>When the user first opens the application and then presses the back button to exit the application, an alertdialog will appear to exit and provide a rating.</p> <p>I want to add a checkbox so that when the user has ticked then the alertdialog doesn't reappear when pressing the back button.</p> <p>I've tried it with ...
When the user first opens the application and then presses the back button to exit the application, an alertdialog will appear to exit and provide a rating. I want to add a checkbox so that when the user has ticked then the alertdialog doesn't reappear when pressing the back button. I've tried it with this code no luck...
checkbox|android-alertdialog|onbackpressed
0
2022-06-30T17:05:09.833Z
2,022
6
17
3
25
1
399
56
3
1
true
false
false
false
false
false
zero
72,819,655
Some text hidden with dots
<p>We are using Microsoft Bot Framework to build a bot that sends messages formatted as Adaptive Cards. And occasionally on Android devices some symbols in the text become replaced with dots. It looks like this:</p> <p><img src="https://i.stack.imgur.com/TK0h3.png" alt="screenshot with hidden letters" /></p> <p>We are ...
We are using Microsoft Bot Framework to build a bot that sends messages formatted as Adaptive Cards. And occasionally on Android devices some symbols in the text become replaced with dots. It looks like this: We are creating adaptive cards dynamically by using classes AdaptiveCard , AdaptiveTextBlock , AdaptiveElement ...
android|botframework|microsoft-teams|adaptive-cards
0
2022-06-30T17:11:00.170Z
2,022
6
17
3
79
0
1,134
26
4
0
false
true
false
false
false
false
zero
72,819,703
can upload newly signed app bundle to existing Google Play Store
<p>I have existing Android app on google play store.</p> <p>We create new app with new bundle id because we can't use old bundle id and we don't have source code. Now our testing period is over and want to replace existing app with upgrade screen with app decommission message.</p> <p>We have existing app's play store a...
I have existing Android app on google play store. We create new app with new bundle id because we can't use old bundle id and we don't have source code. Now our testing period is over and want to replace existing app with upgrade screen with app decommission message. We have existing app's play store account. So We wro...
flutter|android-keystore
0
2022-06-30T17:16:41.770Z
2,022
6
17
3
93
1
624
64
2
0
false
false
false
false
false
false
zero
72,819,716
Realtime GraphView scrolling locked
<p>I'm having some problems with scrolling in my GraphView right now. I'll give an example of the behaviour using this image:</p> <p><a href="https://i.stack.imgur.com/fAXg0.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/fAXg0.png" alt="enter image description here" /></a></p> <p>Pretend we want to ...
I'm having some problems with scrolling in my GraphView right now. I'll give an example of the behaviour using this image: Pretend we want to scroll left (to July 2018). We pull the graph right and the graph scrolls. Our viewport is now something like [May 2018, July 2018]. However, when I try to scroll left again (pre...
java|android|android-studio|graph|android-graphview
0
2022-06-30T17:18:06.143Z
2,022
6
17
3
17
0
1,032
35
5
2
true
true
false
false
false
false
zero
72,819,847
How to know when input TV changed from HDMI1 to HDMI2 programmatically?
<p>I am developing an app for &quot;GoogleTV&quot; and &quot;Chromecase with GoogleTV&quot;. My app needs to know when HDMI input changed to pause the video stream. I have found the following information about it for FireTV:</p> <p><a href="https://developer.amazon.com/docs/fire-tv/handling-hdmi-events.html#available-a...
I am developing an app for &quot;GoogleTV&quot; and &quot;Chromecase with GoogleTV&quot;. My app needs to know when HDMI input changed to pause the video stream. I have found the following information about it for FireTV: https://developer.amazon.com/docs/fire-tv/handling-hdmi-events.html#available-apis I tried the sam...
android|google-cast|google-tv
0
2022-06-30T17:31:36.533Z
2,022
6
17
3
30
0
615
71
3
0
false
true
false
false
false
false
zero
72,819,983
Room database not working-2 Errors See Description
<p><strong>When the app is ran, the following errors occur:</strong></p> <p><strong>Errors:</strong> C:\Users\John\AndroidStudioProjects\Todoit 2\app\build\tmp\kapt3\stubs\debug\com\example\todoit\data\TodoDao.java:11: error: Not sure how to handle insert method's return type. public abstract java.lang.Object addTodo(@...
When the app is ran, the following errors occur: Errors: C:\Users\John\AndroidStudioProjects\Todoit 2\app\build\tmp\kapt3\stubs\debug\com\example\todoit\data\TodoDao.java:11: error: Not sure how to handle insert method's return type. public abstract java.lang.Object addTodo(@org.jetbrains.annotations.NotNull() C:\Users...
android|kotlin|android-room
0
2022-06-30T17:43:04.070Z
2,022
6
17
3
59
1
812
50
3
9
true
false
false
false
false
false
zero
72,820,137
show the current position of the user on google maps with a marker and the positions of different stations received from the server
<p>hello everyone I am doing a university project and I have to show on google maps the railway stations received from the Server (with a marker and PolylineOptions) and the current position of the user (with a marker). The problem is showing the user's current location (the problem is the code shown in ** bold). My co...
hello everyone I am doing a university project and I have to show on google maps the railway stations received from the Server (with a marker and PolylineOptions) and the current position of the user (with a marker). The problem is showing the user's current location (the problem is the code shown in ** bold). My code ...
android|position|google-maps-markers
0
2022-06-30T17:56:39.903Z
2,022
6
17
3
32
0
468
131
3
1
true
true
false
false
false
false
zero
72,820,285
Image processing step for Mobilevit in android application
<p>My question is fairly simple and short. MobileViT is a mobile-friendly Transformer-based model for image classification and here is the link for it: <a href="https://keras.io/examples/vision/mobilevit/" rel="nofollow noreferrer">https://keras.io/examples/vision/mobilevit/</a></p> <p>I have used <a href="https://cola...
My question is fairly simple and short. MobileViT is a mobile-friendly Transformer-based model for image classification and here is the link for it: https://keras.io/examples/vision/mobilevit/ I have used https://colab.research.google.com/github/keras-team/keras-io/blob/master/examples/vision/ipynb/mobilevit.ipynb to t...
android|keras|deep-learning|image-classification
1
2022-06-30T18:10:49.450Z
2,022
6
18
3
56
0
1,043
58
4
0
false
true
false
false
false
false
low
72,820,395
How can I create this kinda layout in android studio
<p><img src="https://i.stack.imgur.com/Mh9lX.jpg" alt="1" /></p> <p>I'm not sure how to get image from image picker and add to a recycler view I'm pretty sure we can use recycler view for the images list and not sure how to make 1st image as cover image</p>
I'm not sure how to get image from image picker and add to a recycler view I'm pretty sure we can use recycler view for the images list and not sure how to make 1st image as cover image
java|android
0
2022-06-30T18:21:19.633Z
2,022
6
18
3
41
0
185
52
2
0
false
true
false
false
false
false
zero
72,820,399
After updating to Expo SDK 41 from Expo SDK 40, Android Studio won't start emulator
<p>I go to start emulator on my mac m1 and it'll bring up the phone emulator however my project is not uploaded to the phone.</p> <p>I am getting this error in the terminal:</p> <p>› Opening on Android... › Opening emulator Pixel_5_API_33 › Opening exp://172.16.100.190:19000 on Pixel_5_API_33 Couldn't start project on ...
I go to start emulator on my mac m1 and it'll bring up the phone emulator however my project is not uploaded to the phone. I am getting this error in the terminal: › Opening on Android... › Opening emulator Pixel_5_API_33 › Opening exp://172.16.100.190:19000 on Pixel_5_API_33 Couldn't start project on Android: Error ru...
react-native|android-studio|android-emulator|expo
0
2022-06-30T18:21:40.817Z
2,022
6
18
3
240
1
702
83
4
0
false
false
false
false
false
false
zero
72,820,531
How to get separators position in a recycler view
<p>I have this recycler view that uses a PagingDataAdapter that has separators added by insertSeparators. These separators contain a string with a date such as &quot;13 June&quot;. I need to get these separators positions but how can I do that since they are not exactly part of the recycler view? I need to be able to s...
I have this recycler view that uses a PagingDataAdapter that has separators added by insertSeparators. These separators contain a string with a date such as &quot;13 June&quot;. I need to get these separators positions but how can I do that since they are not exactly part of the recycler view? I need to be able to scro...
android|kotlin|android-recyclerview
0
2022-06-30T18:33:11.897Z
2,022
6
18
3
19
0
519
49
3
0
false
true
false
false
false
false
zero
72,820,557
How to use SpannableString in Kotlin MVVM
<p>I'm kinda stack with this scenario actually, Since I need to span some characters in my string, but still gives me a plain text. Do you guys have any suggestion here how to use <code>SpannableString</code> not directly using in <code>TextView</code> but instead assigning this to the <code>String</code> object and wi...
I'm kinda stack with this scenario actually, Since I need to span some characters in my string, but still gives me a plain text. Do you guys have any suggestion here how to use SpannableString not directly using in TextView but instead assigning this to the String object and will be use later on the TextView ? It is ob...
android|kotlin|mvvm|android-databinding
0
2022-06-30T18:35:20.370Z
2,022
6
18
3
121
1
590
41
4
3
true
false
false
false
false
false
zero
72,820,637
ViewBind Imports in Build.gradle Not Working [Kotlin] "Compile_Incremental_With_Artifact_Transform , Unresolved reference: synthetic
<p>I had a perfectly running android app before I updated the sdk or gradle.</p> <p>I was using</p> <pre><code>id 'kotlin-android' id 'kotlin-android-extensions' </code></pre> <p>In my plugins section in build.gradle(:app) and it was working fine up until yesterday.</p> <p>I got an error message that told me it was dep...
I had a perfectly running android app before I updated the sdk or gradle. I was using [CODE] In my plugins section in build.gradle(:app) and it was working fine up until yesterday. I got an error message that told me it was deprecated, so I updated to the appropriate imports to no avail [CODE] Did not work, I got this ...
android|kotlin|gradle
0
2022-06-30T18:42:36.987Z
2,022
6
18
3
42
0
732
132
3
7
true
true
false
false
false
false
zero
72,820,702
How to encode bitmaps into animated webp file?
<p>I am retrieving bitmaps and delays from animated webp file and resizing it then I want to encode them into animated Webp file again.</p> <p>How can I achieve that?</p> <pre class="lang-kotlin prettyprint-override"><code> try{ val source_file:File = File(src) val drawable = Glid...
I am retrieving bitmaps and delays from animated webp file and resizing it then I want to encode them into animated Webp file again. How can I achieve that? [CODE] Thanks in advance
java|android|kotlin|android-glide|webp
0
2022-06-30T18:49:32.033Z
2,022
6
18
3
33
0
181
46
5
1
true
true
false
false
false
false
zero
72,820,820
How to replace fragment outside of bottom sheet by clicking button inside of bottom sheet?
<p>So I've decided to make my app with single Activity. In one of my fragments (<code>fragment(A)</code>) I open <code>bottom sheet</code> by clicking <code>Button open BS</code>. Now the tricky park, inside bottom sheet there is a <code>FragmentContainerView</code> that has two fragments inside and I want to click <co...
So I've decided to make my app with single Activity. In one of my fragments ( fragment(A) ) I open bottom sheet by clicking Button open BS . Now the tricky park, inside bottom sheet there is a FragmentContainerView that has two fragments inside and I want to click Button B inside this FragmentContainerView (in fragment...
android|kotlin|android-fragments|android-architecture-navigation|bottom-sheet
0
2022-06-30T18:59:24.747Z
2,022
6
18
3
85
1
834
90
5
1
true
false
false
false
false
false
zero