#android-app-development
Read more stories on Hashnode
Articles with this tag
You can see how to rotate through jetpack compose class MainActivity : ComponentActivity() { override fun onCreate(savedInstanceState: Bundle?)...
You can see what kind of text styles you can do~~ class MainActivity : ComponentActivity() { override fun onCreate(savedInstanceState: Bundle?)...
You can see how the Box Scope is done~ class MainActivity : ComponentActivity() { override fun onCreate(savedInstanceState: Bundle?) { ...
You can see how the Box Layout is done! class MainActivity : ComponentActivity() { override fun onCreate(savedInstanceState: Bundle?) { ...
Modifiers allow you to decorate or augment a composable. Modifiers let you do these sorts of things: Change the composable's size, layout, behavior,...
WE LEARN TOGETHER THE ANDROID UI COMPONENTS WITH EXAMPLE