Monday, June 27, 2011

Address Panel - Summary

In the next several posts I am going to discuss how to create a panel to get the users address. This panel will contain views to collect the user's address line 1, address line 2, city, state, and zip code. There will also be a save button at the bottom of the panel to save it to a SQLite database. Feel free to skip that part if you already have you're own database set up.

Image: Preview of the Pane


I am going to show you how you can add this panel to your own application. You may reuse the code exactly as is or modify it. If you do use the code the only thing I ask is that you include a link to this blog in your code.


//TODO include links
Post 1: Layout (xml)
Post 2: Activity (java)
Post 3: SQLite Database (java)

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home