Uploader Comments (mybringback)
Top Comments
-
Stop apologising about your mistakes. Your tutorials are great ! When you do mistakes we learn from them as well , so it adds up to the value of the tutorial :P .
All Comments (11)
-
@langgam182 Yes, just if you want them to be different make sure their id's are different
-
@personathekiller ICS might of "deleted" some classes or methods within some classes. Therefore (this is an example) onCreate for example might not exist any more. So when you call it android is going "wtf is this" resulting in your app not working.
onCreate probably hasn't been changed but there is most likely a method somewhere that isn't there any more. Or a lot of times with OS updates they change the names. For example findViewById might of been changed to findViewByTheirId. That idea.
-
Great job man I am really starting to understand some of this!
-
hello mr.travis. you've got great turorials.. but i have a question. is it possible to generate multiple textviews?
-
thanks, dude. very helpful !!!
-
@mybringback hey man tutorial one isnt working in ICS works fine in gingerbread though. Any idea why?
-
great tuts, thank you for your hard work. We are able to make apps for android thanks to you.
Hi Travis, I'm likin the tutorials, one question though. There seems to be a lot of functions and remembering what to do, how long did it take you to be able to program without having to look up the functions all the time.
finalstrike777 7 months ago
@finalstrike777 Yea man, there are a TON of methods and it seems overwhelming when you first start programming, but don't get discouraged, because soon you will remember them out of no where haha. Plus, I still don't remember some of them, and often refer back to code I have written in the past, so no worries if you forget a time or two.
mybringback 7 months ago