HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ijuarezz

no profile record

Submissions

Show HN: Shout is an Android app to post opinions using the Google Nearby API

github.com
2 points·by ijuarezz·10개월 전·6 comments

comments

ijuarezz
·10개월 전·discuss
Thanks for noticing the comments. I usually start writing pseudo-code which then naturally morphs into line comments. I'm using Android Studio and found the expand/collpase feature a very useful way to zoom in and out of the code when needed. The problem is that it doesn't force to think modularly since the collapsed sections/functions already kinda look like separate modules.
ijuarezz
·10개월 전·discuss
Thanks for the feedback. This project was an excuse to learn Android/Kotlin and now that the app is working I'll look into splitting MainActivity.kt I want to start with the UI since the Composables functions are primed for modularity.