Note that there are some explanatory texts on larger screens.

plurals
  1. USBundeeteddee
    primarykey
    data
    text
    plurals
    1. COHi, at the moment i'm just creating my own class by extending BaseAdapter, implementing the methods getCount(), getItem(), getItemId() and getView(); The exception is the one stated above: "Make sure the content of your adapter is not modified from a background thread". Caused by trying to update the adapter's data set from a non-ui thread (in this case, my controller class which holds the message queue). I'm trying to find a way to keep my message queue updated as well as the Activity (if it is in the foreground).
      singulars
    2. COi was thinking of doing it this way, but that means any messages coming from the network layer will have to be broadcasted for the Activity to pick up. If the Activity is not in the foreground (or in the activity stack), the message will not be processed. Does that sound right?
      singulars
    3. COI'm not too sure how i would handle it if the whole view is a UIWebView. I'm not too familiar with the UIWebView side of things yet. Maybe there is a way to inject html code on the fly? If not, then flickering is definitely going to happen. The other way @eiko was referring to was a UIWebview for each chat item that requires an emoticon. It might not be too bad if you do it only for chat items that have at least 1 emoticon. Otherwise, just a custom UITableViewCell. I do have alot of concerns on performance and memory usage tho.
      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