id
int64
28.5M
73.8M
title
stringlengths
15
150
question_body
stringlengths
69
39.4k
body_text
stringlengths
6
29.2k
tags
stringlengths
7
120
score
int64
-19
384
creation_date
stringlengths
20
24
year
int64
-1
2.02k
month
int64
-1
12
hour
int64
-1
23
dayofweek
int64
-1
6
view_count
int64
3
367k
answer_count
int64
0
34
body_len
int64
6
29.2k
title_len
int64
15
150
tag_count
int64
1
6
code_block_cnt
int64
0
17
has_code
bool
2 classes
is_unanswered
bool
2 classes
is_popular
bool
2 classes
is_viral
bool
2 classes
is_highly_voted
bool
2 classes
is_negative
bool
2 classes
score_bucket
stringclasses
5 values
73,182,954
NPE while setting image bitmap in recycler view
<p>I am trying to fetch image from my firebase storage of which location is stored in a field of firestore doc, convert it into a bitmap and then set it to recycler view imageview.</p> <p>This is my onBindViewHolder method :</p> <pre><code>@Override public void onBindViewHolder(@NonNull ViewHolder holder, int position)...
I am trying to fetch image from my firebase storage of which location is stored in a field of firestore doc, convert it into a bitmap and then set it to recycler view imageview. This is my onBindViewHolder method : [CODE] and I am getting this error : [CODE] 2022-07-31 16:46:49.893 19977-19977/com.example.contactroom I...
java|android|firebase|google-cloud-firestore
0
2022-07-31T11:34:18.653Z
2,022
7
11
6
37
0
735
47
4
2
true
true
false
false
false
false
zero
73,183,041
Python/kivy - the Layout is not displayed in the windows
<p>I want to create a scrollView layout with the stackLayout but it's not shown in the window</p> <pre><code>ScrollEx: &lt;ScrollEx@ScrollView&gt;: &lt;br&gt; stackLayoutEx:&lt;br&gt; size_hint: 1, None&lt;br&gt; height: 4000&lt;br&gt; &lt;br&gt; </code></pre> <p>and this is the python stack class:</p> <p...
I want to create a scrollView layout with the stackLayout but it's not shown in the window [CODE] and this is the python stack class: [CODE]
python|android|windows|kivy|desktop-application
0
2022-07-31T11:48:07.657Z
2,022
7
11
6
21
0
140
56
5
2
true
true
false
false
false
false
zero
73,183,042
How to prevent admob native ads in recyclerview from recycling or reloading when scrolling down/up
<p>I successfully added the AdMob native ads in my app, every 10 items it loads and show one ad, the problem is when I scroll out from it it's destroyed and the second list (10 items) load the second ad, and so on..., to understand issue see this video</p> <p><a href="https://youtu.be/qXoPjXNPWNI" rel="nofollow norefer...
I successfully added the AdMob native ads in my app, every 10 items it loads and show one ad, the problem is when I scroll out from it it's destroyed and the second list (10 items) load the second ad, and so on..., to understand issue see this video **video on youtube this makes some delay in loading ads each time it d...
android|kotlin|android-recyclerview|admob|android-viewholder
2
2022-07-31T11:48:14.293Z
2,022
7
11
6
196
1
612
98
5
1
true
false
false
false
false
false
low
73,183,154
IPhone Pawn piece glyph rendering
<p>I'm working on a chess web app game and I'm using simple HTML glyphs to represent my pieces, I've tried both setting them in HTML as well as css. In both cases everything looks great on a desktop web browser, but on an IOS mobile my black pawns are overwritten by mobile native ones, does anyone know how to prevent t...
I'm working on a chess web app game and I'm using simple HTML glyphs to represent my pieces, I've tried both setting them in HTML as well as css. In both cases everything looks great on a desktop web browser, but on an IOS mobile my black pawns are overwritten by mobile native ones, does anyone know how to prevent this...
android|html|ios
0
2022-07-31T12:03:55.567Z
2,022
7
12
6
38
1
495
33
3
0
false
false
false
false
false
false
zero
73,183,185
A view in Android Studio that lets the user drag it and move it somewhere else and then programmatically see if its in the right place
<p>I am building a language learning app. One of the 'games' I want to have in my app to be shown a scrambled sentence, then have the user reorganize it by dragging and dropping it in the right order.</p> <p>I have thought about using RecyclerViews and reordering them. But I think they are a bit too 'static', I am want...
I am building a language learning app. One of the 'games' I want to have in my app to be shown a scrambled sentence, then have the user reorganize it by dragging and dropping it in the right order. I have thought about using RecyclerViews and reordering them. But I think they are a bit too 'static', I am wanting someth...
java|android|xml|android-studio
0
2022-07-31T12:07:51.983Z
2,022
7
12
6
46
0
392
134
4
0
false
true
false
false
false
false
zero
73,183,236
How to make sure a database operation is completed before navigating to a different fragment
<p>I'm learning more about RxJava (I know more about retrofit, but the company I work for does not use that unfortunately for me), and I'm trying to create a simple project with the room library and the <a href="https://fakestoreapi.com/docs" rel="nofollow noreferrer">fake store api</a>. And I've thought of this projec...
I'm learning more about RxJava (I know more about retrofit, but the company I work for does not use that unfortunately for me), and I'm trying to create a simple project with the room library and the fake store api . And I've thought of this project for a day or two and cannot find a way to make sure the database opera...
android|kotlin|rx-java|android-room|rx-java3
1
2022-07-31T12:17:10.710Z
2,022
7
12
6
29
1
963
92
5
0
false
false
false
false
false
false
low
73,183,264
I'm building a simple Android app but my if statement isn't functioning as intended and I'm not sure why?
<p>I'm new to Kotlin and Android development but not new to programming in general. I'm working on a very simple basic calculator to help me get familiar with programming on Android. For the most part, things are going well but I'm having trouble understanding why my following code isn't working as intended.</p> <p>My ...
I'm new to Kotlin and Android development but not new to programming in general. I'm working on a very simple basic calculator to help me get familiar with programming on Android. For the most part, things are going well but I'm having trouble understanding why my following code isn't working as intended. My code shoul...
android|kotlin
1
2022-07-31T12:21:00.537Z
2,022
7
12
6
57
0
1,520
105
2
1
true
true
false
false
false
false
low
73,183,482
An item with the same key has already been added MAUI C#
<p>When I try to run my program in release mode, it give this error:</p> <pre><code>Severity Code Description Project File Line Suppression State Error XAGJS7004 System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource ...
When I try to run my program in release mode, it give this error: [CODE] It is strange because in debug mode it works fine and I can't find any answer online. Window snippet
c#|android|.net|maui
5
2022-07-31T12:57:55.760Z
2,022
7
12
6
245
2
173
56
4
1
true
false
false
false
false
false
low
73,183,489
how to set onclicklistener on cardview with data from database?
<p>The app has a recycler view which has card to display the data from the database. i want to let the user be able to click the card and it would show more details.The card has info of name,type and location only and it less pass data of the name so that i can load the data from the database.</p> <p>the error that i a...
The app has a recycler view which has card to display the data from the database. i want to let the user be able to click the card and it would show more details.The card has info of name,type and location only and it less pass data of the name so that i can load the data from the database. the error that i am getting ...
java|android
-1
2022-07-31T12:59:39.257Z
2,022
7
12
6
28
1
373
63
2
3
true
false
false
false
false
true
negative
73,183,549
Generating flavorDimensions and productFlavor via Gradle Plugin in multi-module project
<p>I am building a Gradle Plugin that should generate both flavorDimensions and productFlavors on Android. Everything works fine when this plugin is being applied directly to the Android module. My goal however is to apply this plugin to another module within the same project as the Android module. Currently this does ...
I am building a Gradle Plugin that should generate both flavorDimensions and productFlavors on Android. Everything works fine when this plugin is being applied directly to the Android module. My goal however is to apply this plugin to another module within the same project as the Android module. Currently this does not...
android|gradle|android-productflavors
1
2022-07-31T13:06:18.133Z
2,022
7
13
6
62
0
922
87
3
6
true
true
false
false
false
false
low
73,183,566
How do I get certain row in ROOM Database by month and year
<p>I have a table where I put Date as long and when I convert it back to String it would be &quot;dd/mm/yyyy&quot;. I want to fetch certain data with month and year, so the custom query would be like :</p> <pre><code>SELECT id FROM things WHERE MONTH(happened_at) = 1 AND YEAR(happened_at) = 2009; </code></pre> <p>t...
I have a table where I put Date as long and when I convert it back to String it would be &quot;dd/mm/yyyy&quot;. I want to fetch certain data with month and year, so the custom query would be like : [CODE] the example table has data like this : [CODE] I'd like to know how to fetch data like that where the happened_at i...
android|sql|database|android-studio|android-room
1
2022-07-31T13:07:59.693Z
2,022
7
13
6
58
1
526
59
5
3
true
false
false
false
false
false
low
73,183,670
firebase.database.DatabaseException: Can't convert object of type java.lang.String to type com.droidbane.recipe.database.models.Categories
<p><strong>My Database:</strong></p> <p><a href="https://i.stack.imgur.com/j1wEF.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/j1wEF.jpg" alt="enter image description here" /></a></p> <p><strong>My Logcat:</strong></p> <pre><code>2022-07-31 16:04:14.850 6729-6729/com.droidbane.recipe E/ghj: com.goo...
My Database: My Logcat: [CODE] My Code : [CODE] I wanted to do: I want to give the information of the category whose id I have specified for the RecyclerView. I just want to get the information of the data selected with id
android|firebase|firebase-realtime-database
-1
2022-07-31T13:22:37.690Z
2,022
7
13
6
42
1
222
138
3
2
true
false
false
false
false
true
negative
73,183,700
Automatically Moderate Images Using firebase cloud function
<p>I am trying to upload a function to the firebase cloud function, which helps me moderate offensive images in my android app. But am always getting this error when deploying the function</p> <p><strong>Error</strong></p> <blockquote> <p>Functions deploy had errors with the following functions: blurOffensiveImages(us-...
I am trying to upload a function to the firebase cloud function, which helps me moderate offensive images in my android app. But am always getting this error when deploying the function Error Functions deploy had errors with the following functions: blurOffensiveImages(us-central1) i functions: cleaning up build files....
android|node.js|firebase|google-cloud-functions
0
2022-07-31T13:27:22.217Z
2,022
7
13
6
32
0
386
59
4
1
true
true
false
false
false
false
zero
73,183,738
Fetch content from android directory
<p>I'm trying to fetch data(mp3) from my app's directory itself and display in <code>ListView()</code> i.e, <strong>path:/storage/emulated/0/Android/data/com.example.MyApp/files</strong></p> <p>for which I've used getExternalStorageDirectory() to save my file there but all I get using below code is just notification so...
I'm trying to fetch data(mp3) from my app's directory itself and display in ListView() i.e, path:/storage/emulated/0/Android/data/com.example.MyApp/files for which I've used getExternalStorageDirectory() to save my file there but all I get using below code is just notification sounds. I need data from above path only. ...
android|flutter|download
5
2022-07-31T13:32:53.120Z
2,022
7
13
6
150
1
335
36
3
1
true
false
false
false
false
false
low
73,183,829
How to access a variable value from a method to another method?
<p>I need access <code>String items</code> inside <code>onOptionsItemSelected</code> I declared the <code>String items</code> globally inside the class and I can access the variable inside <code>onOptionsItemSelected</code> but I get null as a value. My problem is inside</p> <pre><code> case R.id.share_note: Share.sha...
I need access String items inside onOptionsItemSelected I declared the String items globally inside the class and I can access the variable inside onOptionsItemSelected but I get null as a value. My problem is inside [CODE] When I share the text I get null. I tried and searched on SO a lot but in vain because in my cas...
java|android
-2
2022-07-31T13:44:51.360Z
2,022
7
13
6
48
1
354
63
2
2
true
false
false
false
false
true
negative
73,183,859
Android - Display social media like stories
<p>I wanted to create a stories display feature, eg like on instagram, but with a different background template for each story. I was trying to find a library for it but the only one I found is StoryView, which doesn't do what I want. Does anyone know of a library like that I could use?</p>
I wanted to create a stories display feature, eg like on instagram, but with a different background template for each story. I was trying to find a library for it but the only one I found is StoryView, which doesn't do what I want. Does anyone know of a library like that I could use?
android|android-studio|android-library|social-media-like
0
2022-07-31T13:49:39.957Z
2,022
7
13
6
35
1
284
43
4
0
false
false
false
false
false
false
zero
73,183,883
JSON listview OnItemClickListener url open in WebView
<p>I have an activity that fetches content from a JSON URL and displays the contents in a list view.</p> <p>The contents include images, URL of the post, description etc. Each content item has its own URL.</p> <p>I want to open it in another activity which has a WebView.</p> <p>This is MainActivity.java</p> <pre><code>...
I have an activity that fetches content from a JSON URL and displays the contents in a list view. The contents include images, URL of the post, description etc. Each content item has its own URL. I want to open it in another activity which has a WebView. This is MainActivity.java [CODE] This is MyAdapter.java [CODE] Ho...
java|android|json|android-studio|onclicklistener
0
2022-07-31T13:52:48.143Z
2,022
7
13
6
20
0
376
53
5
2
true
true
false
false
false
false
zero
73,183,960
Apollo client normalized cache does not cache data in main activity and cache it other activities CacheMissException
<p>this is my code, i used the same client var in another activity and it get data from api and cached it but in the main activity it fetch the data from api but does not cache it and when try to fetch from cache (close wifi) it return CacheMissException</p> <pre><code>var client = ApolloClient.Builder() .addHt...
this is my code, i used the same client var in another activity and it get data from api and cached it but in the main activity it fetch the data from api but does not cache it and when try to fetch from cache (close wifi) it return CacheMissException [CODE]
android|caching|graphql|apollo
0
2022-07-31T14:04:19.920Z
2,022
7
14
6
38
0
258
116
4
1
true
true
false
false
false
false
zero
73,184,051
Google one tap in android
<p>I'm useing Google one tap for signup and signin users in my android app. So,I make AndroidClient in GoogleCloud and my app is work correctly. After few days I had reinstall Android studio, when Android Studio is reinstalled : My app's <code>SHA1</code> in <code>debug.keystore </code> was changed and I also changed i...
I'm useing Google one tap for signup and signin users in my android app. So,I make AndroidClient in GoogleCloud and my app is work correctly. After few days I had reinstall Android studio, when Android Studio is reinstalled : My app's SHA1 in debug.keystore was changed and I also changed it in my project in Google Clou...
android|google-one-tap
1
2022-07-31T14:16:21.340Z
2,022
7
14
6
48
0
436
25
2
1
true
true
false
false
false
false
low
73,184,060
How to get Date of calendar for some years in Android
<p>In my application I want show list of dates into list such as this format : <strong>2022-7-31</strong><br> I should show range of dates, for example between <strong>1980</strong> to <strong>2025</strong> !<br> I write below codes for get dates into list :</p> <pre><code>val dateList: MutableList&lt;String&gt; = Arra...
In my application I want show list of dates into list such as this format : 2022-7-31 I should show range of dates, for example between 1980 to 2025 ! I write below codes for get dates into list : [CODE] But this code just show me this month dates. Above code output is : [CODE] I want get dates such as above output, bu...
android
0
2022-07-31T14:17:59.240Z
2,022
7
14
6
13
0
358
53
1
2
true
true
false
false
false
false
zero
73,184,106
Android Sending Content URI using ContentProvider to Another App
<p>I need to send image files (as rows using cursor) through ContentProvider to another app. I am storing the content URI of the image for sharing it with the app when queried.</p> <pre><code> override fun query(uri: Uri, projection: Array&lt;out String&gt;?, selection: String?, selectionArgs: Array&lt;out String&gt...
I need to send image files (as rows using cursor) through ContentProvider to another app. I am storing the content URI of the image for sharing it with the app when queried. [CODE] [CODE] But when the other app queries the ContentProvider I get the result cursor and the row with data, but it gets SecurityException: Per...
android|android-contentprovider|android-fileprovider
2
2022-07-31T14:24:37.687Z
2,022
7
14
6
23
0
632
64
3
3
true
true
false
false
false
false
low
73,184,176
Github actions ./gradlew test can't find directory to run unit test
<p>I set up a simple CI work in Github Action for my Android project (Kotlin) that would init unit testing before merging with the master (main) branch</p> <pre><code>on: push: branches: [ master ] pull_request: branches: [ master ] jobs: # This workflow contains a single job called &quot;build&quot...
I set up a simple CI work in Github Action for my Android project (Kotlin) that would init unit testing before merging with the master (main) branch [CODE] But whenever i push any commit into directory, i receive next error which fails Unit tests and block merging: [CODE] I tried to manually set up a directory with tes...
android|github-actions|workflow
1
2022-07-31T14:36:14.333Z
2,022
7
14
6
38
1
641
67
3
3
true
false
false
false
false
false
low
73,184,208
RSS Feed not populating textview
<p>I'm trying to build a news reader app for a project that takes the BBC RSS feed and loads it into a textview. All my code seems to be correct but for some reason the textview doesn't populate and I have a sneaking suspicion, after debugging it, that it's caused by the app not implementing open stream. Code is below....
I'm trying to build a news reader app for a project that takes the BBC RSS feed and loads it into a textview. All my code seems to be correct but for some reason the textview doesn't populate and I have a sneaking suspicion, after debugging it, that it's caused by the app not implementing open stream. Code is below. An...
java|android|textview|rss
0
2022-07-31T14:40:42.180Z
2,022
7
14
6
15
0
366
32
4
1
true
true
false
false
false
false
zero
73,184,215
Android: Widget doesn't save CountDown variable
<p>I'm making an Android widget which launches a CountDown when I click on a button (signaled by the intent <em>TAG_WAIT2_CLICK</em>). I'd like the button not to launch a new CountDown until the current CountDown finishes. The problem is that each time I click on the button, the variable <em>countDown</em> remains null...
I'm making an Android widget which launches a CountDown when I click on a button (signaled by the intent TAG_WAIT2_CLICK ). I'd like the button not to launch a new CountDown until the current CountDown finishes. The problem is that each time I click on the button, the variable countDown remains null and therefore launc...
android|widget|android-widget
1
2022-07-31T14:41:56.803Z
2,022
7
14
6
15
1
401
47
3
1
true
false
false
false
false
false
low
73,184,300
Is it possible to send SMS automatically within a mobile app in React Native CLI?
<p>I'm developing an Android Mobile App on React Native CLI. I'm trying to use the services already available on the smartphone that is Location and SMS. I want to send the location of the device via SMS automatically if some actions performed meet the requirements necessary. Consider it as an emergency SMS. Up to date...
I'm developing an Android Mobile App on React Native CLI. I'm trying to use the services already available on the smartphone that is Location and SMS. I want to send the location of the device via SMS automatically if some actions performed meet the requirements necessary. Consider it as an emergency SMS. Up to date I'...
android|node.js|react-native|mobile|command-line-interface
0
2022-07-31T14:52:41.070Z
2,022
7
14
6
29
0
510
81
5
0
false
true
false
false
false
false
zero
73,184,340
Display AppBar on certain condition
<ol> <li>Is it possible to Bring down or display the appbar only when the draggable sheet reaches the top of the page in flutter?</li> <li>And having another doubt.</li> </ol> <p>Is it possible to navigate from the home page to another page that has a transparent background and displays the home page as the background?...
Is it possible to Bring down or display the appbar only when the draggable sheet reaches the top of the page in flutter? And having another doubt. Is it possible to navigate from the home page to another page that has a transparent background and displays the home page as the background? Something like widgets placed o...
android|flutter|dart|android-widget
0
2022-07-31T14:58:40.353Z
2,022
7
14
6
27
1
334
35
4
0
false
false
false
false
false
false
zero
73,184,378
Run NUnit tests on Android within Azure Pipelines with .NET 6
<p>I have a project containing unit tests using NUnit. I successfully run these tests within Azure Pipelines on desktop platforms (Windows, macOS, Ubuntu).</p> <p>.NET 6 provides support of mobile platforms (Android, iOS) so I think about running my unit tests on these platforms. First of all, I'm interested in Android...
I have a project containing unit tests using NUnit. I successfully run these tests within Azure Pipelines on desktop platforms (Windows, macOS, Ubuntu). .NET 6 provides support of mobile platforms (Android, iOS) so I think about running my unit tests on these platforms. First of all, I'm interested in Android one. But ...
android|.net|azure-pipelines|nunit|.net-6.0
0
2022-07-31T15:03:20.103Z
2,022
7
15
6
26
0
487
61
5
0
false
true
false
false
false
false
zero
73,184,481
Streaming midi effects for android
<p>Here is my setup: I have BLE midi instrument (Re.corder) which is going into my android tablet/phone. I want to us this to control a synth, Fluid synth works fine for my purposes.</p> <p>Now, I would like to add some processing between my instrument and the synth. In particular, I want to shift the pitch and volu...
Here is my setup: I have BLE midi instrument (Re.corder) which is going into my android tablet/phone. I want to us this to control a synth, Fluid synth works fine for my purposes. Now, I would like to add some processing between my instrument and the synth. In particular, I want to shift the pitch and volume. I'd also ...
android|midi
0
2022-07-31T15:15:49.797Z
2,022
7
15
6
20
0
482
34
2
0
false
true
false
false
false
false
zero
73,184,604
How to mock "remove" extension of shared preferences using mockk?
<h2>Problem Description</h2> <p>I have a method of a data source class that makes the following call to a Shared Preferences extension:</p> <pre class="lang-kotlin prettyprint-override"><code>override suspend fun removePendingBatch() { preferences.remove(pendingBatchKey) } </code></pre> <p><strong>preferences</stro...
Problem Description I have a method of a data source class that makes the following call to a Shared Preferences extension: [CODE] preferences is an instance of Shared Preferences I need to do an unit test using mockk that checks if when calling this method of my data source class the call to this shared preferences ex...
android|unit-testing|kotlin|sharedpreferences|mockk
0
2022-07-31T15:34:26.467Z
2,022
7
15
6
40
1
815
65
5
4
true
false
false
false
false
false
zero
73,184,630
Creation of SDK in React Native and generate .aar file to integrate with native apps
<p>The main objectve we are looking for is to create an SDK of a react native app by providing an .aar file and giving it it clients so our app can be intgrated in clients (Native) app with minimal configuration and without actual exchange of code from both the ends (excluding some custom files that act aas a ode of co...
The main objectve we are looking for is to create an SDK of a react native app by providing an .aar file and giving it it clients so our app can be intgrated in clients (Native) app with minimal configuration and without actual exchange of code from both the ends (excluding some custom files that act aas a ode of commu...
react-native|android-studio|sdk|aar
1
2022-07-31T15:37:35.990Z
2,022
7
15
6
42
0
1,156
84
4
0
false
true
false
false
false
false
low
73,184,633
Programmatically change app background image (>gallery, internal memory) by another image that doesn't cover the first one. Should have same priority
<p>I'm completely new to android, but used tons of StackOverflow questions to almost finished my app.</p> <p>The workflow in short: upload an image from the gallery, save it to internal storage using a specific path (meaning, the next uploaded image would be saved to the very same internal path location as well), then ...
I'm completely new to android, but used tons of StackOverflow questions to almost finished my app. The workflow in short: upload an image from the gallery, save it to internal storage using a specific path (meaning, the next uploaded image would be saved to the very same internal path location as well), then set it as ...
java|android|xml|background-image
0
2022-07-31T15:38:01.327Z
2,022
7
15
6
41
1
2,776
149
4
3
true
false
false
false
false
false
zero
73,184,728
How to connect my facebook page with my app
<p>I am having a trouble. I am currently in my final yrs in college and we are developing an application using flutter. Our client already got an website and Facebook page what they are asking us is to connect their Facebook page , Website with their new app. For example they they are saying that if they update anythin...
I am having a trouble. I am currently in my final yrs in college and we are developing an application using flutter. Our client already got an website and Facebook page what they are asking us is to connect their Facebook page , Website with their new app. For example they they are saying that if they update anything i...
android|ios|flutter
0
2022-07-31T15:50:36.127Z
2,022
7
15
6
41
2
515
43
3
0
false
false
false
false
false
false
zero
73,184,891
ERROR: cannot be cast to androidx.navigation.fragment.NavHostFragment. -- app crashing every time
<p>So I'm trying to build an app with a bottom navigation bar that will switch between fragments. I did the coding according to some documentation.</p> <p>I tried every solution on the internet but none of them seems to work for me.</p> <p>the error:</p> <pre><code>Caused by: java.lang.ClassCastException: com.example.j...
So I'm trying to build an app with a bottom navigation bar that will switch between fragments. I did the coding according to some documentation. I tried every solution on the internet but none of them seems to work for me. the error: [CODE] here is the XML main activity code [CODE] and main activity java code: [CODE]
java|android|android-studio|android-fragments|android-navigation-bar
0
2022-07-31T16:12:39.727Z
2,022
7
16
6
129
1
318
97
5
3
true
false
false
false
false
false
zero
73,184,897
How to make flutter app draw below android navigation?
<p>Here is my flutter version:</p> <pre><code>Flutter 3.0.5 • channel stable • https://github.com/flutter/flutter.git Framework • revision f1875d570e (3 weeks ago) • 2022-07-13 11:24:16 -0700 Engine • revision e85ea0e79c Tools • Dart 2.17.6 • DevTools 2.12.2 </code></pre> <p>When I launch my flutter app (it's a clean s...
Here is my flutter version: [CODE] When I launch my flutter app (it's a clean start project, I have just removed the Center widget) in my emulator I see this: I would like my app to showned below the android app bar without having to add some padding. Like this: How can I do this ?
android|flutter|dart
0
2022-07-31T16:13:37.100Z
2,022
7
16
6
23
1
282
54
3
1
true
false
false
false
false
false
zero
73,185,048
Only seeing glClear color with no geometry on Android OpenGL ES
<p>I am attempting to write a very simple Android application that uses OpenGL to display a green background and render a single cyan triangle over it, to verify that my code properly displays some geometry. I am running into an issue where the call to <code>glClearColor/glClear</code> to set the background is visible ...
I am attempting to write a very simple Android application that uses OpenGL to display a green background and render a single cyan triangle over it, to verify that my code properly displays some geometry. I am running into an issue where the call to glClearColor/glClear to set the background is visible and makes the vi...
android|kotlin|opengl-es
1
2022-07-31T16:31:55.127Z
2,022
7
16
6
64
2
1,091
63
3
3
true
false
false
false
false
false
low
73,185,096
Colab gives me as error "No module named 'typing_extensions' ", even if before with the same compilation it worked
<p>I have always converted the .py file to colab in this way but from today it gives me this error: ModuleNotFoundError: No module named 'typing_extensions'.</p> <p>This is part of what I see on Android Studio:</p> <p>2022-07-31 18:22:42.497 1436-1436/? D/StatusBar.NetworkController: refreshViews connected={ wifi } lev...
I have always converted the .py file to colab in this way but from today it gives me this error: ModuleNotFoundError: No module named 'typing_extensions'. This is part of what I see on Android Studio: 2022-07-31 18:22:42.497 1436-1436/? D/StatusBar.NetworkController: refreshViews connected={ wifi } level=3 combinedSign...
python|java|android|google-colaboratory|buildozer
0
2022-07-31T16:37:48.223Z
2,022
7
16
6
33
0
2,734
114
5
0
false
true
false
false
false
false
zero
73,185,138
Is there a way to make a composited widget inherit the properties of the widgets it is composed from in flutter?
<p>I created a widget that, depending on the focus of its <code>FocusNode</code>, either becomes a <code>TextField</code> or a <code>Text</code>. It is working perfectly and <a href="https://gist.github.com/Haidar0096/bcb1d7277ecab498ef4e9ec05f43d62d#file-double_state_text-dart" rel="nofollow noreferrer">here is the co...
I created a widget that, depending on the focus of its FocusNode , either becomes a TextField or a Text . It is working perfectly and here is the code (didn't include it here as its large). The problem is, Text and TextField have really alot of parameters to style them, and I find it not optimal to copy all these param...
android|flutter|dart|design-patterns
3
2022-07-31T16:43:23.507Z
2,022
7
16
6
149
3
1,063
112
4
1
true
false
false
false
false
false
low
73,185,196
I can't download cmdline-tools even though I have followed the installation guide
<pre><code>[Hi, every one. I have a problem here when installing the android sdk. here it says has failed to download any source lists. this is the screenshot </code></pre> <p>C:\dev\android_sdk\cmdline-tools\latest\bin&gt;sdkmanager --install &quot;cmdline-tools;5.0&quot;</p> <p>Warning: Failed to download any source ...
[CODE] C:\dev\android_sdk\cmdline-tools\latest\bin>sdkmanager --install &quot;cmdline-tools;5.0&quot; Warning: Failed to download any source lists! Warning: IO exception while downloading manifest Warning: IO exception while downloading manifestch remote repository... Warning: Still waiting for package manifests to be ...
android|sdk
0
2022-07-31T16:50:24.523Z
2,022
7
16
6
25
0
427
81
2
1
true
true
false
false
false
false
zero
73,185,324
Android USB accessory using Arduino Due does not restart
<p>I have the code from <a href="http://arduino-er.blogspot.com/2013/04/android-code-sending-command-to-arduino.html" rel="nofollow noreferrer">http://arduino-er.blogspot.com/2013/04/android-code-sending-command-to-arduino.html</a> working fine except that: If the phone goes to sleep or the screen orientation is change...
I have the code from http://arduino-er.blogspot.com/2013/04/android-code-sending-command-to-arduino.html working fine except that: If the phone goes to sleep or the screen orientation is changed or the app moves to another fragment then when the USB function is next required it no longer works. The accessory is still s...
android|usb|accessory
0
2022-07-31T17:05:03.293Z
2,022
7
17
6
11
0
503
56
3
0
false
true
false
false
false
false
zero
73,185,401
Android - RecyclerView image gallery on image selection zoom in animation
<p><a href="https://gifyu.com/image/SN54g" rel="nofollow noreferrer">Wanted animation example GIF</a></p> <p>I have a similar image gallery made with a RecyclerView. I want to replicate this image selection animation which scales to center of screen starting from its position</p> <p>I'm not sure how to perform this ani...
Wanted animation example GIF I have a similar image gallery made with a RecyclerView. I want to replicate this image selection animation which scales to center of screen starting from its position I'm not sure how to perform this animation. I thought about creating a copy in the same screen position and then make the s...
android|android-recyclerview|android-animation|image-gallery
1
2022-07-31T17:14:54.163Z
2,022
7
17
6
72
2
523
73
4
1
true
false
false
false
false
false
low
73,185,428
How can I delete item from RecyclerView adapter's ArrayList, if I need to do it from another Fragment
<p>:)</p> <p>I have screen with FrameLayout <code>flShow</code> to show inside it <code>DetailsFragment</code> and <code>ListFragment</code>. I add to FrameLayour <code>flShow</code> <code>ListFragment</code> with RecyclerView of <code>val listOfItems: ArrayList&lt;Item&gt;</code> When I click on any item from Recycler...
:) I have screen with FrameLayout flShow to show inside it DetailsFragment and ListFragment . I add to FrameLayour flShow ListFragment with RecyclerView of val listOfItems: ArrayList<Item> When I click on any item from RecyclerView, I replace FrameLayour flShow with DetailsFragment . When I click on button btDelete (wh...
android|xml|kotlin|oop
1
2022-07-31T17:17:17.880Z
2,022
7
17
6
37
1
543
101
4
0
false
false
false
false
false
false
low
73,185,509
How to build flutter apps with bazel
<p>How can I build my dummy app with bazel. Or how can I build the app in Android folder with bazel in flutter dummy app.I tried to do this it gave me an error <strong>desugar</strong> checking not currently supported in Bazel.</p>
How can I build my dummy app with bazel. Or how can I build the app in Android folder with bazel in flutter dummy app.I tried to do this it gave me an error desugar checking not currently supported in Bazel.
android|flutter|bazel
0
2022-07-31T17:28:39.687Z
2,022
7
17
6
61
1
207
36
3
0
false
false
false
false
false
false
zero
73,185,695
Resize EditText when keyboard opens but do not move button above keyboard
<p>I have two buttons and an EditText. When the keyboard is open, I want the EditText to resize and only one of the two buttons to be above the keyboard.</p> <p>What I tried was:</p> <pre><code> &lt;activity android:name=&quot;.activities.MyActivity&quot; android:exported=&quot;false&quot; ...
I have two buttons and an EditText. When the keyboard is open, I want the EditText to resize and only one of the two buttons to be above the keyboard. What I tried was: [CODE] However, this moves both buttons above the keyboard, not only one. Expected when the keyboard is closed Expected when the keyboard is opened [CO...
java|android|kotlin|user-interface
1
2022-07-31T17:54:46.547Z
2,022
7
17
6
31
0
323
73
4
2
true
true
false
false
false
false
low
73,185,772
Implementing lateral navigation in Android
<p>I'm building an app with two top level fragments (<code>CardListFragment</code> and <code>DeckbuilderFragment</code>). <code>CardListFragment</code> has an action to navigate to <code>CardDetailFragment</code>, and I'm using a <code>NavigationDrawer</code> to access the top level fragments anywhere.</p> <p>This is m...
I'm building an app with two top level fragments ( CardListFragment and DeckbuilderFragment ). CardListFragment has an action to navigate to CardDetailFragment , and I'm using a NavigationDrawer to access the top level fragments anywhere. This is my navigation graph [CODE] When I click on any of the drawer menu options...
android|kotlin|android-jetpack-navigation
0
2022-07-31T18:05:51.763Z
2,022
7
18
6
30
0
766
42
3
2
true
true
false
false
false
false
zero
73,185,830
You must complete the advertising ID declaration before releasing an app that targets Android 13
<p>It's about several days I'm fighting with Google declaration. I tried &quot;No&quot;, I tried &quot;Yes&quot; with almost all option selected but still, once I submit declaration, it is gone but after some time it appears again.</p> <p>What can be the issue? My app is built with Unity. Should I add/change something ...
It's about several days I'm fighting with Google declaration. I tried &quot;No&quot;, I tried &quot;Yes&quot; with almost all option selected but still, once I submit declaration, it is gone but after some time it appears again. What can be the issue? My app is built with Unity. Should I add/change something on App sid...
android|unity3d|declaration|google-advertising-id
0
2022-07-31T18:13:48.323Z
2,022
7
18
6
86
0
454
96
4
0
false
true
false
false
false
false
zero
73,185,859
Jetpack compose and fragments
<p>If there is some lifecycle related event like <code>unSubscribe</code> or <code>dispose</code>, how is it possible to use compose without fragments' lifecycle?</p>
If there is some lifecycle related event like unSubscribe or dispose , how is it possible to use compose without fragments' lifecycle?
android|android-jetpack-compose
3
2022-07-31T18:17:14.813Z
2,022
7
18
6
196
1
134
29
2
0
false
false
false
false
false
false
low
73,185,865
How to import third party libraries using FetchContent_Declare with CMakeLists.txt in android?
<p>I am trying to import this native C++ library <a href="https://github.com/Chia-Network/bls-signatures" rel="nofollow noreferrer">https://github.com/Chia-Network/bls-signatures</a> in my current android project with CMakeLists.txt, but I am getting the following error.</p> <pre><code>fatal error: 'relic_conf.h' file ...
I am trying to import this native C++ library https://github.com/Chia-Network/bls-signatures in my current android project with CMakeLists.txt, but I am getting the following error. [CODE] This is my CMakeLists.txt file [CODE] In my own cpp file, I depending on their file that need relic.h file, but it can't be found. ...
java|android|c++|android-studio|java-native-interface
0
2022-07-31T18:18:03.173Z
2,022
7
18
6
49
0
370
94
5
2
true
true
false
false
false
false
zero
73,185,907
How to do a "previous" question button in Android studio + firebase
<p>I have a an app with a functioning Next question button to proceed to the next question but I am having a problem when coding the &quot;previous question&quot; button.</p> <p>I have coded it the same as the &quot;next question&quot; except that instead of incrementing (i++) I just decrement it (i--)</p> <p>It does i...
I have a an app with a functioning Next question button to proceed to the next question but I am having a problem when coding the &quot;previous question&quot; button. I have coded it the same as the &quot;next question&quot; except that instead of incrementing (i++) I just decrement it (i--) It does its job and it ret...
android|firebase|android-studio|increment|decrement
0
2022-07-31T18:23:24.473Z
2,022
7
18
6
29
1
755
67
5
2
true
false
false
false
false
false
zero
73,185,990
An exception happened in constructor of class com.mgr.ui.viewmodels.MainViewModel
<p>I am working on an application. I am trying to restore the state, when I return to the application from putting it into the background. I got an exception for which I currently have no idea why it happened. So, I decided to post here, to hopefully have someone spot what I am unable to see currently.</p> <p><strong>E...
I am working on an application. I am trying to restore the state, when I return to the application from putting it into the background. I got an exception for which I currently have no idea why it happened. So, I decided to post here, to hopefully have someone spot what I am unable to see currently. Exception: [CODE] T...
android
1
2022-07-31T18:38:26.727Z
2,022
7
18
6
22
1
550
81
1
6
true
false
false
false
false
false
low
73,186,001
Is room capable of getting data from dataclasses?
<p>this might be a basic question but I cannot find any way to do it and I am not even sure whether that it is possible: let's say I have a data class named &quot;LoginCredentials&quot;, which takes 2 values: username and password (both strings) could I make a query that looks like that?:</p> <pre><code>@Query(&quot;SE...
this might be a basic question but I cannot find any way to do it and I am not even sure whether that it is possible: let's say I have a data class named &quot;LoginCredentials&quot;, which takes 2 values: username and password (both strings) could I make a query that looks like that?: [CODE] or is there any other way ...
android|kotlin|android-room
0
2022-07-31T18:39:33.727Z
2,022
7
18
6
37
1
329
49
3
1
true
false
false
false
false
false
zero
73,186,038
Why the "isValid" boolean is not updating its value, even though the Log statement is executing properly inside this coroutine scope
<pre><code>private fun getuser() { if(!TextUtils.isEmpty(binding?.emailLogin?.editText?.text.toString()) &amp;&amp; !TextUtils.isEmpty(binding?.passwordLogin?.editText?.text.toString())){ var isvalid = false CoroutineScope(Default).launch { userlist = userViewModel.alluse...
[CODE] So my question here is can we update any variable's value (which is declared outside the scope of coroutine's) inside the coroutine's scope?
android-studio|kotlin|kotlin-coroutines|coroutinescope
0
2022-07-31T18:45:27.713Z
2,022
7
18
6
44
1
147
132
4
1
true
false
false
false
false
false
zero
73,186,103
ionic capacitor run android throws an error
<p>I am trying to run my Ionic app on a Android virtual device with capacitor, however i am having issues when running this command.</p> <p>Command:</p> <pre><code>ionic capacitor run android </code></pre> <p>I get the following error:</p> <pre><code>Execution failed for task ':app:processDebugMainManifest'. [capacitor...
I am trying to run my Ionic app on a Android virtual device with capacitor, however i am having issues when running this command. Command: [CODE] I get the following error: [CODE] I am unsure what this means. Ios runs find, but android throws this error. Any help would be appreciated.
java|android|angular|ionic-framework|capacitor
0
2022-07-31T18:51:48.673Z
2,022
7
18
6
105
0
285
43
5
2
true
true
false
false
false
false
zero
73,186,168
Back button not responsive when the splash screen is showing (new Splash API for Android 12)
<p>Since the new Android Splash Screen API for Android 12, <strong>the back button is no longer responsive while the splash screen is showing</strong>, it looks like the UI thread has taken over completely and there is no way I can reenable the back button, this is a problem, for example, if a user accidentally opens t...
Since the new Android Splash Screen API for Android 12, the back button is no longer responsive while the splash screen is showing , it looks like the UI thread has taken over completely and there is no way I can reenable the back button, this is a problem, for example, if a user accidentally opens the application, he ...
android|back-button|android-12|android-splashscreen
1
2022-07-31T19:03:45.400Z
2,022
7
19
6
27
0
880
92
4
0
false
true
false
false
false
false
low
73,186,185
Use-case of Android Lifecycle functions onRestoreInstanceState, onSaveInstanceState
<p>I recently wrote a demo app, which just needed to display some data temporarily --- I meant for the data to disappear once the app was properly destroyed by the user. Toward this, I read the page <a href="https://developer.android.com/guide/components/activities/activity-lifecycle" rel="nofollow noreferrer">The Act...
I recently wrote a demo app, which just needed to display some data temporarily --- I meant for the data to disappear once the app was properly destroyed by the user. Toward this, I read the page The Activity Lifecycle , which seems to recommend overriding the Activity methods onRestoreInstanceState() and onSaveInstanc...
android|android-activity|viewmodel|lifecycle|use-case
0
2022-07-31T19:06:01.007Z
2,022
7
19
6
47
2
1,370
83
5
0
false
false
false
false
false
false
zero
73,186,300
How to save data in a composable function with view model constructor
<p>I have a composable function for the home screen, whenever I navigate to a new composable and come back to this function everything is re created. Do I have to move the view model somewhere higher? home screen</p> <pre><code>@Composable fun HomeScreen(viewModel: NFTViewModel = viewModel()) { val feedState by vie...
I have a composable function for the home screen, whenever I navigate to a new composable and come back to this function everything is re created. Do I have to move the view model somewhere higher? home screen [CODE] Navigation [CODE] It seems like I need to save the view model as a state or something? I seem to be mis...
android-jetpack-compose|android-viewmodel|android-jetpack-navigation
1
2022-07-31T19:25:24.443Z
2,022
7
19
6
231
1
615
69
3
3
true
false
false
false
false
false
low
73,186,346
pass object to composable through deep link
<p>first to validate passing string logic through through deep link I tried to pass static string to deep link using</p> <pre><code> val planetaryJson= &quot;text&quot; navController.navigate(&quot;${Screen.PlanetaryDetails.route}/$planetaryJson&quot;) </code></pre> <p>and it worked fine</p> <p>then I tried to convert...
first to validate passing string logic through through deep link I tried to pass static string to deep link using [CODE] and it worked fine then I tried to convert object to string and then pass that string by [CODE] but it throw [CODE] here is my PlanetaryDetails fun [CODE] and here is PlanetaryDetails object in Scree...
android|android-jetpack-compose|jetpack-compose-navigation
0
2022-07-31T19:33:13.860Z
2,022
7
19
6
47
0
518
43
3
5
true
true
false
false
false
false
zero
73,186,447
Parcelable through broadcastReceiver returns null
<p>I am trying to pass this custom list object to the broadcast receiver.</p> <p>For that i am passing it like this:</p> <p>Inside activity:</p> <pre><code>intent.putParcelableArrayListExtra(PARCEL_LIST_GEO, parcelItems.toArrayList()) </code></pre> <p>Inside broadcastReceiver:</p> <pre><code>val parcelList = intent.get...
I am trying to pass this custom list object to the broadcast receiver. For that i am passing it like this: Inside activity: [CODE] Inside broadcastReceiver: [CODE] My problem is that when i try to receive it, it returns null. When i use JSON on the list on the other hand, everything works, so string works. I am kinda s...
android|arraylist|android-intent|broadcastreceiver|parcelable
0
2022-07-31T19:49:37.970Z
2,022
7
19
6
22
1
646
49
5
2
true
false
false
false
false
false
zero
73,186,611
Room - RxJava : getByName() query not working
<p>I'm using Room for persistence in my app. I have a <code>Player</code> table, which has a <code>name</code> and <code>matchesPlayed</code> column.</p> <p>When a match is played by a Player, I would like to increment <code>matchesPlayed</code> if it was played by an existing Player, or create a new Player otherwise. ...
I'm using Room for persistence in my app. I have a Player table, which has a name and matchesPlayed column. When a match is played by a Player, I would like to increment matchesPlayed if it was played by an existing Player, or create a new Player otherwise. In order to determine this, I created a SQL query getPlayerByN...
android-room|rx-java2
1
2022-07-31T20:14:59.667Z
2,022
7
20
6
13
0
634
45
2
3
true
true
false
false
false
false
low
73,186,649
how to order the list on compose Android
<p>I'm using a column to show a list, the items in the list have the attribute <code>isWeekTopic</code> which is a Boolean, in the list I need to show first those elements that have isWeekTopic = true, and then show those ones that have isWeekTopic = false, the items that has isWeekTopic = true are going to change ever...
I'm using a column to show a list, the items in the list have the attribute isWeekTopic which is a Boolean, in the list I need to show first those elements that have isWeekTopic = true, and then show those ones that have isWeekTopic = false, the items that has isWeekTopic = true are going to change every week. I manage...
android|kotlin|composable
0
2022-07-31T20:20:30.073Z
2,022
7
20
6
52
0
467
40
3
1
true
true
false
false
false
false
zero
73,186,772
How to deal with fragments which not included in the bottom navigation menu using Android Navigation Component
<p>I have Three fragments in the bottom navigation view as like ( <strong>FragmentA</strong> , <strong>FragmentB</strong> , <strong>FragmentC</strong> ), and two other fragments ( <strong>FragmentX</strong> , <strong>FragmentY</strong> ).</p> <p>I have a <strong>Button in FragmentA</strong> that navigate me from <stro...
I have Three fragments in the bottom navigation view as like ( FragmentA , FragmentB , FragmentC ), and two other fragments ( FragmentX , FragmentY ). I have a Button in FragmentA that navigate me from FragmentA ---> fragmentX Clicking this Button, we are in the FragmentX. Now I click FragmentC in the bottom navigation...
android|bottomnavigationview|android-jetpack-navigation
0
2022-07-31T20:41:58.687Z
2,022
7
20
6
17
0
535
110
3
0
false
true
false
false
false
false
zero
73,186,802
Android - RecyclerView display wrong items after adding new ones
<p>I am working on a WebSocket-based chat application and I am having troubles to add new incoming messages to the RV (RecyclerView).</p> <p>I have the following adapter's overriten functions</p> <pre class="lang-kotlin prettyprint-override"><code> override fun onCreateViewHolder( parent: ViewGroup, ...
I am working on a WebSocket-based chat application and I am having troubles to add new incoming messages to the RV (RecyclerView). I have the following adapter's overriten functions [CODE] The data comes from API calls and are posted by a ViewModel through LiveData . For testing purposes, on the first connection, I am ...
android|kotlin|android-recyclerview|adapter|viewmodel
0
2022-07-31T20:50:30.677Z
2,022
7
20
6
51
1
1,747
64
5
5
true
false
false
false
false
false
zero
73,186,845
Trying to set an OnClickListener for a fragement button in ActivityMain
<p>This is the first time I am going to ask a question, so please don't be angry with me if it's not clear enough or if I break some community rules.</p> <p>I am trying to set OnClickListener for a button from a fragment in MainActivity and when I launch my application it keeps crashing with &quot;Attempt to invoke vir...
This is the first time I am going to ask a question, so please don't be angry with me if it's not clear enough or if I break some community rules. I am trying to set OnClickListener for a button from a fragment in MainActivity and when I launch my application it keeps crashing with &quot;Attempt to invoke virtual metho...
java|android|android-fragments|onclick|appcompatactivity
0
2022-07-31T20:56:27.563Z
2,022
7
20
6
36
0
754
71
5
1
true
true
false
false
false
false
zero
73,186,865
Google Calendar API scheduled event not found on Android devices
<p>I'm working on one website that generates services scheduled as events in Google Calendar. The application flow is a website that will manage all service details and after payment, my backend will communicate with Google Calendar and generate the event. The problem is that the generated event can be opened and check...
I'm working on one website that generates services scheduled as events in Google Calendar. The application flow is a website that will manage all service details and after payment, my backend will communicate with Google Calendar and generate the event. The problem is that the generated event can be opened and checked ...
android|google-cloud-platform|google-api|google-calendar-api
0
2022-07-31T21:00:26.613Z
2,022
7
21
6
21
0
994
64
4
1
true
true
false
false
false
false
zero
73,186,917
DropdownMenu with flags using compose?
<p>I am trying to create a dropdown menu using flags but not sure exactly how to do this. I am familiar with creating a simple dropdown menu but how would I go about doing so with flags ? Does kotlin have a built in library or something similar with all flags or do I need to use retrofit ? Any tips are appreciated!</p>...
I am trying to create a dropdown menu using flags but not sure exactly how to do this. I am familiar with creating a simple dropdown menu but how would I go about doing so with flags ? Does kotlin have a built in library or something similar with all flags or do I need to use retrofit ? Any tips are appreciated! I am t...
android|kotlin|drop-down-menu|android-jetpack-compose
0
2022-07-31T21:09:23.307Z
2,022
7
21
6
68
1
408
38
4
0
false
false
false
false
false
false
zero
73,186,986
Link with a image and gestureDetector
<p>I am making a app for fun and to learn. When I added interactivity by first time, I found a error by adding gesturedetector. Gesture detector has to open a new function which is a window with more things. The gesture detector is inside a column, inside a container inside a ListView (The order is LsitView-&gt;Contain...
I am making a app for fun and to learn. When I added interactivity by first time, I found a error by adding gesturedetector. Gesture detector has to open a new function which is a window with more things. The gesture detector is inside a column, inside a container inside a ListView (The order is LsitView->Container->Ge...
android|flutter|dart
0
2022-07-31T21:21:05.453Z
2,022
7
21
6
27
1
362
37
3
2
true
false
false
false
false
false
zero
73,187,136
Adding data to one of several spreadsheets
<p>I'm new to this so please bear with me. I'm working on an app in Android Studio that would collect survey responses, with the option for the user to create a different Excel doc for each location and add the survey responses to the relevant spreadsheet. I'm also hoping to integrate different tabs into each spreadshe...
I'm new to this so please bear with me. I'm working on an app in Android Studio that would collect survey responses, with the option for the user to create a different Excel doc for each location and add the survey responses to the relevant spreadsheet. I'm also hoping to integrate different tabs into each spreadsheet ...
java|android|excel|spreadsheet
0
2022-07-31T21:47:25.390Z
2,022
7
21
6
13
0
483
42
4
0
false
true
false
false
false
false
zero
73,187,233
How to empty date (or what should I add to do it) from a layout button datepicker?
<p>My question is relatively simple. I have a layout with a datepicker button which works perfectly, but, I need this field can stay empty. And, when the user select a date from this button, it's impossible afterwards to empty the field. Should I add another button to do the trick or is there another way with an option...
My question is relatively simple. I have a layout with a datepicker button which works perfectly, but, I need this field can stay empty. And, when the user select a date from this button, it's impossible afterwards to empty the field. Should I add another button to do the trick or is there another way with an option of...
java|android|layout|datepicker
0
2022-07-31T22:07:29.157Z
2,022
7
22
6
38
1
348
82
4
1
true
false
false
false
false
false
zero
73,187,254
Navigate to composable without adding it to backstack
<p>I'm using a <a href="https://composedestinations.rafaelcosta.xyz" rel="nofollow noreferrer">Compose Destinations</a> library and I don't understand what should I do to avoid adding destination to backstack.</p> <p>Explanation: User navigates Screen1 -&gt; Screen2 -&gt; Screen3, then he navigates back (by pressing bu...
I'm using a Compose Destinations library and I don't understand what should I do to avoid adding destination to backstack. Explanation: User navigates Screen1 -> Screen2 -> Screen3, then he navigates back (by pressing button or back gesture) and gets into Screen1, because Screen2 isn't in a back stack. Screen1 <- ... <...
android|android-jetpack-compose|jetpack-compose-navigation
0
2022-07-31T22:11:13.957Z
2,022
7
22
6
140
1
535
53
3
1
true
false
false
false
false
false
zero
73,187,311
Sign in problem with Play Games - Android Studio JAVA
<p>I did exactly same thing that in google docs for Play Games Services Sign In v2. But whenever run my project in android studio,&quot;isAuthenticated&quot; variable is always set as &quot;false&quot;. I find isAuthenticatedTask.isSuccessful() returns &quot;true&quot;. But (isAuthenticatedTask.getResult().isAuthentica...
I did exactly same thing that in google docs for Play Games Services Sign In v2. But whenever run my project in android studio,&quot;isAuthenticated&quot; variable is always set as &quot;false&quot;. I find isAuthenticatedTask.isSuccessful() returns &quot;true&quot;. But (isAuthenticatedTask.getResult().isAuthenticated...
java|android|sdk
3
2022-07-31T22:21:46.953Z
2,022
7
22
6
65
1
1,597
53
3
2
true
false
false
false
false
false
low
73,187,317
Mapbox SDK 10.6.0 Android: Resize compass button
<p>I want to resize compass image on android and I used the following snippet to show the image. I could not resize the compass button by resizing image view. I wish to give a dp value to resize the compass image button.</p> <pre><code> ContextCompat.getDrawable(mapView.context, R.drawable.ic_compass_solid)?.let { ...
I want to resize compass image on android and I used the following snippet to show the image. I could not resize the compass button by resizing image view. I wish to give a dp value to resize the compass image button. [CODE] Margins show fine, just the compass is big in size.
mapbox-android
0
2022-07-31T22:22:30.157Z
2,022
7
22
6
44
0
276
48
1
1
true
true
false
false
false
false
zero
73,187,324
Can't pass RecyclerView URL and load in WebView after from DetailActivity (Kotlin)
<p><strong>Guide about what i want to ask</strong> :</p> <p><a href="https://%20%20https://i.stack.imgur.com/pQ4cI.png" rel="nofollow noreferrer">Wireframe 1</a></p> <p><a href="https://i.stack.imgur.com/AN6RL.png" rel="nofollow noreferrer">WireFrame 2</a></p> <p>I tried loading &quot;URL&quot; in &quot;WebView Activit...
Guide about what i want to ask : Wireframe 1 WireFrame 2 I tried loading &quot;URL&quot; in &quot;WebView Activity.kt&quot; by clicking &quot;Button&quot; in &quot;DetailActivity.kt&quot;, But with the conditions : 1. &quot;If user comes to &quot;DetailActivity.kt&quot; which previously came by clicking &quot;Item Recy...
android|kotlin|android-recyclerview|conditional-statements|parameter-passing
0
2022-07-31T22:24:07.047Z
2,022
7
22
6
34
0
1,866
82
5
7
true
true
false
false
false
false
zero
73,187,411
React Native Error - TypeError: toClose is not a function. (In 'toClose()', 'toClose' is undefined)
<p>I need help regarding this code. Please send help thank you!</p> <pre><code>const create = ({navigation, user, toClose, toSubmit}) =&gt; { const submitDetails = () =&gt; { if (!name.trim() &amp;&amp; !code.trim()) return toClose(); toSubmit(name, code); setName(&quot;&quot;); set...
I need help regarding this code. Please send help thank you! [CODE] It keeps saying this. On the sample code that I am working with it works for them.
android|react-native|function
2
2022-07-31T22:41:29.177Z
2,022
7
22
6
18
0
150
99
3
1
true
true
false
false
false
false
low
73,187,513
ScrollView : Infinity scrolling with squares background
<p>I need to make my <code>ScrollView</code> infinity scrolling with squares background. Something like <a href="https://i.stack.imgur.com/VR34J.png" rel="nofollow noreferrer">this</a> in unreal engine. I will agree if there is a library can do that for me. <a href="https://i.stack.imgur.com/ywJLT.png" rel="nofollow n...
I need to make my ScrollView infinity scrolling with squares background. Something like this in unreal engine. I will agree if there is a library can do that for me. another example
java|android|scrollview
-1
2022-07-31T23:01:37.817Z
2,022
7
23
6
54
1
181
55
3
0
false
false
false
false
false
true
negative
73,187,659
How to buil an app like google pdf viewer?
<p>I want to make a file-opening app that will not appear on the screen. When the user tries to open any file, he should see my app as an option in &quot;Open With&quot;. Just like <code>google pdf viewer</code>. This app doesn't appear on the screen but whenever the user wants to open any pdf file the option arrives u...
I want to make a file-opening app that will not appear on the screen. When the user tries to open any file, he should see my app as an option in &quot;Open With&quot;. Just like google pdf viewer . This app doesn't appear on the screen but whenever the user wants to open any pdf file the option arrives under &quot;Open...
android-studio|kotlin
0
2022-07-31T23:34:33.040Z
2,022
7
23
6
17
0
709
42
2
0
false
true
false
false
false
false
zero
73,187,670
Android Studio- Display one string if a button is pressed with no text in the textbox and another when text is inputted
<p>I am incredibly new to Android Studio and was hoping to get some assistance. For some reason, this code is only displaying the (&quot;Hi, &quot; +name) portion. I am not sure what I am doing wrong or how to get the (&quot;You must enter a name&quot;) portion to show when there is no text that has been inputted. We a...
I am incredibly new to Android Studio and was hoping to get some assistance. For some reason, this code is only displaying the (&quot;Hi, &quot; +name) portion. I am not sure what I am doing wrong or how to get the (&quot;You must enter a name&quot;) portion to show when there is no text that has been inputted. We are ...
java|android|android-studio
0
2022-07-31T23:35:59.367Z
2,022
7
23
6
52
2
457
119
3
1
true
false
false
false
false
false
zero
73,187,739
Flutter quick_actions without lunching the app
<p>Is it possible to run some dart code using <strong><a href="https://pub.dev/packages/quick_actions" rel="nofollow noreferrer">quick_actions</a></strong> either</p> <ul> <li>without launching the app.</li> <li>or without showing the app on the screen?</li> </ul> <p>On android devices, I want the user to be able to se...
Is it possible to run some dart code using quick_actions either without launching the app. or without showing the app on the screen? On android devices, I want the user to be able to set a reminder or an alarm (after 5 minutes for example) from the app icon using the quick actions. The code works well but the only prob...
android|flutter|quickaction
0
2022-07-31T23:50:57Z
-1
-1
-1
-1
26
0
364
46
3
0
false
true
false
false
false
false
zero
73,187,867
How insecure is firebase rule: read and write = true
<p>Using firebase rules as:</p> <pre><code>{ &quot;rules&quot;: { &quot;.read&quot;: true, &quot;.write&quot;: true } } </code></pre> <p>means that everyone inside my application can read/write the firebase resource or means everyone including any request not necessary comming from my application can read...
Using firebase rules as: [CODE] means that everyone inside my application can read/write the firebase resource or means everyone including any request not necessary comming from my application can read/write?
android|firebase|firebase-realtime-database|firebase-security
1
2022-08-01T00:25:36.740Z
2,022
8
0
0
57
1
208
52
4
1
true
false
false
false
false
false
low
73,187,900
Extracting public key information from a PEM certificate
<p>This is the first time I am doing this SSL pinning on Android.</p> <p>When creating OkHttp, I am adding this code:</p> <pre><code>certificatePinner( CertificatePinner.Builder().add( &quot;url of the server&quot;, &quot;sha256/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&quot; ).build() ) </code></pre> <p>the second...
This is the first time I am doing this SSL pinning on Android. When creating OkHttp, I am adding this code: [CODE] the second parameter expects this: SHA-256 or SHA-1 hashes. Each pin is a hash of a certificate's Subject Public Key Info, base64-encoded and prefixed with either sha256/ or sha1/. I was given a certificat...
android|ssl|openssl|sha256|sslpinning
0
2022-08-01T00:35:21.207Z
2,022
8
0
0
98
0
1,664
56
5
7
true
true
false
false
false
false
zero
73,187,929
Android Studio Chipmunk (2021.2.1) Java 8 library desugaring in D8 and R8 Build Error: "Unsupported desugared library configuration version"
<p>After updating my apps build gradle and dependencies (I did not update Android Studio itself), Android Studio is giving me this error: <code>Error: Unsupported desugared library configuration version, please upgrade the D8/R8 compiler.</code> Before the update everything compiled fine.</p> <p>I am using:</p> <ul> <l...
After updating my apps build gradle and dependencies (I did not update Android Studio itself), Android Studio is giving me this error: Error: Unsupported desugared library configuration version, please upgrade the D8/R8 compiler. Before the update everything compiled fine. I am using: com.android.tools:desugar_jdk_libs...
java|android|android-studio|java-8
5
2022-08-01T00:42:05.163Z
2,022
8
0
0
649
1
535
140
4
0
false
false
false
false
false
false
low
73,187,974
Delphi Android Fails to stop for breakpoints
<p>Debugging apps in D10.4 and D 11 on new ish Samsung phone the IDE fails to stop for breakpoints It started being a bit fussy when I installed D11 on my win 10 Machine and could have something to do with using both IDE's would love to know how to overcome this</p> <p>Any help greatly appreciated Ian</p>
Debugging apps in D10.4 and D 11 on new ish Samsung phone the IDE fails to stop for breakpoints It started being a bit fussy when I installed D11 on my win 10 Machine and could have something to do with using both IDE's would love to know how to overcome this Any help greatly appreciated Ian
android|delphi-10.4-sydney|delphi-11-alexandria
0
2022-08-01T00:51:10.843Z
2,022
8
0
0
18
0
292
44
3
0
false
true
false
false
false
false
zero
73,187,976
How to use CSS grid layout for footer on mobile device
<p>I've recently started using CSS grid layout for a web application. I found a nice example at <a href="https://duwp7.csb.app/" rel="nofollow noreferrer">https://duwp7.csb.app/</a> that does what I want when on a desktop browser. I really like that I don't need to use javascript to pad the main content to make room fo...
I've recently started using CSS grid layout for a web application. I found a nice example at https://duwp7.csb.app/ that does what I want when on a desktop browser. I really like that I don't need to use javascript to pad the main content to make room for the header and footer. However when I use a mobile browser I fin...
android|css
-2
2022-08-01T00:51:23.077Z
2,022
8
0
0
53
2
649
54
2
2
true
false
false
false
false
true
negative
73,188,027
Jetpack Compose - inherit hosting app's theme
<p>I'm building an Android SDK that starts an Activity when being invoked. The Activity needs to inherit the same Theme as hosting app, i.e it's action bar, button, text needs to have same colors with the hosting app.</p> <p>This is easily achievable with traditional XML views by declaring the SDK's Activity in <code>A...
I'm building an Android SDK that starts an Activity when being invoked. The Activity needs to inherit the same Theme as hosting app, i.e it's action bar, button, text needs to have same colors with the hosting app. This is easily achievable with traditional XML views by declaring the SDK's Activity in AndroidManifest.x...
android|android-jetpack-compose
0
2022-08-01T01:11:22.240Z
2,022
8
1
0
82
1
623
45
2
0
false
false
false
false
false
false
zero
73,188,070
MPAndroidChart line needs some explaination
<p>I need your help, kindly tell me which field will make from this</p> <p><a href="https://i.stack.imgur.com/j36Wk.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/j36Wk.jpg" alt="enter image description here" /></a></p> <p>to this</p> <p><a href="https://i.stack.imgur.com/53IFP.jpg" rel="nofollow no...
I need your help, kindly tell me which field will make from this to this
android|charts|mpandroidchart|linechart
0
2022-08-01T01:24:29.873Z
2,022
8
1
0
20
0
72
43
4
0
false
true
false
false
false
false
zero
73,188,097
Getting list from viewmodel in observe event -MVVM
<p>I have a issue in getting a list returned in observe event in my activity. i am developing a login screen in MVVM. viewmodel is as follows.</p> <p>my problem is i can get returned data in observe call back into a UI control. but same data returned assign into a list variable is empty. in other words, list returned u...
I have a issue in getting a list returned in observe event in my activity. i am developing a login screen in MVVM. viewmodel is as follows. my problem is i can get returned data in observe call back into a UI control. but same data returned assign into a list variable is empty. in other words, list returned unable to p...
kotlin|mvvm|android-livedata
0
2022-08-01T01:33:22.087Z
2,022
8
1
0
52
1
669
50
3
2
true
false
false
false
false
false
zero
73,188,109
How do I put 24 hour data on the x-axis ? MPAndroidChart, Android Studio
<p>I am developing a graph using Android MPAndroidChart. It shows the DB with 24-hour data in 1 minute units as a graph. I get data from DB well, but I don't know how to set the x-axis format.</p> <p><a href="https://i.stack.imgur.com/uPj9Q.png" rel="nofollow noreferrer">enter image description here</a></p> <p><a href=...
I am developing a graph using Android MPAndroidChart. It shows the DB with 24-hour data in 1 minute units as a graph. I get data from DB well, but I don't know how to set the x-axis format. enter image description here enter image description here Image 1 is the ideal graph I want, and image 2 is the actual graph. my c...
android|graph|mpandroidchart
0
2022-08-01T01:37:24.337Z
2,022
8
1
0
29
1
484
72
3
1
true
false
false
false
false
false
zero
73,188,125
Open PDF in Android without it Automatically Being Downloaded To Device
<p>I have a mobile responsive website where users enter login credentials to gain access to view pdf files inside my portal.</p> <p>When viewing the website on my android phone, if a pdf is opened from inside the portal, my android phone automatically downloads a copy of the pdf on the android phone and then opens it.<...
I have a mobile responsive website where users enter login credentials to gain access to view pdf files inside my portal. When viewing the website on my android phone, if a pdf is opened from inside the portal, my android phone automatically downloads a copy of the pdf on the android phone and then opens it. This same ...
android|pdf|mobile|download|mobile-website
0
2022-08-01T01:42:41.017Z
2,022
8
1
0
68
1
676
71
5
0
false
false
false
false
false
false
zero
73,188,278
How do I get data class object properties in a for loop
<p>I want to simplify the code below into a for loop.</p> <pre><code>data class UsbAmp( val id : Int, val name : String, val portnum : Int, var hertz_1 : Int, var hertz_2 : Int, var hertz_3 : Int, var hertz_4 : Int, var hertz_5 : Int, var hertz_6 : Int, var hertz_7 : Int, var...
I want to simplify the code below into a for loop. [CODE] [CODE] [CODE] 'arraySeekBar' is an array containing 10 seekbars. 'usbamp' is a data class object. What should I do?
android|kotlin
0
2022-08-01T02:16:11.590Z
2,022
8
2
0
39
0
173
55
2
3
true
true
false
false
false
false
zero
73,188,346
Why Does Kotlin HttpsURLConnection Always Return 404
<p>Spent about 4 hours trying to figure out why below HTTP Request always gives me 404 result. I have tried almost every permutation by commenting out specific lines.</p> <p>Essentially, I am trying to get a basic example of REST api working within Kotlin Android 29. I call below methoid in order to test out networki...
Spent about 4 hours trying to figure out why below HTTP Request always gives me 404 result. I have tried almost every permutation by commenting out specific lines. Essentially, I am trying to get a basic example of REST api working within Kotlin Android 29. I call below methoid in order to test out networking and 404 i...
android|api|rest|kotlin|networking
0
2022-08-01T02:32:53.970Z
2,022
8
2
0
31
0
349
52
5
1
true
true
false
false
false
false
zero
73,188,401
Android CircularProgressIndicator takes up full screen with compose
<p>I have a simple compose function i want to put a circularprogessindicator in the middle of the screen at 80dp x 80dp, its aligned to the top and takes up the full width.</p> <pre><code>@Composable fun MyCircularProgress() { CircularProgressIndicator( modifier = Modifier.size(80.dp,80.dp) ) } </code>...
I have a simple compose function i want to put a circularprogessindicator in the middle of the screen at 80dp x 80dp, its aligned to the top and takes up the full width. [CODE] why isn't the modifier working
android-jetpack-compose|android-jetpack
0
2022-08-01T02:48:12.357Z
2,022
8
2
0
45
1
207
67
2
1
true
false
false
false
false
false
zero
73,188,458
How can I read json file in local test on Android Studio?
<p>I am testing with MockWebServer.</p> <p>And I need a lot of json files for request and response data.</p> <p>Hard coded json values seem messy and I want to create json files instead.</p> <p>So, I created json files in resources(test). And I tried to read file with these methods.</p> <pre><code>object TestHelper { ...
I am testing with MockWebServer. And I need a lot of json files for request and response data. Hard coded json values seem messy and I want to create json files instead. So, I created json files in resources(test). And I tried to read file with these methods. [CODE] None of them seems work. What's the problem with this...
android|unit-testing|kotlin|junit|mockwebserver
0
2022-08-01T03:01:37.240Z
2,022
8
3
0
103
1
326
57
5
1
true
false
false
false
false
false
zero
73,188,534
Could not resolve maven dependencies with gradle - Host is down
<p>I am trying to sync my android project and it fails to download ANY dependencies.</p> <pre><code> Could not resolve androidx.lifecycle:lifecycle-viewmodel:2.5.1. &gt; Could not get resource 'https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-viewmodel/2.5.1/lifecycle-viewmodel-2.5.1.pom'. ...
I am trying to sync my android project and it fails to download ANY dependencies. [CODE] but if I click that link manually it downloads it fine. I recently been using Charles Proxy, and added it in my IntelliJ preferences but now I reversed it. ...And anyway it fails even with ./gradlew build called outside from the ID...
android|gradle|intellij-idea
1
2022-08-01T03:21:08.350Z
2,022
8
3
0
30
1
358
63
3
1
true
false
false
false
false
false
low
73,188,564
How to play ExoPlayer from local file .mp4?
<p>I'm just started learning android and I want to try to play videos from local storage with Exoplayer. <br> I have list videos from local storage by using Recyleview.</p> <br> This is my code, I'm using SDK 32 and Exoplayer 2.14 <br> <b> MainActivity </b> <br> <pre><code>public void onFileClicked(File file) { ...
I'm just started learning android and I want to try to play videos from local storage with Exoplayer. I have list videos from local storage by using Recyleview. This is my code, I'm using SDK 32 and Exoplayer 2.14 MainActivity [CODE] PlayerActivity [CODE] I'm trying using intent it's not working. What should I do?
java|android|exoplayer
0
2022-08-01T03:27:46.930Z
2,022
8
3
0
72
0
315
43
3
2
true
true
false
false
false
false
zero
73,188,569
How to show android Floating Window even on the Android 12's System Setting UI?
<p>After upgrade to target SDK 30, my AccessibilityService's Floating Window can't show on Android 12's System Setting UI. When enter the System Setting UI, Floating Window disappears. After quit the System Setting UI, Floating Window appears again.</p> <p>I think it's a new limitation on android 12, before it's ok. An...
After upgrade to target SDK 30, my AccessibilityService's Floating Window can't show on Android 12's System Setting UI. When enter the System Setting UI, Floating Window disappears. After quit the System Setting UI, Floating Window appears again. I think it's a new limitation on android 12, before it's ok. Anyone have ...
android|window|floating|android-12
1
2022-08-01T03:28:07.080Z
2,022
8
3
0
117
1
482
79
4
3
true
false
false
false
false
false
low
73,188,605
android zooming bitmap based on top left coordinate
<p>I have bitmap with a width of 1182, height of 1822. I want to zoom in with the left top coordinate (765,805) aligning with the left top of the imageview. is this possible?</p>
I have bitmap with a width of 1182, height of 1822. I want to zoom in with the left top coordinate (765,805) aligning with the left top of the imageview. is this possible?
android|bitmap|imageview
0
2022-08-01T03:34:42.917Z
2,022
8
3
0
21
0
171
51
3
0
false
true
false
false
false
false
zero
73,188,646
Android studio How to add set Zoom function in CameraX
<p>I find a source code to use CameraX in Android studio. But it doesn't work well because it doesn't have focus function so my photo always out of focus. I have searched on the Internet, but since I just learnt Android Studio for a few days, so I dont really understand how to convert their code to my code. To sum up, ...
I find a source code to use CameraX in Android studio. But it doesn't work well because it doesn't have focus function so my photo always out of focus. I have searched on the Internet, but since I just learnt Android Studio for a few days, so I dont really understand how to convert their code to my code. To sum up, I w...
android|android-studio|android-camera|android-camera2|android-camerax
0
2022-08-01T03:44:03.010Z
2,022
8
3
0
54
1
432
54
5
1
true
false
false
false
false
false
zero
73,188,721
How to refresh the first page with TabBarViews when I pop from the second page?
<p>I have one page as the first page with TabbarViews, the TabbarViews show some datas which were got form website, so when I finish sent some datas in the second page, the datas in TabbarViews also change. I need to get new datas in TabbarViews. The first page looks like,</p> <pre><code>import 'firstFloorView.dart'; ...
I have one page as the first page with TabbarViews, the TabbarViews show some datas which were got form website, so when I finish sent some datas in the second page, the datas in TabbarViews also change. I need to get new datas in TabbarViews. The first page looks like, [CODE] And my TabbarView is this: [CODE] The seco...
android|flutter|dart|tabbar
0
2022-08-01T04:03:46.020Z
2,022
8
4
0
59
3
505
79
4
3
true
false
false
false
false
false
zero
73,188,756
UnsupportedCharsetException
<p>I am converting string using ISO/IEC 8859, As I know there are many versions of ISO-8859, but I tried with &quot;ISO-8859-10&quot; and got this Exception. How can I know which versions will be supported by Kotlin?</p> <pre><code> val charset = &quot;ISO-8859-10&quot;.let { java.nio.charset.Charset.forName(it) } ...
I am converting string using ISO/IEC 8859, As I know there are many versions of ISO-8859, but I tried with &quot;ISO-8859-10&quot; and got this Exception. How can I know which versions will be supported by Kotlin? [CODE] Error: [CODE]
android|kotlin|converters|charset
0
2022-08-01T04:10:50.237Z
2,022
8
4
0
34
0
234
27
4
2
true
true
false
false
false
false
zero
73,188,861
Most effective way to manage push notifications in Flutter for IOS and Android?
<p>I am working on an app that (ethically) scrapes for products in shortage and lists what products are available at any given time, notifying the user when new stock is available. The original plan was to have a background process run to refresh the product list and detect any changes, every minute or so. However, I t...
I am working on an app that (ethically) scrapes for products in shortage and lists what products are available at any given time, notifying the user when new stock is available. The original plan was to have a background process run to refresh the product list and detect any changes, every minute or so. However, I then...
android|ios|flutter|dart|background-process
0
2022-08-01T04:31:39.550Z
2,022
8
4
0
97
2
1,048
79
5
0
false
false
false
false
false
false
zero
73,188,889
chat Push Notification webview in android studio
<p>I build WebView app using android studio. we can chat feature in my website. I want to get push notification for chat messages. How can I get? Please help me. Thank you!</p>
I build WebView app using android studio. we can chat feature in my website. I want to get push notification for chat messages. How can I get? Please help me. Thank you!
java|android|android-studio|push-notification|chat
2
2022-08-01T04:37:13.013Z
2,022
8
4
0
33
1
169
48
5
0
false
false
false
false
false
false
low
73,189,130
How can create pojo class for mp3 files stored in assets android?
<ul> <li>Where should i store my mp3's assets or raw?</li> <li>what my kotlin data/pojo class should have? filepath how to calculate?</li> <li>how can i create path to be stored in data class and again retireve in recyler adapter with name pased in pojo class?</li> </ul> <p>I want to store multiple images and mp3 and w...
Where should i store my mp3's assets or raw? what my kotlin data/pojo class should have? filepath how to calculate? how can i create path to be stored in data class and again retireve in recyler adapter with name pased in pojo class? I want to store multiple images and mp3 and want to use viewmodel too update: My Pojo ...
java|android|android-studio|kotlin
0
2022-08-01T05:26:24.067Z
2,022
8
5
0
25
1
445
65
4
3
true
false
false
false
false
false
zero