[android-developers] Re: appwidget setOnClickPendingIntent not always working

2011-05-23 Thread biokys
Hi guys, nobody knows? -- 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

Re: [android-developers] Re: appwidget setOnClickPendingIntent not always working

2011-05-23 Thread biokys
Thanks for your help. Now it looks like it is working. -- 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] appwidget setOnClickPendingIntent not always working

2011-05-20 Thread biokys
Hi, I have an issue with my appwidget. It has really strange behaviour, because when I add widget to desktop it *not always* become clickable, even i defined setOnClickPendingIntent. On different phones it has different successfull install ratio. Thank you for your help public class

Re: [android-developers] Re: Problem with SpeechRecognizer called from Widget

2011-03-09 Thread biokys
Still in problemanyone could help me? Pls -- 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

Re: [android-developers] Re: Problem with SpeechRecognizer called from Widget

2011-02-22 Thread biokys
Thanks for your reply. I tried this and still the same problem :-(. I am starting to be crazy of that. private PendingIntent startVoiceRecognitionActivity(Context context) { Intent activityIntent = new Intent(context, MainActivity.class); PendingIntent resultsPendingIntent =

[android-developers] Re: Problem with SpeechRecognizer called from Widget

2011-02-20 Thread biokys
no one had the same problem? -- 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] Problem with SpeechRecognizer called from Widget

2011-02-18 Thread biokys
Hi, I have some troubles with implementing SpeechRecognizer, which is called from my widget. Here is a snippet of code: private PendingIntent startVoiceRecognitionActivity(Context context) { Intent activityIntent = new Intent(context, MainActivity.class); PendingIntent resultsPendingIntent =

[android-developers] Re: Uploading images to BLOBSTORE @ AppEngine

2010-12-28 Thread biokys
nobody knows? -- 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

[android-developers] Uploading images to BLOBSTORE @ AppEngine

2010-12-27 Thread biokys
Hi, I am trying to figure out, how to simply send and store any images to GAE Blobstore from Android. Is it possible? Thank you Honza -- 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] Re: Restlet api

2010-12-06 Thread biokys
of a Put. Put isn't supposed to return anything but the request status. - Brill Pappin On Dec 2, 5:08 pm, biokys mulle...@gmail.com wrote: So I make another step, I can succesfully call this method from client:  User user = resource.getUser(Test); On the server side it looks like

[android-developers] Re: Restlet api

2010-12-02 Thread biokys
not mistaken, custom data types should be serialized before being sent.  I hope that helps.  I will watch this thread for any further questions. On Dec 1, 4:53 pm, biokys mulle...@gmail.com wrote: Hi, I am little bit confused about using of restlet framework. Can someone explain me, if restlet

[android-developers] Restlet api

2010-12-01 Thread biokys
Hi, I am little bit confused about using of restlet framework. Can someone explain me, if restlet api works similarly as a classic web services (JAX-WS)? I cant figure out, how to transfer to server my custom data type and in the same call to return any value or another custom data type like long

[android-developers] Transactions

2010-11-18 Thread biokys
Hi, I am trying to find out, how to store data in a local DB and remotely over HTTP in one transaction. Does exist any native mechanism in Android phone for transactional behavior? Thx Honza -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Transactions

2010-11-18 Thread biokys
behavior is not crucial in this case, but can be handy. Honza On 18 lis, 14:47, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: On Thu, Nov 18, 2010 at 1:05 PM, biokys mulle...@gmail.com wrote: Hi, I am trying to find out, how to store data in a local DB and remotely over HTTP in one

[android-developers] Re: Transactions

2010-11-18 Thread biokys
Now it looks much easier for me, thx a lot Honza On 18 lis, 15:29, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: On Thu, Nov 18, 2010 at 2:13 PM, biokys mulle...@gmail.com wrote: Hi Daniel, thx for your post my goal is to make data sharing among any users so they can store

[android-developers] Get user info - email

2010-03-10 Thread biokys
Hi, Can I find out an information from appliaction code about user, who is using android phone. I mean for example email, the user is connected with to google account. Thx in advance Honza -- You received this message because you are subscribed to the Google Groups Android Developers group. To