Hello Folks,
I Know, excluding the use of Thread Library, That Android App runs on 1 GUI Thread. The question is, if i use a Service which get data from server and i pass this data to an activity is performing an Http Request and subsequent "JobDone Sub", the call on the Activity Sub method from the Service, is enqueued until the JobDone Sub (or other Sub) is finished its execution ?
Thank you !
I Know, excluding the use of Thread Library, That Android App runs on 1 GUI Thread. The question is, if i use a Service which get data from server and i pass this data to an activity is performing an Http Request and subsequent "JobDone Sub", the call on the Activity Sub method from the Service, is enqueued until the JobDone Sub (or other Sub) is finished its execution ?
Thank you !