[android-developers] Re: Attempt to include a core VM class in something other...

2009-06-03 Thread markdsievers
Root cause was two android jars on the classpath...Yes it is a silly error, cant help but be a little dissapointed that this problem manifested itself like this On Jun 3, 10:40 pm, Mark Murphy wrote: > markdsievers wrote: > > Just a bump...Same situation, upgrading Android and have

[android-developers] Re: Attempt to include a core VM class in something other...

2009-06-03 Thread markdsievers
Just a bump...Same situation, upgrading Android and have ended up with this problem. Someone in the next cubicle has the same project working, so will post the solution shortly... On May 28, 7:30 am, dakishin wrote: > Hi, > I am using Android SDK 1.1 > Intellij idea plugin Android_Support_6812.z

[android-developers] Re: ListViews getting rendered multiple times

2009-03-20 Thread markdsievers
In the sample code linked in my first post, my layout contains no layout_weight attributes. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-deve

[android-developers] Re: ListViews getting rendered multiple times

2009-03-20 Thread markdsievers
Update via private messaging: > 1) None of the LinearLayout's contain the layout_wieght attribute...So > I'm not sure that's my problem. It happens if the layout_weight is on a *child* of a LinearLayout. > 3) Give that this is an overhead, can you suggest an approach that > does not suffer this

[android-developers] Re: ListViews getting rendered multiple times

2009-03-20 Thread markdsievers
er the ListViws items? 3) Give that this is an overhead, can you suggest an approach that does not suffer this? Thanks in advance, Mark Sievers On Mar 18, 4:09 am, Romain Guy wrote: > This is expected if you use layout_weight in your linearlayout for instance. > > > > On Mon, Mar 16,

[android-developers] ListViews getting rendered multiple times

2009-03-17 Thread markdsievers
So the situation is this, I have a ListView that is embedded in two LinearLayout ViewGroups to form a screen. BaseAdapter.getView() (the implementation of the ListAdapter) is typically called n times (where n is numElements) to render the screen. The problem I have is this set of calls is being re