-
changes in Web UI should reflect in android App
almost 8 years ago
-
almost 8 years ago
You can do it with the help of FCM and Broadcast.
-
almost 8 years ago
i'm not asking about android push notifications, which can be done with FCM. I know that..
I want to modify the UI components that appear in an activity dynamically based on the UI components data that i get from server.
Say for example, if the server says to create 4 tabs, then android activity should create 4 tabs.
if the server says to create 3 tabs, then android activity should create 3 tabs.
This has to happen dynamically based on the information that i get from server. I'm looking for a way to dynamically change the layout components in android.
-
2 Answer(s)