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
-
doomsday7627y@Artemix Gonna do it later. Actually making all the code from scratch for this project. Nothing gives a lower level knowledge of the language than writing all of it myself. Same reason I'm not using Anko either.
P. S: Would love to hear experienced dev's views on my learning methods. I'm still fairly new to Development, so I try to do stuff from scratch before using a library.. -
lulebe467y@Cybersapien great take on this. I often see people using libs everywhere, even for one single http call. Good that you at least learn the basics before going full out on libs. I did it the same way on Android and kotlin. And I don't use anko to this day, at least not their DSL. Their async and uithread methods are great for converting async tasks to something more readable though.
-
doomsday7627y@lulebe The DSL is the reason I delayed Kotlin and Anko for months. I was introduced to the language in February this year, especially liked the layouts DSL, but the damned Plug in never worked. Kept crashing studio for me. Frustrated since I never found a solution I just called it quits and continued on with Java...
Then, AS.2.2 Now AS 3.0, The DSL plugin still crashes 🙄 -
lulebe467y@Cybersapien it worked well for me but I had some issues using custom views so I just went back to XML layouts for most things. Especially now with ConstraintLayout, where the gui editor is really helpful.
Related Rants
Porting Java Code to Kotlin manually, just to get a better understanding of the language. Best thing so far, NO more Assertive Exception Handling.
Damnit Java, I know it for a fact that the damned thing won't throw an exception! There's Careful and Paranoid. KNOW THE DIFFERENCE
undefined
java
kotlin
exceptions exceptions exceptions
error
android