I've been looking through the library code itself, examples, etc and I can't find an example of how to start a new activity. When I try a simple
startActivity(new Intent(macroid.ActivityContext, classOf[MyActivity])) it complains about not finding the appropriate constructor. I would include Scaloid to use SIntent, but would hate to pull in the entire library, just for that. -- 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.
