Hi guys!

I have been reading some Java coding good practices and inner classes
are an important subject.  I know for a fact Inner classes are
originally used to handle UI events (button clicks, keyboard type,
etc.).  I was wondering if variables to handle UI elements (EditText,
Buttons, TextView, etc.) should be declared in the inner class or the
outer class.  What is the best practice in terms of Java coding?

Best regards,

Juan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to