Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding view effects for android

Tags:

android

view

Could someone send me links to tutorials for views in general.

What I am hoping is that I add an object on my screen like a right arrow or left arrow for which I would be able to create events for each arrow.

Also if possible could someone link me a tutorial of how animation works with android.

Thank you for any help or guidance.

like image 324
wesdfgfgd Avatar asked Sep 12 '26 19:09

wesdfgfgd


2 Answers

The newest info is HERE.

That explains all about the design for all kind of terminals with android.

Here is the Basic view tutorials

and here a tutorial to desing in multiple screens sizes

like image 159
vgonisanz Avatar answered Sep 15 '26 08:09

vgonisanz


The official Android Developers' Guide has got a really good introduction to using all sorts of different types of Views, including layouts, events, widgets, etc.

I'm sure they have things on animation as well, but I haven't looked into it that much.

like image 24
Alex Avatar answered Sep 15 '26 10:09

Alex