Top "View" questions

This tag is for questions about database view or UI / architectural view.

From within a view controller in a container view, how do you access the view controller containing the container?

This is tricky to word but I have a view controller (vc1) that contains a container view (I'm using storyboards). …

ios ipad view storyboard containers
Android make view disappear by clicking outside of it

I have some views that I make visible upon a button press. I want them to disappear if I click …

android view onclick back
create if not exists view?

Is there any way to create view if not exists in MySQL or H2 Database?

sql mysql view h2
Failure SQL query insufficient disk space

Msg 1101, Level 17, State 10, Line 12 Could not allocate a new page for database 'TEMPDB' because of insufficient disk space in filegroup …

sql sql-server join view tempdb
How to Inflate view from XML in Android?

I'm creating a tableLayout [given in XML] adding table Row [created in XML and inflating in Java] also adding 2 textview …

android user-interface view android-tablelayout android-inflate
how to load view into another view codeigniter 2.1?

Ive been working with CI and I saw on the website of CI you can load a view as a …

codeigniter view load
Android: get Viewgroup from the view?

Is there any way to get the ViewGroup from a view? I'm trying to create a custom array adapter and …

android view viewgroup
android: ViewPager and HorizontalScrollVIew

I have a HorizontalScrollView inside my ViewPager. I set requestDisallowInterceptTouchEvent(true); for the HorizontalScrollView but the ViewPager is still sometimes …

android events view scroll touch
display huge Images in Android

I'm intending to display very large Images in Android. My first solution - to supply them as pdf - fails …

android image memory view png
WPF: how to signal an event from ViewModel to View without code in codebehind?

I have quite simple (I hope :)) problem: In MVVM, View usually listens on changes of ViewModel's properties. However, I would …

wpf mvvm events view viewmodel