What is the difference between service and intentservice?
Answer / Ratindra Kumar
Services are general-purpose background components that need manual lifecycle management, while Intent Services are a specialized kind of service that handles multiple requests concurrently by processing each Intent separately in their own worker thread. Intent Services are easier to work with since they handle start and stop automatically.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is adt in android?
Explain fragment.
Do we need api key for displaying google maps in android?
What if my app uses location API, and service provider shuts that off, can they?
Why cannot you run standard Java bytecode on Android?
Explain activity lifecycle briefly.
What types of permissions exists?
Tell us why would you do the setcontentview() in oncreate() of activity class?
Give a list of impotent folders in android
What is the life cycle methods of android activities?
What is google android sdk?
In android, which manifest permission is needed when use gps location?