Used for instances of using multiple pages in a single UI control. i.e. - A NavigationView that can display different Content depending on which MenuItem is selected.
Questions tagged [multiple-views]
113 questions
2
votes
1 answer
RecyclerView with multiple view types and paging library with boundary callback
I have a project in which I want to show multiple Items ( Image, Text, Video etc.) to the user. I am aware of how multiple view types work for the RecyclerView.
In my project, I have included most of the recommended Android Architecture…

aminakoy
- 413
- 1
- 5
- 13
2
votes
1 answer
Raising and handling events in a multi window UWP app
I created some test code so I could try and figure out how to use multiple windows in UWP properly. I wanted to see if I could fire an event and have multiple windows update their UI in the event handler. I finally got something working but I'm not…

golf1052
- 23
- 1
- 5
2
votes
2 answers
Using multiple views with Template10 without always showing the Main Page?
I am new to T10 and trying to learn it.
This is a follow-up to Template 10 Multiple Windows
In 'regular' (meaning non-Template10) UWP app I've learned to do something like this (as a short example) in order to support multiple views:
public App() {…

Frank Monroe
- 1,557
- 2
- 13
- 20
2
votes
2 answers
UI-Router multiple named views not working
I try to use the multiple named view of UI-Router but it's not working.
See following example to understand my problem :
start.html

Kael
- 858
- 9
- 21
2
votes
2 answers
On iOS with OpenGLES how to have multiple views?
On iOS if I want to overlay two views and then blend from one scene to another.
E.g.: From menu of a game to the actual game. Have menu first, then on click ("start game") load game view and have a nice blend/transform from the menu to the game…

Allisone
- 8,434
- 4
- 32
- 54
2
votes
1 answer
Homogeneous 4D vector normalization after OpenCVs triangulatePoints()
I have two sets of corresponding image points and the projection matrices.
I use OpenCVs triangulatePoints() function (API | src code) and the results for the homogeneous 3D points are:
points4D =
[-0.25643614, -0.28791642, 0.55905539,…

takahashi
- 2,081
- 3
- 14
- 24
2
votes
0 answers
How to use Scenekit for multimonitor / multiview rendering in macosx/ios?
I'm trying to use scenekit on osx to render a scene from different points of view at 60Hz.
To do so, I have 2 different SCNView. The scene render is OK but :
-> the physics engine and animation are running in both SCNViews for the common scene,…
user5057821
2
votes
1 answer
MVP: multiple Views one Place
I am currently working on a web application that should implement the MVP design pattern, and I'm a little bit confused:
The app will only have one Place to show composed by three smaller Views, there's no possibility to go in another Place just to…

Stere Caciandone
- 23
- 2
2
votes
1 answer
Android: Putting a border around multiple views
I am trying to figure out how to put a border around multiple views for an android app I'm working on. It seems like it should be very simple but I can't seem to figure it out. I have the following XML file saved in my drawable folder:

DerStrom8
- 1,311
- 2
- 23
- 45
2
votes
0 answers
Handling multiple views in android
I am working on collage app. Currently, i have done adding images in individual blocks. I have done it by keeping 1 relative layout in xml and then in code by inflating collage layout in that relative layout. In that inflated view, i am dynamically…

Dig
- 254
- 1
- 9
2
votes
2 answers
Switch between OpenGL ES View and UIKit View controllers
this is my question.
I'm developing a game on iPhone with OpenGL ES. I began my development using the Xcode template OpenGL ES Application, with one EAGLView, etc.
My menu view and game view use the same OGL view but now I want to add score ranking…

emenegro
- 6,901
- 10
- 45
- 68
2
votes
1 answer
improving transition smoothness in view
In our application we use CATransition for transition from one view to another, but we are missing the smoothness like in others apps . hence what can be alternate solution for view transition or some tips to improve applicaton flow…

H Bastan
- 259
- 1
- 2
- 11
1
vote
2 answers
How to handle a multi panel layout
I have a web page lay out that includes 1 main panel that shows information, and a side panel that can show one of several panels based on what happens in the main panel. So for example, the main panel can show a list of projects, and you can click…

garma
- 213
- 1
- 3
- 12
1
vote
1 answer
Determining if a 3D point is in front of a pair of stereo camera, given their essential matrix
I'm trying to obtain the 3D metric reconstruction of the points I have in two different views of my scene by means of a pair of iPhone 4S (a rudimental stereo system).
To do so, I did calibrate the cameras, estimate the fundamental matrix and…

ripkars
- 85
- 3
- 10
1
vote
1 answer
Adding multiple views (& nibs) to a single view controller
I need to implement several views on a single iPad screen. I am creating several classes and then corresponding xib files. I have one main (root) view controller which will manage all the views for the screen. I am not sure how to achieve this. I am…

user1140780
- 988
- 2
- 13
- 29