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 Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to