Re: [android-developers] UI like Youtube

2011-12-14 Thread TreKing
On Wed, Dec 14, 2011 at 11:57 AM, Christian Palomares (ShinjiDev) <
palomare...@gmail.com> wrote:

> I've tried to do something similar, but i couldn't =(
>

What did you try? What didn't work?


> Is there any place where i can get the source code of the
> youtube application for Tablet?
>

That app is no open-source, AFAIK.


>  Or maybe some resource to solve this?
>

http://developer.android.com/index.html
http://android-developers.blogspot.com/?hl=en

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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] UI like Youtube

2011-12-14 Thread Christian Eduardo Palomares Peralta
Well, My first try was designing UI with scrollView, LinearLayout and
my_item.xml, i tried to inflate my_item.xml adding programmatically into
the linearlayout (horizontal orientation), but it doesn't work in the way
that i want. I need something like a linearlayout but with horizontal and
vertical orientation at the same time (something like a div).

I was thinking to use a ListView and a custom adapter (with my_item.xml),
but i'm not sure if this can be the best solution.

BTW, i searched in those resources, but i couldn't find something
appropiate for my problem :(

2011/12/14 TreKing 

> On Wed, Dec 14, 2011 at 11:57 AM, Christian Palomares (ShinjiDev) <
> palomare...@gmail.com> wrote:
>
>> I've tried to do something similar, but i couldn't =(
>>
>
> What did you try? What didn't work?
>
>
>> Is there any place where i can get the source code of the
>> youtube application for Tablet?
>>
>
> That app is no open-source, AFAIK.
>
>
>>  Or maybe some resource to solve this?
>>
>
> http://developer.android.com/index.html
> http://android-developers.blogspot.com/?hl=en
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
>
>  --
> 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] UI like Youtube

2011-12-14 Thread TreKing
On Wed, Dec 14, 2011 at 2:39 PM, Christian Eduardo Palomares Peralta <
palomare...@gmail.com> wrote:

> I was thinking to use a ListView and a custom adapter (with my_item.xml),
> but i'm not sure if this can be the best solution.


>From what you described, that sounds about right. Listview with each item
being a horizontal LinearLayout. What's wrong with that? (Note I have not
seen the YouTube app on a tablet so I don't have the visual).

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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] UI like Youtube

2011-12-14 Thread Christian Eduardo Palomares Peralta
For me it's not the best solution because i need for portrait view
my_item.xml with a horizontal linearlayout for 3 items (i.e.), but for
landscape view with a horizontal linearlayout for 4 items, how can i
control something like that in the creation of my listview???

I just can have a solution for one (horizontal or portrait), but not both :(

2011/12/14 TreKing 

> On Wed, Dec 14, 2011 at 2:39 PM, Christian Eduardo Palomares Peralta <
> palomare...@gmail.com> wrote:
>
>> I was thinking to use a ListView and a custom adapter (with my_item.xml),
>> but i'm not sure if this can be the best solution.
>
>
> From what you described, that sounds about right. Listview with each item
> being a horizontal LinearLayout. What's wrong with that? (Note I have not
> seen the YouTube app on a tablet so I don't have the visual).
>
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
>  --
> 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