What is the proper way to override onLayout method in a custom layout extending the RelativeLayout? I\'m trying to place all views in sort of a table. The idea is to fill one ro
I explain how to write custom layouts (and in particular a FlowLayout, which is what you want to do it seems like) in this presentation
Video available here.