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.

Sunday 27 September 2020

Enable Window Full Screen in Android Studio

 Here is the example to make window full screen , so lets see code below here how its works

Window full screen code is gone in your .java file code in the MainActivity.java

Friday 25 September 2020

Android SQLite CRUD Operations










Hello All,

Here i give you example of Android SQLite CRUD operations Code.

C- Create

R - Read

U- Update

D - Delete

See in Code how its doing from coding in Android Studio.

Happy Coding

SQLite CRUD Operations Source Code

Find Hours Diffrence in Kotlin

  In Kotlin, determining the difference in hours between two timestamps is a common task, especially in scenarios involving time-based calcu...