Update: I’m now teaching Android related courses over at Caster.IO (along with a bunch of other industry pros). Be sure to check that out if you’re into video content. ๐
Want to learn Android? Don’t have time to read a book?
TekPub.com has released a new series, produced by yours truly:
In this series I will be building the TekPub Android application. During the course of the series you’ll be introduced to Android, the Eclipse IDE, developing with the Android Framework, Java and I’ll also show you how to publish your app to the Android Marketplace (some call it the “App Store”).
android_beginner says
Donn,
I am following your android series. I was following along the second video and the code that worked for you would have a “source not found” issue at runtime.
I had to comment out
setContentView(R.layout.main);
for the list to show up. any ideas why?
Donn Felker says
Can you post the .java code you're using so I can see what the issue may be?
Thanks!
Donn
Hopeful says
Donn,
Interesting series so far – are you going to post the source at some point?
Donn Felker says
Hi! Thanks for watching the series. I have posted the code to the github
accout for the series. That can be found here:
http://github.com/tekpub/IntroductiontoAndroid
Thanks
Donn Felker
Microsoft ASPInsider
MCTS, MCP, CSM, ITIL
http://blog.donnfelker.com
http://twitter.com/donnfelker
Aaron Stemen says
Hi Donn,
I just wrapped up watching the 5th episode, and I have a “best practices” question that I can't seem to find info on.
From reading about “Declaring Layout” in the Dev Guide (http://developer.android.com/guide/topics/ui/declaring-layout.html), I understand why IDs are declared as “@+id/…”, so it'll add it to the resources list. Also, I notice that you can either reference an ID in other views either with “@+id/…” or “@id/…”. The former allows you to reference a view by ID prior to the view being defined in the layout, whereas the latter will show an error if the view isn't declared higher up in the XML.
Should one be “prefered” over the other? My concern would be referencing views that don't exist yet, and may never exist, either because names changed or typos. Using “@+id/…” wouldn't give you that warning.
-A
Xeno says
Great series – thanks Donn!
Does anyone know how I open the source files? There are several folders.. I don’t see a ” project” or “solution” style file to open in Eclipse.
Thanks ๐
Donn Felker says
Hi Aaron,
Not sure how I missed this comment. Sorry about the delay. I usually always use the @+id just to be safe. It just makes it easier in the end.
I hope that helps!
Donn
Mahmoud Mamdouh says
ย is there source code for each video lesson ?
Vjykrthk says
Your Android series is great will you be making more video lessons
thank u
Miguel Febres says
Hello Donn
Very good videos! I just want to know if there are more videos after video 8 as is the last one officially but the app is not complete and you mention that there will be more videos.
Regards
Miguel Febres
Sdfsdf says
coach bags well designed for sale.
coach outlet handbags high replica online.
coach purses high quality for cheap.
coach outlet store onsale wholesale for cheap.
coach online wholesale online.
juicy couture cheap online for sale.
cheap juicy couture wholesale for cheap.
discount juicy couture fashion designed for sale.
discount juicy handbags high quality for sale.
cheap juicy handbags wholesale online for cheap.
juicy handbags cheap for sale.
Coach Factory Outlet says
http://buycoachfactoryoutletsz.com
Rey says
good day donn, i am newbie. in android and i followedย your android programming series…i have a hard time following the code…i am currently in the building UI video…pls can you provide the code per video series…it will be great help for us newbie..i cant find some of the code in the link provided above….tnx my email add is [email protected]…
User2002 says
Video removed from tekpub. where i found this series?
Donn Felker says
THis series is out of date and is not available anymore. Sorry.
Donn Felker
Author of Android App Dev for Dummies
http://blog.donnfelker.com
http://twitter.com/donnfelker
Mehrdad Mohajer says
I can just say this : “I LOVE YOU MAN” ๐
Mehrdad Mohajer says
In “03 Building the UI” You forget to code onClick section ๐
Aung says
Although series is out of date, where can i find them?