Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this 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.
You can have a look at Proguard for Scala and this documentation.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
please give me some references to build the Android websocket client.
Here is a elab's github project which creates a sample application, including the server side code.
Or you can look into a library of android-websockets created by koush. It has good amount of documentation.
For more information, try out these projects and post more specific questions if you face any problem while implementing.
Good luck
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am familiar with basic android application development and now assigned with the task of
making an android application which needs to perform DSP functions for audio signal processing. I would like to have basic knowledge about the C/C++ libraries which i can use along with android ndk and embed it into my android application.
I have already checked and went through many solutions available here but none satisfied my requirement, please share the links from where i can get such libraries which i can use.
Sorry if my question is not clear to answer as i am new to asking questions here.
Thank you for your response...!!!
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I know AdobeĀ® Reader Mobile software development kit is able to render Reflow-able epub for iOS / Android. But their high cost is impossible for normal user to use.
Are there any free/value alternative for a epub SDK that support Reflow-able content?
I have not used it yet, but I have found this one:
http://epub.anfengde.com/
Looks really interesting.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
iTunes provides a Lookup Service for gathering metadata as JSON of an app given an app ID.
Is there a similar service for Android? It needn't be a web service or necessarily return JSON, a Java API or similar would also be useful.
Since Android has many stores, there may be many lookup services. If so, as many APIs as needed would be useful.
It seems that there is no tool that exists for Android at the minute.
Maybe this one can help you http://developer.android.com/guide/topics/search/index.html.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to know what should be starting point in Android source code to implement local DNS caching in Android. I want to have something like pdnsd or djbdns. Probably port djbdns on Android and modify flow so that Android framework points to djbdns for resolution.
If someone can point me to a file in Android source code that accesses the local DNS settings to resolve the domain name.