Android Question Little Database

hasexxl1988

Active Member
Licensed User
Longtime User
Hello,
I would like to build a small product app, but you should add / delete categories. And in the categories accordingly afterwards products with different values (product name, price, addition, etc.).

I've looked at SQL and Sets already, but has problems with it.

The database should then be stored locally.

Example (That's how I imagined it):

Categorie = Categorie1
Productnames: Name1, Name2, Name3
Prices = 1,2,3
Addition = TestAdd1, none, TestAdd3

Categorie = Categorie2
Productnames: Name1, Name2, Name3
Prices = 1,2,3
Addition = TestAdd1, none, TestAdd3

And all values in a Database / File.

If possible with an Encryption (Username / Password)

Are there any possibilities to do so? Has any ideas?:(
 
Top