Android app development - General Questions and Answers

Just had a question how would a complete noob go about learning to develop an android app
So 2 android phones walk into a bar

You will need to learn some java.
But there are plenty of very good guides online on how to get stsrted with setting upp all the software you will need and building your first hello world app
Sent from my GT-N7000 using xda premium

tingtingin said:
Just had a question how would a complete noob go about learning to develop an android app
So 2 android phones walk into a bar
Click to expand...
Click to collapse
I would recommend going onto youtube to get a head start, then read the android documentation

Related

(Q) App Development Learning

Where could I learn to develop android apps? I have some android experience, but I want to go further and develop apps. I'm currently in highschool, so you can guess my experience. Any books or websites that could help?
Sent from my DROID2 using XDA App
Hackaday.com has a how-to series for android programming, check it out ^_^.

[Q] New Young App Developer Needing Help

Hello XDA, [I Posted this in Android Development...no response]
I have just finished my first year of high school, and have spent 2 years around Windows Mobile and Android.
I want to start developing in different parts of Android, Applications being the top priority.
I have found and got many guides such as Sam's Teach Yourself for helping me build applications.
I know I can't start off building advanced apps. But the place I need help is where should I start, and what things I should learn such as Java, Adobe Air being a few.
If you guys can please maybe make a list I should follow or something...This would be greatly appreciated,
PLEASE GIVE ME AS MUCH ADVICE AS YOU CAN THANK YOU
Thanks A lot
This thread can be closed
Sent from my SEX10 using XDA App
I would start with Linux, since that is the basis for all android apps.
Thanks a lot for your reply....I will look into that
FearedSkills said:
I would start with Linux, since that is the basis for all android apps.
Click to expand...
Click to collapse
Sent from my SEX10 using XDA App
You should start learning JAVA!
Yup! That's what I'm about to start learning soon.
Thanks for your post.
rhaige said:
You should start learning JAVA!
Click to expand...
Click to collapse
Sent from my SEX10 using XDA App

[Q] How to build an Android App ?

Is it possible to build my own android app (even if I am a noob with no real knowledge of programming)?
I know of "App Inventor for Android", but it barely has any options from what I see
):
I basically want to build an Alarm Clock for myself
(and maybe other will like it too)
THANKS
benyben123 said:
Is it possible to build my own android app (even if I am a noob with no real knowledge of programming)?
I know of "App Inventor for Android", but it barely has any options from what I see
):
I basically want to build an Alarm Clock for myself
(and maybe other will like it too)
THANKS
Click to expand...
Click to collapse
To make an Android app, you should learn java. Then look at the documentation for developers on the official Android website. If you do not know how to code, then you will end up with some premade app, that gives you little customization as to what it is. I do not know how to code but when I have the time, I will learn.
Sent from my LG-P999 using XDA App
Where does one learn how to code? Is that something people learn in Computer Scenic degrees?
just wondering...
Use this video to learn.! Its much easier and from a reputable source.! Its an hour long though. They explain very well, I thing they also have a rom development vid also.! Subscribe to them.
http://m.youtube.com/#/watch?deskto...e.com/watch?v=lESZqCflB0o&v=lESZqCflB0o&gl=US
Sent from my PG86100 using XDA App
ognimnella said:
Use this video to learn.! Its much easier and from a reputable source.! Its an hour long though. They explain very well, I thing they also have a rom development vid also.!
http://m.youtube.com/#/watch?deskto...e.com/watch?v=lESZqCflB0o&v=lESZqCflB0o&gl=US
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
Thank you!!! the Link is broken though
The code is written in java. Learning java (plenty of books and websites out there to learn the basics) is step one. Downloading the android SDK and Eclipse or Netbeans IDE is step two. That's it. Once you learn the basics of java you'll know what to do with the sdk and the ide, both have detailed instructions in the programs help section to help, as the "hello world" script is their beginners walkthrough example. Also, there are some good video tutorials on you tube that walk you through the entire process from getting the SDK to posting your app on the android market. As is the case with most questions, google is your friend, and you tube is his brother.
Sent from my myTouch_4G_Slide using xda premium
benyben123 said:
Thank you!!! the Link is broken though
Click to expand...
Click to collapse
Hey (The new Youtube is very convenient, this new link is a link to a bunch of videos) I am currently studying these videos and find them EXTREMELY helpful, this is a more visual approach, because like most, reading words for 3 hours doesnt work, and apologies for the previous link, I sent it from my phone!
Check out these vids by MarakanaTechTV HERE
Thanks so much !
No probs man.!
Sent from my PG86100 using XDA App

Game Concept

Hi everyone! I have a question: does anybody have an idea for an easy game that i could make?
Sent from my MT11i using xda premium
Depends. How much do you already know?
Make a simple pong game for two players using multitouch?
Yes, but how? I'm a noob
Sent from my MT11i using xda premium
And when i tried installing eclipse, there was an error. So plz help.
Sent from my MT11i using xda premium
TheEnz53 said:
And when i tried installing eclipse, there was an error. So plz help.
Sent from my MT11i using xda premium
Click to expand...
Click to collapse
Well it would be better if you could give more specific info about what error you get where exactly you are getting stuck while installing it.
Here's a link to a tutorial to set up eclipse.
www.vogella.com/articles/Eclipse/article.html
This is probably the wrong forum for this kind of a question. Not to mention that threads here just get lost really quick. You might want to try the Q&A forum next time.
I am guessing you might not be knowing much about programming either. So instead of trying to make a game at this point focus on learning to program. Search for Java tutorials on youtube and google
The errors gone and i have my first app. So plz help with a game app.
Sent from my MT11i using xda premium
Here is a simple open source game - https://code.google.com/p/newtonscradle/
Really, your approach is just wrong.
Nobody can help you if you don't know any basic of java programming (at least).
First of all you have to read java and android documentation, then open some tutorials in eclipse and play with them, then start with simple apps and progressively make it more difficult. At the end you'll be ready for a great game.
There's no short way unless you want cut and copy stuff and don't care about learning something.
xdaid said:
Really, your approach is just wrong.
Nobody can help you if you don't know any basic of java programming (at least).
First of all you have to read java and android documentation, then open some tutorials in eclipse and play with them, then start with simple apps and progressively make it more difficult. At the end you'll be ready for a great game.
There's no short way unless you want cut and copy stuff and don't care about learning something.
Click to expand...
Click to collapse
+1
Theres more to a simple game than to a simple app. Start by buying a book on Java if you really want to get serious about it.
If you just open up that open source project linked above or maybe any example game in the SDK you'll see how complex a simple game can really be for someone who is new to programming.
Make a text based Mafia game, I don't think there are any of those yet.
I don't want to upset you but if you jump straight to the android without a basic knowledge of object oriented programming the learning curve can be quite steep.
As said above, the best thing to do would be to get your hands dirty with basic java coding first.
I read this before jumping to the Android world: Introduction to Java Programming by Daniel Liang A much recommended and well-written reading.
I know java basics
Sent from my MT11i using xda premium
The_R said:
+1
Theres more to a simple game than to a simple app. Start by buying a book on Java if you really want to get serious about it.
If you just open up that open source project linked above or maybe any example game in the SDK you'll see how complex a simple game can really be for someone who is new to programming.
Click to expand...
Click to collapse
I have a Java and android dev. book
Sent from my MT11i using xda premium

Need help programming

Hi I'm using eclipse and the app called Terminal IDE and I need a push towards some android apps source code I can ply with to help learn more complicated code. Please help. Also any good places to go to learn more about java would be nice. I'm not even out of highschool yet and want to get a jump before college starts. I learn very fast if not presented with material to high. Currently I understand how and what stuff does in building the hello world app
Sent from my One V using xda app-developers app

Categories

Resources