[Q] Any Tool to Create Android apps without coding - Android Q&A, Help & Troubleshooting

Say, I have one website and I wish to built application which streams all website in the application. Do you know any of free android application building tool to create the same?

Related

[Q] Which way to develop?

Hello!
I'm starting develop apps for Android..
But before this I want an advice from the XDA Developers..
I've seen that there are basically three ways to develop an app for Android:
Native Android Code
Titanium Appcelerator
PhoneGap
In which way you develop and why? Pros and cons of each?
Thanks in advance
I'm not sure about your question.
I am android developer but I don't use that three ways.
I use android-sdk (developer.android.com/sdk/index.html) base on java + eclipse.
That three ways you've seen can use to support an application.
-Native code : use c or c++ language ,compile on linux and to be called by android appliction(for more detail : search "android-ndk")
-Titanium Appcelerator & PhoneGap : they use PHP,Html,... language to covert to android application (good for web developer who doesn't have java skill)
but you can use only android-sdk to develop all apps without this three ways.
rattisuk said:
I'm not sure about your question.
I am android developer but I don't use that three ways.
I use android-sdk (developer.android.com/sdk/index.html) base on java + eclipse.
That three ways you've seen can use to support an application.
-Native code : use c or c++ language ,compile on linux and to be called by android appliction(for more detail : search "android-ndk")
-Titanium Appcelerator & PhoneGap : they use PHP,Html,... language to covert to android application (good for web developer who doesn't have java skill)
but you can use only android-sdk to develop all apps without this three ways.
Click to expand...
Click to collapse
Sorry for "Native Code" I intended "Eclipse+AndroidSDK"..
So my question was if someone is using Titanium or PhoneGap to program instead of using the Android SDK..
This two programs are multi-platform and seems to be a great advantage..but I would like to know if someone is using them or not..
If you want your application to run on platforms other than Android (iOS, RIM BB etc) then PhoneGap is a better option as it supports JavaScript.
If you want to run the app only on Android, then Eclipse + Android SDK is the approach to go.

[Q] help me making an android app.

hello,
I am a student currently studying java programming
i have a java code that implements a program that i made using eclipse, and what i want to know is how to turn it into an android app. ?
the program takes a string input and returns another string using one main methods and many other methods they all process strings.
i have the android sdk and eclipse plugins but i have no idea where to put the code and how to sit the UI.
thanks.
i am sorry if my question is in the wrong place please tell me where should i post my question.
peace
You'll need basic knowledge about Android Development, search for tutorials, there are many of them, like this (I think that tutorial is all you need).
To can compile the code shown, basically you need:
Android SDK and ADT Plugin for Eclipse.
Open SDK Manager, located where you installed Android SDK. Download the packets of the platform which you desire as target (Android 2.2 or 2.3 is recomended, in order to achieve a high compatibility. Remember: Android is retrocompatible).
Now, you can start an Android project from Eclipse and compile that code. The Java methods that you already developed, should works fine on Android, don't worry about that
If you need more help, feel free to send me a MP, or post your question here. I'm not a developer, but I can understand the necessary things to achieve a basic Android app

[Q]

how am I going to build some apps in the android?is there any tools like visual basic or what? help me plz....
-----------------------------------------
[COLOR="Red"[SIZE="5"]]SK17i Mango[/SIZE][/COLOR]
Real ICS 6.0
For the one gazillionth time !! Please use google search!!! There are more than a million guides out there explaining how to use IDE's to develope android apps using ADT plugin! Go to developer.android.com they have a very clearly documented procedure how to learn to develope android apps . As far as I know you can't use visual basic, you should use JDK because android apps are written in pure java api's and converted into dalvik executable using Google's dx tool and the process is automated via Google's ADT plugin in IDE's.
.:.pitchblack5691.:.

[Q] Eclipse Setup and Android Development Workflow

Hi.
I'm a java developer who wants to start to develop and learn cyanongenMod and AOSP. Start by saying that I have a good knowledge of Java and Android development but little knowledge of programming and debugging in C / C ++
I have readed all the documents from AOSP sites and following the guide found on source.android.com.I was able to setup Eclipse for all the Java applications
Pros: I can study the whole Java nature of Android and Cyanogenmod, using eclipse as a "code browser"
Cons; unable to edit the layout.xml (for example) and unable to use the Android feature of an eclipse project
It could be nice for Java developing, but for the others projects and OS parts there isn't a "IDE setup guide". I am a little bit confused about how the general development workflow goes. The build procedures for every device found at CM wiki are great but...after that?
How to develop, modify and debug a single Java Application on a real device?
How to develop, modify and debug a c/c++ driver or patch for a real device?
If I want to work only on a single Java application, I can't import it in Eclipse. If I want to debug on a real device (for example, the photosphere feature in Samsung Galaxy Tab 10.1 does not work), I can't setup a debug environment.
Where I can find a good guide-site-tutorial ?
I use this link whenever I get a new computer etc. This not only explains what to do but has all the download links and more. Good luck!
http://www.makeuseof.com/tag/write-google-android-application/
Sent from my Nexus 4 using xda premium
mellowdev said:
I use this link whenever I get a new computer etc. This not only explains what to do but has all the download links and more. Good luck!
Click to expand...
Click to collapse
My question is not about developing android application, but about developing android operating system. I find a lot of articles on makeuseof.org about installing cyanogenmod, for example. But no articles about developing cyanogenmod
sarbyn said:
My question is not about developing android application, but about developing android operating system. I find a lot of articles on makeuseof.org about installing cyanogenmod, for example. But no articles about developing cyanogenmod
Click to expand...
Click to collapse
Sorry but I think that is impossible that no CyanogenMod dev reads XDA forum.
If a noob want to find guide and tutorial and start develop for AOSP o CyanogenMod, where he can ask for help?
Ask from a dev in free xperia project. They develop cyanogenmod

Should i migrate to android studio?

I have been trying to create apps and games for android.
I started by learning the basics using eclipse.
But instead downloading the bundled android studio package i downloaded the stand alone sdk tools from their website
Now many are saying that i should migrate to android studio,
So now should i download the bundled package from that link?(around 800 mb recommended in that link)
or the android studio ide only(around 200mb) in that link?
Can you please tell me which one should i download?
I would download the whole android studio package just incase you need the extra tools and as it contains everything needed out of the box and is very simple to use, also there are lots of online tutorials on how to use it, and google has designed it especially and be great for everyone: beginners and experts. (It also has a simple and material like designed UI, an added bonus)

Categories

Resources