[android-developers] Re: MapView OverlayItem

2011-09-01 Thread Stefan S
And how should I do that? I'm pretty new with java coding On 31 Aug., 18:00, TreKing treking...@gmail.com wrote: On Wed, Aug 31, 2011 at 12:56 AM, Stefan S shogu...@gmail.com wrote: So han can I listen to the onTap Event in the MapActivity-Class? Create your own callback

[android-developers] Re: International fees for In-App billing?

2011-09-01 Thread Stefan S
I'm using the new API from PayPal for In-App billing. The user can choose which currency he wan'ts to pay with. There won't be any additional fees for him. Hope it helps. On 1 Sep., 17:09, Grant Thomas jgranttho...@gmail.com wrote: Hi, I'm wondering if anyone could answer this question about

[android-developers] Re: how to develop android app to send gps location to the website..

2011-09-01 Thread Stefan S
May be you can use JSON for sending from your mobile and retrieving in php. You have to create a service which pools every 2 minutes the location from the user. On 1 Sep., 22:22, TreKing treking...@gmail.com wrote: On Thu, Sep 1, 2011 at 3:02 PM, prageeth prageeth...@gmail.com wrote: i need to

[android-developers] MapView OverlayItem

2011-08-30 Thread Stefan S
Hi I've got the following problem: I've implemented a mapView with some different OverlayItems on the Map. I also can react on the onTap(int) event in my Class which extends from ItemizedOverlayOverlayItem. I can send some Toast messages and so on. But what i want to do is to get the selected

Aw: Re: [android-developers] Re: ninepatch tool

2011-07-28 Thread Stefan S
Have you tried the Gimp Tool? http://www.gimp.org/ -- 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] Notification for a specific Device

2011-06-22 Thread Stefan S
Hi. I'm trying to implement an Application in which you can buy some stuff. I've got in mind that after placing the order, the user gets a notification when his order has passed to a delivery service. Is it possible to push a notification to just his device? If yes. How should this be done? --

[android-developers] Re: UI issues

2011-06-22 Thread Stefan S
What do you wanna know? Some specific problems? On 22 Jun., 06:29, Zsolt Vasvari zvasv...@gmail.com wrote: Yes.  But won't tell you. On Jun 22, 12:20 pm,  νιנαソkum@r iamvijayaku...@gmail.com wrote: Hi,  anyone know how to handle UI issue in different device ... Thanks, vijayakumar

[android-developers] Incoming Calls auto Answer

2011-06-03 Thread Stefan S
Hi NG I've got a problem with my application. I'm writing an app that automatically takes incoming calls (that's working) but when the call is coming my application disappears cause of den incoming call screen. Is there a possibility that my app is staying in front of the incoming call screen?

[android-developers] Loading all Contacts from the Phone

2011-05-20 Thread Stefan S
I'm loading my Contacts with the following Uri Uri uri = ContactsContract.CommonDataKinds.Phone.CONTENT_URI; The problem is that I'm getting only the Contacts which are having a phone entry. Those which only have an e-mail will be ignored. What do I have to change for getting all Contacts from

[android-developers] Re: Update Contacts

2011-05-04 Thread Stefan S
IT WORKED! THANK YOU! I could hit my self... I always use newUpdate(ContactsContract.Data.CONTENT_URI) for updating the values except for the StructuredName... On 4 Mai, 07:42, Stefan S shogu...@gmail.com wrote: I'll try. Thanks for the hint. Curiosley I can update the addresses, organisations

[android-developers] Re: Update Contacts

2011-05-03 Thread Stefan S
I'll try. Thanks for the hint. Curiosley I can update the addresses, organisations etc with the state above but the StructuredName values. This is really strange... On 30 Apr., 10:51, Ali Chousein ali.chous...@gmail.com wrote: Hhhmmm, maybe you should try

[android-developers] Re: Update Contacts

2011-04-29 Thread Stefan S
Hi Ali thanks for this blog. I already found it earlier :) My code now looks like String select = ContactsContract.Data.RAW_CONTACT_ID + =? AND + ContactsContract.Data.MIMETYPE + = ?; String[] args = new String[]

[android-developers] Re: Update Contacts

2011-04-28 Thread Stefan S
_context.getContentResolver().notifyChange( ContactsContract.Contacts.CONTENT_URI, null); ArrayListContentProviderOperation ops = new ArrayListContentProviderOperation(); int nIndex = ops.size();

[android-developers] Re: Update Contacts

2011-04-27 Thread Stefan S
Hi Ali Thank for your reply. I've read your blog. Very interesting. You wrote that you also had problems with ContentValues. Should I try to use the ContentProviderOperation? On 27 Apr., 13:15, Ali Chousein ali.chous...@gmail.com wrote: Please check my blog at the

[android-developers] Re: Update Contacts

2011-04-27 Thread Stefan S
Ok. So i^'ll try with the ContentProviderOperation to update my contacts and thanks for the explanation contact_id, raw_contact_id. I'll give you some feedback if it's worked or not. Thanks Stefan On Apr 27, 2:20 pm, Ali Chousein ali.chous...@gmail.com wrote: Hi Stefan, I would advice you to

[android-developers] Re: Update Contacts

2011-04-27 Thread Stefan S
Which id do i have to take for updating the contacts? I've saved the RawContact_ID in my File but when I try to update with that ID the programm crashes. On 27 Apr., 14:28, Stefan S shogu...@gmail.com wrote: Ok. So i^'ll try with the ContentProviderOperation to update my contacts and thanks

[android-developers] Update Contacts

2011-04-26 Thread Stefan S
Hi I've got the following problem: I want to update my contacts from a XML-File with the following lines of code ContentValues werte = new ContentValues(); werte.put(ContactsContract.CommonDataKinds.StructuredName.FAMILY_NAME, _sFamilyName);

[android-developers] Re: HomeScreen Widget frustrating

2011-04-05 Thread Stefan S
scrolling widgets in any version of Android prior to 3.0... Thanks, Justin Anderson MagouyaWare Developerhttp://sites.google.com/site/magouyaware On Mon, Apr 4, 2011 at 5:24 AM, Stefan S shogu...@gmail.com wrote: But what do I have to do with Android 2.1? I don't get the scrolling working

[android-developers] Re: HomeScreen Widget frustrating

2011-04-05 Thread Stefan S
, 10:19 am, Stefan S shogu...@gmail.com wrote: But how about the Calendarwidget. There is also a scrolling. I try to get such a behaviour in my widget. On 5 Apr., 08:58, Justin Anderson magouyaw...@gmail.com wrote: * But what do I have to do with Android 2.1? I don't get the scrolling

[android-developers] Re: HomeScreen Widget frustrating

2011-04-05 Thread Stefan S
Ok. Thanks for this hint... So I'll have to look to something else that i've had in mind... :) On 5 Apr., 13:55, Mark Murphy mmur...@commonsware.com wrote: On Tue, Apr 5, 2011 at 7:10 AM, Stefan S shogu...@gmail.com wrote: I've the Desire HD and I use the standard calendar widget

[android-developers] Re: HomeScreen Widget frustrating

2011-04-04 Thread Stefan S
, Mar 25, 2011 at 2:06 AM, Stefan S shogu...@gmail.com wrote: ImageViews and Textviews in a scrollable matter. How do I have to do this? I don't think the stock home screen app supports scrolling widgets. If you're going to try to do it for other home screen replacement apps that do

[android-developers] HomeScreen Widget frustrating

2011-03-28 Thread Stefan S
Hi I'm new in dealing with HomeScreen Widgets. I tried to read as many as I could get but I didn't find a solution for my problem. I've created an Application which uses a ListView with some TextViews and ImageViews in it. The source is a SQLLite Database. What I try to do is now a HomeScreen