Checkout DayTask!
🚀 My new Android task manager built with Jetpack Compose (Kotlin). It features real-time progress tracking, and a sleek dark UI and some other features that are mentioned in link. Organize your life and projects easily!
👉 Link: https://t.co/XZfFUjs9gs
@android_poet Currently working on a similar feature(Signing documents) used transformable +graphics layer to do the job XD.
Also took a lot of inspiration from Philip lackner for the scale in/out logic.
@android_poet Crazy how i managed to reduce the apk size tp 100mb from 127 just by removing pngs that the old employee thought was a good idea to use lmao, guy used pngs for everything even a small dot icon bruh...😭
@Swiggy@SwiggyCares I ordered food from McDonald's and had items missing in my order, when i tried to report it the app doesn't even let me select the missing item.
OrderId: #226171440290061
@_anpurnama@android_poet Depends on the complexity of the data that is being sent from API. In my use case when i was working with poke API i wrote 2 separate VMs for the list and the details pages(passed Pokemo's id with saved state handler to VM directly) because the details page had complex structure.
@android_poet Yeah I'm trying to do that in my current project, i even checked out Philip lackner's video/repo on using enum classes to show exceptions based on its' code.
@android_poet Yeah that's reasonable. My senior said the same thing, he even mentioned adding response handlers and their classifications to manage different network exceptions and tailor it to show different messages in simpler language.