Category Archives: Android

The difference between Notepadv3 and Notepadv2 in the Android tutorial

At first I didn’t understand the difference between Notepadv3 and notepadv2, but after messing around a little bit, I think I figured it out. When you are editing a note in v3 and change something without confirming the changes, and … Continue reading

Posted in Android, Programming | Leave a comment

Android Notepadv2 delete issue

So I was working through the Notepadv2 tutorial and when I finished it and ran the app, I couldn’t figure out how to delete any notes I created. I looked it up and found that you had to use the … Continue reading

Posted in Android, Programming | Leave a comment

How to do the List View tutorial for Android

For newbies like me, it’s important to know that the tutorial doesn’t tell you which classes to import, so you have to figure it out based on the errors that show up in Eclipse. It’s pretty easy though–if you just … Continue reading

Posted in Android, Programming | Leave a comment

How to do the Android tab layout tutorial

When I first tried the Android tab layout tutorial, it didn’t work because the tutorial wasn’t detailed enough.  However, I found the answer to my pr0blems here. To sum it up, first, you just add the following lines to your … Continue reading

Posted in Android, Programming | Leave a comment

Getting started with Android on Ubuntu by installing Java (JDK), Eclipse, and its Android Plugin

Here’s a quick guide to setting up Ubuntu Karmic (9.1) to develop an Android app. I was thinking about learning objective-C for i-phone apps but I learned that it required a Mac which I don’t have. The official instructions are … Continue reading

Posted in Android, Programming | Leave a comment