Frankie- When you say ' THIS APP' does that mean Python or AutoHotKey for Droid, which doesnt exist? I would love a shortcut like that, but what i think you're saying, is someone would have to write it in Python, then export it to a Droid shortcut somehow?
Thanks!
Frankie wrote:
@
LiquidGravity@
ProverbialfunkIt would be pretty simple with this app. There are functions for emailing and internet stuff. The scripts can be made into shortcuts on your home screen. You can get the user input like this with python (Disclaimer: I don't know python)
Code:
import android
droid = android.Android()
# pop-up input box
input = droid.dialogGetInput('Anagram', 'Give it to me!')
# just spit it out on a terminal
print input.result