Rich B writes:
 >    Hi folks,
 >    I'm trying to find a good approach to FRP and threading on Android. I
 >    know that I can use Scaloid and Macroid to run things on the main/UI
 >    thread. The problem is getting other operations off the UI thread.

If you'd like to see an experiment along these lines, my old
Positronic Net project might be of interest.  The docs don't use FRP
terminology, but they do have at least some of the same ideas (dealing
with UI events and data storage as sources and transformers of event
streams), and the way I wound up using Android Handler machinery,
etc., to try to keep stuff like SQLite access off the UI thread may be
of interest.

See 

  http://rst.github.io/positronic_docs.html

rst

-- 
You received this message because you are subscribed to the Google Groups 
"scala-on-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to