Your assignment is to develop an Android application, using MIT Appinventor
Ask Expert

Be Prepared For The Toughest Questions

Practice Problems

Your assignment is to develop an Android application, using MIT Appinventor

Assessment Details

This assignment contains two parts: an app and a brief report.

1. App Details

Your assignment is to develop an Android application, using MIT Appinventor, which will store a list of interesting "subreddits from the popular social website Reddit (https://reddit.com), and download the current top posts from those "subreddits" for viewing. If you are not familiar with the Reddit platform, you can read more about it here: https://en.wikipedia.org/wiki/Reddit. As your application will only be reading information from the Reddit API (and not posting any information), you will not be required to register your own account on Reddit for this assignment.

The application should contain a number of screens, which are described in the following sections. Note: Your app does not need to look identical to the provided screenshots. As long as you fulfil the requirements in a logical way that follows what you have learned this semester, you have free reign to design your interfaces as you like.

Screen 1: Subreddit List

When the application is first opened, a screen should be displayed which contains a list of subreddits that the user has previously added, as well as a "Add New Subreddit button. When clicked, this should open Screen 2, where the user inputs a subreddit name that is returned back to this screen and added to the list of "subreddits" (if it's not a duplicate that is already in the list)

Once the user has added a subreddit, it should be displayed in the list of subreddits. The list of subreddits should be persisted using a TinyDB so that it can be reloaded after the user closes and reopens the app or returns to this screen from another screen. As an added feature, the list of subreddits should always display in alphabetical order using a sorting algorithm (see Week 10 materials).

When the user clicks on a subreddit from the list, they should be presented with two options:

1. View Posts: If selected, then Screen 3 should be loaded with this subreddit being passed to it s a start value. Screen 3 will load the most recent posts from this subreddit (if it's valid).

2. Delete Subreddit: If selected, then this subreddit should be removed from the list and no longer persisted in the TinyDB.

Screen 2: Add Subreddit Screen

This screen should allow the user to enter a subreddit name and choose to save it ubreddit name (it doesn't have to be valid) and chooses to save it, it should retum the subreddit name back to Screen 1 to be persisted. This screen should include validation so that the user can't save an empty subreddit name.

If the users decides not to add a subreddit, they should be able to cancel and return back to Screen 1 without making any changes to the list of subreddits.

Screen 3: View Posts Screen

After a user selects to view the posts for a subreddit from Screen 1, this screen should be loaded. The name of the subreddit that is being viewed should be displayed on this screen, as well as a list of the titles of the most recent posts from this subreddit. See the instructions below for guidance on downloading the posts. If the subreddit doesn't exist, or there is no network connection, an appropriate error should be displayed to the user.

When a post title is clicked, its associated URL should be passed to Screen 4 which will load and display the website

Downloading posts from Reddit using an API We are going to use the Pushshift Reddit API to download the most recent posts for a subreddit. You can get the most recent posts for a subreddit in JSON format using the following URL - all you need to do is replace <subreddit_name> with an actual subreddit's name as required:

https://api.pushshift.io/reddit/submission/search/?subreddit=<subreddit_name>&limit.5

For example, https://api.pushshift.io/reddit/submission/search/?subreddit-Android&limit=5 will give us the five most recent posts from the Android subreddit. Note that the limit parameter is optional, but to keep things simple I recommend loading only a small number of posts to start with

If you visit the link and view the JSON in a web browser, you will see that the JSON contains an array (data) of posts, with each post containing a range of information that describes the post. For the purposes of this assignment, we are only interested in the title and the url values for each post, so your app should extract these and load into an appropriate data structure to achieve the functionality required for this screen. On the other hand, if you provide a subreddit to the API that doesn't exist (try typing in some gibberish), you will see that the API returns an empty array of posts. This will help you to determine whether a subreddit is valid or not for the purpose of displaying an error to the user.

Screen 4: View URL Screen

After the user selects an individual post to view on Screen 3, this screen receives the post's URL and loads it in a WebViewer component. Using relevant event blocks, the user should be shown a loading message while the website URL is loading, which should disappear once the site has completed loading. This screen should also provide the user with a mechanism to return to the previous screen (Screen 3) to select another post to view from the current subreddit.

General Requirements for Coding While your app should meet the functionality described above, you need to ensure that you demonstrate the concepts we have covered in ITECH2000 so far.You will need to ensure that you have correctly made use of each of the following components, constructs or concepts somewhere in your app:

• Dictionary

• Web Viewer

• Web component

• ListView or ListPicker

• TinyDB

• Local and global variables

You should follow best practices for coding that we have described this semester, including the use of procedures to promote code reuse. Make sure you thoroughly test your application to ensure that it is robust.

Please read through all of the requirements before you commence work on the app, so you get a full sense of what is required to be done. It is recommended that you first model any events using pseudocode before commencing programming.

3. Brief Report

As well as completing the program described above in Applnventor, you are also required to submit a brief report that includes the following:

• A title page that includes your name and student ID number

• Pseudocode describing the behaviour of two (2) events that your app will respond to. Ensure that you clearly label your pseudocode so that it is clear what aspect you are modelling.

• For each of the design components/blocks listed in the previous section (General Requirements for Coding), you should describe in 2-3 sentences how you used this component in your solution and justify why. If you have used a component multiple times, please describe one example.

• A description of how you tested your application to ensure that it functioned correctly, with respect to user inputs, outputs, and networking.

Hint
ManagementMIT App Inventor is a visual programming environment that enables everyone even kids to build fully functional apps for tablets and smartphones. Using it one can build their first app in less than an hour. The MIT App Inventor authorizes anyone to move from technology consumption to technology conception. ...

Know the process

Students succeed in their courses by connecting and communicating with
an expert until they receive help on their questions

1
img

Submit Question

Post project within your desired price and deadline.

2
img

Tutor Is Assigned

A quality expert with the ability to solve your project will be assigned.

3
img

Receive Help

Check order history for updates. An email as a notification will be sent.

img
Unable to find what you’re looking for?

Consult our trusted tutors.

Developed by Versioning Solutions.