Top "Android-view" questions

Questions regarding Views in Android.

View not attached to window manager (whats the solution?)

I got hundreads of error reports from my app and all of them is the same. It is really annoying …

android android-view android-dialog illegalargumentexception
Removing an Imageview from View

I want to remove an imageview from a View (android.view.View)based on a codition.condition is the src …

android android-view android-viewbinder
Difference between an AppCompat view and a normal Android view

What is the difference between an AppCompat view component and a standard/default view component? For example, the difference between …

android android-view android-support-library android-appcompat
Why is requestLayout being called directly after invalidate

I'm learning about custom views and wanted to learn about invalidate() and requestLayout(). Please refer to this answer and its …

android android-view android-view-invalidate
How to reset ObjectAnimator to it's initial status?

I want to vibrate a view with scaleX and scaleY, and I am doing it with this code, but the …

android android-animation android-view objectanimator
Why extends ImageView marked as error?

Android Studio marks as error this line: public class ParallaxView extends ImageView Here the error: This custom view should extend …

android android-view android-support-library android-custom-view android-context
What is the use of "attach to root" in layout inflater?

I am a newbie to android, I know this question has already been asked but i couldn't get a satisfactory …

android android-view
Getting window display from service android

I am trying to display a window from service but don't getting it how to do this Here is my …

android android-service android-view android-windowmanager
Double tap: zoom on Android MapView?

After a little bit of work my route application works fine. The only thing I just want to add is …

java android android-view android-mapview android-touch-event
Android FingerPaint Undo/Redo implementation

I'm working on a test project which is something similar to FingerPaint example in Android SDK Demos. I was trying …

android paint android-view