[android-developers] Re: Progressbar

2009-06-08 Thread Zoltán Kisgyörgy
Have you tried this:
http://developer.android.com/guide/topics/ui/dialogs.html#ShowingAProgressBar
?? [?]

2009/6/8 Sukitha Udugamasooriya suk...@gmail.com


 Hi,

 Is there a way to display the percentage% of the progress on the bar?
 Simple write something on the bar in the new SDK? I have searched
 everywhere for a sample code... :(

 help please
 



-- 
K. Zoltán

--~--~-~--~~~---~--~~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---

inline: 330.png

[android-developers] Re: MapView Draggable Objects

2009-06-04 Thread Zoltán Kisgyörgy
yes, for more information look at the official mapview tutorial:
http://developer.android.com/guide/tutorials/views/hello-mapview.html

http://developer.android.com/guide/tutorials/views/hello-mapview.htmlat
the end there are also about markers

2009/6/4 Alexander Davis alexdavisspec...@gmail.com


 Hey
 Is it easy/possible to drag marker objects in a MapView?

 Alex
 



-- 
K. Zoltán

--~--~-~--~~~---~--~~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Where to find Google I/O presentations?

2009-06-04 Thread Zoltán Kisgyörgy
http://google-code-updates.blogspot.com/2009/06/android-now-beaming-io-videos-and.html

2009/6/4 John johnj...@gmail.com


 Thanks!

 



-- 
K. Zoltán

--~--~-~--~~~---~--~~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: where to locate google i/o presentation

2009-06-04 Thread Zoltán Kisgyörgy
http://google-code-updates.blogspot.com/2009/06/android-now-beaming-io-videos-and.html
http://code.google.com/events/io/sessions.html
http://code.google.com/events/io/sessions.html
2009/6/3 torrey pine lbs...@gmail.com


 Does Google publish the conference presentations yet? Thanks!

 



-- 
K. Zoltán

--~--~-~--~~~---~--~~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: MapView Draggable Objects

2009-06-04 Thread Zoltán Kisgyörgy
Found something that might help you:
view-source:http://code.google.com/apis/maps/documentation/examples/marker-drag.html
view-source:http://code.google.com/apis/maps/documentation/examples/marker-drag.htmllook
at the source of the site, its javascript but maybe the one in Android is
also the same:
more can be found here, I think:)
http://code.google.com/apis/maps/documentation/reference.html

I am also in a search how to diplay a custom cloud box over the marker, and
how to implement a click listener

2009/6/4 Alexander Davis alexdavisspec...@gmail.com


 Yup there is info about markers, but what about making the markers
 draggable? I don't see anything...

 On Jun 4, 11:28 am, Zoltán Kisgyörgy zoltan.kisgyo...@gmail.com
 wrote:
  yes, for more information look at the official mapview tutorial:
 http://developer.android.com/guide/tutorials/views/hello-mapview.html
 
  http://developer.android.com/guide/tutorials/views/hello-mapview.html
 at
  the end there are also about markers
 
  2009/6/4 Alexander Davis alexdavisspec...@gmail.com
 
 
 
   Hey
   Is it easy/possible to drag marker objects in a MapView?
 
   Alex
 
  --
  K. Zoltán
 



-- 
K. Zoltán

--~--~-~--~~~---~--~~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Advice on debug tool for I/O

2009-06-03 Thread Zoltán Kisgyörgy
Same problem by me when I try to use the Twitter4J api for a twitter client
application.So I'm interested too.

Regards,
Zoltan

2009/6/3 mobilek...@googlemail.com mobilek...@googlemail.com


 Hi,
 On a number of cases I have experienced problems with server / client
 communication where the server responses with XML files, which never
 reach my client. Is there any tool for monitoring everything incoming
 through an HTTP connection, or if not what is your advice to detect
 what's come through and what's not. I've tried Charles proxy, which
 intercepts all requests / responses, however, Android seems to refuse
 to work with proxies. Any advice will be much appreciated. Thank you!
 



-- 
K. Zoltán

--~--~-~--~~~---~--~~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Maps and StreetView missing in Android SDK 1.5?

2009-06-01 Thread Zoltán Kisgyörgy
now with the 1.5 the things had changed a bit.I tought too that the maps are
missing but there are there
you only have to make an instance that uses the Google Api and not only the
Android 1.5
So simply in the AVD make sure you select the one with the Google API
For Applications regarding a Maps application now you need a Map Key as
shown on the developer site
visit the forum for more help on the map key

http://code.google.com/android/add-ons/google-apis/maps-overview.html

http://code.google.com/android/add-ons/google-apis/maps-overview.htmlhave
fun,

K. Zoltan

2009/5/30 pawpaw17 georgefraz...@yahoo.com


 Everyone,

 Thanks in advance for any thoughts on this. In v1.5 of the SDK, the
 Maps/Streetview app
 is not installed in the emulator. I'm relying on launching an implicit
 intent which maps
 my addresses for me. Is there a way to test this in the emulator, i.e,
 do I need to install something
 extra? I'm presuming this is on the actual G1 phone with v1.5. Does
 anyone know?

 I'm also getting 100% failures in calls to getFromLocationName(). Is
 this related?

 Thanks,

 Best,

 pawpaw17
 



-- 
K. Zoltán

--~--~-~--~~~---~--~~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---