Skip to content

arocketman/Awwdroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Awwdroid is an android app that allows you to view images from Reddit's /r/aww .

The presentation

You can find the app at the google play store: Link

Application structure: some UML

Here's a description of the core classes and their responsabilities:

  • MainActivity : Is the only activity of the app. It has a dynamic ViewPager that instantiates fragments.
  • SingleImageFragment : Fragment that is referenced to a single image and handles that image visualization.
  • FetchJSONTask: AsyncTask that calls methods on the RedditFetcher class.
  • RedditFetcher : Handles the calls to Reddit's API.
  • ImageEntry : Single Image representation.

The application is structured as follows:   The following communication diagram explains how the communication between objects work: The following sequence diagram explains how the RedditFetcher creates an ArrayList of ImageEntry objects calling the Reddit APIs:

About

Contains source code for google play store app "awwdroid"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages