If nothing else: Read Dagger Core Semantics Android Dev |
- If nothing else: Read Dagger Core Semantics
- Android app removed from the store. What is the time to redeploy a new version?
- Collecion of Color pickers(10 color pickers, 3 gradient+color for the time being) written with Compose let's you select gradient or solid colors from HSV, HSL, or RGB models with Custom Colorful Sliders, panels, and many customization. https://github.com/SmartToolFactory/Compose-Color-Picker-Bundle
- UseCases and performance
- Ok well hi everyone. Finally I solve the Android in its binary executable file and libraries undetection. But since devtmpfs is already mounted, I would like to know how to skip first_stage_mounts and execute second_stage from init. 🥺
- [DEV] Try Upward, a platforming challenge!
- My first app on google play store
- My fragment with bunch on animations is laggish on first initialization. How can i wait until initialization is complete, and show fragment after that?
- Jetpack Compose Android App Tutorial #1| Manage State in Compose | Learn your first app in 15 mins
- Why am I able to .set() on TextView from outside uiThread
- Can't Return Data To Previous Activity Using SetResult and registerForActivityResult
- My interpretation of the enigmatic Nothing Phone Glyph:
- Android "linker64" can't link init. it doesn't find the library called libc.so Whereas libc.so exists. Can anyone help me please 🥺
If nothing else: Read Dagger Core Semantics Posted: 04 Apr 2022 03:16 PM PDT https://dagger.dev/semantics/This document was the most important read for understanding Dagger. The first codebase I contributed to that used Dagger extensively was YouTube, just after they'd added/upgraded to Dagger2. I remembered this helped me get up to speed-but at the time it was hosted internally. Now it appears to be available publicly. What is it?A first-principles overview of Dagger - very far removed from the dreaded Thermisiphon tutorial. It starts with explaining precisely what a Key is, how those key signatures are used to create binding logic, and only then starts discussing what role Modules and Components play. Prereqs?None - no Hilt, no Android. This is just a look into core Dagger. After reading this (and taking some time to ingest) I was able to build a nontrivial multi-feature-module app with unit + integration tests without needing to resort to Hilt. (If there's any interested in the skeleton or a tutorial, lmk) [link] [comments] | ||
Android app removed from the store. What is the time to redeploy a new version? Posted: 05 Apr 2022 01:27 AM PDT Hello there. So my cocktail app with over 500 000 downloads, which I have developed some 6 years ago and since then did not publish any update was removed from the Play store due to violation of user-generated content. I don't make any money on the app, since I did not want to "ruin" the user experience with ugly ads etc. In fact, I have an infrastructure cost of around 600 euro/ year, so around 3000 EUR since the beginning. Users love the app, and I was happy they are happy :) My app allows users to post comments and pictures of cocktails and this has become an issue since a user shall have an option to (per email from support): I have the first 2 functionalities in my app, but unfortunately, I did not build the remove/block functionality back in the days. I won't be able to publish an update of the app since the codebase is just a mess (i guess you all know it if you see some old code of yours and you just want to puke), not even sure if I can compile it anymore. So I have to rebuild the whole app basically. The question to you : Thank you very much. [link] [comments] | ||
Posted: 05 Apr 2022 12:42 AM PDT
| ||
Posted: 04 Apr 2022 09:06 PM PDT Does your app use UseCase pattern in the domain layer? Based on my understanding, a UseCase is written as a class with a single method. In my experience I could do something similar with a static method. Say, I have 10 use cases that require 10 classes, I could potentially replace those with 10 static methods in a single class. Doesn't the UseCase pattern create too many classes? Does it impact the performance significantly in terms of memory usage? What are the advantages of a UseCase over static methods? [link] [comments] | ||
Posted: 05 Apr 2022 01:37 AM PDT
| ||
[DEV] Try Upward, a platforming challenge! Posted: 05 Apr 2022 01:26 AM PDT
| ||
My first app on google play store Posted: 05 Apr 2022 01:21 AM PDT Hello everyone, I finally managed to publish my first app on google play! 😍 It is nothing special but I have taken away a satisfaction! If you give me a contribution by downloading it (it's free I don't earn anything) and putting a nice review, I would be grateful! 🙂 https://play.google.com/store/apps/details?id=io.kodular.caputoluca88.Shopping_List [link] [comments] | ||
Posted: 04 Apr 2022 10:40 PM PDT My fragment with bunch on animations is laggish on first initialization, however when i open it again (even with another data), animations run smoothly. Can i wait until fragment is initialized, and show ui after that? How can i do it? [link] [comments] | ||
Jetpack Compose Android App Tutorial #1| Manage State in Compose | Learn your first app in 15 mins Posted: 04 Apr 2022 09:44 PM PDT Hey #androiddev, have a look at my video tutorial on How to build an app using Jetpack Compose! [link] [comments] | ||
Why am I able to .set() on TextView from outside uiThread Posted: 04 Apr 2022 04:01 PM PDT So today I was implementing a feature into my app, and this feature would have a counter that would be incremented in a for loop inside a thread. The count value would then be .set() into a TextView during each for interaction giving the perception of a real time counter in the UI. The thing is, I'm just using new Thread(new Runnable) and this thread is able to comunicate directly with the TextView (no uiThread called) Is this a bug? It should be forbidden because of thread safety. And no, no exception is thrown, Android just let it go through during the whole interaction "without a problem". [link] [comments] | ||
Can't Return Data To Previous Activity Using SetResult and registerForActivityResult Posted: 04 Apr 2022 03:35 PM PDT Sorry if this improper, but I've been struggling with this for weeks now, and I still don't understand what I'm doing wrong. I'm trying to follow standard procedure that Google documents, but they don't give you everything. [link] [comments] | ||
My interpretation of the enigmatic Nothing Phone Glyph: Posted: 04 Apr 2022 02:53 PM PDT
[link] [comments] | ||
Posted: 04 Apr 2022 02:52 PM PDT
|
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