views:

9

answers:

0

Hi,

I have a listView on my app which is compose by one ImageView and one Text. When user clic on text, another activity appear. When User clic On ImageView, I display a MailDialog.

My problem : I try my app on 2 differents devices. One is LG GW620 (Android os 1.5), and the other is nexus one (Android os 2.1)

When I'm on the LG, the MailDialog display quickly (about 1-2 secondes). But when I'm one the nexus one, it appear after 4-5 secondes and sometimes more.

I don't understand why ? And I would like my dialog open quickly on all devices.

Anyone have an idea about the problem ?