@@ -6,26 +6,27 @@ See the Wiki for more information:
6
6
Here are some topics that will be added soon to the Wiki:
7
7
8
8
* Getting Started:
9
- * Existing Frameworks: scala-android, scandroid
10
- * Motivation
11
- * CrudType and CrudApplication
12
- * Generating Layout
13
- * Built-In Navigation, including Actions
14
- * Naming Conventions for layout files, strings, DB tables, entityName, etc.
15
- * Supported Field Types: int, long, double, currency, Date, Calendar, String, Enumeration,
16
- * Supported Fields: both forms of viewId
17
- * Integrating with an Object Model: fields and findAll
18
- * UriPath - javadocs, instead?
19
- * How to indicate if the Entity is Updateable and/or Displayable
20
- * Parent Fields and Foreign Keys
21
- * DerivedCrudPersistence and overriding idField
22
- * Generated Fields
23
- * Backup Service
24
- * Buttons - For now these must be handled by customizing the app.
25
- * Logging - SLF4J
26
- * What subjects are copied to what subjects and when
9
+ * CrudType and CrudApplication (refer to Scaladocs)
10
+ * Naming Conventions for layout files, strings, DB tables, entityName, etc.
11
+ * Supported Field Types: int, long, double, currency, Date, Calendar, String, Enumeration,
12
+ * Supported Fields: both forms of viewId
13
+ * How to indicate if the Entity is Updateable and/or Displayable
14
+ * Parent Fields and Foreign Keys
15
+ * Generating Layout (refer to Scaladocs)
16
+ * UriPath (refer to Scaladocs)
17
+ * Ready-to-use Enhancements:
18
+ * Integrating with an Object Model: fields and findAll
19
+ * DerivedCrudPersistence and overriding idField
20
+ * Generated Fields
21
+ * Backup Service
22
+ * Under the Hood
23
+ * Built-In Navigation, including Actions (refer to Scaladocs)
24
+ * What subjects are copied to what subjects and when
25
+ * Logging - SLF4J
27
26
* How to Customize
28
- ** Fields
29
- ** Activity
30
- ** Interacting with other Activities
31
- ** Customizing Navigation
27
+ * Fields
28
+ * Activity
29
+ * Interacting with other Activities
30
+ * Customizing Navigation
31
+ * Future Features
32
+ * Buttons and Links - For now these must be handled by customizing the app.
0 commit comments