Pinned Repositories
CourseRegistration
Console Java application which allows students to register for a course. Final team project from UC Irvine Extension Java Programming 1 course. The team followed the Systems Development Life Cycle (SDLC) to develop the application using a waterfall methodology.
ColorShuffle
choose image from Gallery, shifts RGB values of image
CurrencyService
Java desktop application which converts a US Dollar value to different international currencies fetching the latest currency exchange rate data from Yahoo REST Service. Parses XML data using kXML library. Utilizes custom SwingWorker to manage synchronous tasks, allocating worker thread for calculation, then updating UI on dispatch thread.
DefectTracker_Swing
Java Swing desktop application that tracks application bugs. Features include save/edit/search/sort bug records, and add/edit users.
DefectTracker_Web
JSP web application that tracks application bugs. Features include create/edit/search bugs, assign bugs to users, add new users, email notification to specified users
Kid-Run
running tracking app designed for kids, tracks distance (feet), time elapsed, and coins earned.
MiniYelp
Simple Search Android app of businesses in California based on a keyword and city name, parsing JSON provided by Yahoo Developer Network's REST services. Follows MVC architecture. Uses ListFragment, Search OptionsMenuItem, AsyncTask, custom ArrayAdapter, SharedPreferences
MoveIt
distance-based activity tracking system designed for kids, includes reward fulfillment feature
RSSFeedReader
Reads the video feed from PBS Kids channel Use of Picasso library to load thumbnail images. Use of org.xmlpull.v1.XmlPullParser/XMLPullParserFactory to parse JSONObjects
A_Defect_Tracker
Tina's A_Defect_Tracker
tkfreder's Repositories
tkfreder/CourseRegistration
Console Java application which allows students to register for a course. Final team project from UC Irvine Extension Java Programming 1 course. The team followed the Systems Development Life Cycle (SDLC) to develop the application using a waterfall methodology.
tkfreder/ColorShuffle
choose image from Gallery, shifts RGB values of image
tkfreder/CurrencyService
Java desktop application which converts a US Dollar value to different international currencies fetching the latest currency exchange rate data from Yahoo REST Service. Parses XML data using kXML library. Utilizes custom SwingWorker to manage synchronous tasks, allocating worker thread for calculation, then updating UI on dispatch thread.
tkfreder/DefectTracker_Swing
Java Swing desktop application that tracks application bugs. Features include save/edit/search/sort bug records, and add/edit users.
tkfreder/DefectTracker_Web
JSP web application that tracks application bugs. Features include create/edit/search bugs, assign bugs to users, add new users, email notification to specified users
tkfreder/Kid-Run
running tracking app designed for kids, tracks distance (feet), time elapsed, and coins earned.
tkfreder/MiniYelp
Simple Search Android app of businesses in California based on a keyword and city name, parsing JSON provided by Yahoo Developer Network's REST services. Follows MVC architecture. Uses ListFragment, Search OptionsMenuItem, AsyncTask, custom ArrayAdapter, SharedPreferences
tkfreder/MoveIt
distance-based activity tracking system designed for kids, includes reward fulfillment feature
tkfreder/RSSFeedReader
Reads the video feed from PBS Kids channel Use of Picasso library to load thumbnail images. Use of org.xmlpull.v1.XmlPullParser/XMLPullParserFactory to parse JSONObjects