is it possible to create listview inside dialog?

Posted by UMMA on Stack Overflow See other posts from Stack Overflow or by UMMA
Published on 2010-05-20T13:35:39Z Indexed on 2010/05/20 13:40 UTC
Read the original article Hit count: 353

Filed under:
|
|

dear friends,

i have created a custom dialog class

public class NewPost extends Dialog
{
// functionality

}

now my requirement is to create listview inside it. i know we can create textboxes,buttons,dropdown list inside it.

but in order to create list view we should inherit our class from listActivity class

what you suggest is it possible or not if yes then how to achieve this using any interface or what?

any help would be appriciated.

© Stack Overflow or respective owner

Related posts about android

Related posts about dialog