summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/content/ResourcesWidthAndHeight.java
Commit message (Collapse)AuthorAgeFilesLines
* Add new API demo for -swNNNdp resource qualifier.Dianne Hackborn2011-05-191-1/+0
| | | | | | | Also clean up the demo for the w/h qualifiers to use numbers that are the same as what we will be recommending. Change-Id: I87ed35d8dfcb41985e19f450f7853f883effd207
* DO NOT MERGE. Integrate API demo work from master.Dianne Hackborn2011-05-131-0/+34
New API demo for the support library FragmentPager class. Add API demo for new -wNNNdp and -hNNNdp configs. Add new API demo for implementing a custom loader. Also turn the fragment cursor list demo into a loader cursor demo.