[android-developers] Sales down in may?

2010-05-12 Thread chris price
Hi Developers, I have seem my android sales for my apps fall about 50% in may on a per day basis, from around $40 per day (average in Feb and March) to $20 (first 10 days in May) My sales are many from US customers. Anyone else seem this behavior? thanks -- You received this message because

[android-developers] Re: Sales down in may?

2010-05-12 Thread chris price
Hi, Yes I updated a few of them (actually did about 3 releases in the past month due to bugs) Does that have a impact? Thanks -- 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: Intent for editing text

2010-02-25 Thread chris price
Hi, thanks for the reply, had a look at the example and could not see how it was adding a option to the edit text dialog, Can you have a quick look please? thank you -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] EditText in widget

2010-02-25 Thread chris price
Hi, Is it possible to have a EditText or TextView in a widget and when its selected show the softkeyboard to allow entry? I got the TextView to show and set editable to true and when its selected the keyboard did not show Thanks -- You received this message because you are subscribed to the

[android-developers] Intent for editing text

2010-02-24 Thread chris price
Hello, When typing some text a user can press down on the text and the edit text options are showing copy, cut, etc I want to add a option there called Add to MyApp which then runs some of my code. There will be no user interation so I will need type of service?? How can I do this? Thanks

[android-developers] Application handle uninstall

2009-12-23 Thread chris price
Hi, I need a way of deteting if my app is been uninstalled. Is this possible? I need to change some data in the database if my app is uninstalled. Any idea would be great -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Application handle uninstall

2009-12-23 Thread chris price
Hi, Thanks for the message. I mean changing ringtone settings. If my app is uninstalled I want to change some settings. thanks On Dec 23, 6:42 pm, Mark Murphy mmur...@commonsware.com wrote: chris price wrote: I need a way of deteting if my app is been uninstalled. Is this possible

[android-developers] Getting and saving bookmarks

2009-12-07 Thread chris price
Hi, Can someone tell me how to get access to bookmarks and also add bookmarks? Thanks alot chris -- 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

[android-developers] Adding button to default keyboard

2009-11-30 Thread chris price
Hello, Its is possible to add a new button to the default android keyboard? When its pressed I want to launch my activity. Thanks alot! -- 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: Adding button to default keyboard

2009-11-30 Thread chris price
button are predefinied. I think 2009/11/30 chris price chris123pr...@googlemail.com Hello, Its is possible to add a new button to the default android keyboard? When its pressed I want to launch my activity. Thanks alot! -- You received this message because you are subscribed

[android-developers] Re: Adding button to default keyboard

2009-11-30 Thread chris price
Hi, thanks for the reply. So the only way I can do this is to have my own keyboard? I assume a there is a Intent when the virtual keyboard is required? Thanks On Nov 30, 8:25 pm, Mark Murphy mmur...@commonsware.com wrote: Can you explain what you mean by logical or physical button? A

[android-developers] Showing places near current location

2009-08-29 Thread chris price
Hi, I have a app which shows my current location on a map. I want to display places the user is interested in, for example, the location of nearby pubs. I have the lat and long, is there a API method call to say get 1) all the locations matching this 'Pub' 2) within 1 mile or simply get 10