3

!rant

Think you've mastered abstraction /seperation of what should be Android classes versus what should be Android resources?

Decompile the Gmail app and check all the xml tags you might have missed.

Remember: UI and most application properties are loaded on the xml codes first (during inflation), then on activities or fragments last (especially if the views are only instantiated).

I just realized that I need to learn a lot of tags today.

Comments
Add Comment