We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d989d3 commit 5878366Copy full SHA for 5878366
README.md
@@ -1,8 +1,8 @@
1
-# JDXAndroidSimpleExample
+# JDXAndroidSimpleExample
2
### A Simple Example Project using JDXA ORM
3
4
This project shows a simple Android app using JDXA ORM to exchange object data with an on-device SQLite relational database. Some highlights:
5
-* The object model consists of one POJO class (AClass).
+* The object model consists of one POJO class (ClassA).
6
* The mapping specification is succinct.
7
* API calls for CRUD operations are simple.
8
* JDXA provides handy utility methods for displaying an object or a list of objects.
0 commit comments