Game develop on android [closed] - android

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.

Related

Build android apps with Kotlin in termux [closed]

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 2 years ago.
Improve this question
I am currently trying to build an android app but I rarely have access to a pc. Instead I do have an android phone which Is powerful enough and I use termux in it. I just want to know if there is any way I could build an android app in it. Even if it is by installing a Linux distro on it like Ubuntu etc. Thanks
https://developer.android.com/studio/install - you can download android studio for ubuntu, so would properly work on your phone as well
You can use jvdroid app available in the play store, which can compile kotlin on an android phone.
Here is a link to it: https://play.google.com/store/apps/details?id=ru.iiec.jvdroid

is there any automated testing tool to test an android apk? [closed]

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 told to make an automation testing using android apk only. I tried to use robotium but it requires me to use eclipse. I am currently using android studio. If there is any can you include a link to its tutorial? Thank you.
You can also use Appium. It is a test automation tool for native mobile app testing. It drives iOS and Android apps using the WebDriver protocol.
Documentation Link

Themes for Android and iOS development [closed]

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

Can you compile Python for Android code? [closed]

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
Is there any way to compile Python code for making Android apps or are all Android apps coded natively in Java?
Not actually a Python compiler, but Python for Android allows you to create APKs with Python code.
About “are all Android apps coded natively in Java”: no. Android also support applications written in C, with the Native Development Kit

Looking for Android design tool on Macbook [closed]

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.

Categories

Resources