Arc Forumnew | comments | leaders | submitlogin
3 points by rocketnia 4434 days ago | link | parent

"The session reinitializes everytime the screen rotates"

@suzuki:

It might help to configure the Android project's manifest as described here: http://stackoverflow.com/questions/1512045/how-to-disable-or...

I don't know if onSaveInstanceState() is really possible to implement well without serializable continuations, but other Android REPLs work pretty well (particularly Ruboto IRB!), so you might find some ideas there.

---

@akkartik:

"autocomplete keeps trying to remove the space before commas"

Autocomplete ruins my day too. ^_^ You might be able to go to "Settings > Language & keyboard" to configure it. If it still happens after that, installing a new keyboard oughta help. At least it'll give you a fresh set of quirks to deal with. :-p



1 point by kinleyd 4434 days ago | link

@rocketnia: "but other Android REPLs work pretty well (particularly Ruboto IRB!)"

Thanks for the info. Now I have both my languages of choice - Ruby and Arc - on my phone. My cup of joy runneth over.

-----