How to insert extra elements into a SimpleCursorAdapter or Cursor for a Spinner?

后端 未结 4 1943
借酒劲吻你
借酒劲吻你 2020-12-04 14:57

I have a Spinner which is to show a list of data fetched from database. The data is returned to a cursor from query, and the cursor gets passed to spinner\'s SimpleCursorAda

4条回答
  •  無奈伤痛
    2020-12-04 15:21

    I found some information about adding element to spinner which has SimpleCursorAdapter: http://groups.google.com/group/android-developers/browse_thread/thread/4123868e02fc9172

提交回复
热议问题