Skip to content

hpabst/as1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Name: Henry Pabst
UAlberta CCID: hpabst


This is the README for the CMPUT301 assignment 1 Android counter app.
It is a basic app that provides a GUI for the user to manipulate a collection
of counters by viewing individual counters, incrementing them, viewing
statistics regarding the frequency of when the counter was incremented,
removing indiviual counters from the aggregate list, and
sorting the collection of counters according to their counts.

A UML diagram is included that provides an overview of the various
classes used and their interactions between each other and the user.

Code used is mostly my own with a few methods being used from other sources.
The sources are locally detailed in the code itself as well as being aggregated
here:
www.josecgomez.com/2010/05/03/android-putting-custom-objects-in-listview
www.androidsnippets.com/prompt-user-input-with-an-alertdialog

============
License
============

Copyright 2014 Henry Pabst

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages