SQLite Android Bindings

Artifact [ae099edd94]
Login

Artifact ae099edd946aa4f0ef1c40daa34bb256f990540c:


Very Simple App

1. Create a new project in Android Studio. Use the "Basic Activity" template. Leave all other settings at their defaults.


2. Modify the code in MainActivity.java as follows:


3. Set the name of the TextView widget in MainActivity to "tv_widget".


4. Import the pre-built SQLite aar file:


5. Add the dependency on the new module to the application module:


6. The very simple app is now ready to build! Click the green triangle on the toolbar to build, deploy and run it.