> On 30 Oct 2014, at 14:01, David Pérez <[email protected]> wrote: > > Thanks for sharing it with us. > > If I understood well, it serves for generating i.e. string or array > resources, from code in the build process.
Yes, strings, integers, booleans, arrays of strings and integers are currently supported with implicit conversions, and if you wish you can add any other value type that is supported by Android by defining your own build info element type. Regards, Vyacheslav Blinov https://github.com/dant3 -- 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.
