Note that there are some explanatory texts on larger screens.

plurals
  1. USTom Cheung
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COHello Ted, finally I find out what is the problem,so I can run the apps when response is set to LICENSED. But I have another issue now. Not sure whether you can give me some hint or not. When I tested in emulator, it seems that I don't have problem even I disable or enable network connection. It can run after checking license. But when I tested in android phone, when I first enable network connection, license checked successfully and run the apps, then I disable the network connection, then it seems that it cannot find the cached license, and run disallow() code.
      singulars
    2. COFor example, one record in cursor in price column is 4000, but I want to add currency sign like "$" to form "$4000", but price column still store 4000 in sqlite DB, only shown as $4000 in listview. Actually itemlist above in simplecursoradapter contains three textviews. Hope that you understand what I want to do now, thanks !!
      singulars
    3. COI want to retrieve the data in "price" in cursor, price is column in cursor. And then add currency sign to price and show in listview. In my listview it contains cursor data. Each record contains item,date and price. But according to my understanding each activity only can "setContentView" for one layout not two. Does it possible to retrieve the column in cursor used by simplecursoradapter and add string to column and display it in listview but without changing the content of cursor column ?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload