OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Personal Java/Jeode/J2ME Personal Profile => Topic started by: rrashkin on April 07, 2005, 10:00:32 am

Title: Garden Planner
Post by: rrashkin on April 07, 2005, 10:00:32 am
I planted some seeds and promptly forgot what I had planted where.  That got me thinking it would be good to have a program on the Z (I have a 5500) that would allow me to plan and/or record what I had planted, keep for next year, etc.  I know, I can just use a piece of paper.  But I wrote the app anyway.

It's organized by "beds" starting at bed-0.  
To add or change a plant, choose a plant number or "new". Tap the screen to get the coordinates in the proper fields.  Choose "AddPlant" to get the new/updated plant into memory.  Choose "save" to save the array to grdn.csv.  Choose "refresh" to redraw the bed.

I can't seem to attach it so I'll send it out to anyone who's interested.
Title: Garden Planner
Post by: Omicron on April 09, 2005, 01:31:47 pm
Quote
I planted some seeds and promptly forgot what I had planted where.  That got me thinking it would be good to have a program on the Z (I have a 5500) that would allow me to plan and/or record what I had planted, keep for next year, etc.  I know, I can just use a piece of paper.  But I wrote the app anyway.

It's organized by "beds" starting at bed-0. 
To add or change a plant, choose a plant number or "new". Tap the screen to get the coordinates in the proper fields.  Choose "AddPlant" to get the new/updated plant into memory.  Choose "save" to save the array to grdn.csv.  Choose "refresh" to redraw the bed.

I can't seem to attach it so I'll send it out to anyone who's interested.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=73995\"][{POST_SNAPBACK}][/a][/div]


Go to the downloads section and add it there, that way people will be able to use for years to come.

Thanks for the hard work.
Title: Garden Planner
Post by: rrashkin on April 13, 2005, 01:19:21 pm
To do that, I'd have to make an IPKG; I don't know how.
Title: Garden Planner
Post by: stupkid on April 14, 2005, 04:43:56 pm
Quote
To do that, I'd have to make an IPKG; I don't know how.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=74984\")
I can guarantee you that writing your app was harder than packaging it.  Upload your software to [a href=\"http://bryandeluca.com/cacko/uploads.php]http://bryandeluca.com/cacko/uploads.php[/url] (or post it to the forum) and I will gladly package it for you.
Title: Garden Planner
Post by: rrashkin on April 15, 2005, 09:16:53 am
Thanks, Stupkid,
I uploaded "grdnpln.zip" to your server.  It contains the compiled classes, the Java source (GrdnPln.java), and the text file, plist.txt, that lists the plants for the combo box.
Cheers.