Skip to content

Commit ef52f74

Browse files
committed
Update README.md
1 parent ab3c415 commit ef52f74

1 file changed

Lines changed: 38 additions & 1 deletion

File tree

README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,46 @@
1818

1919
## This Jetpack Compose Example Project will help you in learning the following for Android App Development:
2020
* How to build UI using Jetpack Compose in Android?
21+
* How to display a **Text** and apply various styles on a Text?
22+
* How to display a **TextFiled**(EditText) and apply various styles on it?
23+
* How to use the **Preview** and **PreviewParameter** feature offered by Android Studio?
24+
* Learn how to use various layouts such as **Column**, **ScrollableColumn**, **LazyColumn**, **Row**, **ScrollableRow**, **Box**, **Stack**, and **ConstraintLayout** in Jetpack Compose?
25+
* Learn the usage of **Clickable** in Jetpack Compose with the help of examples.
26+
* How to use **Buttons**, **Card**, **Images**, **AlertDialog** in Jetpack Compose?
27+
* Through Jetpack Compose tutorial, you will learn various Material Design UI elements such as **BottomAppBar**, **TopAppBar**, **BottomNavigation**, **Checkbox**, **CircularProgressIndicator**, **LinearProgressIndicator**, **RadioButton**, **Slider**, **Snackbar**, and **Switch**.
28+
* Learn how to make **Custom Views** in Jetpack Compose?
29+
* How to add animation such as **Crossfade** and **Shape Rotation** in Jetpack Compose?
2130

2231
## Jetpack Compose Examples for Android Development:
23-
* **Simple TextView:**
32+
* **Simple TextView:** Learn how to display text using Compose?
33+
* **Text Styling:** Learn how to add various styles on a Text in Compose?
34+
* **TextField(EditText):** Example to show the usage of EditText in Compose.
35+
* **Simple Preview:** Learn how to use the Preview feature of Android Studio for Jetpack Compose?
36+
* **Preview Parameter:** Learn how to pass parameters in a Preview annotation in Jetpack Compose?
37+
* **Simple Column:** Example to display UI elements vertically.
38+
* **Scrollable Column:** Tutorial of Scrollable Column in Jetpack Compose.
39+
* **Lazy Column:** Learn how to lazily add elements in a Column using LazyColumn?
40+
* **Simple Row:** Compose tutorial on how to display UI elements horizontally?
41+
* **Scrollable Row:** Example of Scrollable Row in Jetpack Compose.
42+
* **Box:** Learn the usage of Box Layout in Compose with the help of an example.
43+
* **Stack:** Tutorial on how to place one UI element over other and vice-versa?
44+
* **Constraint Layout:** Learn how to use ConstraintLayout in Compose?
45+
* **Button:** Learn how to use Buttons and how to add styles to a Button in Compose?
46+
* **Card:** Example to learn the usage of CardView in Compose.
47+
* **Clickable:** Tutorial to show how UI elements can be made clickable?
48+
* **Image:** Example of ImageView in Compose.
49+
* **Alert Dialog:** Learn how to show AlertDialog in Compose?
50+
* **Material AppBar:** Compose Tutorial of BottomAppBar and TopAppBar.
51+
* **Material BottomNavigation:** Example of BottomNavigation in Jetpack Compose.
52+
* **Material Checkbox:** Tutorial of Checkbox in Jetpack Compose.
53+
* **Material ProgressBar:** Learn how to use Circular and Linear ProgressBar in Compose?
54+
* **Material RadioButton:** Learn how to use RadioButton in Jetpack Compose?
55+
* **Material Slider:** Example of Linear and Discrete Slider in Compose.
56+
* **Material Snackbar:** Learn to display some information using a Snackbar in Compose.
57+
* **Material Switch:** Learn how to use Switch in Compose?
58+
* **Custom View:** Example of creating your own Custom View in Jetpack Compose.
59+
* **Crossfade Animation:** Example of showing Crossfade animation in Jetpack Compose.
60+
* **Shape Rotation Animation:** Compose tutorial of Square Shape Rotation Animation.
2461

2562
## Explore Android Online Tutorials and Courses To Learn More by MindOrks
2663
* [Ride-Sharing Uber Lyft Android App](https://github.com/MindorksOpenSource/ridesharing-uber-lyft-app) - Learn to build a ride-sharing Android Taxi Clone App like Uber, Lyft - Open-Source Project By MindOrks

0 commit comments

Comments
 (0)