AndroidApplication-BrianTaylor
From Cs160-sp08
Contents |
Name
Brian Taylor
Project files
Instructions
To run the application, simply load the project into Eclipse and make sure you run edu.berkeley.cs160.imagebrowser.Search.
Features
Added features include:
- Setting the selected image as phone wallpaper
- Searching for images by user (currently not working)
- Searching for images by group (currently not working)
- changing the size of the images displayed in the grid
I apologize for leaving in the xml layouts and broken code, but there was not enough time before the deadline to remove it all first.
Comments
I had a lot of issues dealing with the Activity Lifecycle and dealing with buttons that resized the images in the grid. For the latter case, I was not able to get the cursor to reset, so I eventually switched the smaller/bigger buttons to buttons in the menu. This also allows the user to access the resizing commands while focused on any image on the page. Before the user would have had to scroll to the top of the page before they could access the buttons to resize the images in the grid, and then scroll all the way back down if they were interested in seeing a resized image near the bottom.
Screenshots
This is the screen upon starting up the ImageBrowser.
After searching, we arrive at the grid setup of images.
We can resize the images in grid as we like (larger or smaller) via the menu.
When an image is selected, the user is taken to a separate screen to view the image in full. Here the user may (via the menu) set the wallpaper as his or her phone background:






