# Fragmentation
**Repository Path**: jiangfuqiang/Fragmentation
## Basic Information
- **Project Name**: Fragmentation
- **Description**: A project illustrating the general use of Fragments in Android programming.
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-07-14
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Fragmentation
A project illustrating the general use of Fragments in Android programming. This version uses new methods in the API and is restricted to API 23 or greater. A version converted from Eclipse to Android Studio that runs on APIs back to 15 may be found at https://github.com/guidrymwg/Fragmentation2.
The projects in these repositories correspond to individual lessons in the free online android programming course at http://eagle.phys.utk.edu/guidry/android/
## Prerequisites
This project assumes the Gradle build system in Android Studio. It was targeted
at Android 6.0 (API 23) and above because we use a method introduced in API 23. You
will need
- Android Studio (Installing Android Studio)
- An Android phone or tablet, or an Android phone or tablet emulator launched from Android Studio
- Some image files that may be found in this images
directory
## Getting Started
First download this project using the Clone or Download button, either by
importing into Android Studio using GitHub version control, or by downloading
and unpacking a .zip file. Full instructions for both may be found by
going to
http://eagle.phys.utk.edu/guidry/android/ and selecting Resources > Packages
for All Projects from the menu.
A complete description of this project, including steps to build it from
scratch, may be found by
going to http://eagle.phys.utk.edu/guidry/android/ and selecting
Fragments from the menu.