https://github.com/p1xt/p1xt-funfacts
Android Application created during the course Build a Simple Android App on TeamTreehouse.com.
https://github.com/p1xt/p1xt-funfacts
Last synced: about 2 months ago
JSON representation
Android Application created during the course Build a Simple Android App on TeamTreehouse.com.
- Host: GitHub
- URL: https://github.com/p1xt/p1xt-funfacts
- Owner: P1xt
- Created: 2016-10-07T17:19:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T17:37:39.000Z (over 9 years ago)
- Last Synced: 2025-03-23T14:11:56.775Z (over 1 year ago)
- Language: Java
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fun Facts
Android Application created during the course Build a Simple Android App on TeamTreehouse.com.
## Android application which:
- contains a predefined list of "fun facts"
- allows a user to view a fact upon initial application load
- allows the user to click a button in order to display the next fun fact
- on click of the "display next" button, displays a randomly selected fun fact
- on click of the "display next" button, changes the background color of the app to a random color
## User Stories
As a user, when I open the application, I am greeted with a "Fun Fact"
As a user, I can press a button which will randomly select and display another fun fact.
As a user, when I press the button to display another fun fact, I can expect the background color of the application to change
as the new fun fact is displayed.
## Rationale
Simple application created in order to gain practical experience creating Android applications.