Created by Alex Neves
almost 9 years ago
|
||
What is a Service?
What are they used for?
What is their lifetime?
What process do they run in?
Name 4 example usages of a Service
Name the 2 types of Services
What is an Unbound Service?
What is a Bound Service?
How do you communicate with a bound service?
Name 2 examples of Unbound Services
Describe an Intent Service
Give an example of an Intent Service
Describe a Generic Started Service
Give an example of a Generic Started Service
What is a Foreground Service?
How does a Local Bound Service work?
What is a Remote Bound Service?
How can we define a Remote Service?
What does AIDL stand for?
What is AIDL?
What types does AIDL support? Name some examples
What is a Parcelable object?
What types are Parcelable?
What is the benefit of Parcelable vs Java.IO.Serializable?