See: Description
Class | Description |
---|---|
ConversationHelper |
Saves (and retrives, in the future) conversation records from the database
|
TextAppContract |
Specifies the structure/schema of the app's database
|
TextAppContract.Conversations |
The column name constants for the conversations table
|
Each table is specified in TextAppContract, and a helper class is available for inserting and retrieving data from each table.
As of now, only one table exists, for saved conversations. It may be useful in the future to save records of all calls, whether they resulted in saved text or not (e.g. missed calls, attempted calls, etc). This should have its own helper class, following the pattern of ConversationHelper, as should any future tables.