Leave a rating/review
You’ve completed Part 2 of this course. In this part, you’ve learned the basics of compose layouts and learned some Material components.
-
You’ve also learned how to create your own custom views. You have created a list item view from your knowledge of layouts.
-
Additionally, you’ve created UI components like the top app bar and floating action button.
-
You have also used the
LazyColumncomposable to display a list of items. -
You have seen how to use the
Scaffoldcomposable to create a screen with a top app bar and a floating action button. -
Lastly, you’ve created a custom
EmptyViewcomposable to display a message when there are no items in the list.
That was a whole lot of learning and congratulations on completing this part of the course. In the next part, you’ll be learning how to create a fully functional to-do app. You’ll be using the knowledge you’ve learned in this part and you’ll be building on it.