I have some doubts on the application.
On my nexus one,
When I first launch the map activity during the first 5 sec, if I want
to move the map, it is only moving half of the map. Then every thing
goes back to normality.
The second doubt I have is the same like the first one, but it is for
rotation. When the map is rotated, it only rotates half of the map and
then it rotates it fully.
Would it be because of the high resolution of the nexus again?
I attached the last version of my patch to zoom and rotate with multitouch.
Thanks
--
Fabien Carrion
() Campagne du ruban ASCII -- Contre les mails en html
/\ contre les pieces-jointes Microsoft
Web: http://fabien.carrion.free.fr/
Then when I'll have the rotation working, I'll send you an another patch. ok ?
On Tue, Jun 1, 2010 at 10:02 AM, Neil <neil...@gmail.com> wrote:
> Some comments on the coding style:
>
> Why bother making id, first and second int? Just keep them as Objects
> and it saves a lot of conversion.
corrected
> Why do this: new Float((float)event.getX())? You can just use
> event.getX() directly.
corrected
> Why call .floatValue()? You can just do autoboxing again.
corrected
> I didn't quite get the point of the two HashMaps. Are they remnants of
> the rotation?
corrected
> And the same comment I made for osmdroid: Wouldn't it be better to do
> the zoom on mouse up rather than move?
Correct me if I am wrong but in the default browser from android, the
zoom is done on mouse move.
Thanks for the comments
+1 for commit
Thanks
>>>>>>>>>>>> 3KAfficherT�l�charger
>>>>>>>> --
>>>>>>>> Fabien Carrion
>>>>>>>> () Campagne du ruban ASCII -- Contre les mails en html
>>>>>>>> /\ contre les pieces-jointes Microsoft
>>>>>>>> Web:http://fabien.carrion.free.fr/
>>>>>>>> multitouchmap.patch.zip
>>>>>>>> 3KAfficherT�l�charger
>>>>>> --
>>>>>> Fabien Carrion
>>>>>> () Campagne du ruban ASCII -- Contre les mails en html
>>>>>> /\ contre les pieces-jointes Microsoft
>>>>>> Web:http://fabien.carrion.free.fr/
>>>>> --
>>>>> Fabien Carrion
>>>>> () Campagne du ruban ASCII -- Contre les mails en html
>>>>> /\ contre les pieces-jointes Microsoft
>>>>> Web:http://fabien.carrion.free.fr/
>>>>> multitouchzoom.patch.zip
>>>>> 2KViewDownload
>>> --
>>> Fabien Carrion
>>> () Campagne du ruban ASCII -- Contre les mails en html
>>> /\ contre les pieces-jointes Microsoft
>>> Web:http://fabien.carrion.free.fr/
>>> multitouchzoom.patch.zip
>>> 2KViewDownload
--