Android Compose

From bibbleWiki
Revision as of 05:35, 7 March 2025 by Iwiseman (talk | contribs) (Created page with "=Introduction= Been a while since I started looking at Android, I makes me happy to do this. Love the technical aspect. =Starting out= I find it really hard to understand the approach to Alignment when we deal with rows and columns but doing the course on Compose finally makes we think. If you are a column the main axis is down (y-axis). If you are a row you align on the x-axis.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Been a while since I started looking at Android, I makes me happy to do this. Love the technical aspect.

Starting out

I find it really hard to understand the approach to Alignment when we deal with rows and columns but doing the course on Compose finally makes we think. If you are a column the main axis is down (y-axis). If you are a row you align on the x-axis.