Is there any way to inflate a view with WindowManager using Animation (at android\'s project)? I just can\'t do it even using the examples in sites! I used many examples but
Yes it is indeed possible. As long as the view you want to animate is inside a container, by container I mean for instance a LinearLayout or any other layout will do. Conclusively the view to be animated should not be the root view of a window and so you should be able to animate the view :) Hope it helps