Mobile phones |
Cheap Tablets less then 80 euros |
In the near future android in TV-sets |
A projector already exists with Android inside. |
... |
Nickname | Java knowledge | tcl knowledge | docs | test/feedback |
---|---|---|---|---|
nobel | minor | good | minor | a lot of physical android devices available |
RS | few - looked several times, but hated it | much | ? | 1 tablet, 1 phone |
... |
chw - 2013-03-27 12:41:16chw: What about porting Tcl/Tk native on Android? There's an SDL port for Android on http://libsdl-android.sourceforge.net and there's a SDL backend for Tk on http://wiki.tcl.tk/4607.MG doesn't know exactly what's involved, and certainly lacks the skills to contribute to such an endeavour himself, but would really love to see Tk ported to Android if at all possible.MiR: Just wanted to support this. I actually have an old EEE PC as my mobile workhorse and I use lot's of little TCL-TK apps for my needs. What keeps me from upgrading is the lack of Tcl/Tk support on Android and I don't want to hack a tablet into Linux. A native port would be great, rewriting all apps /to hecl or jtcl) is near impossible to me.bwo: MiR is right, native Tcl/Tk support would enable lots of existing tools to be used on android.RS On my Android tablet (TrekStor Breeze, 69€) I actually have Pat Thoyts' port of Tcl based on ASE (no Tk). I played around with it in May 2013, and of course with the most juicy parts provided by the android package: speech recognition, text to speech...Crosspost from Google+:
"HA!! My Tablet just said "guten Morgen" to me! Using the following Tcl code: package require android set a [android new] proc s args {$::a speak $args} s guten morgen(It is localized to German - attempts at English are forgettable...) Now to plan what I can do with it ;^)"My plans are mostly to build a tool for my almost-blind father - voice menus, ebook-to-speech (or simpler: just playing audiobook files) and such.. but too many plans, too little time...
RS 2013-12-04 . Now that AndroWish is really nicely growing, I have created that page. For now, I'll only copy relevant content from here to there, (newest first), but if nobody disagrees, let's just move to over there :^)