Tag: 30 day Android Challenge
-
Day 9 – Learning Android Development
Today I continued with the java tutorials from TheNewBoston. I’m doing this to be able to better understand the programming language behind android development. I watched videos 20-57, I stopped at polymorphism to get a night’s sleep on that subject and review it tomorrow. The videos covered a great deal of subjects, most of them…
-
Day 8 – Learning Android Development
Today I focused completely on Java, I looked at the TheNewBoston’s tutorial videos on Java. I felt I needed more background on the language I’m using to create apps so today and for the next 2-3 days I will look at all the beginner tutorial videos. He has around 87 for beginners. After that he…
-
Day 7 – Learning Android Development
My connection has been fixed so today I was able to resume the TheNewBoston tutorials. Today I learned some new interesting things while working on a second app from the tutorial. The app consists of a text input box, that when typing certain commands it will do things. For example you can type in WTF and it will…
-
Day 6 – Learning Android Development
The internet was cut off today for unknown reasons so what I did was use my phone’s 3G network to continue learning, but I didn’t watch video tutorials because that would’ve been a bit expensive. Instead I played around with eclipse and searched a bit on the Java documentation. I played around with creating an…
-
Day 5 – Learning Android Development
I didn’t do much today. I spent almost the whole day playing skyrim but right now I’ve been able to do some things. I continued with the video tutorials of TheNewBoston. I created a menu for my app, which uses a special child class of activity called ListActivity. You create an array in order for the…