Wednesday 20 April 2016

What is intent in android.

An android Intent is an abstract description of an operation to be perform.It can be use with start activity to launch an activity, broadcastIntent so send it to any interested Broadcastreceiver  component.and startService(intent) or bindservice(intent,ServiceConnection,int) to communicate with a background Service.


No comments:

Post a Comment