14
SIR KNIGHT ABHISHEK CHOWDHURY KRITI DUBEY NICK HOWARD PRESENT.... A POWERPOINT ON OUR PROJECT CODE A powerpoint about our project code

Sir Knight Abhi Kriti and Nick's Payment PPT

Embed Size (px)

Citation preview

Page 1: Sir Knight Abhi Kriti and Nick's Payment PPT

SIR KNIGHT ABHISHEK CHOWDHURY KRITI DUBEY

NICK HOWARDPRESENT....

A POWERPOINT ON OUR PROJECT CODEA powerpoint about our project code

Page 2: Sir Knight Abhi Kriti and Nick's Payment PPT

STEP 1: Integrate the SDKThe First Step in the Process was integration with the SDK

Page 3: Sir Knight Abhi Kriti and Nick's Payment PPT

Step 1 A) We used directions found

Page 4: Sir Knight Abhi Kriti and Nick's Payment PPT

Step1 B) This resulted in an addition to our project's lib file found

Page 5: Sir Knight Abhi Kriti and Nick's Payment PPT

Step 1C) Also resulted in our .so files getting into the right folder

Page 6: Sir Knight Abhi Kriti and Nick's Payment PPT

Once Our SDK was Installed, we started integrating it to our project, bringing about

Step 2) Customizing the Paypal Code

Page 7: Sir Knight Abhi Kriti and Nick's Payment PPT

Step 2A) We first configured our manifest, following these directions:

Page 8: Sir Knight Abhi Kriti and Nick's Payment PPT

Step2A) This Resulted in:

Page 9: Sir Knight Abhi Kriti and Nick's Payment PPT

Step2A) Step-By-Step

We started by copy the code from the directions paste it into the XML

Then we proceeded to create a custom activity and intent filter for the paypal integration class.

Page 10: Sir Knight Abhi Kriti and Nick's Payment PPT

Step2B) We then proceeded to create a class for paypal integration,

adding this to the code:

Page 11: Sir Knight Abhi Kriti and Nick's Payment PPT

Step2B) This resulted in:

Page 12: Sir Knight Abhi Kriti and Nick's Payment PPT

Step2B) Step-By-Step

First, we copied the generic code from the website into our page.

After that, we added the correct imports so every resource was available

From there we extended the configuration class to activity

Page 13: Sir Knight Abhi Kriti and Nick's Payment PPT

Step2c) We then created our XML view, a simple file with a text view

and a button, seen here:

Page 14: Sir Knight Abhi Kriti and Nick's Payment PPT

Step2C)

The simplest of all steps, we simply added a button and a textview

The button we linked via onclick to our main function created in the class

We then proceeded to run the program and gleefully revel in successful enjoyment, as I hope you are doing as well.