Hi guys, I start this thread for centralizing the best Android Management Tools:
1) Moborobo
2) QtADB
3) 91 mobile assistant for Android
Who know other tools like this is free to make them public.
Related
what i need to make app or game for x8
In theory ...
- Android SDK (or Android NDK if you want/need to code native ARM code)
- Oracle Java JDK
- Eclipse
(everything else I failed to consider)
Apart from that ...
- Good knowledge about how to code in Java
- At least one real Android device to test your app/game on (just because it runs in the SDK Emulator does not mean it works as smooth on a real device)
I guess it would be a good idea to look around in the Android Development and Hacking section to ask questions / get the idea.
can anyone suggest me the requirement from devloping and app and also which program in good for devlopment thanks in advance
This is a starter..... also, Google is your friend, as always.
--> http://developer.android.com/tools/studio/index.html
Andoridstudio tutorials
follow the tutorials for android studio:
1) raywenderlich.com/78574/android-tutorial-for-beginners-part-1
2) code.tutsplus.com/tutorials/getting-started-with-android-studio--mobile-22958
Don't wait for any more . just start it .. !!!
Android Studio is an integrated development environment (IDE) for developing on the Android platform. If you would like to learn creating apps using Android studio then you can get the help from online experts where they include source code + videos which would surely help you out.
When I started learning Android studio, I took the help from Learnsauce where,
Learnsauce = Expert tutorials + source code
pranavraut033 said:
can anyone suggest me the requirement from devloping and app and also which program in good for devlopment thanks in advance
Click to expand...
Click to collapse
Try out AppMySite's mobile app builder, which can turn your website into app without coding. Build both Android & iOS apps for various industries and online stores.
Hi,
I want to speed up android studio and reduce the RAM usage of android studio.
I did a research about it, but nothing helped me so far.
Can you please help me?
P.S I'm new to this forum, so if I didn't post at the right forum, so please move this topic to the right forum.
Thanks!
+ Use 32bit JVM, JDK.
+ Remove '-server' in studio.exe.vmoptions to use client mode instead server mode.
+ Upgrade your hardware (8GB RAM is highly recommended)
i had a big trouble but i given up http://forum.xda-developers.com/g2-mini/general/challenge-please-help-t3170414
i discover that i run any app i create a "hello world" in android studio and surprise it run in my phone stucked in safe mode trough but i need help to open whatsapp in android studio
please can share the project with me?
Please I need help on how to develop an android app
Android Studio is usually the place to start. It's an IDE for building apps.
Download Android Studio & App Tools - Android Developers
Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Download Android Studio today.
developer.android.com
It is possible to build apps just using just the command line.
Use the link above and scroll down to Command line tools only.