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
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 new to game developing and really confused because there are a few engines for Android and ios.
I wanna make a 3D Android (and maybe ios) game and wanna know what the best engine is.
I'm using unity but I think unreal is good too
In my opinion Unity is the better option for mobile development as it's not quite so heavy on the device, plus there is a lot more documentation readily available for Unity. I have been using Unity for a few years and have never had a problem with it so far.
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
My computer stopped working recently. Is it still possible for me to develop games directly from my android device?
I have already tried playir, but decided I ideally want something more advanced than a drag-and-drop tool.
Actually, there is an app that allows you to write and compile native Android apps using Java and C/C++, just as you would within Android Studio or Eclipse on a PC.
The app is called AIDE: https://play.google.com/store/apps/details?id=com.aide.ui&hl=en
There is nothing more advanced than writing actual code.
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 searching for a tool/software for black box testing of android apps. I researched for some of them-Robotium, Calabash. But these tools require access to the source codes.
Also the tool should be free and opensource for use.
The Android SDK itself offers:
the Test Monkey
monkeyrunner
UIAutomator
You can also use Calabash-Android. It does not need access to source code and you can use it with a signed .apk file. You would only need to know the id of the UI elements if you want to manipulate them.