Hi there, I am writing a program that extends an Authenticator class
and an Activity class. The Authenticator should request an input from
the user, which I will then use an Activity class to implement a form/
View- which is the only way I know in Android. Ideally a GUI would be
perfect, but this is not supported I think in Android.

How do I implement a class with the effect like the line below:

public class XClasses extends Activity, Authenticator {...}

That is the tricky part- and since I have limited skills- I cannot
figure out an alternative way of implementing that. Can anyone give me
some ideas of how to do this?

Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to