|
|
|
|
|
by crowbahr
2363 days ago
|
|
I mean if you want 3 identical rows to just statically be at the bottom of a view you can always define the row in XML then put it in a vertical LinearLayout at the bottom using the <include> tag. You maintain modularity without cumbersome code to deal with. This has the added benefit of being able to see the views without having to compile your code. |
|
Also, in Flutter and React Native you don’t (typically) have to wait for your code to compile as they do hot reload.