Nickname wrote: > Asking one more time. > > Any payment API for use in Android application?
I'm not quite certain what you mean. If you are trying to get people to pay for your application, eventually the Android Market will offer some interface. In the interim, some individual markets (AndAppStore, SlideME, voeveo, etc.) have their own payment systems, and Mogees just launched a system to allow you to embed payment mechanisms right in your application for use with any distribution mechanism. If you are seeking to do some other sort of payments from your Android app, you will probably need to port the Java clients for whichever payment service you are looking to use (e.g., PayPal, Amazon Payments, Google Checkout). Most of these just use a plain HTTP interface, which should make porting or implementing your own in-Android API easier. If neither of these fit your scenario, could you provide us with more details of what you are seeking? -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.4 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
