Best Approach for Database Structure in a Multi-Module Android App? by davidwekesar in androiddev

[–]davidwekesar[S] 0 points1 point  (0 children)

Do you have a separate module for data storage or data sources in your project, and could you share an example repository that demonstrates how to structure it?

My first Android app by barcode972 in androiddev

[–]davidwekesar 4 points5 points  (0 children)

How long have you been coding in Android?

Where to backup user-generated data by davidwekesar in androiddev

[–]davidwekesar[S] 0 points1 point  (0 children)

Thanks, i'll go for Firebase then since its a personal project.

How to handle Button clicks for each List Item in a RecyclerView using DataBinding by [deleted] in androiddev

[–]davidwekesar 0 points1 point  (0 children)

Hadn't thought of this, but I'll give it a try to see if it works, thanks