Top "View" questions

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

Overlay an activity on another activity OR overlay a view over another

I have 2 classes, FirstActivity and SecondActivity. First Activity Intent intent=new Intent(getApplicationContext(),SecondActivity.class); startActivity(intent); Is it possible …

android view android-activity overlay
Django: Get ImageField url in view

I am trying to get ImageField absolute path in Django view so I can open the image, write on it …

django view absolute-path imagefield
Saving and restoring view state android

I'm aware of activity state saving and restoring. But what I want to do is saving and restoring the state …

android view bundle
Qt Graphics View , show image ! , Widget

Here is my code : void MainWindow::on_actionOpen_Image_triggered() { QString fileName = QFileDialog::getOpenFileName(this,"Open Image File",QDir::currentPath()); …

image qt graphics view qgraphicsview
Opacity on a background Drawable image in View (using XML Layout)

I was just wondering if there was a way to change the opacity of the background image for a View (…

android layout view opacity drawable
Get focused View from ViewPager

i use the ViewPager for switching views with left/right swipe. The ViewPager needs an Adapter, so I've built this …

android view pager android-viewpager viewpage
Modifying MVC 3 ViewBag in a partial view does not persist to the _Layout.cshtml

I am using MVC 3 with the Razor view engine. I want to set some values in the ViewBag inside a …

view asp.net-mvc-3 razor partial viewbag
When to use f:view and f:subview

I am not sure what are the benefits of using <f:view> and <f:subview>. I …

jsf-2 view facelets subview
Equivalent of "describe table" in PgAdmin3

Question asked and answered: As many of us know, PostgreSQL does not support describe table or describe view. As one …

postgresql view pgadmin describe
Convert view to bitmap on Android

I need to convert a view to a bitmap to preview my view and to save it as an image. …

android view bitmap