Android Example For beginners: Playing with views (dynamic)

This simple example shows how to add & access views (buttont, labels, imageviews, scrollviews) to get a nice & good looking layout.

I don't use dip (except at one code line) to have a "fixed & easy to control" layout". Looks good on phones & tablets.

The example shows how to create a nice layout without using other libs (which do it much better but there is no learning effect)

. Screenshot_2014-09-11-07-58-15.png
 

Attachments

  • PlayWithViews.zip
    71.8 KB · Views: 755
Top