Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm often away from home but I'd really like to use this time to develop an android application. Is there a possibility to do this in the browser? I heard of Orion, but if I understood it right it is just for normal php websites and stuff.
So is there an android ide for the browser (online) ?
It would be very nice if you could help me :)
Thank you!
As you want to write an Android app, I guess you have a device running that operating system.
There is an Android app that allows you to develop native apps directly on the device, in a surprisingly powerful IDE. The app is called AIDE and is available on Google Play: https://play.google.com/store/apps/details?id=com.aide.ui&hl=de
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am newcomer to android development. I was using android mobile for more than 2 years i am very impressed with the way that Apps work and Look and also its very helpful.
I am planning to develop a App for Android have an Idea to develop.
Can you please provide the best Guidance to start with the development ?
First you need to download the SDK from google and fire up your IDE.
Then I would recommend going to the Android Development Getting Started and the Build your First App tutorials from Google to get a start on developing apps for Android.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need to practice android and check if my codes are correct or not. Is there any site like w3 School which provides an online environment to practice android?
There are no such online android tools till now. however there are lot of online tutorials available. You can practice with your PC or MAC or Linux system. There are several IDEs that supports developing android applications. My opinion is Eclipse. Which provides full support for android.
You can Download Eclipse from here and Android plugin for Eclipse from here.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
So I just downloaded the Android SDK App Development Software and would like to know where to start. I have NO experience in programing in anything but Delphi7. I dont mind if you just give me a website.
Thank you!
This question is gonna earn you a lot of negative votes. There are tons of stuff for starters just use google and this forum.
You need to have a basic knowledge of java. for android i would recommend the new boston series on youtube, for book 'Android 4 application development` and for online reference developers.android.com.
Go through training on android web site:
http://developer.android.com/training/basics/firstapp/index.html
First IDE of choise should be Eclipse.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have just thought about an idea that is similar to snapchat and would like to know what I should do next. I am a non-tech individual and thus would like your help in advising me how one would begin creating an application similar to snapchat? What expertise do I look into for hiring a developer? Ruby on Rails? HTML5? Python? Thanks.
Ruby on Rails for mobile application? HTML5 can be an option for multiple platforms so that you dont need develop for android, IOS and Microsoft Mobile. Otherwise, you need someone who can code Android, IOS or C#.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm developing an application in Objective-C. Is there a way to translate Objective-C based source code into an Android based source code without developing an Android app from scratch?
I don't think so, usually people look at things like monotouch and phone gap before development time.
jumping languages and platforms like that would be very very tricky.
This might help: https://code.google.com/p/objc2j/
Converting the code perfectly would be near impossible, but this does exist.
Keep in mind though that Android is very different from iOS, and porting an app like this will almost definitely not work out for you.
It would be much more worthwhile to write it from scratch on Android if you are serious about having a market on the platform.