[android-developers] Re: Deactivating the new zoom dialog in map views

2008-04-09 Thread Niket Anand

Can anyone help in replying this issue? I also want to deactivate zoom
dialog somehow.

Thanks,
Niket

On Mar 10, 5:52 am, Xenome [EMAIL PROTECTED] wrote:
 Hi all,

 ¿Do anyone know how todeactivatethe new (m5 release)zoomdialog
 that appears when double clicking on a map view?
 I'm capturing the double click events to launch another subactivity,
 and it's pretty annoying to have thisdialogopened when you return to
 the map activity...

  Cheers!
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How to show application loading progress bar on click of application on main home menu?

2008-04-03 Thread Niket Anand

Hi All,

I am trying to show the progress bar when user clicks my app on
android home main menu.
I tried different options but failed to do so. Mainly I called
ProgressDialog.show in onCreate method but it is not showing as I am
looking for.

As one can see my app icon on main menu then on click of that, till my
app properly loads, I want to show the progress bar showing
application loading.

Can anyone help me out?

Thanks,
Niket
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Monitor live objects in android app !!!

2008-04-02 Thread Niket Anand

Hello,

I have been facing one problem while running the android app for
sometime. After playing with app for sometime, I usually see
application not responding messages, eventhough I am taking care of
not creating large number of objects.

Can anyone suggest what is the exact problem which led to this not
responding message everytime? how to deal this? how to take care in
app?

Can anyone tell me how to monitor the total live object in memory as
right now I am seeing some info related to GC freeing number of
objects etc but not telling the current number of live objects, free
memory etc...


Thanks for your help.
Niket
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How to add track file in /data/misc/location folder to enable mock gps

2008-03-29 Thread Niket Anand

Hi All,
I would appreciate if anyone can help me out of one issue in android
app. Presently I am using track file in /misc/location/gps folder to
enable mock gps to consider my current location as per track file.
Does anyone know how to bundle that in apk file? or how to enable gps
with my customized track files at runtime without manually uploading
file using eclipse but want to handle different track files to add
this folder so that mock gps will consider my track files.
I have different track files based on different locations and want to
run my app with different track file. Right now I manually upload
track file in eclipseDDMSFileExplorer.
Mainly how to put track file at /misc/location/gps folder using apk or
application without manually putting file in fileexplorer in eclipse

Please help.
Niket
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---