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 translate app in Android (strings.xml and array.xml), but I don't know how to compare the file to check the untranslate strings. So I search a software to make this.
Thank you!
Try Google Translator Toolkit to easily transate your app.
Do you want to translate between various languages? If yes, this is what you might be searching for.
try this thread
Any collaborative tool/website to localize an Android app?
basically what proved to work is the android2po tool and then you can use your favourite .po editor
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
I am trying to put an additional button on what's app. Is there any possible way to install add ons on the whats app and perform the functionality from custom built apps. I tried to google alot but could not find any appropriate way of doing so. I would really appreciate if any body can give me any direction on how can I do so? Following is the app which works just like the way I am trying to do in whatsapp.
https://play.google.com/store/apps/details?id=com.androidsx.smileys
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 wondering what I will require knowledge of to effectively develop an Android application in addition to where these skills can be acquired.
Thanks in advance!
Well you'll need to know Java but other than that it should be pretty simple. I built my first app about a month ago and only knew Java. It takes time to learn Java though.
Here is some links that might be helpful
http://thenewboston.org/list.php?cat=31
http://thenewboston.org/list.php?cat=6
If you are a beginner I would recommend you to start with Phonegap(Mobile application development framework).
This required only a basic knowledge of HTML,CSS and JS.
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
I need to analyse android handwriting recognition SDK's. Can anybody tell me what SDK's are available on the market. I've found MyScript from VisionObjects, but I cant find any download link from the SDK, because I need to test to see the accuracy.
I'm working for MyScript, you can try online recognition using the Web Services here : https://dev.myscript.com/developer-program/register/ and if you only want to try the MyScript accuracy, you can try our webdemos http://webdemo.myscript.com/
Edit: Vision Objects company was renamed to MyScript, so I've edit links
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other 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
Now Google translate API is a paid service. i am trying to create a language translator app for a text input data. Basically i need to translate an English text/sentence to Hindi. Without using Google API. Can anyone help on this?
you can try this, Microsoft has http://www.microsofttranslator.com/dev/
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 have been looking around for a good Android AR toolkit to play with. I have found a few references but I am not really sure which ones to try. It seems to be a lot of work just to get any demo's working.
My requirement is that I want to be able to detect AR Markers/Tags. I would then look to add a 3D model based on the orientation of the marker/tag. A nice basic cube would be a great start :D
So do any of you have any recommendations?
I have just tried http://code.google.com/p/andar/ and it is not too bad. I would really like one that has some better project examples and well documented source code.
Oh, and as this is currently only for playing with I don't want to be paying any money for it.
You can try looking at NyARToolkit