Download Free code Android UIFundamentals
Description
Code repo for Android UI Fundamentals.
Icons
Source Files
The download file AndroidUIFundamentals-master.zip has the following entries.
.gitignore//w w w. j a v a 2 s .com
Chapter1/Example/AndroidManifest.xml
Chapter1/Example/proguard.cfg
Chapter1/Example/project.properties
Chapter1/Example/res/drawable-hdpi/ic_launcher.png
Chapter1/Example/res/drawable-ldpi/ic_launcher.png
Chapter1/Example/res/drawable-mdpi/ic_launcher.png
Chapter1/Example/res/layout/main.xml
Chapter1/Example/res/values/strings.xml
Chapter1/Example/src/com/example/ExampleActivity.java
Chapter10/CustomViewsExample/AndroidManifest.xml
Chapter10/CustomViewsExample/proguard.cfg
Chapter10/CustomViewsExample/project.properties
Chapter10/CustomViewsExample/res/drawable-hdpi/ic_launcher.png
Chapter10/CustomViewsExample/res/drawable-ldpi/ic_launcher.png
Chapter10/CustomViewsExample/res/drawable-mdpi/ic_launcher.png
Chapter10/CustomViewsExample/res/layout/main.xml
Chapter10/CustomViewsExample/res/layout/toggle_text.xml
Chapter10/CustomViewsExample/res/values/attrs.xml
Chapter10/CustomViewsExample/res/values/strings.xml
Chapter10/CustomViewsExample/src/com/example/CrossView.java
Chapter10/CustomViewsExample/src/com/example/CustomViewsActivity.java
Chapter10/CustomViewsExample/src/com/example/ToggleText.java
Chapter11/OpenGLExample/AndroidManifest.xml
Chapter11/OpenGLExample/proguard.cfg
Chapter11/OpenGLExample/project.properties
Chapter11/OpenGLExample/res/drawable-hdpi/ic_launcher.png
Chapter11/OpenGLExample/res/drawable-ldpi/ic_launcher.png
Chapter11/OpenGLExample/res/drawable-mdpi/ic_launcher.png
Chapter11/OpenGLExample/res/layout/main.xml
Chapter11/OpenGLExample/res/values/strings.xml
Chapter11/OpenGLExample/src/com/example/ExampleGLSurfaceView.java
Chapter11/OpenGLExample/src/com/example/ExampleOpenGLActivity.java
Chapter11/OpenGLExample/src/com/example/ExampleRenderer.java
Chapter11/RenderScriptExample/AndroidManifest.xml
Chapter11/RenderScriptExample/proguard.cfg
Chapter11/RenderScriptExample/project.properties
Chapter11/RenderScriptExample/res/drawable-hdpi/ic_launcher.png
Chapter11/RenderScriptExample/res/drawable-ldpi/ic_launcher.png
Chapter11/RenderScriptExample/res/drawable-mdpi/ic_launcher.png
Chapter11/RenderScriptExample/res/layout/main.xml
Chapter11/RenderScriptExample/res/raw/example.bc
Chapter11/RenderScriptExample/res/values/strings.xml
Chapter11/RenderScriptExample/src/com/example/ExampleView.java
Chapter11/RenderScriptExample/src/com/example/RenderExample.java
Chapter11/RenderScriptExample/src/com/example/RenderScriptExampleActivity.java
Chapter11/RenderScriptExample/src/com/example/example.rs
Chapter11/SurfaceViewExample/AndroidManifest.xml
Chapter11/SurfaceViewExample/proguard.cfg
Chapter11/SurfaceViewExample/project.properties
Chapter11/SurfaceViewExample/res/drawable-hdpi/ic_launcher.png
Chapter11/SurfaceViewExample/res/drawable-ldpi/ic_launcher.png
Chapter11/SurfaceViewExample/res/drawable-mdpi/ic_launcher.png
Chapter11/SurfaceViewExample/res/layout/main.xml
Chapter11/SurfaceViewExample/res/values/strings.xml
Chapter11/SurfaceViewExample/src/com/example/ExampleSurfaceView.java
Chapter11/SurfaceViewExample/src/com/example/ExampleSurfaceViewActivity.java
Chapter12/AccessibilityExample/AndroidManifest.xml
Chapter12/AccessibilityExample/proguard.cfg
Chapter12/AccessibilityExample/project.properties
Chapter12/AccessibilityExample/res/drawable-hdpi/ic_launcher.png
Chapter12/AccessibilityExample/res/drawable-ldpi/ic_launcher.png
Chapter12/AccessibilityExample/res/drawable-mdpi/ic_launcher.png
Chapter12/AccessibilityExample/res/layout/focus_example.xml
Chapter12/AccessibilityExample/res/layout/main.xml
Chapter12/AccessibilityExample/res/values-es/strings.xml
Chapter12/AccessibilityExample/res/values/strings.xml
Chapter12/AccessibilityExample/src/com/example/AccessibilityExampleActivity.java
Chapter2/TimeTracker/AndroidManifest.xml
Chapter2/TimeTracker/proguard.cfg
Chapter2/TimeTracker/project.properties
Chapter2/TimeTracker/res/drawable-hdpi/icon.png
Chapter2/TimeTracker/res/drawable-ldpi/icon.png
Chapter2/TimeTracker/res/drawable-mdpi/icon.png
Chapter2/TimeTracker/res/layout/main.xml
Chapter2/TimeTracker/res/layout/time_row.xml
Chapter2/TimeTracker/res/values/strings.xml
Chapter2/TimeTracker/src/com/example/TimeListAdapter.java
Chapter2/TimeTracker/src/com/example/TimeTrackerActivity.java
Chapter2/TimeTracker/src/com/example/Util.java
Chapter3/TimeTracker/AndroidManifest.xml
Chapter3/TimeTracker/proguard.cfg
Chapter3/TimeTracker/project.properties
Chapter3/TimeTracker/res/drawable-hdpi/icon.png
Chapter3/TimeTracker/res/drawable-ldpi/icon.png
Chapter3/TimeTracker/res/drawable-mdpi/icon.png
Chapter3/TimeTracker/res/layout/main.xml
Chapter3/TimeTracker/res/layout/time_row.xml
Chapter3/TimeTracker/res/menu/menu.xml
Chapter3/TimeTracker/res/values/strings.xml
Chapter3/TimeTracker/src/com/example/ConfirmClearDialogFragment.java
Chapter3/TimeTracker/src/com/example/TimeListAdapter.java
Chapter3/TimeTracker/src/com/example/TimeTrackerActivity.java
Chapter3/TimeTracker/src/com/example/TimerService.java
Chapter3/TimeTracker/src/com/example/Util.java
Chapter4/TimeTracker/AndroidManifest.xml
Chapter4/TimeTracker/proguard.cfg
Chapter4/TimeTracker/project.properties
Chapter4/TimeTracker/res/drawable-hdpi/icon.png
Chapter4/TimeTracker/res/drawable-ldpi/icon.png
Chapter4/TimeTracker/res/drawable-mdpi/icon.png
Chapter4/TimeTracker/res/layout/edit_task.xml
Chapter4/TimeTracker/res/layout/main.xml
Chapter4/TimeTracker/res/layout/task_detail.xml
Chapter4/TimeTracker/res/layout/task_list.xml
Chapter4/TimeTracker/res/layout/time_row.xml
Chapter4/TimeTracker/res/menu/menu.xml
Chapter4/TimeTracker/res/values/arrays.xml
Chapter4/TimeTracker/res/values/strings.xml
Chapter4/TimeTracker/src/com/example/ConfirmClearDialogFragment.java
Chapter4/TimeTracker/src/com/example/EditTaskActivity.java
Chapter4/TimeTracker/src/com/example/TaskListActivity.java
Chapter4/TimeTracker/src/com/example/TimeListAdapter.java
Chapter4/TimeTracker/src/com/example/TimeTrackerActivity.java
Chapter4/TimeTracker/src/com/example/TimeTrackerApplication.java
Chapter4/TimeTracker/src/com/example/TimerService.java
Chapter4/TimeTracker/src/com/example/Util.java
Chapter5/TimeTracker/AndroidManifest.xml
Chapter5/TimeTracker/proguard.cfg
Chapter5/TimeTracker/project.properties
Chapter5/TimeTracker/res/drawable-hdpi/icon.png
Chapter5/TimeTracker/res/drawable-ldpi/icon.png
Chapter5/TimeTracker/res/drawable-mdpi/icon.png
Chapter5/TimeTracker/res/layout/detail_item.xml
Chapter5/TimeTracker/res/layout/edit_task.xml
Chapter5/TimeTracker/res/layout/main.xml
Chapter5/TimeTracker/res/layout/task_detail.xml
Chapter5/TimeTracker/res/layout/task_list.xml
Chapter5/TimeTracker/res/layout/test.xml
Chapter5/TimeTracker/res/layout/time_row.xml
Chapter5/TimeTracker/res/menu/menu.xml
Chapter5/TimeTracker/res/values/arrays.xml
Chapter5/TimeTracker/res/values/strings.xml
Chapter5/TimeTracker/res/values/styles.xml
Chapter5/TimeTracker/src/com/example/ConfirmClearDialogFragment.java
Chapter5/TimeTracker/src/com/example/EditTaskActivity.java
Chapter5/TimeTracker/src/com/example/TaskListActivity.java
Chapter5/TimeTracker/src/com/example/TaskListFragment.java
Chapter5/TimeTracker/src/com/example/TimeListAdapter.java
Chapter5/TimeTracker/src/com/example/TimeTrackerActivity.java
Chapter5/TimeTracker/src/com/example/TimeTrackerApplication.java
Chapter5/TimeTracker/src/com/example/TimerFragment.java
Chapter5/TimeTracker/src/com/example/TimerService.java
Chapter5/TimeTracker/src/com/example/Util.java
Chapter6/TimeTracker/AndroidManifest.xml
Chapter6/TimeTracker/proguard.cfg
Chapter6/TimeTracker/project.properties
Chapter6/TimeTracker/res/drawable-hdpi/icon.png
Chapter6/TimeTracker/res/drawable-ldpi/icon.png
Chapter6/TimeTracker/res/drawable-mdpi/icon.png
Chapter6/TimeTracker/res/layout-v11/main.xml
Chapter6/TimeTracker/res/layout/detail_item.xml
Chapter6/TimeTracker/res/layout/edit_task.xml
Chapter6/TimeTracker/res/layout/main.xml
Chapter6/TimeTracker/res/layout/task_detail.xml
Chapter6/TimeTracker/res/layout/task_list.xml
Chapter6/TimeTracker/res/layout/test.xml
Chapter6/TimeTracker/res/layout/time_row.xml
Chapter6/TimeTracker/res/menu/menu.xml
Chapter6/TimeTracker/res/values/arrays.xml
Chapter6/TimeTracker/res/values/strings.xml
Chapter6/TimeTracker/res/values/styles.xml
Chapter6/TimeTracker/src/com/example/ABTabListener.java
Chapter6/TimeTracker/src/com/example/ConfirmClearDialogFragment.java
Chapter6/TimeTracker/src/com/example/DummyTabFactory.java
Chapter6/TimeTracker/src/com/example/EditTaskActivity.java
Chapter6/TimeTracker/src/com/example/PagerAdapter.java
Chapter6/TimeTracker/src/com/example/TaskListFragment.java
Chapter6/TimeTracker/src/com/example/TimeListAdapter.java
Chapter6/TimeTracker/src/com/example/TimeTrackerActivity.java
Chapter6/TimeTracker/src/com/example/TimeTrackerApplication.java
Chapter6/TimeTracker/src/com/example/TimerFragment.java
Chapter6/TimeTracker/src/com/example/TimerService.java
Chapter6/TimeTracker/src/com/example/Util.java
Chapter6/TimeTracker/src/com/example/provider/TaskProvider.java
Chapter6/TimeTracker/src/com/example/provider/TaskStore.java
Chapter7/TimeTracker/AndroidManifest.xml
Chapter7/TimeTracker/proguard.cfg
Chapter7/TimeTracker/project.properties
Chapter7/TimeTracker/res/drawable-hdpi/icon.png
Chapter7/TimeTracker/res/drawable-ldpi/icon.png
Chapter7/TimeTracker/res/drawable-mdpi/icon.png
Chapter7/TimeTracker/res/drawable/time_tracker_widget_preview.png
Chapter7/TimeTracker/res/drawable/widget_background.xml
Chapter7/TimeTracker/res/layout-v11/main.xml
Chapter7/TimeTracker/res/layout/detail_item.xml
Chapter7/TimeTracker/res/layout/edit_task.xml
Chapter7/TimeTracker/res/layout/main.xml
Chapter7/TimeTracker/res/layout/task_detail.xml
Chapter7/TimeTracker/res/layout/task_list.xml
Chapter7/TimeTracker/res/layout/test.xml
Chapter7/TimeTracker/res/layout/time_row.xml
Chapter7/TimeTracker/res/layout/timer_widget.xml
Chapter7/TimeTracker/res/menu/menu.xml
Chapter7/TimeTracker/res/values/arrays.xml
Chapter7/TimeTracker/res/values/strings.xml
Chapter7/TimeTracker/res/values/styles.xml
Chapter7/TimeTracker/res/xml/time_tracker_appwidget_info.xml
Chapter7/TimeTracker/src/com/example/ABTabListener.java
Chapter7/TimeTracker/src/com/example/ConfirmClearDialogFragment.java
Chapter7/TimeTracker/src/com/example/DummyTabFactory.java
Chapter7/TimeTracker/src/com/example/EditTaskActivity.java
Chapter7/TimeTracker/src/com/example/PagerAdapter.java
Chapter7/TimeTracker/src/com/example/TaskListFragment.java
Chapter7/TimeTracker/src/com/example/TimeListAdapter.java
Chapter7/TimeTracker/src/com/example/TimeTrackerActivity.java
Chapter7/TimeTracker/src/com/example/TimeTrackerApplication.java
Chapter7/TimeTracker/src/com/example/TimerFragment.java
Chapter7/TimeTracker/src/com/example/TimerService.java
Chapter7/TimeTracker/src/com/example/TimerWidgetProvider.java
Chapter7/TimeTracker/src/com/example/Util.java
Chapter7/TimeTracker/src/com/example/provider/TaskProvider.java
Chapter7/TimeTracker/src/com/example/provider/TaskStore.java
Chapter8/GestureExample/AndroidManifest.xml
Chapter8/GestureExample/proguard.cfg
Chapter8/GestureExample/project.properties
Chapter8/GestureExample/res/drawable-hdpi/ic_launcher.png
Chapter8/GestureExample/res/drawable-ldpi/ic_launcher.png
Chapter8/GestureExample/res/drawable-mdpi/ic_launcher.png
Chapter8/GestureExample/res/drawable/circle.xml
Chapter8/GestureExample/res/layout/main.xml
Chapter8/GestureExample/res/layout/row.xml
Chapter8/GestureExample/res/values/strings.xml
Chapter8/GestureExample/src/com/example/GestureExampleActivity.java
Chapter8/GestureExample/src/com/example/TouchExample.java
Chapter8/TimeTracker/AndroidManifest.xml
Chapter8/TimeTracker/proguard.cfg
Chapter8/TimeTracker/project.properties
Chapter8/TimeTracker/res/drawable-hdpi/icon.png
Chapter8/TimeTracker/res/drawable-ldpi/icon.png
Chapter8/TimeTracker/res/drawable-mdpi/icon.png
Chapter8/TimeTracker/res/drawable/time_tracker_widget_preview.png
Chapter8/TimeTracker/res/drawable/widget_background.xml
Chapter8/TimeTracker/res/layout-v11/main.xml
Chapter8/TimeTracker/res/layout/detail_item.xml
Chapter8/TimeTracker/res/layout/edit_task.xml
Chapter8/TimeTracker/res/layout/main.xml
Chapter8/TimeTracker/res/layout/task_detail.xml
Chapter8/TimeTracker/res/layout/task_list.xml
Chapter8/TimeTracker/res/layout/test.xml
Chapter8/TimeTracker/res/layout/time_row.xml
Chapter8/TimeTracker/res/layout/timer_widget.xml
Chapter8/TimeTracker/res/menu/menu.xml
Chapter8/TimeTracker/res/values/arrays.xml
Chapter8/TimeTracker/res/values/strings.xml
Chapter8/TimeTracker/res/values/styles.xml
Chapter8/TimeTracker/res/xml/time_tracker_appwidget_info.xml
Chapter8/TimeTracker/src/com/example/ABTabListener.java
Chapter8/TimeTracker/src/com/example/ConfirmClearDialogFragment.java
Chapter8/TimeTracker/src/com/example/DummyTabFactory.java
Chapter8/TimeTracker/src/com/example/EditTaskActivity.java
Chapter8/TimeTracker/src/com/example/PagerAdapter.java
Chapter8/TimeTracker/src/com/example/TaskListFragment.java
Chapter8/TimeTracker/src/com/example/TimeListAdapter.java
Chapter8/TimeTracker/src/com/example/TimeTrackerActivity.java
Chapter8/TimeTracker/src/com/example/TimeTrackerApplication.java
Chapter8/TimeTracker/src/com/example/TimerFragment.java
Chapter8/TimeTracker/src/com/example/TimerService.java
Chapter8/TimeTracker/src/com/example/TimerWidgetProvider.java
Chapter8/TimeTracker/src/com/example/Util.java
Chapter8/TimeTracker/src/com/example/provider/TaskProvider.java
Chapter8/TimeTracker/src/com/example/provider/TaskStore.java
Chapter9/AnimationExample/AndroidManifest.xml
Chapter9/AnimationExample/build.xml
Chapter9/AnimationExample/local.properties
Chapter9/AnimationExample/proguard.cfg
Chapter9/AnimationExample/project.properties
Chapter9/AnimationExample/res/anim/simple.xml
Chapter9/AnimationExample/res/anim/simple_set.xml
Chapter9/AnimationExample/res/anim/slide_in.xml
Chapter9/AnimationExample/res/anim/slide_out.xml
Chapter9/AnimationExample/res/animator/set.xml
Chapter9/AnimationExample/res/drawable-hdpi/ic_launcher.png
Chapter9/AnimationExample/res/drawable-ldpi/ic_launcher.png
Chapter9/AnimationExample/res/drawable-mdpi/ic_launcher.png
Chapter9/AnimationExample/res/drawable/animation.xml
Chapter9/AnimationExample/res/drawable/black_circle.xml
Chapter9/AnimationExample/res/drawable/gray_circle.xml
Chapter9/AnimationExample/res/drawable/white_circle.xml
Chapter9/AnimationExample/res/layout/drawable_animation_layout.xml
Chapter9/AnimationExample/res/layout/property_animation_layout.xml
Chapter9/AnimationExample/res/layout/view_animation_layout.xml
Chapter9/AnimationExample/res/layout/view_property_layout.xml
Chapter9/AnimationExample/res/values/strings.xml
Chapter9/AnimationExample/src/com/example/AnimationListActivity.java
Chapter9/AnimationExample/src/com/example/DrawableAnimationActivity.java
Chapter9/AnimationExample/src/com/example/PropertyAnimationActivity.java
Chapter9/AnimationExample/src/com/example/ViewAnimationActivity.java
Chapter9/AnimationExample/src/com/example/ViewPropertyAnimationActivity.java
Chapter9/TimeTracker/AndroidManifest.xml
Chapter9/TimeTracker/proguard.cfg
Chapter9/TimeTracker/project.properties
Chapter9/TimeTracker/res/anim/slide_in.xml
Chapter9/TimeTracker/res/anim/slide_out.xml
Chapter9/TimeTracker/res/drawable-hdpi/icon.png
Chapter9/TimeTracker/res/drawable-ldpi/icon.png
Chapter9/TimeTracker/res/drawable-mdpi/icon.png
Chapter9/TimeTracker/res/drawable/time_tracker_widget_preview.png
Chapter9/TimeTracker/res/drawable/widget_background.xml
Chapter9/TimeTracker/res/layout-v11/main.xml
Chapter9/TimeTracker/res/layout/counter.xml
Chapter9/TimeTracker/res/layout/detail_item.xml
Chapter9/TimeTracker/res/layout/digit.xml
Chapter9/TimeTracker/res/layout/edit_task.xml
Chapter9/TimeTracker/res/layout/main.xml
Chapter9/TimeTracker/res/layout/task_detail.xml
Chapter9/TimeTracker/res/layout/task_list.xml
Chapter9/TimeTracker/res/layout/test.xml
Chapter9/TimeTracker/res/layout/time_row.xml
Chapter9/TimeTracker/res/layout/timer_widget.xml
Chapter9/TimeTracker/res/menu/menu.xml
Chapter9/TimeTracker/res/values/arrays.xml
Chapter9/TimeTracker/res/values/strings.xml
Chapter9/TimeTracker/res/values/styles.xml
Chapter9/TimeTracker/res/xml/time_tracker_appwidget_info.xml
Chapter9/TimeTracker/src/com/example/ABTabListener.java
Chapter9/TimeTracker/src/com/example/ConfirmClearDialogFragment.java
Chapter9/TimeTracker/src/com/example/DummyTabFactory.java
Chapter9/TimeTracker/src/com/example/EditTaskActivity.java
Chapter9/TimeTracker/src/com/example/PagerAdapter.java
Chapter9/TimeTracker/src/com/example/TaskListFragment.java
Chapter9/TimeTracker/src/com/example/TimeListAdapter.java
Chapter9/TimeTracker/src/com/example/TimeTrackerActivity.java
Chapter9/TimeTracker/src/com/example/TimeTrackerApplication.java
Chapter9/TimeTracker/src/com/example/TimerFragment.java
Chapter9/TimeTracker/src/com/example/TimerService.java
Chapter9/TimeTracker/src/com/example/TimerWidgetProvider.java
Chapter9/TimeTracker/src/com/example/Util.java
Chapter9/TimeTracker/src/com/example/provider/TaskProvider.java
Chapter9/TimeTracker/src/com/example/provider/TaskStore.java
README.md
Download
Click the following link to download AndroidUIFundamentals-master.zip.
AndroidUIFundamentals-master.zip