Top "View" questions

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

Difference between View and ViewGroup in Android

What is the difference between a View and a ViewGroup in Android programming?

android view viewgroup
SwiftUI - How do I change the background color of a View?

I'm beginning to try out SwiftUI and I'm surprised that it doesn't seem to be straightforward to change the background …

view background background-color modifier swiftui
How to set the title of a Navigation Bar programmatically?

I have a Navigation Bar in a view, and I want to change its Navigation Item title programmatically. How is …

ios iphone view uinavigationbar
Grant a user permission to only view a MySQL view and nothing else

This question was originally using MySQL 5.1.44, but is applicable to MySQL 8.0+ too. Let's say I have a table with records …

mysql view permissions database-permissions grant
How to add new column in existing View in SQL-Server 2014 using Alter

I have created a view that is based on another view and a table. I want to add new column …

sql sql-server view alter
How to send view to back ? How to control the z-order programmatically?

I have a problem to send the view to back. In Android we have a method like bringToFront(), to place …

android android-layout view z-order
Android - Get time of chronometer widget

How to get the time from a Chronometer? I tried getText, getFormat, getBase, etc, but none of them could work. …

android time view widget chronometer
Cannot create index on view 'View_Table_Name' because the view is not schema bound

I am using Views in my stored Procedure(SQL-Server). For Improving Performance, I have tried to created INDEX of that …

sql-server tsql view indexing
how to use views in code first entity framework

How can I use the database view in entity framework code first,

.net database entity-framework view code-first
Blade view: if statement with OR/AND condition

Is it possible in Laravel 4.0 -blade-view to do an if statment like so? @if ($var1 === '1' OR $var2 === '1…

php if-statement view laravel-4 blade