Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
dmonkey23274yI was recently thinking to start android dev, just for fun and to get some additional control on my device, thus getting rid of all the web (browser) development because of its constant change.
Now you made me change my mind. -
mr-user13524yAndroid Jetpack is mainly compose of backward compatibly. In android we usually use "Android Support Library" but now we just need to use Android Jetpack.
Android Jetpack make it easier to write a single page application rather than multiple activity app. -
Hazarth94764yI agree, thought I'm not an android dev. But whenever I get into android development and try to make something, turns out 90% of the tutorials and examples on the internet are completely outdated, even for the simplest things, because it keeps changing so rapidly. literally articles from 2019 give me solutions that work, but half the code functions are marked as deprecated
-
Google hates anyone daring to use AOSP anyway. SafetyNet Attestation is the culmination of them pissing on the open source community.
Related Rants
Why are devs at google making it hard for android developers? They release libraries so frequently and completely overhaul everything. It was fine till a limit. Now again they are releasing jetpack compose which is a completely new thing. I don't have problem learning new things but the rate at which they release new stuff is far swift than other frameworks. For example they release a new dependency injection hilt while recruiters still look for dagger 2. Android is just getting overwhelming. What are your thoughts?
rant
kotlin
android
java