Bound Services on Android

CodingWithMitch
CodingWithMitch
62.4 هزار بار بازدید - 6 سال پیش - With respect to Services on
With respect to Services on Android, you have two categories:

1) Started Services
2) and Bound Services

This video is focused on bound services.

I think the best way to think of a bound service is to compare it with a server. When you start a service with the intention to bind something to it, you essentially have the intention to start a server, and bind to it with some kind of client. At it's core, you're defining a client-server interaction. The service acts as the server, and an activity acts as the client.

Note that this demo is done using the architectural design pattern known as "Model View View-Model" (MVVM).

➤Blog post on Bound Services:
https://codingwithmitch.com/blog/boun...

➤Learn to Code Like me:
https://codingwithmitch.com/register/

➤My Instagram:
Instagram: mitch.tabian

➤Source Code:
https://github.com/mitchtabian/Bound-...
6 سال پیش در تاریخ 1397/09/20 منتشر شده است.
62,483 بـار بازدید شده
... بیشتر