Skip to content Skip to sidebar Skip to footer
Showing posts with the label Scala

Scala + Android Newbie

I am trying to use the scala-andriod plugin and I am having a problem running and configuring AVD&#… Read more Scala + Android Newbie

Targeting Android With Scala 2.8 Trunk Builds

The definitive reference for using Scala on android seems to be here: http://www.scala-lang.org/nod… Read more Targeting Android With Scala 2.8 Trunk Builds

Library "libmaliinstr.so" Not Found

I have an Android app written in Scala. When I launch it the following error message appears in the… Read more Library "libmaliinstr.so" Not Found

Scala On Android: Java.lang.nosuchmethoderror: Java.lang.string.isempty

I am getting following Exception on Android 2.2.1: java.lang.NoSuchMethodError: java.lang.String.is… Read more Scala On Android: Java.lang.nosuchmethoderror: Java.lang.string.isempty

Android Textview, Settext Using Multiple Variables Concated Together

I am pulling data from a database, returning the values in an instance of a class. In my onCreate … Read more Android Textview, Settext Using Multiple Variables Concated Together

Is It Ok To Use `scala.actors.actor` Object In An Android Application?

I know that it works, just checked. I'm wondering about the system not being able to free memor… Read more Is It Ok To Use `scala.actors.actor` Object In An Android Application?

Is It OK To Use `scala.actors.Actor` Object In An Android Application?

I know that it works, just checked. I'm wondering about the system not being able to free memor… Read more Is It OK To Use `scala.actors.Actor` Object In An Android Application?