Friday, April 6, 2012

Interview Questions Feb 2012

This is what I have heard someone got asked.

1. What are the Kinds of Android Services

The answer is here : http://developer.android.com/guide/topics/fundamentals/services.html

I was asked where the binder is given to the calling Api. I forgot the answer for this.
The answer is here : http://developer.android.com/guide/topics/fundamentals/bound-services.html

private ServiceConnection mConnection = new ServiceConnection() {

        @Override
        public void onServiceConnected(ComponentName className,
                IBinder service) {
                }
}

No comments:

Post a Comment