decarbonization / android-fonz

A clone of the iconfactory's excellent Freznic game for Android.
Other
2 stars 0 forks source link

The game board needs a custom layout that only requires one pass to render #20

Open decarbonization opened 8 years ago

decarbonization commented 8 years ago

The game board is currently composed of 4 layouts, each of which requires 2 passes. Very inefficient. The layout is really very simple, just need to make a new ViewGroup subclass to do it.