Hi
@walterf25 . Thanks! My app could have a big advantage using threads because GUI doesn't depends on the data updated. I have a local database. Like whatsapp, if you have new messages, internet connection...good. If no, your old downloaded data will be still available. And app will do background queries, checking internet (eventually answering to a push event), to update as soon as possible. Of course that during these queries the gui interface must to remain free and fluid.
But I have a serious concern about threads library: this is from 2010! Maybe there is some stability alert... compatibility problem... in 2010 Android was version 4 or less... do you have something to tell me about this possible problem (compatibility and deprecated library?)...