Questions tagged [ui-patterns]
26 questions
0
votes
1 answer
How would you make this not so common Android UI pattern?
I have used an Android application recently that has an interesting UI pattern in it. I have made two screenshots to show you what I'm talking about:
Initial State (look at the blue rectangle on the right of the screen):
After clicking on that blue…

Amokrane Chentir
- 29,907
- 37
- 114
- 158
0
votes
2 answers
Need help figuring out how to get my API data to render inside of my Tabs
I am in school working on a project where I have and API I am pulling from and have tabs UI Pattern I have my API data fetching and working and my Tab page setup and also rendering dummy data through each tab when i click it. I just can't figure…

Flo77
- 5
- 3
0
votes
1 answer
App.js:12 Uncaught TypeError: (0 , react__WEBPACK_IMPORTED_MODULE_1__.useState) is not a function or its return value is not iterable
I am working on a project API Ui patterns project for class where i am pulling from a Api and rendering through tab components, I originally had everything populating through the console and page. but when i started work on the state of my tabs…

Flo77
- 5
- 3
0
votes
0 answers
How is a mediator pattern ( in GOF ) different from container / presentational components in reactjs (intent)?
it looks like they are the same, In mediator we have to explicitly call in other colleagues that some thing has changed, while in presentational / container components the container is re-rendered (may due to some state change) which might be due to…

Rahil Ahmad
- 3,056
- 1
- 16
- 21
0
votes
1 answer
Most efficient way to implement Dashboard UI pattern?
I want to do the Dashboard pattern. I currently do this for each home button:
…

Phil
- 5,595
- 5
- 35
- 55
0
votes
1 answer
How to run the Google Schedule I/O 2010 Android app?
I was trying to implement the Action Bar UI pattern for Android. For reference I checked out the Google I/O 2010 schedule app from http://code.google.com/p/iosched/. I then created an Android project from existing source where I directed eclipse to…

chaitanya
- 1,591
- 2
- 24
- 39
0
votes
3 answers
How to create folder locally in system through UIpath
I want to create one master folder in C or D drive through UI path studio.After creating master folder,i want to crate three folder inside the master folder.
How to resolve this issue in UIpath?

Rahul
- 47
- 2
- 11
0
votes
0 answers
Quick return listview for iOS?
Are there any 3rd-party libraries out there that implement the quick return listview UI pattern for iOS? The ones I could find were all for Android. Here are…

Mark13426
- 2,569
- 6
- 41
- 75
0
votes
1 answer
Save Changes Button
I'm working on a project about user contributed recipes and connecting them in different ways. One of the things that i used to do without thinking is whenever there is an edit form e.g. whenever the user is editing a recipe, i redirect the user to…

Yehia A.Salam
- 1,987
- 7
- 44
- 93
0
votes
1 answer
Design pattern for create specific view elements
Suppose we have an Abstract factory that creates for us some products. We know that the abstract factory can provide us some specific subclasses of the product but we don't want to check the type (this is the main reason for this pattern).
Now we…

IgnazioC
- 4,554
- 4
- 33
- 46
0
votes
1 answer
IBM Worklight 6.1 - Custom UI Pattern
I'm trying out the mobile pattern, and have been trying to crate my own custom pattern that is now supposedly supported in Worklight 6.1.
When I tried creating jquery UI pattern, several issues:
1. The rich page editor for the pattern.html does not…

clara
- 3
- 2