Questions regarding Views in Android.
I'm trying to possition my button not exactly in center, but let's say in the 2/5s of the screen height, …
android android-layout android-view center android-relativelayoutIn a Fragment, I am inflating a Layout with multiple child View. I need to get the dimensions (width and …
android android-viewI would like to add some space between the left display border and an ImageView. Android SDK made me aware …
android android-layout android-view android-xmlIm having some trouble obtaining the real (x,y) from my screen by handling the touch events of one View …
android screen coordinates android-viewIs there a way to disable the dark fading effect for the background view in the Navigation Drawer View in …
java android android-layout android-view navigation-drawerI have implemented a recyclerView in my project. I have a Button in my recyclerView row. The code for my …
android android-recyclerview android-view android-viewholderI have a simple address form like this: Java: public class NewAddressActivity extends AppCompatActivity { private TextInputLayout mStreetLayout; private TextInputLayout mNumberLayout; …
android android-viewI am trying to implement pinch zoom and drag using Android's gesture listener and scale listener. The problem is that …
android image-processing android-view gesture-recognition pinchzoomI want to create an activity such as mentioned in photo... as soon as I press the maximize button I …
android android-relativelayout visibility android-view show-hideThere are several methods of unit testing in Android, what's the best one for testing a custom view I've written? …
android unit-testing android-view android-custom-view