x.commerece the requested page cannot be found - android

I am trying to download this package to see how to integrate paypal with my app
however, every time i click it, it says the requested site cannot be found, even though i was once able to download this package, but unfortunately deleted it
https://www.x.com/sites/default/files/PayPal_MECL_1.0_Android-Developer-Package_0.zip
how to fix this? i'd like to download this package

I just clicked the link you provided and the PayPal MECL for the Android was downloaded. Are you still having issues with it?
Code samples from X.com are going to all be deleted soon. They're moving to Developer.PayPal.com and github - http://paypal.github.io/
I don't believe the MECL stuff is going to be added - sorry.

Lena, this FAQ may be helpful to you:
Where is the Mobile Express Checkout Library (MECL)?
The Mobile Express Checkout Library for iOS and Android have been
discontinued. We recommend using the new PayPal iOS SDK and Paypal
Android SDK instead. For developers with existing Express Checkout
integrations or who want additional features such as authorization and
capture, we recommend Mobile Express Checkout.
Source:
https://developer.paypal.com/webapps/developer/docs/faq/#mobile-sdk-questions

Related

How to link paypal for checkout in android

I have involved with a serious problem. I want to checkout via paypal in android. I saw this link How to integrate paypal to android app using webview and run it. I found that paypal page opened but there is written "demo" in the left-bottom. so i am confused should i used it for my real application?
if yes, What parameters should i need to pass? and how can i do it?
second I run to paypal sdk. and there is a sample demo. i run it and found that it login without internet. Please any once help me how can i exact use it.
do there any exact source code?
Your help is my great help!
Thank you
Jeff here from the PayPal Android SDK. I'm not sure I fully understand your issue. Are you using the PayPal Android SDK? If so, please ensure you're following the readme during your integration. Naturally, the SDK will allow login without internet in mock mode.

Paypal MECL Support Date

Looking at the Mobile Express Checkout Library from Paypal, particularly with respect to Android, does anyone know if there is a stated support date? Info can be found here, but it also states here that the MECL library has been discontinued.
I was wondering if anyone knows how long the discontinued libraries will still function? Is there any planned end of life or ballpark time frame to switch entirely to the APIs?
Sorry that the first link is a bit confusing. The page, in spite of the title, discusses Mobile Express Checkout and not the Mobile Express Checkout Libary (MECL).
The MECL, as indicated in the second link, has been discontinued and is no longer supported. You should instead be using MEC or the new Mobile SDK depending on where you are located and your needs.

SalesForce with Android?

I want connect sales Force from my Android Program please suggest which one is correct way to achieve this I am new to sales Force I have some knowledge in Android Application Developement.
Thanks in Advance.
You definitely want to use the REST API for mobile apps. The SOAP API is really heavy, and is better for Server-to-Server integrations. The best way to get started building an Android app for Salesforce.com is to take a look at the Salesforce Mobile SDK for Android:
http://wiki.developerforce.com/page/Mobile_SDK
There's a very helpful getting started PDF linked on that page.
However, the SDK is meant mostly for starting new apps, so you'll have some work ahead of you integrating it into an existing application. The main things you want are the oAuth 2.0 User-Agent login and REST wrappers.
You may also find this app useful -- I put it together for a presentation at Dreamforce '11, which was shortly before the Mobile SDK for Android came out, so I wrote the oAuth and REST stuff myself. Might be a simpler starting point for you.
https://github.com/tomgersic/DreamforcengerHunt
Hope that helps!
You can either use the RESTful interface or the SOAP webservices. The latter is a bit easier to deal with IMHO.
Under setup in salesforce, download the partner or enterprise WSDL (partner = generic, enterprise = specific for your SF-instance). Now with wsdl2java you can create Stubs for those wsdl entries. Import those into your android app and use them. See here for a Java Exampe by Salesforce.com.
Be sure your user has the permission to "do API". You might want to look into SSO if you want to make a "production"/commercial app. Also, to login, remember to use the correct password, you might need to add the API key (generate using the Setup tab in SF). Hope this helps.
Try checking out some of the open-source SDK projects the developer evangelists have added to the forcedotcom github
Lots of good examples on different platforms, including android with phonegap/html5 and a native SDK for android (iOS and Android) to get you past authentication and onto building your app.
Salesforce Provides mobile SDK for development on mobile device, here is the link for android SDK:
http://wiki.developerforce.com/page/Getting_Started_with_the_Mobile_SDK_for_Android
You need to:
Download SDK.
Add a sample project included in SDK's native/SampleApps folder(make sure you check include to the workspace while importing the project).
Get your remote access form salesforce and update in your app.
--This should get you started with a sample app form salsforce.
After this you need to modify existing code to your own code.
You can go to trailhead and start browsing on it, while working with your own application you will have to learn a lot about smartStore and smartSync,
I did implemented A smartStore App with using salesforce as database provider, if you want i can upload it to drive and share a link to you and
if you have any doubts about using or understanding the flow be free to ask..

Posting ScoreLoop score in Facebook

I'm Using ScoreLoop.
How can I post Scores in a Facebook and twitter using the ScoreLoop SDK?
Once you have downloaded the Scoreloop SDK, you have the option to use the ScoreloopUI or the ScoreloopCore. ScoreloopUI comes with the ready-built UI along with the core APIs (this will be a quick start for developers). ScoreloopCore has the Core APIs which developers can use but here developers have to write their own UI.
Most of the developers use the ScoreloopUI, so, I am assuming you would also be using the ScoreloopUI. In the downloaded Scoreloop SDK package, there is a docs folder, inside that, please open up ScoreloopUI_doc.html and navigate to Integration Guide - Advanced Integration - Posting Scores to Social Networks. There you will find the steps you need to integrate Social network posting into your app.
In case you come across any issues, please post your query on support.scoreloop.com and the support team would help you out.
Thanks,
Prenitha

Android : Payment Processing

I've referred lot of things for payment processing system to android app. It proviedes Paypal's SDK as best to do. But, i've little confusion in there for below image -
What's the difference between these two - Mobile Express Checkout Library & Mobile Payment Libraries. And, which one will i choose to do the payment processing for android app. Anyone please, explain with brief explanation please. Thanks in Advance.
I hope this will help you :
Mobile Payment Libraries (MPL): Add in-app payments by just adding a
Pay with PayPal button to your iOS or Android app. PayPal’s library
will display an in-app UI to ask the buyer to log in and complete the
payment. It's the quickest way to add payments into your app, and you
can do it without having back-end services running.
Mobile Express Checkout Library (MECL): If you want the PayPal
checkout flow to be in a browser or webview, you can use our Mobile
Express Checkout Library. This is useful if you already have a express
checkout integration completed for your website or if app store
policies require you to complete your checkout flow in a browser. This
library will help you integrate the mobile web flow into your app.
I got this information from here.

Categories

Resources