Backend Driven UI is a concept for build UI with flexible pages from backend. So, your backend should return a JSON response with containing UI property and your app will convert it to UI. Here is an ...