Skip to content

salminnella/PreScoop-Project-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-Scoop

Find your bay area Pre-School

The app consists of 3 main avtivities. It starts in Main, and is the search page, to enter in different options to find schools. This also holds a button in the menu to go right to the list of favorite schools.

The ListActivity pulls the results from the database, where each item click brings the user to the DetailActivity to see more information about the school. The menu option for the favorites, will find all those schools from the database and refresh the list view with the results. It will toggle back to the previous search results when pressed again.

The details page shows a couple of photos of the school, its details and an option to select that school as a favorite.

Bugs/Concerns
I found a bug yesterday about a half hour before this was due. It looked like i needed a null check on the object holding the search criteria when refreshing the list after a back press from the details page or toggling the favorites list.

The details page is not showing all of the additional photos for the school in the scroll view. It might be an xml issue, or the pictures aren't being pulled out of the object correctly.

There isn't any real error control on the MainActivity, and the search in the database doesn't include the school Name in any of the permutations (only by itself). so the user can enter in the name plus the other fields but the search won't actually include the name in it.

I also feel like i might have a cursor left open somewhere, and should put an override onStop in just to be sure there's nothing left open.



Paper ProtoType
alt tag



MainActivity
alt tag



ListActivity
alt tag



DetailActivity
alt tag

About

Find your bay area pre-school

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages