Top "View" questions

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

Android overlay a view ontop of everything?

Can you overlay a view on top of everything in android? In iPhone I would get the new view set …

java android layout view
How to make CREATE OR REPLACE VIEW work in SQL Server?

CREATE OR REPLACE VIEW doesn't seem to work in SQL Server. So how do I port CREATE OR REPLACE VIEW …

sql sql-server view porting
onMeasure custom view explanation

I tried to do custom component. I extended View class and do some drawing in onDraw overrided method. Why I …

android view
Android: why is there no maxHeight for a View?

View's have a minHeight but somehow are lacking a maxHeight: What I'm trying to achieve is having some items (views) …

android layout view autoresize
get parent's view from a layout

I have a FragmentActivity with this layout: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.…

android android-layout view parent-child
Create a custom View by inflating a layout?

I am trying to create a custom View that would replace a certain layout that I use at multiple places, …

android xml view
Overlapping Views in Android

Is it possible to have overlapping views in Android? I would like to have an ImageView with a transparent png …

android view android-relativelayout
Can I create view with parameter in MySQL?

I have a view like this: CREATE VIEW MyView AS SELECT Column FROM Table WHERE Value = 2; I'd like to make …

mysql stored-procedures view parameters
android layout with visibility GONE

Four views are using same xml. I want to show a linear layout for view 1 only. I put android:visibility="…

android view show-hide
Android layout replacing a view with another view on run time

I have a xml-layout file main with two textviews A/B and a view C. I have two other xml-layout …

android xml android-layout view