Hi all, after building layouts for a couple of activities of my application, I'm starting to experience some issues in id organization. Is there a better way to point a certain id referencing the layout it is contained in? Or it is always defined in an absolute mean? For example, if I need to point a certain Spinner, i must use its spinnerid, which has to be different from another spinnerid of another layout. What I would like to have is a good way to identify the layout the id is contained in... Another issue I am dealing with is related to the strings.xml . Is there a way to define them in an hierarchical way? Or I can only throw them in the xml (maybe using a smart naming convention)?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---