cs301w01 / Skindex

4 stars 1 forks source link

Create the EditPictureActivity #24

Closed derekdowling closed 12 years ago

derekdowling commented 12 years ago

Create a viewPhoto screen for editing meta data with place holders for name, tags, date, album.

BlakeBouchard commented 12 years ago

Minus name, since individual pictures shouldn't have their own names.

BlakeBouchard commented 12 years ago

I'm designing the EditPicture activity to extract a Picture (currently called Photo) object reference as part of the Extras Bundle in the Intent. So when someone wants to start the EditPictureActivity, they need to pass a reference to that Picture's object as part of the Intent.