Android : how to use services in android without using Broadcast reciever?

on Friday, September 12, 2014


I am making an android project and have already created a service for reading data from web.but after reading data i want to return that data into my main activity. so I want to know that, is there anything other than broadcast receiver by which i can do this?


0 comments:

Post a Comment