Top "View" questions

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

Can I get the name of the current controller in the view?

Is there a way to figure out what the current controller is from within the view? For an example of …

ruby-on-rails model-view-controller view controller
Rotating a view in Android

I have a button that I want to put on a 45 degree angle. For some reason I can't get this …

android view rotation
How to make a view with rounded corners?

I am trying to make a view in android with rounded edges. The solution I found so far is to …

android android-layout view android-view android-shape
Android findViewById() in Custom View

I've written my custom View and i want to update some other views after interacting with my custom view. Main …

android android-layout view custom-attributes findviewbyid
MySQL: View with Subquery in the FROM Clause Limitation

In MySQL 5.0 why does the following error occur when trying to create a view with a subquery in the FROM …

mysql sql view mysql-error-1349
Check if an object exists

I need to check if Model.objects.filter(...) turned up anything, but do not need to insert anything. My code …

python database django view model
Drop view if exists

I have script where I want to first drop view and then create it. I know how to drop table: …

sql sql-server view create-view
MVC Razor view nested foreach's model

Imagine a common scenario, this is a simpler version of what I'm coming across. I actually have a couple of …

c# asp.net asp.net-mvc-3 view razor
Measuring text height to be drawn on Canvas ( Android )

Any straight forward way to measure the height of text? The way I am doing it now is by using …

android graphics view android-canvas
When to use a View instead of a Table?

When should a View actually be used over an actual Table? What gains should I expect this to produce? Overall, …

sql database-design view