Top "View" questions

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

What is the main purpose of setTag() getTag() methods of View?

What is the main purpose of such methods as setTag() and getTag() of View type objects? Am I right in …

android view android-view android-viewholder
Difference between a View's Padding and Margin

What is the difference between a View's Margin and Padding?

android user-interface view padding margin
Android set height and width of Custom view programmatically

I have created a custom view named Graphview . Here is the structure for the GraphView class. public class GraphView extends …

android view height width params
How to make a smooth image rotation in Android?

I'm using a RotateAnimation to rotate an image that I'm using as a custom cyclical spinner in Android. Here's my …

android animation view
Animate change of view background color on Android

How do you animate the change of background color of a view on Android? For example: I have a view …

android animation view background-color
How can I dynamically set the position of view in Android?

How can I change the position of view through code? Like changing its X, Y position. Is it possible?

android layout view
setBackground vs setBackgroundDrawable (Android)

I want to set background drawable of a view. There are two methods for this (as far as I see): …

android view background drawable
Is there a way to retrieve the view definition from a SQL Server using plain ADO?

I'm successfully extracting column definitions from databases hosted on a SQL server using the ADO Connection OpenSchema() call in its …

sql-server view ado
Replace Fragment inside a ViewPager

I'm trying to use Fragment with a ViewPager using the FragmentPagerAdapter. What I'm looking for to achieve is to replace …

android view android-fragments android-viewpager pager
How can I check if a View exists in a Database?

I have some SQL code that needs to be executed if a certain View exists in a database. How would …

sql sql-server database stored-procedures view