/Fragmentation

A project illustrating the general use of Fragments in Android programming.

Primary LanguageJava

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

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.