views:

49

answers:

1

Hello everyone. I'm trying to find a website or a list of websites that I can reference when trying to integrate some of the built-in Android resources into my applications and I'm wondering what everyone else uses.

For instance, I want to find a site that lists all the different animations in "android.R.aim" and shows what each animation does to a view/layout/etc (by visual examples... e.g. before and after images for each animation). Or maybe another site that shows what each style in "android.R.style" looks like when applied to a layout with different types of views.

So far I have only been able to find a visual reference for the items in "android.R.drawable": http://darshancomputing.com/android/1.5-drawables.html

Thanks

+1  A: 

Not exactly answer to all you questions, but:

dparnas
Thank you very much. Those links are quite helpful.
borg17of20