Question

So, I have server application written in Scala using playframework. Now I need to make client for Android (in Scala) which will interact with server by HTTP requests. I have not much experience in Android development. And because of it I have the question. Is there any framework for this kind of things?

Data from the server to the client transmitted in a Json format.

Était-ce utile?

La solution

You can have a look at Proguard for Scala and this documentation.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top