what are the best approaches/technique/methods of learning new APIs? - C++ or Other Android Development Languages

Sorry, am new to programming. please what are the best approaches or methods of learning new APIs?
Sent from my ANDROID F5 using xda app-developers app

Have a good documentation/help at hand ... then if it's easy to search it's easy to learn. An example of good docs is Qt , IMHO.

Related

Best way to learn about developing roms

Since the og droid rooting has been one of my biggest hobbies. I am interested in learning more about developing roms. I want to know if anyone has a Site where I could learn about it so one day I can try to contribute to the Android community. I'm an information technology major and just started java and c# last semester but my professor's told me my school doesn't offer anything related to rooting phones or developing roms. I'm also interested about making apks so if anyone has any suggestions as to what to read or what Site has good information on the subject I would really appreciate it.
Thanks
Sent from my Galaxy Nexus using xda premium
tbis said:
Since the og droid rooting has been one of my biggest hobbies. I am interested in learning more about developing roms. I want to know if anyone has a Site where I could learn about it so one day I can try to contribute to the Android community. I'm an information technology major and just started java and c# last semester but my professor's told me my school doesn't offer anything related to rooting phones or developing roms. I'm also interested about making apks so if anyone has any suggestions as to what to read or what Site has good information on the subject I would really appreciate it.
Thanks
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
For making apks, you must know JAVA. If you do, then visit http://developer.android.com/guide/components/index.html download Android SDK and Eclipse and start developing. If you like video tutorials, I found this great tutorial showing how to develop apps in eclipse. http://www.youtube.com/playlist?list=PL2F07DBCDCC01493A&feature=plcp
I hope I helped at least a bit.
He's right, applications are mostly written in java language with a few other programming languages thrown in the mix..go to barnes and noble,look in the computer section and you will find an array of books on developing applkcations for the android OS...As far as developing roms,there are two types of developers...themers and innovators...the themers only add eye candy and scripts which any script kiddie can do..I myself woulf love to learn the complexities of android developing but I lack a platform in order to do so...I've got limited knowledge on linux but understand a few things.....how nice would it be if you had an insider from google...lol
Sent from my LG-P500 using xda premium
Thanks guys I'm going to a micro center this weekend I think they will have some good books. The videos will help a lot I'm more of a visual learner.
Sent from my Galaxy Nexus using xda premium

Want to learn to program android apps and games.

Hi everyone, I have been using the Android OS for a few years now, and I love it. I have just decided today that I am no longer going to just watch from the sidelines as apps get released. I want to get my greasy little mitts in on the action.
I would really appreciate some advice on what I should start with. I would like to learn Java, and or Python. I just need to know what direction I should go in. I really want to create games. Any advice would be amazing
Sent from my DROID BIONIC using xda app-developers app
Here
For app Development Learn to make android apps
For Game we have one here
[GUIDE] Android Game Development Tutorial! (Beginners welcome)
May find More...
You shouldn't have started a new thread,search!
XDA Rules
Hit Thanx :good: if you see help coming your way
I just browsed, when I should have been searching lol... I will use those links. Thank you soo much
Go here codeacademy.com you can learn Java and Python
Sent from my SGH-I997 using xda premium
CinderCloud said:
Hi everyone, I have been using the Android OS for a few years now, and I love it. I have just decided today that I am no longer going to just watch from the sidelines as apps get released. I want to get my greasy little mitts in on the action.
I would really appreciate some advice on what I should start with. I would like to learn Java, and or Python. I just need to know what direction I should go in. I really want to create games. Any advice would be amazing
Sent from my DROID BIONIC using xda app-developers app
Click to expand...
Click to collapse
I really would advise learning java. A really good tutorial sight is thenewboston.com. It has a multitude of programming tutorials as well as android tutorials. After going through these tutorials, I would recommend using the andengine library for games as it makes collisions, physics, and animations much easier to deal with. Good Luck!
deathblade said:
Go here codeacademy.com you can learn Java and Python
Sent from my SGH-I997 using xda premium
Click to expand...
Click to collapse
codeacademy.com does NOT teach Java, only JavaScript. I searched for the Java course and there is none to be found.
try deitel and deitel
lanwarrior said:
codeacademy.com does NOT teach Java, only JavaScript. I searched for the Java course and there is none to be found.
Click to expand...
Click to collapse
try the deitel and deitel ebook for android programing it is a bit difficult if your a beginner but it sums up everything you need to know i find it great
you can even try the lynda series for android they are a straight forward approach and easy
CinderCloud said:
Hi everyone, I have been using the Android OS for a few years now, and I love it. I have just decided today that I am no longer going to just watch from the sidelines as apps get released. I want to get my greasy little mitts in on the action.
I would really appreciate some advice on what I should start with. I would like to learn Java, and or Python. I just need to know what direction I should go in. I really want to create games. Any advice would be amazing
Sent from my DROID BIONIC using xda app-developers app
Click to expand...
Click to collapse
I love android coding, and maybe I can teach u something.
I can't post links yet (this is actually my first post in the forums!), but I found the Android Bootcamp 2012 video series from NewCircle priceless. It's available for free on YouTube and it is based on the development of an entire app from scratch. It is slightly outdated, but very well made.
I also followed the Coursera's course on Android by prof Adam Porter: it's free as well and it just ended, so it's really up to date. It is based on a different approach though, covering different topics and providing several little projects, instead of a single one.
Imho though you do need some knowledge of Java. I came from a C++ background, so i was able to follow those courses while also learning bits of Java too, but starting with zero knowledge of both the Android api and Java could really be overwhelming, just warning you.
While following the Coursera's course, I saw people recommending a free course about Java taught by John Purcell on the Udemy platform (I might be wrong on the guy's first name).
Sent from my Galaxy Nexus using XDA Free mobile app
frabena said:
I can't post links yet (this is actually my first post in the forums!), but I found the Android Bootcamp 2012 video series from NewCircle priceless. It's available for free on YouTube and it is based on the development of an entire app from scratch. It is slightly outdated, but very well made.
I also followed the Coursera's course on Android by prof Adam Porter: it's free as well and it just ended, so it's really up to date. It is based on a different approach though, covering different topics and providing several little projects, instead of a single one.
Imho though you do need some knowledge of Java. I came from a C++ background, so i was able to follow those courses while also learning bits of Java too, but starting with zero knowledge of both the Android api and Java could really be overwhelming, just warning you.
While following the Coursera's course, I saw people recommending a free course about Java taught by John Purcell on the Udemy platform (I might be wrong on the guy's first name).
Sent from my Galaxy Nexus using XDA Free mobile app
Click to expand...
Click to collapse
After taking that Coursera clas by Prof. Porter I was able to put an app in the app store. Aww yea.
Yea me too, it was a really cool course. Are you planning on following the next course? It seems like a tough one!
Sent from my Galaxy Nexus using XDA Free mobile app
frabena said:
I can't post links yet (this is actually my first post in the forums!), but I found the Android Bootcamp 2012 video series from NewCircle priceless. It's available for free on YouTube and it is based on the development of an entire app from scratch. It is slightly outdated, but very well made.
I also followed the Coursera's course on Android by prof Adam Porter: it's free as well and it just ended, so it's really up to date. It is based on a different approach though, covering different topics and providing several little projects, instead of a single one.
Imho though you do need some knowledge of Java. I came from a C++ background, so i was able to follow those courses while also learning bits of Java too, but starting with zero knowledge of both the Android api and Java could really be overwhelming, just warning you.
While following the Coursera's course, I saw people recommending a free course about Java taught by John Purcell on the Udemy platform (I might be wrong on the guy's first name).
Sent from my Galaxy Nexus using XDA Free mobile app
Click to expand...
Click to collapse
Can you link me the videos? just want to be sure I have thesame video as yours.. Please pm/post me the exact link.
thanks
PM sent
Sorry, I still am too new to post links on the forums
Sent from my Galaxy Nexus using XDA Free mobile app

[Q] I want to learn how to develop for Android but...

I've been wanting to get into development more and more recently, and Android seems like a pretty awesome platform to develop apps for.
I ultimately want to develop a basis for a 2D OpenGL ES game that I can expand on, and also develop a chat client that works on XMPP and can detect when certain apps are opened and closed, and how long their open for.
I have... zero experience with any actual coding also, aside from maybe a few copy/paste edits on some random C++ stuff back in the day. Only real reason I haven't actually just "dove in" to Android development was because it looked... really confusing? Idk...
Is there any guides or learning methods anyone can recommend to help me out? I'm thinking I should just start from http://developer.android.com/training/index.html and just go from there, but is that the best place for beginners, or is that basically for people who have experience with some coding?
AW: [Q] I want to learn how to develop for Android but...
First you should watch the series on youtube from adam outler on how to build youd first app.
Sent from my GT-I9000 using xda app-developers app
---------- Post added at 07:59 AM ---------- Previous post was at 07:53 AM ----------
For games you can follow this guide: http://forum.xda-developers.com/showthread.php?p=28321618
Sent from my GT-I9000 using xda app-developers app
Just a bump
I'm still kind of interested in Android development, but I guess I'm kind of intimidated by how much I'd need to learn and the time required to actually produce any kind of usable app...
espionage724 said:
Just a bump
I'm still kind of interested in Android development, but I guess I'm kind of intimidated by how much I'd need to learn and the time required to actually produce any kind of usable app...
Click to expand...
Click to collapse
You can try eclipse IDE to make android apps but you must learn java and xml to do that... I'm currently learning that...
Sent from my Micromax A87 using xda premium
Another great resource for beginning Android development in the New Boston Android development tutorials http://thenewboston.org/list.php?cat=6. They cover topics ranging from the basics to making a simple game with OpenGL. And don't be intimidated by the time needed to learn everyone starts as a beginner when they learn something new but with practice you'll be writing great apps before you know it. The key is practicing with a positive attitude .
Sent from my SCH-I535 using xda premium

I do badly want to become a developer.

Where to start? I'm seventeen years old, and this is what I want to go towards going forward into life: developing! But the problem is I don't know where to start. I figured this would be the perfect forum to get some guidance. Please teach me
Sent from my EVO using xda app-developers app
krobinso2295 said:
Where to start? I'm seventeen years old, and this is what I want to towards going forward into life: developing! But the problem is I don't know where to start. I figured this would be the perfect forum to get some guidance. Please teach me
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
I will definitely start at the Android tutorials sub forum.
Do you have unlimited data allowance? As I have found out first hand, this is a crucial factor in the way you will learn and progress because a lot of the good tutorials are in the form of YT videos.
krobinso2295 said:
Where to start? I'm seventeen years old, and this is what I want to go towards going forward into life: developing! But the problem is I don't know where to start. I figured this would be the perfect forum to get some guidance. Please teach me
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
Also depends on what you actually want to developer. ROMs? Android apps? Games? Something else? They all require slightly different routes. But a good understanding of programming in general will be a very good help in anything you do
Sent from my Nexus 4 using xda premium
zacthespack said:
Also depends on what you actually want to developer. ROMs? Android apps? Games? Something else? They all require slightly different routes. But a good understanding of programming in general will be a very good help in anything you do
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I really want to do roms and apps. I just really wish I could find someone that would be interested in mentoring of something haha... But I mainly am looking to do roms and apps.
Sent from my EVO using xda app-developers app
krobinso2295 said:
I really want to do roms and apps. I just really wish I could find someone that would be interested in mentoring of something haha... But I mainly am looking to do roms and apps.
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
I'm your age too I do developing primarily on computers though and I have been doing that for a couple of years now. I can say that the best place to start is to learn a programming language. Most Android apps are coded using Java so, if you have some experience with coding learning Java would help you alot. But if you have little to no experience coding I would suggest you start off with something like C maybe even python but syntax is very different compared to Java so C is recommended. After you have enough experience with that I'm sure you can jump into building ROMs.
Good Luck!
gr1m.r34p3r said:
I'm your age too I do developing primarily on computers though and I have been doing that for a couple of years now. I can say that the best place to start is to learn a programming language. Most Android apps are coded using Java so, if you have some experience with coding learning Java would help you alot. But if you have little to no experience coding I would suggest you start off with something like C maybe even python but syntax is very different compared to Java so C is recommended. After you have enough experience with that I'm sure you can jump into building ROMs.
Good Luck!
Click to expand...
Click to collapse
Are there any books you recommend?
Sent from my EVO 4G LTE using xda app-developers app
my problem is I don't have a unique and practical idea. I'd wish I could come up with something that would be lucrative & beneficial but those ideas are limited and I wouldn't want to do something someone else has already done.
If I wanted to learn I'd get the latest Android Studio & follow some "Hello World"- type walkthroughs. I'd think YouTube vids would be helpful.
Then try to latch on to an open source project since I'd have an existing project to see how it's done.
krobinso2295 said:
Are there any books you recommend?
Sent from my EVO 4G LTE using xda app-developers app
Click to expand...
Click to collapse
I've always found Head First Series to be good. Try Head First C or if your feeling confident try Head First Android Development. But adding on to what jawz101 said the best way to learn a programming language really well is to do your own project, also, check out "professional" open source projects to learn the style and even some tricks of the trade.

Is basic4android viable?

Is basic4android viable to start creating REALLY simple apps? My goal is get used to basics before I learn a more complex language..
As far the only language I've learned is visual basic, so I think it might be the most friendly way to get started..
<disclaimer>I'm the main developer behind Basic4android</disclaimer>
Basic4android is viable for both simple and complicated apps. Basic4android supports all of Android features.
@Erel +1 man. Didn't know such an genius guy here.
Op since vb is easy to learn and manipulate just use it until you satisfied. Good luck man.
Sent from my E16i using xda app-developers app

Categories

Resources