Reports Activity Reports Activity Design a new layout - called Report - to look something like this: This is the layout file itself: <RelativeLayout xmlns:android = "http...
Step 06 - NumberPicker Step 06 - NumberPicker This is our reference documentation: http://developer.android.com/reference/android/widget/NumberPicker.html which is a little...
Step 02 - Layout Donation Activity res/layout/activity_dontate.xml res/values/strings.xml Step 02 - Layout Donation Activity For this lab, our objective is to produce an Andr...
Step 01 - Setup Instructions for working in Walton Building PC Labs: Instructions for working on your own laptop Step 01 - Setup Instructions for working in Walton Building...
Resetting the Donations Resetting the Donations The last step in this lab involves deleting all the donations in the database when the user wishes to ‘Reset’. There’s actually...
Adding a new Menu Option Adding a new Menu Option First of all, confirm that the current Menu looks like this: but we want something like this: The first thing to do is a...
Setup - Starter Code Setup - Starter Code As with the previous labs, you can download the solution for Donation.3.0 , or continue on with your own version. Your current projec...
Refactored Report - New ‘Layout’ Refactored Report - New ‘Layout’ We now rework Report to render the actual donations - held in the Base class list. First some layout addition...