android studio course - Android Q&A, Help & Troubleshooting

any one know a good course for android development with android studio... I am beginner and dont know any thing about java

Related

[Q] Learning to Develop the android OS VS Dev for apps?

What's the difference in Android OS development and Android App development? I want to learn the OS so I don't screw up either of my devices, again. Not so interested in developing apps, yet.
Not really sure what exactly you are asking. Android OS is linux based and I do believe most apps are Java based.

[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

Android Studio and Eclipse..can survrvive together??

Hello, my name is Luca from Itali.
After 3 year I returned to develop on Android and now I have to decide which environment to use.
I'm excited to use Android Studio, but the problem is that I learn on the Commonsware book, where all examples are implemented with Eclipse.
Someone is working on Android Studio?
Do you know if is possible too run Eclipse and Android Studio at the same time (problem with abd, etc?)
Thanks, luca!
lunard75 said:
Hello, my name is Luca from Itali.
After 3 year I returned to develop on Android and now I have to decide which environment to use.
I'm excited to use Android Studio, but the problem is that I learn on the Commonsware book, where all examples are implemented with Eclipse.
Someone is working on Android Studio?
Do you know if is possible too run Eclipse and Android Studio at the same time (problem with abd, etc?)
Thanks, luca!
Click to expand...
Click to collapse
You can totally run eclipse and Android Studio together. I do.
BTW it's ADB (not abd), and that has no issues with either eclipse or Android Studio.
As an aside, how is it to learn from CommonsWare book?

How to learn Android Development?

How to learn Android Development?
I want to be an android developer, Which is the best way to learn Android Development and how long would it take?
You can download Eclipse and the Android SDK at the same time and all set up, using the ADT bundle thing on the homepage. You can also do this separately as well. All instructions are on the Android SDK pages. Android is a Java framework, a collection of libraries that are made in Java that the Android devices are capable of. So you use the Android SDK to program Java for Androids, if that makes sense. Java is still Java and you will have to learn it. You can jump into Android development and learn Java that way, but it might be a hindrance.
Java fundamentals
You can start by learning the Java fundamentals
This is where I started:
https://thenewcircle.com/bookshelf/java_fundamentals_tutorial/index.html
Good luck :good:

[Q] Deveoping Android Apps Under Windows?

Hello,
What is the best/most popular IDE for developing Android Java apps under Windows?
Thanks,
Larry
Eclipse :thumbup:
and Android studio
Android Studio. It already officially replaced Eclipse, so you should use it, and not Eclipse.

Categories

Resources