Android Development, Part 5a: Starting Activities
posted on 10/12/10 at 08:03:00 pm by Joel Ross
This is Part 5a of an ongoing series. The rest of the series is always viewable and up to date at http://www.rosscode.com/android. If you're just checking in, the archives are worth a look. I took a week off, but I'm back with more details on user int… more »
Categories: Android
Android Development, Part 1a: From Nothing To Running
posted on 09/28/10 at 06:43:11 pm by Joel Ross
This is part 1a in an ongoing series about my experiences developing an Android app to use with Pay It Square. If you're just joining us, first, thanks! And second, here's where we've been so far: Part 0: Introduction Part 1: Project Structure an… more »
Categories: Android
Android Development, Part 4: UI Basics
posted on 09/21/10 at 07:32:37 pm by Joel Ross
Let's preface this by stating up front that I've never been very good with UI design. Switching platforms hasn't really changed that, so while I'll touch on how I'm creating my user interfaces in Android, certainly don't copy my screens. A blind monkey c… more »
Categories: Android
Android Development, Part 3: Wiring Up Roboguice
posted on 09/14/10 at 08:46:15 pm by Joel Ross
This is part 3 in an ongoing series documenting my adventures building my first Android application. If you're here for the first time, you might want to check out the previous posts for background. Part 0: Introduction Part 1: Project Structure… more »
Categories: Android
Android Development: Part 2: Presenters and Activities
posted on 09/08/10 at 04:18:22 am by Joel Ross
This is part 2 of an on-going series on Android development (or at least my warped interpretation of it). If you missed the introduction of the application or a discussion of the tools, you might want to check those out first. I mentioned earlier that… more »
Categories: Android
Android Development, Part 1: Project Structure and Tools
posted on 09/01/10 at 08:13:55 am by Joel Ross
This is the first part of an ongoing series about my adventures in building my first (non-trivial) Android application. For more information about the application, you should peruse my series introduction. I still don?t plan to show any code yet, so I… more »
Categories: Android
Android Development, Part 0 of N: Introduction
posted on 08/25/10 at 09:00:00 am by Joel Ross
I?ve spent the last few weeks building my first Android application. I wanted to get my feet wet, but watching videos and reading about it just doesn?t quite cut it for me, so I decided it was time to dive into a real application ? the best way for me to… more »
Categories: Android