Hey, Im wondering if there are any pros/cons of using a native java class over a scala class if they both fill the same purpose.
For example, lets say you want a random number generator. There is java.util.random and scala.util.random which seem to be the same implementation for me. Should I use the java-version for android development to reduce the number of used scala functions (and by this maybe reduce the apk/library size after proguard)? regards, danijoo -- 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.
