i have been working on an sms application and i want to provide some private space for the user... which can only be accessed if the user enters the right username and password...how can i accomplish that....? somebody told me that i can use the AccountManager
but how can i link it with my class or activity
on which i am going to put the password....
public class PrivateSpace extends Activity{
@Override
protected void onCreate(Bundle savedInstanceState) {
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
any help will be appreciated...