Questions tagged [multiple-views]

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.

113 questions
0
votes
1 answer

Android Multiple View switching, without Activity's

I am making a game, and I am making a LevelSelect class with 3 different views, (jail, yard and sand), I used to have multiple intent's, but if I do it that way, there is no good way to shut down my application, and it doesn't return quite well. I…
0
votes
2 answers

Multiple views with Ember

I am researching Ember and i wanna know if it is possible to include multiple views in a single page and switch between layout templates. I've developed with AngularJS before. I am searching for an Ember equivalent of this $route.when('/view1',…
chrsgrlff
  • 33
  • 5
0
votes
1 answer

ios - keep track of views with dismiss(modal)View

I am trying to have a number (UILabel) to be send to another UIViewController. Now I am able to go one way, but I also need to bring the result back to the initial Controller when I return to that. On top of that I am trying to do this with 4…
jwknz
  • 6,598
  • 16
  • 72
  • 115
0
votes
1 answer

NSMutableArray objectatindex always shows the last Object

my problem is that my NSMutableArray always get the last element with the objectatindex-method. I have an array with some classes derived from UIViewController. I want to show one View after another. first i fill the array: ContactViewController…
0
votes
2 answers

UIViewcontroller with multiple views

The project currently has a UIviewController called "Dashboard" that acts as the main view of all the application. This main view consists of two subviews on top of it, kind of like a splitview. The left side of the main (left view) has multiple…
Angie
  • 475
  • 2
  • 6
  • 20
-1
votes
1 answer

recyclerview Cannot cast UniversityViewHolder'?

Dear Android Developer and I am developing cv and I want to achieve ui below But current UI looks like this I have implemented multiple view type in RecyclerView followed this tutorial But I cannot figure out why UI showing like that below below…
-1
votes
2 answers

How to use setContentView(layout_id) second time in main_activity of android code?

My activity_main.xml has 2 buttons. I have implemented onClickListner(); for both of them . For MainActivity, - > setContentView(R.layout.activity_main) This activity_main has the 2 buttons. Button1 - setContentView(R.layout.layout1); Button2 -…
Android_Noob
  • 487
  • 2
  • 6
  • 19
-1
votes
1 answer

Avplayer playing a video file from document directory - volume issue

I'm playing a video file from the documents directory, but I can't change the volume. Actually I can play a file from the music video library and change the volume, but not for the precharged ( from iTunes with File Sharing ) videos! What can I…
1 2 3 4 5 6 7
8