Persona wrote:
> Hi there, I am writing a program that extends an Authenticator class
> and an Activity class. 

You cannot do that in Java.

> Ideally a GUI would be
> perfect, but this is not supported I think in Android.

Android is mostly GUI.

> 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?

Have the Activity subclass hold an Authenticator, I suppose.

I strongly encourage you to learn Java outside of Android first. The
Android environment is unusual enough that trying to learn Java and
Android at the same time may prove confusing.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Development Wiki: http://wiki.andmob.org

--~--~---------~--~----~------------~-------~--~----~
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