Android Dev - Weekly Who's Hiring Thread - August 23, 2021 |
- Weekly Who's Hiring Thread - August 23, 2021
- End result: Nice try
- Android Studio Arctic Fox aggressively caches builds
- Inputs validation in Jetpack Compose
- Does glide support Cache-Control and Content-Encoding headers ?
- How to get an app developed
- drivers license
- I’m trying to choose android app development course
- Google Drive integration fails in Release build
- Is this proper Android MVVM design?
- Will android native jobs market dwindle?
- Creating a GitHub Action using Kotlin/JS
- first small project Uninstaller app
- I need help with AR library
- An alternative to OneSignal as push notifications service
- Nested RecyclerView
- Play Billing Errors in Trusted Web Activities
Weekly Who's Hiring Thread - August 23, 2021 Posted: 23 Aug 2021 06:00 AM PDT Looking for Android developers? Heard about a cool job posting? Let people know! Here is a suggested posting template:
Feel free to include any other information about the job. [link] [comments] | ||
Posted: 23 Aug 2021 04:47 AM PDT
| ||
Android Studio Arctic Fox aggressively caches builds Posted: 23 Aug 2021 12:09 AM PDT Hey guys, I don't know if anyone else have stumbled upon this issue, but the latest AS really aggressively caches builds. Sometimes small code changes (like single line change) are not reflected in the next build and this quite pisses me off, because I am not sure whether I need to do clean build each time I do recompile the code. Sometimes it works fine, but more often than not - previous build is being outputted and I am not sure what to do. This applies to Kotlin code changes as well as XML drawables changes (in this case at least IDE reports, that I should clean build myself 😐). Because of this I did push update to my app (which was working fine when testing changes).. and it did not actually work as intended which is the last scenario you want to be in. Does anybody else has this issue? My version is 3.1 Patch 1, Mac OS. [link] [comments] | ||
Inputs validation in Jetpack Compose Posted: 22 Aug 2021 09:55 AM PDT
| ||
Does glide support Cache-Control and Content-Encoding headers ? Posted: 23 Aug 2021 07:22 AM PDT Hi , My current cdn server returns image data without cache header keys. But some cdn servers return these keys and values at header response. Does it affect Glide caching behavior if cdn server sends these parameters at response header with image ? I have not found any resource in Glide documentation yet. Cache-Control: max-age=7776000 Glide version : 4.10.0 My cdn server headers at response, Response Header Connection: keep-alive Another cdn server headers at response, HTTP/1.1 200 OK [link] [comments] | ||
Posted: 23 Aug 2021 06:58 AM PDT Hi I have an idea for a tool I would like made into an app, just for personal use. Basically a tool for keeping track of vegetable prices at different market vendors so I can compare etc Is there a marketplace for getting simple apps made, is it expensive, can I do it myself with no coding knowledge etc? Thanks for any advice. [link] [comments] | ||
Posted: 23 Aug 2021 06:43 AM PDT | ||
I’m trying to choose android app development course Posted: 23 Aug 2021 02:09 AM PDT Hii, I'm trying to choose android app development course. I googled it of course but not sure if those rankings stuffs are 100% trustful. I don't mind paying little bit, but I want to learn as quick as possible. I also took introduction course for C language in my 1st year Uni so I guess I'm not a complete beginner. Can anyone help what online App Dev course works best for me? [link] [comments] | ||
Google Drive integration fails in Release build Posted: 23 Aug 2021 05:45 AM PDT I have an app on the play store for the last year or so. I have now added a Backup Restore functionality for which I am asking user to Google sign in and then provide access to his Google Drive. The Google Drive integration works well in the debug mode but the release build consistently fails the Drive integration. -I have provided debug and release keys in Google Cloud Console and also in the Firebase project since I am using a number of firebase products - I have the updated the google-services.json file and it at kept at the correct location - Also crossed checked the release keys on the Google Play Console Any guidance will be highly appreciated as I am now at my wits end and struggling for the last 3 days. [link] [comments] | ||
Is this proper Android MVVM design? Posted: 22 Aug 2021 07:08 PM PDT I'm a beginner with Android development, and I'm trying to make a practice app using MVVM. It's my first experience with this architecture, so I'm pretty unsure of everything that I do so far. I'm trying to programmatically set the CollapsingToolBar's scroll flags. When the RecyclerView's list is empty, I'd like to disable the scrolling effect. When it has items, I reenable it. In my ViewModel, I have: In the Fragment, is observed like so: Is this proper MVVM design? Is all the "business logic" properly separated from the view (Fragment)? I may be having trouble understanding the term itself. In Android programming, is business logic anything that would decide how a view is created and UI updated? Is it acceptable to have a View's class in the ViewModel to use its constants (SCROLL_FLAGs), as long as it's not a reference to a View or instantiated? How could my MVVM approach be improved? It works as intended, but I don't know if it's optimal. Thank you! [link] [comments] | ||
Will android native jobs market dwindle? Posted: 22 Aug 2021 11:36 AM PDT
[link] [comments] | ||
Creating a GitHub Action using Kotlin/JS Posted: 22 Aug 2021 08:02 PM PDT
| ||
first small project Uninstaller app Posted: 22 Aug 2021 07:21 PM PDT
| ||
Posted: 22 Aug 2021 01:02 PM PDT Hello All, I have a question. Our team is developing an app that can scan wall damage and provide measurements of the damages for the admin to submit a quick quote. Can anyone suggest a proven library that can help with this AR requirements? We tried Galaxy.ai but they aren't providing the SDK. I couldn't find anything with Google libraries. Any suggestions? Thanks in advance 👍 [link] [comments] | ||
An alternative to OneSignal as push notifications service Posted: 22 Aug 2021 11:26 AM PDT Hi so i was using OneSignal before it was great and all but since the migration to FCM it don't work to me anymore i tried many things but nothing worked so i hope you guys can give me a similar service to add to my app [link] [comments] | ||
Posted: 22 Aug 2021 10:22 AM PDT Currently I am trying to do a design like playstore in my app using nested recyclerView But how to show progress bar while data is being fetched from the network ?? Edit : I want to use shimmerlayout to do that [link] [comments] | ||
Play Billing Errors in Trusted Web Activities Posted: 22 Aug 2021 09:06 AM PDT Hey there - I'm trying to integrate Play Billing into my PWA via Trusted Web Activities. I have done exactly as their docs here: https://chromeos.dev/en/publish/pwa-play-billing My app has been deployed on a closed test track on the Google Play Console. I have tried debugging as hard as possible but for some reason, the My JS code: ``` async purchaseItem() { const paymentMethodData = [ { supportedMethods: "https://play.google.com/billing", data: { sku: "basic_subscription", }, }, ]; } ``` [link] [comments] |
You are subscribed to email updates from Developing Android Apps. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment