Re: [android-developers] About Quick Action Dialog

2011-11-03 Thread Mark Murphy
On Wed, Nov 2, 2011 at 10:05 PM, Bishan tvbis...@gmail.com wrote: could you please give me some example about UI model that i can use for this ? AlertDialog. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

Re: [android-developers] About Quick Action Dialog

2011-11-03 Thread Bishan
thanx Mark . i'll try this On 11/3/11, Mark Murphy mmur...@commonsware.com wrote: On Wed, Nov 2, 2011 at 10:05 PM, Bishan tvbis...@gmail.com wrote: could you please give me some example about UI model that i can use for this ? AlertDialog. -- Mark Murphy (a Commons Guy)

[android-developers] About Quick Action Dialog

2011-11-02 Thread Bishan
I have created a Quick Action Dialog after reading article on http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/. Now i'm trying to display data on this Quick Action Dialog which retrieved from sqlite database as a list. how can i do this? how could implement list on Quick

Re: [android-developers] About Quick Action Dialog

2011-11-02 Thread Mark Murphy
Quick action dialogs like the ones you link to are not designed for displaying information, but rather to give the user rapid access to an array of actions to take against something. Please use some other UI model for displaying a list of output. On Wed, Nov 2, 2011 at 6:53 AM, Bishan

Re: [android-developers] About Quick Action Dialog

2011-11-02 Thread Bishan
thanx Mark. could you please give me some example about UI model that i can use for this ? On 11/2/11, Mark Murphy mmur...@commonsware.com wrote: Quick action dialogs like the ones you link to are not designed for displaying information, but rather to give the user rapid access to an array of