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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top