What do you use except SingleLiveEvent for one time actions in MVI/MVVM? Android Dev |
- What do you use except SingleLiveEvent for one time actions in MVI/MVVM?
- how to handle the scenario where the versions of Dependencies/MinSDK/CompileSDK/Kotlin Version/ Java Versions /.. etc OF A LIBRARY does not match with the project?
- Oneplus 6T touch unresponsive
- Databind lists of radio buttons and checkboxes with the library "bindable-radiobuttons" just published!
- Alternative Ad networks to Admob (CPM/CPC)
- I made a flutter app for Anime episodes and news updates. (Flutter)
What do you use except SingleLiveEvent for one time actions in MVI/MVVM? Posted: 29 Aug 2021 04:22 AM PDT I am trying to find something to replace SingleLiveEvents in my project, I used them a lot for one time actions such as toasts and error messages. But as you know SingleLiveEvents have a lot of drawbacks. Would be great to hear some real experience with SingleLiveEvent alternatives. Thank you. [link] [comments] | ||
Posted: 29 Aug 2021 07:53 AM PDT Hello there. I am trying to create my first library. I have a few questions. a library defines its own set of dependencies and minimum support sdks. so what is going to happen for people using my library in their apps with versions greater than/ less than what my library has defined? 1. Will my library crash because it is getting a version bigger / smaller version than what it required? 2. Will the user's app start to crash because my library is providing their app with versions of dependencies greater than/less than what their code had supported?
for reference assume this is my library : a weatherView which automatically fetches weather info every 2 mins. its completely in kotlin and I define its java version as 11, min sdk version as 28 compile sdk as 28 and a requirement for material components v1.5 and kotlin v 1.6. who would be able to use this? for whom this is going to cause issues and on app side, or on my library's side? [link] [comments] | ||
Posted: 29 Aug 2021 03:54 PM PDT I was using my phone, it froze all of sudden. The touch became unresponsive, so I rebooted the phone. and it asks for pin, but I can't enter the pin as touch is not working. So I tried hard reset by going into fast boot mode and try to go to recovery mode, then it again asks for the password and I can't enter anything. The device status shows locked. I also tried using ADB no luck. The phone won't connect to pc no matter what I do. I tried unbricking from command prompt, the phone is still not detected . Can anybody have any other ideas???? help!!!!@@@sos!!!!!! [link] [comments] | ||
Posted: 29 Aug 2021 09:41 AM PDT
| ||
Alternative Ad networks to Admob (CPM/CPC) Posted: 29 Aug 2021 12:49 PM PDT Hello, Looking for an alternative ad network to Admob, have been researching many of them but it seems like most of them pay per install, is there any ad networks besides Admob, FAN and mopub that pay for clicks/impressions? [link] [comments] | ||
I made a flutter app for Anime episodes and news updates. (Flutter) Posted: 28 Aug 2021 05:51 PM PDT Features
More details here. Google Play | GitHubUnder the hood.
PS: The ads (Admob) are not working in production for now. I made a single mistake and google limited my AdMob account. Will try to resolve this in the future. The test ads do work perfectly fine though. Damn Google is too strict. [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