Android Studio: Android SQLite Databases - Creating the Contract Class

Опубликовано: 13 Октябрь 2024
на канале: Victor Wooding
1,365
22

In this tutorial I show you how to create the contract class for an SQLite Database in an android application. This class contains all the constants that will be used in our database app. The contract class is not necessary but it is an android best practice.

Find the starter project here:
https://github.com/skooltch84/Address...