Questions regarding Views in Android.
I know it is the same question as here But it hasn't receive an answer yet, so I try it …
android android-view tablerow android-tablelayoutI'm writing my own image viewer that enables users to swipe left\right to see the next\previous image. I …
java android android-animation android-view android-gestureBased on the Android document which doesn't give much explanation, what's the difference between setPadding() vs setPaddingRelative()?
android android-view paddingMy problem is similar to ListView getChildAt returning null for visible children, but despite searching I cannot find a solution. …
android android-listview android-view childrenThis question is not about how to detect if a view is attached or detached. In general, when is a …
android android-viewWhy do we use ViewTreeObserver, please can anyone explain it? In below code creditsView is TextView object. By this whole …
java android android-layout android-view android-viewtreeobserverI have a layout that contains two ImageViews. I want one of them to be visible in portrait and the …
android android-imageview android-view android-resourcesThis question arises from having to show/hide different views dynamicly. View's have 3 visibility settings - visible, invisible, and gone. …
android android-layout android-linearlayout android-viewI have a layout which contains some views. I want to set some actions when a user clicks anywhere in …
android android-layout android-view android-eventAccording to this CommonsWare example I managed to get my RelativeLayout subclass to be merged with my layout described in …
android android-layout user-interface android-view commonsware