I want to create a table that has the columns EMPLOYER NAME
, DATE
, QUANTITY
, and HOURS
. Once the table is saved for employer name, next, time the AutoCompleteTextView
for name should sh开发者_如何学Cow the already saved employers name.
- create a table in sqlite database.
- after it fetch the records from it using select query.
- and pass these records to auto complete text view as a string[].
精彩评论