alexvarboffin / bites-android

Automatically exported from code.google.com/p/bites-android
GNU General Public License v3.0
0 stars 0 forks source link

Archive recipes to xml file on sd card #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add a menu option on the recipes tab to archive the complete recipe book 
to an xml file on the sd card.

file format:
<recipebook>
  <recipe name="" >
  ...
  </recipe>
  ...
</recipebook>

Original issue reported on code.google.com by benny.ca...@gmail.com on 13 Aug 2009 at 9:01

GoogleCodeExporter commented 8 years ago
Add this before default recipe feature, then use the archive/retrieve 
functionality 
to add the "update treat" recipes as an archived recipe book

Original comment by benny.ca...@gmail.com on 24 Aug 2009 at 1:15