views:

139

answers:

2

The main concept goes like this. I have four listviews with its own data loaded at the same time. Only one listview will be visible to the user. Now, when the user presses a button, not only the current listview but also other three listviews should be minimized and then user can just scroll just as in Gallery and select the listview that one wants to open.

I hope you all have understood what I want.

Let me know if someone have some idea of implementing such a User Interface in Android.

Thanks & Regards Sunil

A: 

You can use either View.draw() or View.getDrawingCache() depending on what suits you best. Then just display them using Gallery or something similar.

alexanderblom
Can you please explain me how to use View.draw and View.getDrawingCache for this purpose? It will be great if you can help me out in this regard
sunil
Thanks a lot. Finally, I was able to do it.
sunil
A: 

Hi,

Thanks a lot for replying.

I am quite new to android and didn't get what you mean by using View.draw and View.getDrawingCache().

How could we load 4 listactivity at the same time? Or How can we load 4 listviews at the same time? and then how to minimize them?

It will really great if someone can guide me into this.

Hope to get a quick reply in this regard.

Thanks & Regards Sunil

sunil