Re: [android-developers] Re: UI like Youtube

2011-12-16 Thread Christian Eduardo Palomares Peralta
It works with a LinearLayout vertical and adding programmatically
linearlayout horizontal, and also managing the scrollview =)

Thxs for your answers =)!!!

2011/12/15 Kostya Vasilyev kmans...@gmail.com

 Looks pretty close to me.

 15 декабря 2011 г. 20:08 пользователь Christian Eduardo Palomares
 Peralta palomare...@gmail.com написал:
  like this???
  http://www.marteinn.se/blog/?p=485
 
  I'll try it =)
 
 
  2011/12/15 Kostya Vasilyev kmans...@gmail.com
 
  Um,
 
  @Override
  protected void onScrollChanged (int l, int t, int oldl, int oldt)
 
  ???
 
 
  15 декабря 2011 г. 19:55 пользователь Christian Eduardo Palomares
  Peralta palomare...@gmail.com написал:
   Thanks for the help, but i was talking about that in a linearlayout
 with
   a
   scroll view :(
  
   2011/12/15 Kostya Vasilyev kmans...@gmail.com
  
   For dynamic content on the bottom, you can:
  
   - Override getView and check the item position (maybe not quite
   religiously pure, but it works).
  
   - Use an OnScrollListener to be notified of scroll state changes,
 wait
   for SCROLL_STATE_IDLE and check what's visible
  
  
  
  
 http://developer.android.com/reference/android/widget/AbsListView.html#setOnScrollListener(android.widget.AbsListView.OnScrollListener)
  
   Or come up with something else, such as maybe subclassing the list
   view, overriding onLayout and checking the last visible position
 after
   calling super...
  
   -- Kostya
  
   15 декабря 2011 г. 19:11 пользователь Christian Eduardo Palomares
   Peralta palomare...@gmail.com написал:
I've tried again with listview but i had some problems to load more
items to
the adapter.
   
Now i'm adding the controls programmatically and i think it should
work,
but
my only problem is detecting the scroll in the bottom to load more
items
:(.
   
Thxs
   
2011/12/15 Kostya Vasilyev kmans...@gmail.com
   
That - I mean the right part - looks like some kind of custom
adapter
view, maybe with view recycling (harder) maybe not (easier).
   
15.12.2011 12:02, Christian Eduardo Palomares Peralta пишет:
   
BTW, i'm not talking about the first view in UI youtube tablet
version,
i
think that's a 3D carousel. I'm talking about the exploratory view
(second
tab).
   
2011/12/14 Kostya Vasilyev kmans...@gmail.com
   
As far the as the 3D panoramic scrolling goes:
   
   
   
   
   
 http://android-developers.blogspot.com/2011/02/introducing-renderscript.html
   

Renderscript has been used in the creation of the new
 visually-rich
YouTube and Books apps.

   
-- Kostya
   
15 декабря 2011 г. 2:57 пользователь Ali Chousein
ali.chous...@gmail.com написал:

 Mine is just a guess but YouTube might be using HTML5.

 -
 Ali Chousein
 Weather-Buddy
 http://weatherbuddy.blogspot.com |
 http://twitter.com/weather_buddy
 Geo-Filtered Assistant
 http://geo-filtered-assistant.blogspot.com
 https://marketplace.cisco.com/apphq/products/994

 --
 You received this message because you are subscribed to the
 Google
 Groups Android Developers group.
 To post to this group, send email to
 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
   
--
You received this message because you are subscribed to the
 Google
Groups Android Developers group.
To post to this group, send email to
android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
   
   
   
   
--
Christian Eduardo Palomares Peralta (ShinjiDev) -
http://learningwebdev.blogspot.com
Administrador del Grupo Python-Perú
--
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to
android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
   
   
--
Kostya Vasilyev
   
--
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to
android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
   
   
   
   
--
Christian Eduardo Palomares Peralta 

Re: [android-developers] Re: UI like Youtube

2011-12-15 Thread Christian Eduardo Palomares Peralta
BTW, i'm not talking about the first view in UI youtube tablet version, i
think that's a 3D carousel. I'm talking about the exploratory view (second
tab).

2011/12/14 Kostya Vasilyev kmans...@gmail.com

 As far the as the 3D panoramic scrolling goes:


 http://android-developers.blogspot.com/2011/02/introducing-renderscript.html

 
 Renderscript has been used in the creation of the new visually-rich
 YouTube and Books apps.
 

 -- Kostya

 15 декабря 2011 г. 2:57 пользователь Ali Chousein
 ali.chous...@gmail.com написал:
 
  Mine is just a guess but YouTube might be using HTML5.
 
  -
  Ali Chousein
  Weather-Buddy
  http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
  Geo-Filtered Assistant
  http://geo-filtered-assistant.blogspot.com
  https://marketplace.cisco.com/apphq/products/994
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

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




-- 
Christian Eduardo Palomares Peralta (ShinjiDev) -
http://learningwebdev.blogspot.com
Administrador del Grupo Python-Perú

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

Re: [android-developers] Re: UI like Youtube

2011-12-15 Thread Kostya Vasilyev
That - I mean the right part - looks like some kind of custom adapter 
view, maybe with view recycling (harder) maybe not (easier).


15.12.2011 12:02, Christian Eduardo Palomares Peralta пишет:
BTW, i'm not talking about the first view in UI youtube tablet 
version, i think that's a 3D carousel. I'm talking about the 
exploratory view (second tab).


2011/12/14 Kostya Vasilyev kmans...@gmail.com 
mailto:kmans...@gmail.com


As far the as the 3D panoramic scrolling goes:

http://android-developers.blogspot.com/2011/02/introducing-renderscript.html


Renderscript has been used in the creation of the new visually-rich
YouTube and Books apps.


-- Kostya

15 декабря 2011 г. 2:57 пользователь Ali Chousein
ali.chous...@gmail.com mailto:ali.chous...@gmail.com написал:

 Mine is just a guess but YouTube might be using HTML5.

 -
 Ali Chousein
 Weather-Buddy
 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
 Geo-Filtered Assistant
 http://geo-filtered-assistant.blogspot.com
 https://marketplace.cisco.com/apphq/products/994

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to
android-developers@googlegroups.com
mailto:android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
mailto:android-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

--
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to
android-developers@googlegroups.com
mailto:android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
mailto:android-developers%2bunsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en




--
Christian Eduardo Palomares Peralta (ShinjiDev) - 
http://learningwebdev.blogspot.com

Administrador del Grupo Python-Perú
--
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en 


--
Kostya Vasilyev

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

Re: [android-developers] Re: UI like Youtube

2011-12-15 Thread Christian Eduardo Palomares Peralta
I've tried again with listview but i had some problems to load more items
to the adapter.

Now i'm adding the controls programmatically and i think it should work,
but my only problem is detecting the scroll in the bottom to load more
items :(.

Thxs

2011/12/15 Kostya Vasilyev kmans...@gmail.com

  That - I mean the right part - looks like some kind of custom adapter
 view, maybe with view recycling (harder) maybe not (easier).

 15.12.2011 12:02, Christian Eduardo Palomares Peralta пишет:

 BTW, i'm not talking about the first view in UI youtube tablet version, i
 think that's a 3D carousel. I'm talking about the exploratory view (second
 tab).

 2011/12/14 Kostya Vasilyev kmans...@gmail.com

 As far the as the 3D panoramic scrolling goes:


 http://android-developers.blogspot.com/2011/02/introducing-renderscript.html

 
 Renderscript has been used in the creation of the new visually-rich
 YouTube and Books apps.
 

 -- Kostya

 15 декабря 2011 г. 2:57 пользователь Ali Chousein
 ali.chous...@gmail.com написал:
  
  Mine is just a guess but YouTube might be using HTML5.
 
  -
  Ali Chousein
  Weather-Buddy
  http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
  Geo-Filtered Assistant
  http://geo-filtered-assistant.blogspot.com
  https://marketplace.cisco.com/apphq/products/994
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to
 android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

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




  --
 Christian Eduardo Palomares Peralta (ShinjiDev) -
 http://learningwebdev.blogspot.com
 Administrador del Grupo Python-Perú
 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


 --
 Kostya Vasilyev

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




-- 
Christian Eduardo Palomares Peralta (ShinjiDev) -
http://learningwebdev.blogspot.com
Administrador del Grupo Python-Perú

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

Re: [android-developers] Re: UI like Youtube

2011-12-15 Thread Kostya Vasilyev
For dynamic content on the bottom, you can:

- Override getView and check the item position (maybe not quite
religiously pure, but it works).

- Use an OnScrollListener to be notified of scroll state changes, wait
for SCROLL_STATE_IDLE and check what's visible

http://developer.android.com/reference/android/widget/AbsListView.html#setOnScrollListener(android.widget.AbsListView.OnScrollListener)

Or come up with something else, such as maybe subclassing the list
view, overriding onLayout and checking the last visible position after
calling super...

-- Kostya

15 декабря 2011 г. 19:11 пользователь Christian Eduardo Palomares
Peralta palomare...@gmail.com написал:
 I've tried again with listview but i had some problems to load more items to
 the adapter.

 Now i'm adding the controls programmatically and i think it should work, but
 my only problem is detecting the scroll in the bottom to load more items :(.

 Thxs

 2011/12/15 Kostya Vasilyev kmans...@gmail.com

 That - I mean the right part - looks like some kind of custom adapter
 view, maybe with view recycling (harder) maybe not (easier).

 15.12.2011 12:02, Christian Eduardo Palomares Peralta пишет:

 BTW, i'm not talking about the first view in UI youtube tablet version, i
 think that's a 3D carousel. I'm talking about the exploratory view (second
 tab).

 2011/12/14 Kostya Vasilyev kmans...@gmail.com

 As far the as the 3D panoramic scrolling goes:


 http://android-developers.blogspot.com/2011/02/introducing-renderscript.html

 
 Renderscript has been used in the creation of the new visually-rich
 YouTube and Books apps.
 

 -- Kostya

 15 декабря 2011 г. 2:57 пользователь Ali Chousein
 ali.chous...@gmail.com написал:
 
  Mine is just a guess but YouTube might be using HTML5.
 
  -
  Ali Chousein
  Weather-Buddy
  http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
  Geo-Filtered Assistant
  http://geo-filtered-assistant.blogspot.com
  https://marketplace.cisco.com/apphq/products/994
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to
  android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

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




 --
 Christian Eduardo Palomares Peralta (ShinjiDev) -
 http://learningwebdev.blogspot.com
 Administrador del Grupo Python-Perú
 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


 --
 Kostya Vasilyev

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




 --
 Christian Eduardo Palomares Peralta (ShinjiDev) -
 http://learningwebdev.blogspot.com
 Administrador del Grupo Python-Perú

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

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


Re: [android-developers] Re: UI like Youtube

2011-12-15 Thread Christian Eduardo Palomares Peralta
Thanks for the help, but i was talking about that in a linearlayout with a
scroll view :(

2011/12/15 Kostya Vasilyev kmans...@gmail.com

 For dynamic content on the bottom, you can:

 - Override getView and check the item position (maybe not quite
 religiously pure, but it works).

 - Use an OnScrollListener to be notified of scroll state changes, wait
 for SCROLL_STATE_IDLE and check what's visible


 http://developer.android.com/reference/android/widget/AbsListView.html#setOnScrollListener(android.widget.AbsListView.OnScrollListener)

 Or come up with something else, such as maybe subclassing the list
 view, overriding onLayout and checking the last visible position after
 calling super...

 -- Kostya

 15 декабря 2011 г. 19:11 пользователь Christian Eduardo Palomares
 Peralta palomare...@gmail.com написал:
  I've tried again with listview but i had some problems to load more
 items to
  the adapter.
 
  Now i'm adding the controls programmatically and i think it should work,
 but
  my only problem is detecting the scroll in the bottom to load more items
 :(.
 
  Thxs
 
  2011/12/15 Kostya Vasilyev kmans...@gmail.com
 
  That - I mean the right part - looks like some kind of custom adapter
  view, maybe with view recycling (harder) maybe not (easier).
 
  15.12.2011 12:02, Christian Eduardo Palomares Peralta пишет:
 
  BTW, i'm not talking about the first view in UI youtube tablet version,
 i
  think that's a 3D carousel. I'm talking about the exploratory view
 (second
  tab).
 
  2011/12/14 Kostya Vasilyev kmans...@gmail.com
 
  As far the as the 3D panoramic scrolling goes:
 
 
 
 http://android-developers.blogspot.com/2011/02/introducing-renderscript.html
 
  
  Renderscript has been used in the creation of the new visually-rich
  YouTube and Books apps.
  
 
  -- Kostya
 
  15 декабря 2011 г. 2:57 пользователь Ali Chousein
  ali.chous...@gmail.com написал:
  
   Mine is just a guess but YouTube might be using HTML5.
  
   -
   Ali Chousein
   Weather-Buddy
   http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
   Geo-Filtered Assistant
   http://geo-filtered-assistant.blogspot.com
   https://marketplace.cisco.com/apphq/products/994
  
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to
   android-developers@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to
 android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
 
 
 
 
  --
  Christian Eduardo Palomares Peralta (ShinjiDev) -
  http://learningwebdev.blogspot.com
  Administrador del Grupo Python-Perú
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to
 android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
 
 
  --
  Kostya Vasilyev
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to
 android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
 
 
 
 
  --
  Christian Eduardo Palomares Peralta (ShinjiDev) -
  http://learningwebdev.blogspot.com
  Administrador del Grupo Python-Perú
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

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




-- 
Christian Eduardo Palomares Peralta (ShinjiDev) -
http://learningwebdev.blogspot.com
Administrador del Grupo Python-Perú

-- 
You received this 

Re: [android-developers] Re: UI like Youtube

2011-12-15 Thread Kostya Vasilyev
Um,

@Override
protected void onScrollChanged (int l, int t, int oldl, int oldt)

???


15 декабря 2011 г. 19:55 пользователь Christian Eduardo Palomares
Peralta palomare...@gmail.com написал:
 Thanks for the help, but i was talking about that in a linearlayout with a
 scroll view :(

 2011/12/15 Kostya Vasilyev kmans...@gmail.com

 For dynamic content on the bottom, you can:

 - Override getView and check the item position (maybe not quite
 religiously pure, but it works).

 - Use an OnScrollListener to be notified of scroll state changes, wait
 for SCROLL_STATE_IDLE and check what's visible


 http://developer.android.com/reference/android/widget/AbsListView.html#setOnScrollListener(android.widget.AbsListView.OnScrollListener)

 Or come up with something else, such as maybe subclassing the list
 view, overriding onLayout and checking the last visible position after
 calling super...

 -- Kostya

 15 декабря 2011 г. 19:11 пользователь Christian Eduardo Palomares
 Peralta palomare...@gmail.com написал:
  I've tried again with listview but i had some problems to load more
  items to
  the adapter.
 
  Now i'm adding the controls programmatically and i think it should work,
  but
  my only problem is detecting the scroll in the bottom to load more items
  :(.
 
  Thxs
 
  2011/12/15 Kostya Vasilyev kmans...@gmail.com
 
  That - I mean the right part - looks like some kind of custom adapter
  view, maybe with view recycling (harder) maybe not (easier).
 
  15.12.2011 12:02, Christian Eduardo Palomares Peralta пишет:
 
  BTW, i'm not talking about the first view in UI youtube tablet version,
  i
  think that's a 3D carousel. I'm talking about the exploratory view
  (second
  tab).
 
  2011/12/14 Kostya Vasilyev kmans...@gmail.com
 
  As far the as the 3D panoramic scrolling goes:
 
 
 
  http://android-developers.blogspot.com/2011/02/introducing-renderscript.html
 
  
  Renderscript has been used in the creation of the new visually-rich
  YouTube and Books apps.
  
 
  -- Kostya
 
  15 декабря 2011 г. 2:57 пользователь Ali Chousein
  ali.chous...@gmail.com написал:
  
   Mine is just a guess but YouTube might be using HTML5.
  
   -
   Ali Chousein
   Weather-Buddy
   http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
   Geo-Filtered Assistant
   http://geo-filtered-assistant.blogspot.com
   https://marketplace.cisco.com/apphq/products/994
  
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to
   android-developers@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to
  android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
 
 
 
 
  --
  Christian Eduardo Palomares Peralta (ShinjiDev) -
  http://learningwebdev.blogspot.com
  Administrador del Grupo Python-Perú
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to
  android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
 
 
  --
  Kostya Vasilyev
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to
  android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
 
 
 
 
  --
  Christian Eduardo Palomares Peralta (ShinjiDev) -
  http://learningwebdev.blogspot.com
  Administrador del Grupo Python-Perú
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 

Re: [android-developers] Re: UI like Youtube

2011-12-15 Thread Christian Eduardo Palomares Peralta
like this???
http://www.marteinn.se/blog/?p=485

I'll try it =)

2011/12/15 Kostya Vasilyev kmans...@gmail.com

 Um,

 @Override
 protected void onScrollChanged (int l, int t, int oldl, int oldt)

 ???


 15 декабря 2011 г. 19:55 пользователь Christian Eduardo Palomares
 Peralta palomare...@gmail.com написал:
  Thanks for the help, but i was talking about that in a linearlayout with
 a
  scroll view :(
 
  2011/12/15 Kostya Vasilyev kmans...@gmail.com
 
  For dynamic content on the bottom, you can:
 
  - Override getView and check the item position (maybe not quite
  religiously pure, but it works).
 
  - Use an OnScrollListener to be notified of scroll state changes, wait
  for SCROLL_STATE_IDLE and check what's visible
 
 
 
 http://developer.android.com/reference/android/widget/AbsListView.html#setOnScrollListener(android.widget.AbsListView.OnScrollListener)
 
  Or come up with something else, such as maybe subclassing the list
  view, overriding onLayout and checking the last visible position after
  calling super...
 
  -- Kostya
 
  15 декабря 2011 г. 19:11 пользователь Christian Eduardo Palomares
  Peralta palomare...@gmail.com написал:
   I've tried again with listview but i had some problems to load more
   items to
   the adapter.
  
   Now i'm adding the controls programmatically and i think it should
 work,
   but
   my only problem is detecting the scroll in the bottom to load more
 items
   :(.
  
   Thxs
  
   2011/12/15 Kostya Vasilyev kmans...@gmail.com
  
   That - I mean the right part - looks like some kind of custom adapter
   view, maybe with view recycling (harder) maybe not (easier).
  
   15.12.2011 12:02, Christian Eduardo Palomares Peralta пишет:
  
   BTW, i'm not talking about the first view in UI youtube tablet
 version,
   i
   think that's a 3D carousel. I'm talking about the exploratory view
   (second
   tab).
  
   2011/12/14 Kostya Vasilyev kmans...@gmail.com
  
   As far the as the 3D panoramic scrolling goes:
  
  
  
  
 http://android-developers.blogspot.com/2011/02/introducing-renderscript.html
  
   
   Renderscript has been used in the creation of the new visually-rich
   YouTube and Books apps.
   
  
   -- Kostya
  
   15 декабря 2011 г. 2:57 пользователь Ali Chousein
   ali.chous...@gmail.com написал:
   
Mine is just a guess but YouTube might be using HTML5.
   
-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com |
 http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994
   
--
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to
android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
  
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to
   android-developers@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en
  
  
  
  
   --
   Christian Eduardo Palomares Peralta (ShinjiDev) -
   http://learningwebdev.blogspot.com
   Administrador del Grupo Python-Perú
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to
   android-developers@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en
  
  
   --
   Kostya Vasilyev
  
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to
   android-developers@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en
  
  
  
  
   --
   Christian Eduardo Palomares Peralta (ShinjiDev) -
   http://learningwebdev.blogspot.com
   Administrador del Grupo Python-Perú
  
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to
 android-developers@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en
 
  --
  You received this message because you are 

Re: [android-developers] Re: UI like Youtube

2011-12-15 Thread Kostya Vasilyev
Looks pretty close to me.

15 декабря 2011 г. 20:08 пользователь Christian Eduardo Palomares
Peralta palomare...@gmail.com написал:
 like this???
 http://www.marteinn.se/blog/?p=485

 I'll try it =)


 2011/12/15 Kostya Vasilyev kmans...@gmail.com

 Um,

 @Override
 protected void onScrollChanged (int l, int t, int oldl, int oldt)

 ???


 15 декабря 2011 г. 19:55 пользователь Christian Eduardo Palomares
 Peralta palomare...@gmail.com написал:
  Thanks for the help, but i was talking about that in a linearlayout with
  a
  scroll view :(
 
  2011/12/15 Kostya Vasilyev kmans...@gmail.com
 
  For dynamic content on the bottom, you can:
 
  - Override getView and check the item position (maybe not quite
  religiously pure, but it works).
 
  - Use an OnScrollListener to be notified of scroll state changes, wait
  for SCROLL_STATE_IDLE and check what's visible
 
 
 
  http://developer.android.com/reference/android/widget/AbsListView.html#setOnScrollListener(android.widget.AbsListView.OnScrollListener)
 
  Or come up with something else, such as maybe subclassing the list
  view, overriding onLayout and checking the last visible position after
  calling super...
 
  -- Kostya
 
  15 декабря 2011 г. 19:11 пользователь Christian Eduardo Palomares
  Peralta palomare...@gmail.com написал:
   I've tried again with listview but i had some problems to load more
   items to
   the adapter.
  
   Now i'm adding the controls programmatically and i think it should
   work,
   but
   my only problem is detecting the scroll in the bottom to load more
   items
   :(.
  
   Thxs
  
   2011/12/15 Kostya Vasilyev kmans...@gmail.com
  
   That - I mean the right part - looks like some kind of custom
   adapter
   view, maybe with view recycling (harder) maybe not (easier).
  
   15.12.2011 12:02, Christian Eduardo Palomares Peralta пишет:
  
   BTW, i'm not talking about the first view in UI youtube tablet
   version,
   i
   think that's a 3D carousel. I'm talking about the exploratory view
   (second
   tab).
  
   2011/12/14 Kostya Vasilyev kmans...@gmail.com
  
   As far the as the 3D panoramic scrolling goes:
  
  
  
  
   http://android-developers.blogspot.com/2011/02/introducing-renderscript.html
  
   
   Renderscript has been used in the creation of the new visually-rich
   YouTube and Books apps.
   
  
   -- Kostya
  
   15 декабря 2011 г. 2:57 пользователь Ali Chousein
   ali.chous...@gmail.com написал:
   
Mine is just a guess but YouTube might be using HTML5.
   
-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com |
http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994
   
--
You received this message because you are subscribed to the
Google
Groups Android Developers group.
To post to this group, send email to
android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
  
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to
   android-developers@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en
  
  
  
  
   --
   Christian Eduardo Palomares Peralta (ShinjiDev) -
   http://learningwebdev.blogspot.com
   Administrador del Grupo Python-Perú
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to
   android-developers@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en
  
  
   --
   Kostya Vasilyev
  
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to
   android-developers@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en
  
  
  
  
   --
   Christian Eduardo Palomares Peralta (ShinjiDev) -
   http://learningwebdev.blogspot.com
   Administrador del Grupo Python-Perú
  
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to
   android-developers@googlegroups.com
   To unsubscribe from this group, send email to
   

Re: [android-developers] Re: UI like Youtube

2011-12-14 Thread Kostya Vasilyev
As far the as the 3D panoramic scrolling goes:

http://android-developers.blogspot.com/2011/02/introducing-renderscript.html


Renderscript has been used in the creation of the new visually-rich
YouTube and Books apps.


-- Kostya

15 декабря 2011 г. 2:57 пользователь Ali Chousein
ali.chous...@gmail.com написал:

 Mine is just a guess but YouTube might be using HTML5.

 -
 Ali Chousein
 Weather-Buddy
 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
 Geo-Filtered Assistant
 http://geo-filtered-assistant.blogspot.com
 https://marketplace.cisco.com/apphq/products/994

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

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