A Food Ordering android project built with Jetpack Compose using Server Driven UI. Backend developed in Node js
- All the key widgets like text, button, LazyColumn, LazyRow, Scaffold etc will be developed in Android app.
- The backend will be responsible for controlling the layout and events of the UI, this will be done via JSON, that will include a proper structure of UI with widget types etc.
- The Android app will consume this API and then render the UI accordingly.
- We also have to write the functionality like button click in Android app only so that we can call these functions logically on events.
- And all Set :))