Reputation: 1
I am new to Android. I want to use database with Android. Is there any way to use floggy with Android?
Upvotes: 0
Views: 173
Reputation: 11669
In fact, you don't have to use floggy. There is already a database system present on Android, using SQLite. You can read more about it here in the android official documentation.
Upvotes: 2