It uses sqlite for storing a list of flarum forum URLs.
The ui is like tapatalk, one app for multiple forums
So at the first initialization it needs to read this sqlite database to see the list of flarum forums to read, then show them in a list
I am a very beginner android developer and i learned sqlite very recently in class, only used in the class examples and never in my apps, so i was not sure if I'm compiling it right. Sunday I'll try to read and understand the adapter to create an empty sqlite database that matches the specifications.