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 11 months ago.
Improve this question
I have been self teaching android development with kotlin for the last year. When looking through job postings I am seeing that many jobs ask for a degree, or a bootcamp. I see that there are many bootcamps when searching them, but after researching them, many seem to be scams based on reviews. Are there any that are typically viewed as more reputable than others? Any advice would be appreciated.
Having just recently graduated from them, I would suggest trying Udacity (https://www.udacity.com/)
Apart from the paid courses they have also many free ones.
To me what makes them stand out is the "Ask a mentor" section. They are fast in replying and very competent.
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 5 years ago.
Improve this question
I'm looking to get into Android development (Xamarin) and to build some simple apps first.
What I have in mind is something trivia-like, with a hosted database (can't find any free & reliable public APIs).
Do you know of any free downloadable databases on the topics of:
- trivia
- humour
- entertainment
http://www.usabledatabases.com/ seemed promising, but it's not free (or I couldn't find any free DBs, as they don't have a price filter).
I believe you'll find datasets that suit your needs here : https://www.kaggle.com/datasets?sortBy=relevance&group=featured&search=humor
Not related : I consider pretty interesting to stumble across a dataset containing all the transcripts of the presidential debates by typing the keyword "humor" on this website.
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
Is there any plugin or tool which is capable of measuring how many hours do I work on a project?
Or is there any way to check how many hours do I work on specific things?
I'm going to do some freelancing stuff and it will be paid in the number of working hours.
Thank you!
Here is a great tool: https://plugins.jetbrains.com/plugin/7425-wakatime
Not only tracks the time but also gives some extra info too.
I'm using this plugin
A Time tracking plugin which automatically tracks the time spent on each project.
https://plugins.jetbrains.com/plugin/47-time-tracker-plugin
plugin for IntelliJ IDEs to track and record user activity.
https://github.com/dkandalov/activity-tracker
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 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.