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
41
votes
11 answers
Implementing a splash screen in iOS
I'm quite a newbie in Cocoa, Objective-C and iOS development.
I'd like to implement a View that is just a splash screen and only last for a short time before routing to the main view. Do you have any idea on how I should implement that ? Any…

Patrice Cote
- 3,572
- 12
- 43
- 72
14
votes
2 answers
Angular ui router multiple views with route(state) parameters
I have a page where I show 2 different lists of products using multiple views with each having a controller and template file. My state definition is like this:
.state('all_lists', {
url: '/lists',
views: {
'' : {templateUrl:…

Abdul Haseeb
- 548
- 4
- 14
7
votes
2 answers
iPhone Development - Complex application using multiple views/xib/nib
I'm new to iPhone development, and multiple views (xib or nib) are really confusing me. This is what i'm trying to achieve...
View with Tab Bar (Tab 1, Tab 2, Tab 3)
Tab 2 View (Navigation Controller)
2.1 Selecting Table Row will show a View with…

Mustafa
- 20,504
- 42
- 146
- 209
4
votes
1 answer
How to load different view type on click of view?
I am showing one list of transactions in recyclerview. I now want to show another view on click of the parent layout of first view type.
I have created different layouts and different holders for both view types.
I want to know how can we show the…

Sid
- 2,792
- 9
- 55
- 111
4
votes
1 answer
How to share data among multiple views
In Windows 10 UWP it is possible to create multiple windows (aka views which contain a separate window and a thread) for a single app:
Show multiple views for an app
Multiple views sample
Guidelines for multiple windows
But what is the right way…

Bad
- 4,967
- 4
- 34
- 50
3
votes
0 answers
Is there a way to load a specific view in a Flutter app integration test?
I'm working on creating some integration tests for a complex app with many views. I have already managed to write some tests for user authentication - this was fairly simple because it required some initial setup (locators, Firebase initialization…

adominas20
- 41
- 2
3
votes
0 answers
Blend two views in Android
Is it possible to blend two different views in different modes like Multiply, Add etc.
I have two views one is a RelativeLayout matching parent shape with a background image. Another one is ImageView (solid colored custom shape) inside the parent…

Asif Arman
- 85
- 8
3
votes
1 answer
Close secondary view completely in UWP
I am using a secondary view to run my media files, but When I close my secondary view with close button on it (while media is still playing) the secondary view/window closes but the media somehow keeps playing because I can hear the sound and source…

Muhammad Touseef
- 4,357
- 4
- 31
- 75
3
votes
1 answer
Multiple views for large screens, single view for small screens
I have seen a design interface here, and I liked it.
I was doing it with AngularJS, and ui-router which allows to have multiple views on a single page.
I have an issue for smartphone, because I want to display only one view, not two like…

Jacques Cornat
- 1,612
- 1
- 19
- 34
3
votes
1 answer
3D reconstruction using the projection matrices from the trifocal tensor
I have computed the trifocal tensor and corresponding projection matrices P_0, P_1 and P_2 from line correspondences over 3 views, according to 'Multiple View Geometry by Hartley & Zisserman, 2nd edition', Chapter 16. The computed matrices are:
P_0…

takahashi
- 2,081
- 3
- 14
- 24
3
votes
1 answer
MVP with multiple views: Sending events the right way
I am trying to implement MVP with Passive View for the first time, but I am a little confused as to who is notifying whom in this pattern. I understand that views notify the presenter if they get changed, and the presenter in turn notifies everyone…

dpk
- 31
- 2
2
votes
0 answers
Serve different Views from one Controller action in Asp.Net MVC 3?
I'm trying to create an Asp.Net MVC 3 application where one Action method in a Controller is to handle many different requests and be able to serve a View with product information, and where the product is specified in an id parameter.
The reason is…

Anders
- 12,556
- 24
- 104
- 151
2
votes
3 answers
How to implement NSUserDefault to access through multiple views
I'm trying to share strings and integers throughout multiple views for a final project in an introductory iOS development course, around 50, and am wondering how I would go about doing this... I know the MVC paradigm is best but we didn't get to…

JustLikeThat
- 353
- 1
- 5
- 17
2
votes
1 answer
How do I determine spring-mvc different view resolvers based on different domains?
I have a Spring-MVC project which needs to have 2 views for example: views/xxx/... views/yyy/..., I wondering how to determine which view i gonna use based on the domains for example: xxxcom, yyycom.
I know how to make one…

user809355
- 55
- 1
- 5
2
votes
0 answers
UWP MultipleView Sample Menu madness
I have an application implementing a secondary view based on the Microsoft MultipleView Sample. It uses the Menubar which is available with the NuGet package Microsoft.UI.XAML and I have noticed a very weird thing, the menus stop working if you show…

greg
- 309
- 1
- 7