Hello !

First i'm a very new developper, I do android sinse a month and had
very little experience in programation before that. So i'm learning
while coding, don't expect to see beautiful code there :( :).

In my app, i'm asked to have a different formed menu : it scroll from
the right of the screen and move my main view to the left, it has to
be an independent layout in witch I can code.
I precise that I dont wan't if possible to change the way I'm doing
it, it's already implement it in numerous activity of a very big app.

that is the code of one of my problematic activity:

I concieved my own class extending ViewGroup :

http://pastie.org/3505807

That is the activity (bug there is 10+ others where this problem
appears)

http://pastie.org/3505833

few explanations :
PressesControllerJson is my controller whitch download and map data
from my WS (with Jackson)
PracticalGuideCategory is a member of the object I map, it's inside
this one where i find the data I'm interressed in
PracticalSubGuideDetails un membre of this one


here are my three xml's:
my main view ( the list view ) : http://pastie.org/3505904
my menu : http://pastie.org/3505911
my activity layout : http://pastie.org/3505917
and finaly the layout of my list view items : http://pastie.org/3505921

The problem is the following : when my data are well download and
mapped, my list view is up to date and well notified but nothing is
displayed.
But when I push menu Button, everything appear in an instant, like
everything was there from the begining just "invisible".
I tried to refresh my view by every means i found on the internet, but
nothing did the trick.

The same problem appears in an activity where my main view is a google
map, and the poi appears uppon it at the moment where i move the map.
And when i bush back button on every of these activity, i see the
content appear during the leaving animation.

I hope someone could help me !

regards :)

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

Reply via email to