tscloud / HiveNotes

Android app for keeping tabs on your bees.
1 stars 0 forks source link

Pass Log DOs from ListActivity -> DetailActivity and make available to Fragments. #1

Closed tscloud closed 8 years ago

tscloud commented 8 years ago

1) Make all Log DOs inherit from HiveNotesLogDO 2) Pass Log DOs across Activities thru Intent after making Serializable. Change Serializable to Parcelable See #2. 3) Have each log Fragment add method On...FragmentInteractionListener interface to expose this data.