Android-LazyDatabase
A fast way to store POJO in sqlite on an Android device without troubling yourself with database creation.
File Explorer
Download Latest Version (.zip)- gradle-wrapper.jar
- gradle-wrapper.properties
- DoTest.java
- InvalidClass.java
- Link.java
- MyClass.java
- Test.java
- TestLink.java
- BaseAdapterTest.java
- DatabaseHelperTest.java
- TableInfoTest.java
- Chain.java
- PrimaryKey.java
- Since.java
- Version.java
- BaseAdapter.java
- DatabaseHelper.java
- SQLiteUtils.java
- TableInfo.java
- strings.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.txt
- warning.png
- ApplicationTest.java
- NameGenerator.java
- DetailActivity.java
- MainActivity.java
- RandomUser.java
- RandomUserAdapter.java
- TestApplication.java
- ic_plus.png
- ic_plus.png
- ic_plus.png
- ic_plus.png
- activity_detail.xml
- activity_main.xml
- item_random_stuff.xml
- menu_main.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- transitions.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- pullDb.sh
- .gitignore
- .travis.yml
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LazyDatabase.iml
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/redwarp/Android-LazyDatabase
Downloads the entire project code from GitHub to your computer.
cd Android-LazyDatabase
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
