Latest Android news, applications and forum discussion

Aug

3

2010

Android Development 101- Part 4: Advanced DB/GUI Code and DDMS

0

by Chris Moor
tagged , , , , , , ,

Well we’re now on part four of the Android Development series but in case you haven’t been following along, here’s what you’ve missed:

Caught up? Good. Now that you’re up to speed on what’s been going on in Android Dev class, I’ll let the teacher of the class (Greg R Jacobs) describe what the latest installment is all about:

In this tutorial we are going to cover some advanced database code as well as tie in to some more advanced GUI techniques. We left off on the last tutorial showing you how to insert and select data to/from the database as well as make a table. What we need now is to be able to delete data if it is not needed and update it if we entered it incorrectly. We will tie these abilities in with some more advanced functionality utilizing a long press on the screen for delete and for updating we will just press the data we want to edit.

Can’t wait for your next installment Greg!

[via hackaday]

» See more articles by Chris Moor

Categorized as Android Development

Comments