We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The example given was for adding an index to a column, but the line mistakenly wrote before "This will create a query on both columns.".
It should be "data" not "date" in this sentence:" ActiveAndroid will handle primitive data types as well as relationships to other tables and date classes."
Adding "table" to the section header and in the first line since table names cannot use these words either.
Word choice edit.
Corrected tabs/spaces mismatch.
Added a note about speeding up application start using AA_MODELS
Created Creating your database model (markdown)
Updated Creating your database model (markdown)
Added Reserved Column Names section.
Added java wrapper for code highlighting
Added some text about indexes in Column annotations
Document needed standard-constructor
The `getMany` helper method was incorrectly marked as static.