thinkle / gourmet

Gourmet Recipe Manager
GNU General Public License v2.0
340 stars 140 forks source link

Android app #38

Open ockham opened 11 years ago

ockham commented 11 years ago

Converted from SourceForge issue 3473594, submitted by SourceForge user no. 3697390 on 2012-01-14 05:18:23 UTC.

An app for all android based devices on all versions from android 1 through to android 3+. This would be something I would pay for on the app market

ockham commented 11 years ago

While I'd love to use Gourmet on my phone, we're unfortunately rather understaffed currently, and porting a Python/GTK/SQLAlchemy app to Android is highly non-trivial as none of these programming language/toolkits exist natively on Android, so it would be pretty much of a rewrite. (And I have zero experience in Android programming.) Any volunteers are highly welcome, though!

andrearicci commented 10 years ago

http://kivy.org/docs/guide/packaging-android.html

SoftwareDroid commented 3 years ago

At the beginning of the year I started to write my own app for the GourmetRecipeManager. The app should not be a replacement for the desktop application, but an extension for the smartphone.

Since I didn't have enough time to finish the app, I publish the source code here. The app is not really documented, but the usage should be almost self-explanatory. It uses a copy of the sql database for recipe suggestions, searching and so on. Maybe I will have some time in the future to finish this project.

Link: https://bitbucket.org/patrickmis/gourmetfoodplaner/src/master/

Maybe you can do something with it. I have been using the app in its current version for a while.