SiimKinks / sqlitemagic

Compile time processed, annotation driven, no reflection SQLite database layer for Android
https://siimkinks.github.io/sqlitemagic/javadoc/
Apache License 2.0
121 stars 10 forks source link

Update sample #12

Closed vincent-paing closed 5 years ago

vincent-paing commented 6 years ago

The sample is still using the old initialization method, it need to use the new builder pattern

https://github.com/SiimKinks/sqlitemagic/blob/406ffb01959bfd8e3b8449053f8198e9afc2a6df/sqlitemagic-sample/app/src/main/java/com/siimkinks/sqlitemagic/sample/SampleApp.java#L11

SiimKinks commented 5 years ago

Sample app updated in https://github.com/SiimKinks/sqlitemagic/commit/498a10000a46ef4ab9fe43f2208a2696a1178695