Maxim Kachinkin (@makzimi) 's Twitter Profile
Maxim Kachinkin

@makzimi

Android Tech Lead at Dodo Brands — Digital-first pizza delivery franchise. Passionate musician at G9 band.

ID: 82292674

calendar_today14-10-2009 06:29:25

194 Tweet

350 Followers

414 Following

Maxim Kachinkin (@makzimi) 's Twitter Profile Photo

Yes, it's funny. But the guys on the bottom are saying these words for a reason. They've read them from articles and overheard them from reports written by the top fellows, who have been through a bunch of crap and have developed certain best practices. #androiddev

Yes, it's funny. But the guys on the bottom are saying these words for a reason. They've read them from articles and overheard them from reports written by the top fellows, who have been through a bunch of crap and have developed certain best practices.

#androiddev
Maxim Kachinkin (@makzimi) 's Twitter Profile Photo

Is there anyone in mobile dev who doesn't do manual testing and is going all-in with unit and UI testing? 🧐 Please share your experiences! #MobileDev #UnitTesting #UITesting #Automation #DevTalk #TechTrends #QA #CodeMastery

Maxim Kachinkin (@makzimi) 's Twitter Profile Photo

Draw SVGs in Compose 1. Load the SVG path with XmlPullParser 2. Create an old Path (from androidx.core.graphics), then convert it to a Compose path with asComposePath(). 3. Draw paths on Canvas You can check out the sample: github.com/makzimi/Compos… #androiddev #jetpackcompose

Maxim Kachinkin (@makzimi) 's Twitter Profile Photo

Clean Architecture sounds great on paper. But when it comes to mobile apps, things can get messy. Based on my experience, it can be a trap — misused, misunderstood, and overengineered. I wrote an article about it — check it out: 👉 hackernoon.com/do-you-still-b… #AndroidDev