If you are an Android Developer can you share your experience about android development? How do you start in Android? What is the first application you had done... thanks!
Greetings onebluemidnight,
You should learn how to program in java, their is great tutorials on the web and maybe on xda,
Then start off with the android hello world tutorial.
Good luck
This is mainly for games, but I highly recommend the framework Cocos2d-x. Made my first game for Android using it
Can't post any links but name is "Boomlings" on Google Play.
Edit: Granted the power of linking!
Cocos2d-x: http://www.cocos2d-x.org/
Boomlings on Google Play: http://play.google.com/store/apps/details?id=com.robtopx.boomlings
Reply To Thread
Jrcon said:
Greetings onebluemidnight,
You should learn how to program in java, their is great tutorials on the web and maybe on xda,
Then start off with the android hello world tutorial.
Good luck
Click to expand...
Click to collapse
Thanks for your response mate!
I don't have problem with java because i used java during my college which is 2 years ago and i am a PHP programmer now
I am using Eclipse with ADT plugin and the great moment for me is that it is like a cakephp (PHP MVC Framework) structure whereas it has a Model->View->Controller
and i am done also with hello world tutorial
Reply To Thread
Zhenmuron said:
This is mainly for games, but I highly recommend the framework Cocos2d-x. Made my first game for Android using it
Can't post any links but name is "Boomlings" on Google Play.
Click to expand...
Click to collapse
Thanks for your response
is that what the Cocos2d-x you are reffering to?
onebluemidnight said:
Thanks for your response
is that what the Cocos2d-x you are reffering to?
Click to expand...
Click to collapse
If u are total noob to android Development...I found a really good Android Tutorial Series on NewBoston http://www.youtube.com/course?list=EC2F07DBCDCC01493A&feature=plcp the guy there teaches in a funny yet interesting manner so you'll never get bored . Once you have advanced and have a little experience dive into the Android Documentation available online...cheers...have an awesome journey .
Reply To Thread
kshark27 said:
If u are total noob to android Development...I found a really good Android Tutorial Series on NewBoston http://www.youtube.com/course?list=EC2F07DBCDCC01493A&feature=plcp the guy there teaches in a funny yet interesting manner so you'll never get bored . Once you have advanced and have a little experience dive into the Android Documentation available online...cheers...have an awesome journey .
Click to expand...
Click to collapse
Thanks for your response
i just saw all the Tutorials on youtube made by NewBoston.. i added him on skype but unfortunately he still not accepting my request haha
Thanks for your support mate!
Cheers!
onebluemidnight said:
Thanks for your response
is that what the Cocos2d-x you are reffering to?
Click to expand...
Click to collapse
Yup that's the one Updated my previous post now that I can link.
Also use cocos2d-x, its great!
onebluemidnight said:
If you are an Android Developer can you share your experience about android development? How do you start in Android? What is the first application you had done... thanks!
Click to expand...
Click to collapse
Hi there,
I am not a big android developer, just wrote 2 simple apps so far. I started learning Java then read an android development book. It took me about 1-2 months for the whole thing. I basically make a simple java number guessing game (the system generates a number and the user tries to match it, higher or lower) and wanted to port it to Android. It turned out to be a little more complicated than I expected since Android was much more object driven than my previous experience taught me.
You can look up my app on the market here :
https://play.google.com/store/apps/details?id=com.danielsarfati.NumberGuessing
I found the "Hello World" app was much to basic to teach me anything, other than getting the whole SDK and dev environment up and running.
Sent from my XT894 running ICS
danifunker said:
Hi there,
I am not a big android developer, just wrote 2 simple apps so far. I started learning Java then read an android development book. It took me about 1-2 months for the whole thing. I basically make a simple java number guessing game (the system generates a number and the user tries to match it, higher or lower) and wanted to port it to Android. It turned out to be a little more complicated than I expected since Android was much more object driven than my previous experience taught me.
You can look up my app on the market here :
https://play.google.com/store/apps/details?id=com.danielsarfati.NumberGuessing
I found the "Hello World" app was much to basic to teach me anything, other than getting the whole SDK and dev environment up and running.
Sent from my XT894 running ICS
Click to expand...
Click to collapse
Hey Daniel Sarfati this was amazing! haha i like it...
Thanks for your advice!
I am in no way a android developer yet im just learning stuff at the moment ... I referred newbostons tutorial its the best as said the hello world app doesn't teach your anything ..I think the best way to learn in go through and understand the source of code of the open source apps
Reply To Thread
speed_bot said:
I am in no way a android developer yet im just learning stuff at the moment ... I referred newbostons tutorial its the best as said the hello world app doesn't teach your anything ..I think the best way to learn in go through and understand the source of code of the open source apps
Click to expand...
Click to collapse
Thanks! i love newboston's tutorial... but now, i am busy with my current project i can't focus on Android Development as of the moment.
Closed
Wrong section
Related
Im new to application development (for android), (im a noob.. fr now ;-) ) So i thought it would be good if i team up with a experienced group or developers. Im ready to work for you(whoever is willing to recruit me first)
Wht i know
-photoshop
-flash
-dreamweaver
-maya
-c/c++ (theoritically strong)
- little java
Thanks
jenod said:
Im new to application development (for android), (im a noob.. fr now ;-) ) So i thought it would be good if i team up with a experienced group or developers. Im ready to work for you(whoever is willing to recruit me first)
Wht i know
-photoshop
-flash
-dreamweaver
-maya
-c/c++ (theoritically strong)
- little java
Thanks
Click to expand...
Click to collapse
I'm in the same situation
- C/C++
- SQL
- Java
Would be helpful if you also included the types of programs you were interested in working on.
Good idea
Its a good idea if we all freshers hook up together. wht you say? and after that we will get some experienced developer to lead us
RoboPhred said:
Would be helpful if you also included the types of programs you were interested in working on.
Click to expand...
Click to collapse
For android always java is best(according to the arcticles i read) so obviously JAVA
I know an app I would pay for is one that could control the video functions of a PS3 with my phone. I would think it is possible since the the PS3 remote uses bluetooth, but I'm not a developer so it might not be possible.
I don't know if you've done this already but google provides all the sdk material on their android developers site. They also give instructions on how to get started using the sdk. Pretty much everything seems to be built on java. Have fun!
Google provides almost all the tutorials and instructions you could ever need to begin developing.
Sent from my HERO200 using XDA App
yea you should start at http://developer.android.com/index.html if you know java you should be good to go after reading and doing the tutorials
Thanks
I already read those things. Anyway thanks for your support and encouragment. and im now done with
->installed eclipse
->installed android sdk
->connected both eclipse and android sdk
-> now reading a book on how to develop android apps(in chapter 3 now)
All i need
-> some good friends(those who like to develop android apps,its okay if you are noobs)
->One experienced developer to guide me [this is optional ;-)]
jenod said:
Im new to application development (for android), (im a noob.. fr now ;-) ) So i thought it would be good if i team up with a experienced group or developers. Im ready to work for you(whoever is willing to recruit me first)
Wht i know
-photoshop
-flash
-dreamweaver
-maya
-c/c++ (theoritically strong)
- little java
Thanks
Click to expand...
Click to collapse
HAHA...pretty much me too. Been debating about getting started for just over a year now. (Fireworks, Dreamweaver, Flash, Actionscript3, HTML, javascript, ~coldfusion, ~php, learning C#, can read VB, etc.)
Coming at this from a designing for training view. Been 15 yrs in technical training and looking to learn more. I got a few project ideas already and two things I really want...(which is what I am using for motivation)
As for the google tutorials...hello worlds really don't get you very far and I have looked out on web for other tuts. They all seem to have issues though...
Would appreciate feedback on the following....
-- This site/tut seems to 'assume' a whole lot and the program doesn't even work:
=== http://androidcore.com/android-programming-tutorials/182-fancy-listviews-part-one.html
(this one seems to not be showing any errors in SDK [it was first time, but not after restart] but it force closes in my emulator every time)
--This site/tut looked a bit more promising but is also has stuff that doesn't seem to work:
=== http://androidwizard.net/2010/05/create-a-context-menu-on-top-of-a-listview/
(no such thing as a OnPopulateContextMenuListener according to SDK and google site, switch(aItem.getId()) is not a supported method according to SDK, .getItem(menuInfo.position) cannot be resolved...all things a newb is at a loss to fix)
So...I am actually looking either for better tuts that get more in depth than hello world or someone from those sites that I can correspond with (as a trainer my OCD is really bothered by missing info in what look like the right kind of tut.)
Anyway...jenod...if you get some newbs together to work on stuff...I'd be interested.
Thanks for your feedback.. wil surely PM u if i get some(i mean developers)..
(why) does Android
Know what would be totally awesome? If someone like (why the lucky stiff) wrote something poigniant, beautiful and easy-to-follow to lead someone into Android app development! Something that reads almost like his Poigniant Guide to Ruby or like Chris Pine's Learn to Program.
Ya I have just started in android development. I have had many years of experience in all sorts of languages java, perl, python, c++, c#, and c. I also have a start on one project that would be great to have a group of people to work together with. I am very interested with this. Hope this works out, shoot me a PM if you want.
Hey guys!
awesome idea, i study informatics in second year now and iam just done with my JAVA lessons. Maybe i could help u, cuz i want to learn programming apps for andoid in my holiday too.
I also have an Idea for an app.
So PM me if u still need some help.
mfg X
Please PM if you would like to make a team, I too am interested and have multiple ideas for apps that can be made and released quickly
Thanks
I have to really thank you ppl for your piceless support.
Interested ppl you can PM me your Personal info(ur name,age,interests and wht u know).
Thanks
jenod said:
I have to really thank you ppl for your piceless support.
Interested ppl you can PM me your Personal info(ur name,age,interests and wht u know).
Thanks
Click to expand...
Click to collapse
PM'd, any suggestions for apps to make as our starting point?
Hey idk if you all have seen this yet, but it is worth checking out. Google has a free software developing tool in beta at the site http:// appinventor .googlelabs .com
The beta requires an invite much like google voice but it looks to have some potential.
(type the url into the internet, I had to add spaces because I cannot post urls yet)
Sent from my HERO200 using XDA App
Shadomastr said:
Hey idk if you all have seen this yet, but it is worth checking out. Google has a free software developing tool in beta at the site http:// appinventor .googlelabs .com
The beta requires an invite much like google voice but it looks to have some potential.
(type the url into the internet, I had to add spaces because I cannot post urls yet)
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
It will not be as powerful as straight coding. It is meant to allow people to make little apps for themselves. One review I read even indicated that inventor apps will not be allowed in market.
(This is all early speculation, but hey it is what I read today as I went ahead and submitted my info for an invite...LOL)
Coming from Macromedia/Adobe...this would be kind of like Captivate is to Flash is to Actionscript. This would be Captivate...simple but simple.
Hey this sounds like a great idea, hope everything works out. We need take over apples app market!
JBlaze -- Evo 4G
Hello people
I've wanted to make a Android app for a while now but I don't know where to start.
Can someone give me some pointers on where to start.
If it involves coding then be warmed I'm a complete novice at that.
No coding method: search Google for Android app inventor.
Coding and better method: Android apps use JAVA. Take some basic online courses, then learn the Android sdk. (functions that are specific to android)
Option b is better, and if you have a little patience it won't be too hard.
Sent from my ADR6400L using Tapatalk
alex ainsley said:
Hello people
I've wanted to make a Android app for a while now but I don't know where to start.
Can someone give me some pointers on where to start.
If it involves coding then be warmed I'm a complete novice at that.
Click to expand...
Click to collapse
If you want to get somewhere forget the app inventor and invest some time.
Start by using google on terms like "android tutorial" "android hello world".
Download eclipse and the android sdk (google has all the info and tutorial on how to do that).
The sdk has ALOT of very good example apps. From 3D drawing to system infos and interface layouts.
AAAAAAAAAAAAAAAHHHHHHHHHHHHHHHH Google app inventor is doing my head in.
if anyone is reading this on a scale from 1 to 10 how hard/complicated is making a app using coding?
Depends entirely on what you want the app to do unfortunately. If you can give some basic ideas of what you want it to do it will be easier to say how hard it will be.
well all id like my first app to do is when it starts up to show a picture with text then link you to a web page.
Nothing hard
Thats not too difficult, you could patch work something out of existing tutorials/example.
But its always relative saying how difficult something is.
It depends on the person...
Well sorry that's not helping much. I'm still at a loss on what to do.
Basically all you need to do is copy and paste the code from some tutorial examples, or you could even use the app inventor as you need barely any code to do this, for example:
http://developer.android.com/guide/topics/graphics/index.html
http://developer.android.com/guide/webapps/webview.html
Putting it all together and making it into an application shouldn't take you more than half an hour once you have gone through the starter tutorials to understand how and what it is you are using.
Ok I'll try that.
Click Here is the link for a LIVE remote workshop / presentation
-Cheers
omg
i really wanna learn, so i went to purchase course and
DescriptionsAmount
Diploma in Java Programming.Diploma in Java Programming.
$1,695.00Item price: $1,695.00
$1,695
are you serious??
Well if you are really determined to learn it, you can manage doing it on your own too, with the help of free online resources. Search for a tutorial series on youtube. Here's one I had found useful when I was learning:
http://www.youtube.com/watch?v=Hl-zzrqQoSE
You should also buy a good book on Java programming and read it. That would help a lot too.
read android developers guide
You can check android developers official site it has lot of tutorials and resources.
You can go to next university library and borrow any Android book. It will not include the latest version of OS, but it will have lot of fundamental information in one place, written by one person. Tutorails often show you how to solve single problem only.
Thank you
Also great video
You're Welcome! Yes it is a great video. That guy really does explain it nicely.
Is App Inventor still working?
Look also at cornboyz tutorial on youtube. Same guy, slightly different tuts
Hello, xdaDevelopers (Is it like that? Or XDADevelopers, or XdaDevelopers, well, doesn't matter, you can leave your opinion about that here, too.)!
I can see this is kinda a common thing around here, but, I really need the basics for programming, with a final goal of being able to make code for Android (from APKs to ROMs and such).
I just need people to point out good sources of learning, with a learning curve, please, that would be a great bonus in understanding what the heck I'm learning, from the basic of basic, to the goal here intended.
Maybe this is a bit too ambitious, but I pretend to be a professional programmer in the future, but I still have a kinda long way to college (3 years), and I wish I could start sooner that, it could even make my college life even simpler.
Well, I hope you leave your enlightenment in this thread. Thank you very much for any opinion given here.
*bump* Sorry. It was already in the second page. I just didn't want it to fall into oblivion.
Well your going to have to stsrt learnibg java if you want to make apps. Read some books. Also take a look at thenewboston channel on youtube.
Im learning myself. You just need to start and don't give up
Sent from my Galaxy SII
I'm also posting (lazy way of subscribing to this post). I knew java, although it was long ago. I'd need a refresh on everything. And then, knowing java is not the only thing you need, as you also need to know how to develop for android itself. Up to date, which book would you guys consider the most easy to follow to learn easily to program?
Thank you!
Yes. I'm asking for links or books (preferably e-books) that could have all that information. I just hope I can become a great XDA developer.
Griffrez said:
I just need people to point out good sources of learning
Click to expand...
Click to collapse
+1 to this. i would also like to get into learning how to develop for android.
google has a lot of info on their developers page, it's probably one of the better places to start.
i don't know many other good websites or books though. anyone have suggestions?
If you want to develop Application on Android. You will need...
1.JDK (Java Development Kit), which includes the JRE. ( I use Java SE 7 )
2.Eclipse with the Android Development ( I use Eclipse Classic 3.7.1 )
3.Android Development tools ADT Plugin for Eclipse
( I use android-sdk_r13-windows.zip )
more detail http://androidcontrol.blogspot.com/2011/10/android-development.html
java for the user interface "pretty" part of the apps, but the real heavy-lifting guts of the app (where the real magic happens) will normally be written in c
Tech_Boy said:
Well your going to have to stsrt learnibg java if you want to make apps. Read some books. Also take a look at thenewboston channel on youtube.
Im learning myself. You just need to start and don't give up
Sent from my Galaxy SII
Click to expand...
Click to collapse
I'm watching these. These are great. Starting with Java Development.
Hi friends,
I assume that on XDA there are some very talented programmers and might be able to guide me with my queries.
So heres the deal. I'm planning to get my hands on learning c#. But the the catch is I want to learn it on my android tablet. The reason why I want to learn it on an Android tablet? Well I am a Computer graphics artist and want to get into apps and game development for android and ubuntu. AND I have time to learn programming only after my working hrs i.e at home. So I want put my galaxy tab10.1 to a better more productive use. Obviously I will not be developing apps on my tab because I have xeon and i7 systems at my office to do that.
So I did some Google and found this webpage very usefull for all the programming tools on android.
http://android.appstorm.net/roundups/developer/15-apps-for-programming-on-android/
So can anybody recommend or suggest me on how to start with learning programming on Android?
I think this maybe useful to many other new aspiring programmers.
sent from my Xperia S
let me knw if u get anyhting about this programming
:laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::good::good::good::good::good::good::good::good::good::good:
let me knw if u get anyhting about this programming
I am not 100% sure but I believe you need to learn Java to make apps for android.
unoo said:
I am not 100% sure but I believe you need to learn Java to make apps for android.
Click to expand...
Click to collapse
The point of this thread is "how one can learn and practice various programming languages on the android device itself"
EDIT: I YouTubed for learning c# and found that to begin with c#, if we are Windows OS then .NET visual studio is required and if we are in Ubuntu OS Google mono is required.
I don't if we may need Google mono in android.
sent from my Xperia S
nostard19 said:
The point of this thread is "how one can learn and practice various programming languages on the android device itself"
EDIT: I YouTubed for learning c# and found that to begin with c#, if we are Windows OS then .NET visual studio is required and if we are in Ubuntu OS Google mono is required.
I don't if we may need Google mono in android.
sent from my Xperia S
Click to expand...
Click to collapse
C# is not a language you can easily code on android, or code android apps in.
If your looking to make programs for ubuntu and android java really is the best way forward, alot of game engines let you build a game in pure java and then easily convert it to a android game
zacthespack said:
C# is not a language you can easily code on android, or code android apps in.
If your looking to make programs for ubuntu and android java really is the best way forward, alot of game engines let you build a game in pure java and then easily convert it to a android game
Click to expand...
Click to collapse
Hey, did you checked out the link in the first post? It has many usefull code editor and tools that can be used on android for programming.
sent from my Xperia S
nostard19 said:
Hey, did you checked out the link in the first post? It has many usefull code editor and tools that can be used on android for programming.
sent from my Xperia S
Click to expand...
Click to collapse
I was under the impression that while you can get IDE's for a range of languages to do coding etc, if you want to actually make android apps Java really is your best bet
General browsing of XDA would have given you this thread - Android Chef Central
zacthespack said:
I was under the impression that while you can get IDE's for a range of languages to do coding etc, if you want to actually make android apps Java really is your best bet
Click to expand...
Click to collapse
Wow man! Just saw your Linux installer.. Killer app. And hats off sir! Im gonna try this on my g tab 10.1. This maybe the ultimate productive tool for me.. Thanks again. Will definitely get the key version.
sent from my Xperia S
nostard19 said:
Wow man! Just saw your Linux installer.. Killer app. And hats off sir! Im gonna try this on my g tab 10.1. This maybe the ultimate productive tool for me.. Thanks again. Will definitely get the key version.
sent from my Xperia S
Click to expand...
Click to collapse
Your welcome yes thats another way round it use my app and program from linux!
XperienceD said:
General browsing of XDA would have given you this thread - Android Chef Central
Click to expand...
Click to collapse
It sounds like he wants to do Android app development/Game development, not ROM development.
For general-purpose app development I would suggest learning Java and the Android SDK. There are numerous books available to help you, for example The Busy Coder's Guide to Android Development. Older editions are free but I would recommend getting the newest one since Android is a fast-developing platform. The Android SDK site is also a good place to start.
For game development you have more options. Corona and Cocos2d-x are both cross platform (can deploy to Android and iOS). Corona code is written in Lua, and Cocos2d-x can be written in C++ or Lua. There are also a lot of other options available if you look around.
I'd still recommend learning some basic Android apps before tackling game development, though.
Hi guys,
I'm really interested in android development. I know the basic of Java programming and now I'm looking for good tutorials and documentation to learn more about android.
The internet in a really big place and often I feel like wasting my time with bad tutorials... Can somebody give me some good tutorials/doc links or even books name ?
Thanks
I'm using the bookLearn Android App Development by Wallace Jackson, it's about making an advanced Hello World! app that teaches various things you can use in your own apps.
There are many books from that author, like "Android Apps For Absolute Beginners" or a book specifically for android games. I'm sure you can find a pdf on the internet.
Xintax said:
I'm using the bookLearn Android App Development by Wallace Jackson, it's about making an advanced Hello World! app that teaches various things you can use in your own apps.
There are many books from that author, like "Android Apps For Absolute Beginners" or a book specifically for android games. I'm sure you can find a pdf on the internet.
Click to expand...
Click to collapse
Thanks a lot! I'll take you at it.
I am also new to ROM development(about a year) and the only advice that I will give is start with a ide(eclipse or android studio)a good book on android development,a download PDF on eclipse and android and start with hello world onward.Git your hands dirty.
Sent from my N861 using Tapatalk