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 1 year ago.
Improve this question
I have to do a POC on Performance Testing for a Native Mobile Application. Need some help on how to go ahead. Many tools in the market work on a browser based on the Mobile. What if, I have developed an app (eg: like Facebook app on Android phone) and want to test load/Volume/Stress. A heads up would be that we have developed an .apk file and installed it on the mobile device. The App is up.
UI Test/Performance/Stress (app crawlers / monkey testing)
Android Monkey http://developer.android.com/tools/help/monkey.html
Monkop http://monkop.com/
Others: AppThwack, Testdroid, GameBench
Load/Volume (api oriented)
Blazemeter
Apica
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 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
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
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 have some experience in Python and know that Kivy is a good platform to create python android apps. Though as side hobby, I am learning c#/unity for indie game development, I know unity is good for developing android game, but let's say I want to build a weather app on android, does unity have the capability to allow developers to do so?
Yes, Unity has the capability to create non-game applications for Android (and iOS). However, I would highly discourage it. Using Unity for non-game development is like building a house out of sheet metal. While it can be done, it's not the right tool for the job and anyone who sees it can tell.
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 was wondering if there are any tools to create mobile apps that's off WordPress /shopify so that customers can use the app to purchase goods. Does WordPress or shopify provide this service? I know that WordPress has an app. But uses need to navigate to the blog. What I need is a standalone mobile application. Thanks. If there isn't, are there any alternatives?
If I understand correctly, you want to create a standalone native app that lets your customers shop.
Check out Apptuse.com, they support Shopify +5 other platforms and seem to do exactly what you are looking for.
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.