What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

want to have a toll free number

ankit29030

New Member
hello sir;

i am working on an application where i am supposed to make a programming like this

REJECT A INCOMING CALL AND THEN DIAL IT...

from where im supposed to start??? how can i make an activity for this..done that...but now how should i proceed??i dont know wat it means..

public class service extends Service {

@Override
public IBinder onBind(Intent arg0) {
// TODO Auto-generated method stub
return null;
}

}


for a new service??please help sir..
 
Back
Top