This tag is for questions about database view or UI / architectural view.
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 portingI tried to do custom component. I extended View class and do some drawing in onDraw overrided method. Why I …
android viewView's have a minHeight but somehow are lacking a maxHeight: What I'm trying to achieve is having some items (views) …
android layout view autoresizeI have a FragmentActivity with this layout: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.…
android android-layout view parent-childI am trying to create a custom View that would replace a certain layout that I use at multiple places, …
android xml viewIs it possible to have overlapping views in Android? I would like to have an ImageView with a transparent png …
android view android-relativelayoutI 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 parametersFour views are using same xml. I want to show a linear layout for view 1 only. I put android:visibility="…
android view show-hideI 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