Hi, it's me again.
I'm wondering if we can make a "get started" guide for developing FGA since I don't see one anywhere. I think this may help if other people want to help develop but don't know where to start after forking this repository (like me).
I can help if you're interested.
Thanks for this app as always!
To build the project, the latest version of Android Studio alone is sufficient.
I started making the project when I didn't know much about Android, so it isn't architected well.
Even right now I'm slowly improving the code-base.
Let me still give you a general idea.
There are 4 modules in the app right now:
Overall, it is quite complex. The best point to start will be from scripts module where you don't need to learn anything about Android.
For learning Kotlin, I found Kotlin Koans really interesting.
Ah, thanks! I'll... look over there then.