Re: [android-developers] Horizontal ListView Adapter

2013-07-01 Thread Piren
The link you provided already has various implementations. Also, i highly 
doubt Google would use any implementation made on this list, especially 
since the guy that wrote the regular ListView is reading it :)
Besides, you can just take the source code of the ListView and modify it to 
be horizontal, shouldn't take long.

No point of bitching about missing features, since everyone will have at 
least one missing feature and you can't really please everyone.. though 
there are some very glaring missing features (textviews that resize the 
text, textviews that wrap text and wrap content properly, lazy loaded 
galleries, proper way to shove UI elements and etc).

I just program them all myself and ended up pretty much using mainly my own 
custom components, honestly - thats the most fun thing with android 
development :) i enjoyed making my components much more than actual code :-D

P.S - I know that the neighbors' grass is always greener, but i'm not sure 
that's really not the case with iOS development... Although in some aspects 
they have things easier (mainly making prettier, more responsive animated 
UI), they really lack when it comes to other areas... From my experience, 
pretty much on most fronts they always had it harder (and took longer) to 
implement things than it did for me, without even going into things i could 
do they just couldn't since their system is much more limiting and closed. 
Also, they need to code in Objective C, who the fuck wants that? :-D

On Sunday, June 30, 2013 11:20:46 PM UTC+3, Charx wrote:

 My Point Exactly i thought let's try another audience, anybody feels like 
 helping me building a horizontal listview adapter for Google so they can 
 implement it in there support library or upcoming Api? 

 Or is there another thread where we can bitch about features that should 
 have been build a long time ago? Maybe that way someone feels obligated to 
 develop one ^^. Or maybe i should just move my workstation away from my 
 adversary iOS colleague where everything goes so easy :(

  

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Horizontal ListView Adapter

2013-07-01 Thread Charx
True, i guess it's also a matter of experience and time an individual has. 
Do you maybe know where i can get the ListView.java from the original 2.3.x 
Android source code? 

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Horizontal ListView Adapter

2013-07-01 Thread Piren
Google it :)

You better google Adt-Addons instead, it has a plugin that attaches the 
android source code to your jars, very useful :)

On Monday, July 1, 2013 12:00:58 PM UTC+3, Charx wrote:

 True, i guess it's also a matter of experience and time an individual has. 
 Do you maybe know where i can get the ListView.java from the original 2.3.x 
 Android source code? 

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Horizontal ListView Adapter

2013-07-01 Thread Charx
Thnx, i will

On Monday, July 1, 2013 11:06:56 AM UTC+2, Piren wrote:

 Google it :)

 You better google Adt-Addons instead, it has a plugin that attaches the 
 android source code to your jars, very useful :)

 On Monday, July 1, 2013 12:00:58 PM UTC+3, Charx wrote:

 True, i guess it's also a matter of experience and time an individual 
 has. Do you maybe know where i can get the ListView.java from the original 
 2.3.x Android source code? 



-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Horizontal ListView Adapter

2013-06-30 Thread Piren
Ironically, your own reply also answers your question... obviously, others 
have missed it as well.

On Saturday, June 29, 2013 10:52:54 AM UTC+3, Charx wrote:

 http://bit.ly/11TLSqW

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Horizontal ListView Adapter

2013-06-30 Thread Παύλος-Πέτρος Τουρνάρης
If you are so smartass then Google before asking here!



On Sun, Jun 30, 2013 at 9:51 AM, Piren gpi...@gmail.com wrote:

 Ironically, your own reply also answers your question... obviously, others
 have missed it as well.


 On Saturday, June 29, 2013 10:52:54 AM UTC+3, Charx wrote:

 http://bit.ly/11TLSqW

  --
 --
 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 unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
*Παύλος-Πέτρος Τουρνάρης*
*Android   Software Developer*

   - *http://goo.gl/TsJ8u*
   - *http://acschedule.org*

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Horizontal ListView Adapter

2013-06-30 Thread Charx
My Point Exactly i thought let's try another audience, anybody feels like 
helping me building a horizontal listview adapter for Google so they can 
implement it in there support library or upcoming Api? 

Or is there another thread where we can bitch about features that should 
have been build a long time ago? Maybe that way someone feels obligated to 
develop one ^^. Or maybe i should just move my workstation away from my 
adversary iOS colleague where everything goes so easy :(

  

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Horizontal ListView Adapter

2013-06-29 Thread Charx
http://bit.ly/11TLSqW

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Horizontal ListView Adapter

2013-06-28 Thread Charx

Am i the only one that is missing a horizontal ListView adapter that has 
the ability to recycle views?

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Horizontal ListView Adapter

2013-06-28 Thread Παύλος-Πέτρος Τουρνάρης
What do you mean by horizontal?



On Fri, Jun 28, 2013 at 6:49 PM, Charx evertvdbr...@gmail.com wrote:


 Am i the only one that is missing a horizontal ListView adapter that has
 the ability to recycle views?

 --
 --
 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 unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
*Παύλος-Πέτρος Τουρνάρης*
*Android   Software Developer*

   - *http://goo.gl/TsJ8u*
   - *http://acschedule.org*

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.