Hi guys. I'm new to Kotlin. What does the below code called? Why isn't initData() from the Fragment take two params; data and listener? in LayoutView.kt : View fun initDat...
I have a NodeJS/Express best practice question. What should be in /models and what should be in /controllers folder? Should SQL query be in /models? Or, is it better to sepa...
Hello. sorry for o/t. is there ios dev here? thedev network doesn't seem to have ios group (or i missed it), so thought i might ask here
Havent coded in android for awhile. Just wanna ask, do android people still use realm as data persistence or is there anything better?
But why would you need a book for that? There's plenty of other online resources you can learn from.
Create another folder for dummy tests? Do it one by one to ensure safety when on production.
So, any tasks that involving querying should be there, not controllers?
Where do u put your click listener? And how does the adapter look like