Skip to content

A Food Ordering android project built with Jetpack Compose using Server Driven UI.

Notifications You must be signed in to change notification settings

bhaskarblur/Foodoz-SDUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Foodoz-SDUI

A Food Ordering android project built with Jetpack Compose using Server Driven UI. Backend developed in Node js

Screenshots

Working of SDUI

  1. All the key widgets like text, button, LazyColumn, LazyRow, Scaffold etc will be developed in Android app.
  2. 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.
  3. The Android app will consume this API and then render the UI accordingly.
  4. We also have to write the functionality like button click in Android app only so that we can call these functions logically on events.
  5. And all Set :))

About

A Food Ordering android project built with Jetpack Compose using Server Driven UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published