Wednesday, 30 September 2020

PayPal Integration

Here i show you how to make PayPal Integration in android application.




Add Paypal sdk library in build.gradle(Module: app) file in your application.

Snackbar in Kotlin

How to show snackbar in place of toast message , below is the code for showing snackbar in kotlin. Below code is put in Utils.kt  (common fi...