Hi friends , 

I'm implementing custom Header of ListView like Instagram app in android . 
http://prsarahevans.com/wp-content/uploads/2011/06/photo.PNG
I've implemented it successfully only for one ListView .

I've created one more ListView(child) inside the Parent ListView .when 
I'm scrolling ListView(parent) , custom header works only for some 
ListItems .
This is my sample app .  
https://bitbucket.org/ashish2py/instagramheader/get/95bb87e37693.zip

here is the java Code .http://pastebin.com/6McECQer

My requirement is >

Parent ListView contains all the " username " and child ListView contains " 
latest 3 tweets " .

~~~~~~~~~~~~~~~~~~~
username 
[  latest 3 tweets ]
----------------------------
username 
[  latest 3 tweets ]
-----------------------------
username 
 [ latest 3 tweets ]
~~~~~~~~~~~~~~~~~~~

Thanks in advance .. 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to