I'm working on an app that has a list view, and I need a way to add rows to list view . Code is not a problem, but I am thinking that there is a conference or compatible Android UI design for it or not?
I am unsure that I should use a line on index number, add a new record, or if generally a "Add new record" button is added as a reference item, or what.
Does anyone know what is usually done, or how to handle it?
Thank you very much
Add a button with the stand Android icon (located in SDK) ..) From the ActionBoard Before using Android 3.0, you should also add the Compatibility Library to use the ActionBar on the device.
Comments
Post a Comment