I am looking for a brain-tree pay pal integration(online resource)for my android project. This is my first time, that i am doing payment gateway integration.So i found braintree sdk documentations little difficult for me to understand. So,please anyone knows good online resourses for braintree payment integration for android?
Posting a question to help integrate an SDK would attract Downvotes. Try doing self study and research. However, as I understand your situation, I would help you to understand the document.
Link to document : here
At first, create an account and get the API key that needs to be integrated. Follow this link to clearly understand how to create an account.
Once the information required is obtained, integrate the dependency
dependencies { compile 'com.braintreepayments.api:drop-in:3.+' }
and you are all set to test using the sample test key.