Need to learn the android development... From basics.... - XDA-University

Hi,
First of all thank you so much for starting a forum for learning the Android Development.
I am very much interested in learning android, and i have gone through the official android developers site, and downloaded the SDK.
But i am stuck there, coz i am very new to the Linux/Unix part. I would like to learn more about that, but i do not want to learn programming unless it's necessary. I know it will take a long long time to learn that. So can anyone help me with the app development or fixing/understanding ROM/Kernels.
Sorry if i am being too much jumpy in the starting itself, It's because i do not know where/how to start.
Thanks,
Les

lesfauves said:
Hi,
First of all thank you so much for starting a forum for learning the Android Development.
I am very much interested in learning android, and i have gone through the official android developers site, and downloaded the SDK.
But i am stuck there, coz i am very new to the Linux/Unix part. I would like to learn more about that, but i do not want to learn programming unless it's necessary. I know it will take a long long time to learn that. So can anyone help me with the app development or fixing/understanding ROM/Kernels.
Sorry if i am being too much jumpy in the starting itself, It's because i do not know where/how to start.
Thanks,
Les
Click to expand...
Click to collapse
Unfortunately without learning programming, you will find it difficult to do any app development and kernel understanding or fixing.
Programming is key to both of these. So although you don't want to, have a look at some of the resources out there on how to learn to program.
Apps are written in java, kernel code is mostly C.
Maybe this helps? I think failing to start by learning to program will just leave you disappointed.

If it's okay, I'd like to suggest something.
@lesfauves
For kernel development, you really need to learn C, C+, C++ etc. C is the most important language here. However if you're gonna build vanilla kernels (with no modifications whatsoever), a simple guide should do it. Modifying source code requires knowledge of C (and maybe some other languages) as pulser_g2 has said.
For app development, you need to know the basics of Java. It's a must. Otherwise you'll end up getting nowhere.
For ROMs, you need to have a good understanding of both Java and C (and some other languages).
You can learn these online. I'm learning C myself. It's really easy.
Hope I helped.
sgt. meow

I too want to learn android development, just dont know where to start. Been waiting for xda university to open up for this very purpose. now I went through the site and still have a couple questions. I see that learning C is fundamental, where would you guys suggest would be the best place to learn? i was hoping for something like codeacademy, they dont have C though. Also, which distribution of linux would you guys suggest to install?

If you just want to dive in, and have fun creating small Android apps, learning Android concepts as you go, I highly recommend MIT App Inventor (AI): http://appinventor.mit.edu/ . It used to be Google AI but Google wanted to focus on other things.
I have decades of experience in Unix & Linux low level mostly C software development, but was new to Android & Java in Feb. 2011. App Inventor was a great intro to Android concepts, but it seems almost impossible to make commercial quality apps of any size with it.
So after a few months I dove into Java with the Android SDK & the concepts I learned with AI transferred well.
If you want to run Linux on your PC, which is a great way to learn Linux in general, Ubuntu remains quite popular, but a lot of us techy types have moved to Mint. I'm still on Ubuntu but will likely try Mint at some point.
The original and seminal book on C language is this: http://en.wikipedia.org/wiki/The_C_Programming_Language . It was a great intro for me back in the 1980's. But many C++ people will tell you learning C first may mess you up for C++. I never really caught on to C++ and don't care now as Java is IMO better.
This is the seminal book for C++: http://en.wikipedia.org/wiki/The_C++_Programming_Language
In general I think C is better for kernel and low level Android NDK stuff; C is the language of the kernel. For higher level Java of course, using Eclipse as an IDE since it still is the most widely used IDE I think.

Any good sites or tutorials for learning Linux????????????/

l0lh4rd said:
Any good sites or tutorials for learning Linux????????????/
Click to expand...
Click to collapse
http://www.ee.surrey.ac.uk/Teaching/Unix/

sgt. meow said:
If it's okay, I'd like to suggest something.
@lesfauves
For kernel development, you really need to learn C, C+, C++ etc. C is the most important language here. However if you're gonna build vanilla kernels (with no modifications whatsoever), a simple guide should do it. Modifying source code requires knowledge of C (and maybe some other languages) as pulser_g2 has said.
For app development, you need to know the basics of Java. It's a must. Otherwise you'll end up getting nowhere.
For ROMs, you need to have a good understanding of both Java and C (and some other languages).
You can learn these online. I'm learning C myself. It's really easy.
Hope I helped.
sgt. meow
Click to expand...
Click to collapse
I wanted to to help my phone community and my self of course...from where you can learn c online??i know my way with pc i make some roms from my community but i need to start learning to compile from source!!! share your links if you can thanks!!

Lynda.com
pikachukaki said:
I wanted to to help my phone community and my self of course...from where you can learn c online??i know my way with pc i make some roms from my community but i need to start learning to compile from source!!! share your links if you can thanks!!
Click to expand...
Click to collapse
A great site that I use to learn with for web design and development is Lynda.com which has a good amount of C tutorials and learning. It isn't free but a subscription is worth the site. There is a huge amount of information, tutorials, and learning that can be done there.

Go look at my post in this forum section.! May help you
Sent from my PG86100 using xda app-developers app

Thats great but remember that i study pc hardware and i dont have none of programming knowlage at all!!!i once try to learn basic but i get bored cause i dont needed then

pikachukaki said:
Thats great but remember that i study pc hardware and i dont have none of programming knowlage at all!!!i once try to learn basic but i get bored cause i dont needed then
Click to expand...
Click to collapse
Aaaaaah gotcha
Sent from my PG86100 using xda app-developers app

Search for newboston.org in Google it has tutorial + forums for every language + android app development too must see website for me! Enjoy development
Sent from my GT-S5360 using xda premium

Ok lets say i want to learn how to make a device tree for my device cause noone make it...then compile aosp or cm and make it a usable rom for a device...to go to a bookstore to buy a book in my language to remove the possibility of wrong learning...what book to buy??java, c , c++??

This is a great idea, and as i have just started learning C at university (And Java next year woo!) i will be visiting this alot for reference and tutorials. I still find C hard to get grips with but i do have a basic understanding of it. I also like messing around with kernel's and stuff on android and really want to make my own ROM or kernel soon!
So thanks XDA and everyone involved in this !

pikachukaki said:
Ok lets say i want to learn how to make a device tree for my device cause noone make it...then compile aosp or cm and make it a usable rom for a device...to go to a bookstore to buy a book in my language to remove the possibility of wrong learning...what book to buy??java, c , c++??
Click to expand...
Click to collapse
If you want to learn how to make a device tree check outthis guide, then when your ready to try compiling AOSP and Cyanogenmod check out this guide. If you want to learn to compile ROM's and then I would recommend a book on Linux and C for programming kernels such as C All-in-One Desk Reference. On the other hand if you want to program applications a good Java book is important and I would recommend Head First Java. Hope this clears things up, let me know if you still have questions.

shimp208 said:
If you want to learn how to make a device tree check outthis guide, then when your ready to try compiling AOSP and Cyanogenmod check out this guide. If you want to learn to compile ROM's and then I would recommend a book on Linux and C for programming kernels such as C All-in-One Desk Reference. On the other hand if you want to program applications a good Java book is important and I would recommend Head First Java. Hope this clears things up, let me know if you still have questions.
Click to expand...
Click to collapse
My point is basically to learn how to create the device tree and then compile any rom i can and hope that i can use fixes from others and hints from others...im not really interesting of making an application!!

can read my guide here

mithun46 said:
can read my guide here
Click to expand...
Click to collapse
Please stop spamming your link across each thread. And tone down the MASSIVE text in the thread - it just looks unprofessional.

so, where do I start? C or C++?
Sent from my R800i

Related

I Want To learn

I want to learn how to develop...I mean of course it wont be an over the night thing, but i still have 70 years to spare.
I want to contribute to the community, and isn't that what linux is all about?
My first question, Can i develop android in ubuntu? or does it HAVE to be eclipse?
I wouldn't mind downloading both anyways since i want to learn how to use ubuntu anyways.
yeah..so i guess all im asking is for someone to set me in the right direction?
Also android is written in java too right?
hoshmosh said:
I want to learn how to develop...I mean of course it wont be an over the night thing, but i still have 70 years to spare.
I want to contribute to the community, and isn't that what linux is all about?
My first question, Can i develop android in ubuntu? or does it HAVE to be eclipse?
I wouldn't mind downloading both anyways since i want to learn how to use ubuntu anyways.
yeah..so i guess all im asking is for someone to set me in the right direction?
Also android is written in java too right?
Click to expand...
Click to collapse
Eclipse is a program that runs under ubuntu/windows/mac. It's only needed for development if you're going to be doing app modifications, etc, it completely depends what kind of development you want to do.
Kernel/Source editing can be done in notepad if you want but you're still gonna need to know some java.
Interested in learning as well
I'm also interested in learning to develop apps for android and apparently we're in the same boat and level (beginner) - Currently I have 22 apps and 10 live wallpapers I'd like to develop but I'm still doing the reading and software acquisitions necessary to start so PLEASE drop me a line on anything you figure out or learn and where you acquired the info/tutorial - who knows maybe we can get this software company going lol (big dreams here)
The guys on here seem to be light years ahead of us but I've got hella time to devote to learning, testing and development so I'm ready to go
Meltus said:
Eclipse is a program that runs under ubuntu/windows/mac. It's only needed for development if you're going to be doing app modifications, etc, it completely depends what kind of development you want to do.
Kernel/Source editing can be done in notepad if you want but you're still gonna need to know some java.
Click to expand...
Click to collapse
JAVA knowledge is a MUST for development.
Also based on my own experience Eclipse does not work well under Windows.
I've tried to modify the Launcher app from Cyanogen's source to have 7 screens in stead of 5 and it failed each time. I edited it in Ubuntu and it worked the first time. Just need to have Java 5 installed (not sure if there was a fix for Java 6 discovered yet). Eclipse works very well in Windows if you just plan on editing .9.png files but that's more theming than development. So bottom line Ubuntu is highly advisable.
I guess you could always start somewhere by reading some of this.

The Community

I made this thread to help eachother in the nearby future for developing and some projects.
It is allways better to ask help than reinvent the wheel aint it?
p.s. please use the poll as well
What i would like to see is what people their skills are (coding,exploiting,jtaggin, etc.etc.) and offcourse if you do own an IS or not.
Dev's:
- Bin4ry [p,n]
- Hawkysoft [p,h,v,y]
- knightrocker [p,v,y]
- l0st.prophet [p,h,v,y]
- timbo007up [p,v,y]
- qvert [p,h,y]
IRC
- #IncS on irc.freenode.net [Client] [Webchat]
to talk about stuff for the IncS
Index
p = programming/software development (android based)
h = hardware/electronics
v = visual (themes etc.)
y = you own an Incredible S
n = you do not own a Incredible S
note[if you are a DEV and you are not willing to help and/or participate in any future project please do not post your name here]
programming (know some languages, still learning android stuff since this is my second android phone)
hardware (know some stuff about electronics)
and photoshop
Programming, Mostly web development in PHP etc., currently looking into android and iphone app development (java/objective C), little shell scripting but nothing spectacular, understanding code.
Hardware, pretty much nothing
Visual: can translate the design to a working concept, but cannot create the design.
System wise: Linux, windows, OSX use it all and know the systems pretty good. The booting process, why things dont work and how to debug/fix it. But writing the code itself is a different aspect.
Edit: yes i own one, so my tags are: p, v, y
I am a .NET programmer and web designer in my full time job, and I am in the proccess of learning java for android app development (might try mono). I have built custom themes and kernels for android devices before, and will hopefully continue to do so for the IS. I will also throw my hand in at ROM development, but that might be a slow process . I'm fairly handy with hardware, although I have yet to dismantle an IS.
programming php
know some basic unix command (network degree)
photoshop
working as web developer
1st android phone.
@vontdeux, dont get me wrong mate but we are searchin for a team of devs that are allready a lil bit known with the device, please dont get this as an offending reply towards you...
I really had to think about how i could say this to you.. but yeah straight to the point seems the only and nicest way imho...
Hope to see you soon join anyhow when u learned some
well, to be fair. you asked this
...to help eachother in the nearby future for developing and some projects.
It is allways better to ask help than reinvent the wheel aint it?
Click to expand...
Click to collapse
What i would like to see is what people their skills are (coding,exploiting,jtaggin, etc.etc.) and offcourse if you do own an IS or not.
Click to expand...
Click to collapse
and you didn't ask for someone with experience with the device or not
you just ask, who has programming expericence and who has the device...
or...I might misunderstood your sentence up there
@vontdeux, sorry if i made it confusing for you bro, but i ment programming/developin (android based)
this is an android based phone, so in my opinion it whas just clear logical sense... sorry if it wasnt for you.. i will edit it...
currently learning
but 1st 2.3.3 rom working and modified a little bit
so i guess
p,h,y
I have some experience in porting roms from various devices ... Usually from the htc dream to the htc diamond ... Its pretty much the same here ... This is my first native android ... I can also do a bit of theming as well ...
So i guess thats programming, visuals, and yes i own the phone
Sent from my HTC Incredible S using XDA App
My only skill : own an IS.... Maybe i should cancel my xda account .....
My Hobby : test every detail function of a new rom including the ones i will never use. I can't sleep before i finally find a bug.
Own an Inc S,
Quick learner, basic knowledge of scripting / coding,
Can understand what a code does if I read it,
Hobbying in: Offensive security - 'Ethical' hacking (Penetration Testing).
Don't know much about exploiting Android *yet* (Is it that much different from other linux's?).
Can't wait to learn. Just scared to brick my device xD
Shinugen said:
Own an Inc S,
Quick learner, basic knowledge of scripting / coding,
Can understand what a code does if I read it,
Click to expand...
Click to collapse
Could say the same about me.
I'll also add, that I love testing out new stuff and making devices better than they were coming out of the factory.
I would say that I really like this phone and I will be reading the forum to root it!
Forum is great a lots of usefull information!
plz help my my phone i stuck in boot after an unsuccessful flash and when i go into hboot, and click on recovery and factory reset, it boot back into the htc screen and freezes
Hi ... I have HTC Incredible S with me
this device is amazing
vamsi.veernaki said:
plz help my my phone i stuck in boot after an unsuccessful flash and when i go into hboot, and click on recovery and factory reset, it boot back into the htc screen and freezes
Click to expand...
Click to collapse
Try doing a full wipe and installing the original ROM ..
This phone is really incredible I love it :Q_
im using incredible S......and my version software is 2.30.707.1...just asking can i root my IS and im S-ON
I love incredible s!!

[Q] Software development

To all programmers,
I am a Young fellow interested in getting into software development. However, I don't know where to begin.. There's C++, java, and python all supposedly good languages to learn (c++ being a bit harder). Which one should i choose.. then I need books, sites, any kind of help/suggestions on the chosen language.. Please enlighten me developers! You all do great work for the community and I thank you for your time and input!
if you are looking for Android
you need Android SDK + Jave eclipse those are important to develop for Android
and there is some more softwares here in the XDA
APKTOOL etc
if you wanna edit apk (XML) Hex Editor is your choise
this is what i know
I was thinking of development I am completely new so perhaps that is the best route to go?
Sent from my MB860 using XDA Premium App
yup , 1st you have to know what is AndroidSDK , visit
code.google.com
and you'll get the basics
I started with vb, then c++, python, fortran, cobal, unix, and now java. Java is what Android apps run on. But vb will give you basic skills. c++ will teach you about everything else. My $.02
Thank you all for your posts now for another question! How did you learn? It looks like ill be messing with a little of all of them though it seems I may focus more on Java. Did you learn with a particular website? Prefered books? Thanks again!
Sent from my MB860 using XDA Premium App
School and old programmers. I could not have learned it from reading a book.
I'm a rather persistent guy.. I think I could learn from a book and perhaps ask a few questions on hereshould the need arise. I have a few friends who have some knowledge as well on the subject. I think I can self teach myself I just need to know some of the sources others have used. like java for dummies if that's any good or for that matter a real book..
here
http://www.youtube.com/watch?v=Hl-zzrqQoSE&feature=youtube_gdata_player
Head first Java is a good book for beginners.
If you have no prior experience in programming, I would recommend starting with Visual Basic. The Code Project website is an excellent resource.
And if you are going to start with Visual Basic, then the MSDN website will have tutorials, code examples, etc.
guys he is going to develop for android i (Think) , why the heck he needs visual basic for ? android app only can develop by AndroidSDK and ECLIPSE(JAVA)
visual basic its for pc apps though
k0sh said:
guys he is going to develop for android i (Think) , why the heck he needs visual basic for ? android app only can develop by AndroidSDK and ECLIPSE(JAVA)
visual basic its for pc apps though
Click to expand...
Click to collapse
You start with basic cause it's just that, basic. Teaches you principle concepts. Things that you would already know if doing java. Taking a java class or reading a java book, they think you already know boolean logic. It's just a good base knowledge set to have.
thekdub said:
And if you are going to start with Visual Basic, then the MSDN website will have tutorials, code examples, etc.
Click to expand...
Click to collapse
http://msdn.microsoft.com/en-us/vbasic/ms789056
That's right, forgot about that. Tons of free stuff
so what I'm getting is I should develop on pc first visual basic is a good starter. Interesting, Now I have a few sources on all of them except C++ which though I may not mess with it immediately I may take a peek at it anyways. Glad to know I have same people that know what their talking about helping me out! my friends have limited knowledge.

iOS or Android Development

Which is better and more intrestiong iOS development or Android Development???
In what way?
Both are different forms of coding, however 2 separate languages
MacaronyMax said:
In what way?
Click to expand...
Click to collapse
In having fun
MacaronyMax said:
Both are different forms of coding, however 2 separate languages
Click to expand...
Click to collapse
I know but I develop nothing now so I want to start from the very beggining
This is an Android and Windows Phone forum. There's only a minority of people on here with iPhones or iPads, so I'd imagine a very small number of developers. You're gonna get a VERY biased point of view on here.
What programming have you done before now, and why do you want to program for either platform?
Archer said:
This is an Android and Windows Phone forum. There's only a minority of people on here with iPhones or iPads, so I'd imagine a very small number of developers. You're gonna get a VERY biased point of view on here.
What programming have you done before now, and why do you want to program for either platform?
Click to expand...
Click to collapse
I Didn't try any language until now!!!
Gen1usw0rk said:
In having fun
I know but I develop nothing now so I want to start from the very beggining
Click to expand...
Click to collapse
I guess you could say neither are fun, writing out hundreds of lines of code, It's up to you, I mean, Android is a growing OS, and if you can develop a quality app you have the potential for more users, and IOS also has a large user base, The are no 'thrills' that one has over the other, but if you want to develop for IOS you must be using a Mac with xcode installed, otherwise to develop android you need the SDK and eclipse which is available on most major OS's (Windows, Mac, Linux)
MacaronyMax said:
I guess you could say neither are fun, writing out hundreds of lines of code, It's up to you, I mean, Android is a growing OS, and if you can develop a quality app you have the potential for more users, and IOS also has a large user base, The are no 'thrills' that one has over the other, but if you want to develop for IOS you must be using a Mac with xcode installed, otherwise to develop android you need the SDK and eclipse which is available on most major OS's (Windows, Mac, Linux)
Click to expand...
Click to collapse
OK!! in your experience how can I start developing android from the very beggining????
Gen1usw0rk said:
I Didn't try any language until now!!!
Click to expand...
Click to collapse
The main question you should be asking then, is weather you want to learn Objective C or Java, Both can be used for non iOS/android things and one day you might want to try something PC based using one of the languages you learn
---------- Post added at 08:15 PM ---------- Previous post was at 08:13 PM ----------
Gen1usw0rk said:
OK!! in your experience how can I start developing android from the very beggining????
Click to expand...
Click to collapse
Either a course in college, Orrr, online tutorials, I reccoment checking out thenewboston and mybringback for video tut's both are useful
Gen1usw0rk said:
OK!! in your experience how can I start developing android from the very beggining????
Click to expand...
Click to collapse
Honestly not being funny here. Get a dummies guide, since you're starting from scratch. It's a MASSIVE field that you're entering and there's years and years worth of learning ahead of you, if you want to be any good. This isn't gonna happen overnight, and it won't happen easily.
The main question you should be asking then, is weather you want to learn Objective C or Java, Both can be used for non iOS/android things and one day you might want to try something PC based using one of the languages you learn
Click to expand...
Click to collapse
Which is more powerful in your opinion????
Archer said:
Honestly not being funny here. Get a dummies guide, since you're starting from scratch. It's a MASSIVE field that you're entering and there's years and years worth of learning ahead of you, if you want to be any good. This isn't gonna happen overnight, and it won't happen easily.
Click to expand...
Click to collapse
I already have android development for dummies but it tells you to buy xml and java books??
Gen1usw0rk said:
I already have android development for dummies but it tells you to buy xml and java books??
Click to expand...
Click to collapse
If it's telling you to get a Java book then it's not a very good "Android for dummies" book. Xml is very straight forward and there's more than enough online to sort you out with that. It's only a way of structuring data, anyway.
The only real answer to your question is another question. What platform do you want to develop on?
The language and platform are irrelevant to the amount of fun or anguish that you will face while developing software.
Archer said:
If it's telling you to get a Java book then it's not a very good "Android for dummies" book. Xml is very straight forward and there's more than enough online to sort you out with that. It's only a way of structuring data, anyway.
The only real answer to your question is another question. What platform do you want to develop on?
The language and platform are irrelevant to the amount of fun or anguish that you will face while developing software.
Click to expand...
Click to collapse
I think I want to develop android!!
Gen1usw0rk said:
Which is more powerful in your opinion????
Click to expand...
Click to collapse
I don't know much about Objective C but afaik (Someone correct me? ) it's based on C#/C++ so picking up those languages could be easier, Java can be used in Applets on the web, PC programs and games (eg. Minecraft) but, I think the same can be done with C++
And the reason the Dummy book told you to get the others is because the Android one is telling you how to use the java you should already know, but don't so that it can be more in detail, also I would say maybe skimp the xml one as it's mainly fairly simple in android as far as my experience is with it anyway (not much))
MacaronyMax said:
I don't know much about Objective C but afaik (Someone correct me? ) it's based on C#/C++ so picking up those languages could be easier, Java can be used in Applets on the web, PC programs and games (eg. Minecraft) but, I think the same can be done with C++
And the reason the Dummy book told you to get the others is because the Android one is telling you how to use the java you should already know, but don't so that it can be more in detail, also I would say maybe skimp the xml one as it's mainly fairly simple in android as far as my experience is with it anyway (not much))
Click to expand...
Click to collapse
What language did you really tried to develop???
AppReal said:
IMO developing android is easier because almost all tools are free if you've got PC. To develop ios you should have Mac what is additional cost.
Click to expand...
Click to collapse
I know that mac costs money
But I got a mac and xCode became free now!!!
Gen1usw0rk said:
What language did you really tried to develop???
Click to expand...
Click to collapse
I've tried a lil bit of many All extremely basic level so I have no idea what they're like at a more complicated level
But I have tried both Objective C and Android, I preffered the structure of the objective C and imo it looks more clean when coding, but Java I got further with
MacaronyMax said:
I don't know much about Objective C but afaik (Someone correct me? ) it's based on C#/C++ so picking up those languages could be easier, Java can be used in Applets on the web, PC programs and games (eg. Minecraft) but, I think the same can be done with C++
And the reason the Dummy book told you to get the others is because the Android one is telling you how to use the java you should already know, but don't so that it can be more in detail, also I would say maybe skimp the xml one as it's mainly fairly simple in android as far as my experience is with it anyway (not much))
Click to expand...
Click to collapse
Nearly, but the wrong way round. C begets C++ begets C#. C++ is the language of choice for most developers that want to communicate directly with hardware. Other languages tend to actually be writting in C or C++ and therefore only have wrappers for the really low-level functions.
But yeah, any C based language or Java can be used to develop apps on PC, Linux, Mac, so they're both good ways to go. Java for Android means learning Java as well as the Android framework, whereas C for iPhone means learning C and the iPhone framework. Both come with their benefits and drawbacks, but personally I think Java is easier to learn than C, purely because it's not as deep. Saying that though, I've never looked at objective C or the iPhone framework. I just know C/C++ from old days.
I wanted to develop android first but when I read this I changed my mind and got spinning my mind!!!!xD
Gen1usw0rk said:
I wanted to develop android first but when I read this I changed my mind and got spinning my mind!!!!xD
Click to expand...
Click to collapse
Lol - that's some trolling going on right there! Very misleading article too.

Wanna be a Developer

Hi friends,
I like programming...
I'm intrested in making Android apps..
Knows C , C++ and started learning Java.
Any Tips please??
Confused
Wish i can create my on OS some day ​
Getting Started
You are already well on your way knowing some other programming languages and starting with Java. I would go ahead and download Android Studio, which I prefer over Eclipse. Find some tutorials and start going through them step by step (I suggest Vogella). I also recommend The Big Nerd Ranch Guide. It is a great book for getting started. Best of luck to you!
cook348 said:
You are already well on your way knowing some other programming languages and starting with Java. I would go ahead and download Android Studio, which I prefer over Eclipse. Find some tutorials and start going through them step by step (I suggest Vogella). I also recommend The Big Nerd Ranch Guide. It is a great book for getting started. Best of luck to you!
Click to expand...
Click to collapse
If you already know C and C++ then Java will be piece of cake then. As suggested by other Voggela is nice place to start! Also download Android Studio since Google will stop supporting Eclipse by the end of the year.
well u just need to be well trained in java concepts..mainly focus on activity lifecycle..thread..asyntasks..handler..kindly read the documentation from android developer site..first learn the basic ui elements and implementations..subscribe to the youtube channel called thenewboston..u ill get good knowledge from the channel..if u have doubts contact me..
Sent from my SM-N900 using XDA Free mobile app
dear,
You can Find all tutorials of Android in Standard site:
developer.android.com

Categories

Resources