Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
One of my applications is getting more and more popular, and I'd like to support multiple languages, but there are a few problems:
I don't know every single language out there
I'm actively developing the application, so strings change and new ones are added - often
That's why I've been looking at the possibilities of an online community translation tool. I'd like for it to be free and open source, and it'd be great if it supports Android!
Sorry if this is off-topic, I was a bit unsure, but I think it's a problem that many Android developers have to deal with.
For WordPress for Android we use GlotPress, you can upload your strings.xml and it will create sub projects for whatever language you want. You can then invite users to translate the project to their native language.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking for applications to see how they are built, features etc...
For example the app smspopup seems very nice for studying.
Does anybody know any other worthwhile open source projects?
I always suggest the iosched project as a pretty full example, I would start downloading the project and learning everything from the source code. As it is developed by Google developers, it fulfills all Android code patterns and also has the latest Android Material design.
If you want more Android projects, there are several pages for it in github.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm a web developer but I'm moving in the app development direction. I was just wondering if there is a possibility to buy and download ready made themes that you can use in the development and tweak to your desires? Both for Android and iOS. Thinking about sites similar to themeforest and so on. I did search themeforest but couldn't find more than a couple of themes for app development.
Check out this link
But it's better you learn to create your own themes from scratch since you may run into errors in the long run and will need to know how to go about it
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for a free tool on Macbook for Android GUI design. I just want to easily draw GUI prototype for review purpose with internal team and customer. Could anybody recommend me a tool? If no such recommendation on Macbook, Windows based tool is acceptable too.
I tried a couple but the one I liked the most was Pencil, available as standalone application and as a firefox plugin. I searched a time ago, so chances are that you could find something better, but it's worthy to give it a try.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am dealing with a mobile application where it should perform a translation of words which works offline-(not online using any api -bing/google). how can I perform any translation of words (like german--->english)in android. just like WORDLENS/any offline translator works.
are there any databases available to translate from german to english.
I think this will be hard to find. There are paid versions: http://www.language-databases.com/database-english.html which will cost you quite a bit of money for a license. You could try to write a script that uses a german word list to get translations from various online sources. It might take you a couple of weeks, but it will be less expensive. (Not sure what the legal ramifications are.)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Are there any ready-made mobile HTML5/CSS3 templates available on the net (for webapps). I don't want to have a native look nor want a native look with webapps. But I want kewl eye-catching designs with a lot of colors. As I'm a developer I'm a super noob at designing. Let me know if you guys use any resources.
P.S.To be specific I needed it for holding two countdowns (placeholders) & 2 images.
I usually look at DeviantArt for UI ideas,
http://browse.deviantart.com/?qh=§ion=&q=iphone+app+template
From there you could find one you like and code it.
Also look at this link for a backbone template,
http://html5boilerplate.com/mobile
A simple google search would have led you here...
Web Application Templates