0

I would like to develop a similar UI implementation to the Pulse app on Android. There is no native Android component available for horizontal scroll view with adapters or lazy loading.

How did they make this UI?

Adam Wright
  • 48,938
  • 12
  • 131
  • 152
Andy
  • 123
  • 1
  • 1
  • 12
  • cek this out.. http://stackoverflow.com/questions/11775677/android-horizontal-list-view-in-vertical-scroll-view/17382886#17382886 i think this is the solution... – ade sueb Jun 29 '13 at 17:36

1 Answers1

2

i don't know how the Pulse app does it, but maybe you could try to make do with a Horizontal Listview here: http://www.dev-smart.com/archives/34.

mango
  • 5,577
  • 4
  • 29
  • 41
  • Thanks for the reply but I want exact way how they did do you have any idea? – Andy Jan 02 '13 at 06:06
  • 1
    Well I can't know unless it's open source or I was on the development team, but you should be able to get very close with a horizontal listview and listview principles – mango Jan 02 '13 at 14:31
  • can't we use gallery view horizontally and and in vertical scroll view pls advise me here is it good approch or not? – Andy Jan 03 '13 at 05:47
  • you can do in that way but gallery has center locking mechanism. – Ankit Jun 12 '13 at 09:22