Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top