How to create this kind of Service in Android development? -


i have 3 activity, , of them must synchronize user information .so i'd create kind of service.it must running of time, before root activity shown, , until app closed. 3 activity communicate service , user information , change user information. kind of service should use, , how create it?

sounds need use bound service. can use bound services communicate activities. here link bound services documentation: bound services


Comments

Popular posts from this blog

css - Text drops down with smaller window -

php - Boolean search on database with 5 million rows, very slow -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -