On Tuesday 28 April 2009 09:05:14 am Robert Gravina wrote: > Perhaps more interesting for me would be a mobile version of some > kind. I don't have an iPhone/iPod Touch, but I might get one in the > future. I'm considering getting one solely for the purpose of studying > vocab on the train/go. Or maybe an old Plam/some other device which > can run Mneosyne.
I'm not sure an old Palm is up to the task. It probably does not have python. > You mentioned you've got it going for Windows Mobile? Yep. Seems to work quite OK, even for large databases. > Obviously it needs to run Python, Yes, unless you want to spend a lot of time rewriting the relevant parts (mainly the scheduler) in a different language. > support Qt Not necessary. The Windows Mobile client uses the native Gui toolkit, wrapped in python bindings (http://ppygui.sourceforge.net/) If something similar exists for a (jailbroken) iPhone, you're in business. > etc. ... (a normal) > iPhone doesn't but it may be possible to write a mobile-friendly web > client, or an iPhone client etc. which doesn't really help for > studying on the train though.... If there are no python bindings for the iPhone GUI toolkit, another option for disconnected use is to have a little python mnemosyne webserver running on the iPhone that only allows local connections. Plenty of possibilities :-) Peter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en -~----------~----~----~----~------~----~------~--~---
