Skip to content

Database

Sizwe edited this page Jun 3, 2018 · 4 revisions

Database

The database used to store the shopper’s token, was designed using SQLite3 supported by the Android App Development and also the Android Things Development Platform.

The figure above shows the TokenDatebase class that inherits its functionality from the DatabaseDelegate class; all the design code can be found on Github repository including the one above and the MikroC code.

Clone this wiki locally