cs301w01 / Skindex

4 stars 1 forks source link

Fix variable declarations #69

Closed derekdowling closed 12 years ago

derekdowling commented 12 years ago

Remove default access value for all variables, make all private or protected. Also, remove variable declarations from with in the onCreate activity methods.

derekdowling commented 12 years ago

For the most part fixed as well.