Questions tagged [dynamic-ui]
64 questions
0
votes
1 answer
Should we use Interface Builder in need of dynamically created UI?
I'm currently thinking of project, which is basically interpreting data from many abstract data sources.
So the communication within application is like this
[UI] <-> [Controller / Delegate] <-> [Subclass of Abstract Data Source]
which is basically…

Marek Sebera
- 39,650
- 37
- 158
- 244
-1
votes
1 answer
Layout not inflating
the below code is used to create a list of notes. I want to take the title of the note and add to to the dynamic layout.
but the layout is not inflating.
public class TakeNote extends AppCompatActivity {
List titles = new…

Ankit Rath
- 59
- 7
-1
votes
1 answer
Fetching datas to develop dynamic interface in android app
I am developing an android app and it is static now. To make it dynamic, i am thinking to fetch images from web server or from google drive. I have few images with me. How can i fetch images from web server or google drive? Here is my code given…

Rahul Shaw
- 29
- 1
- 11
-2
votes
1 answer
Sub menu in java android without using xml
I have a parsed xml file and now I want to create a dynamic UI in a hierarchically way. For example:
1
1.1
1.2
2
2.1
3
3.1
3.1.1
Every menu that has a submenu is tagged with a name "menu", and the menu that is an action is tagged as…

user1511085
- 1
- 1
- 5