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
-
bartmr2805yAPKs contain Java byte-code, which can be even more optimized by using ProGuard (which minifies code by shortening byte-code encoded names). The option to enable this in Gradle is called minify. And it's enabled on most projects.
Don't try to sound smarter than others. There are no stupid questions. -
bartmr2805y@ZioCain Yeah I know. It probably uses NDK underneath and already compiled stuff in the best way possible. Just don't mock webdevs. It's actually hard being a webdev because you have so much things to deal with in an ever changing environment (web browser) with so many things happening at the same time (async stuff)
-
ZioCain27115y@bartmr I know, I'm a webdev as well.
And don't think that async stuff only exist there.
Also iOS and android might change way more than just the browser.
Related Rants
Not really a rant, but:
Me, programming in unity using C#: well if I add that library, My life will get a little bit easier, but the final APK will be 2MB heavier because of it.
WebDev who never used compiled programming languages: can't you just minify it?
Me:
joke/meme
library
compiled code
minify
webdev
c#
unity
apk