Play App Signing In Google Play Console

Hi In this post i want to show you how to enable google play app signing. Why Play App Signing With Play App Signing, Google manages and protects your app's...

Android VIPER Architecture Tutorial (Kotlin)

In this post, I will teach you about the VIPER Architecture tutorial in Android Studio with the use of Kotlin. Why the VIPER Architecture ? if you are confused that...

How To Capture Signature In Android using Canvas and Save – Pankaj Jangid

In this blog, I’ll show you how to capture signature using canvas and save it. For doing that we’ll create a custom SignatureView and use it in our sample app....

In this post, I will teach you about the VIPER Architecture tutorial in Android Studio with the use of Kotlin. Why the VIPER Architecture ? if you are confused that why the VIPER Architecture we are using?. We can use other Architectures Like MVP, MVVM, or Clean Architecture. Well, that’s […]

In this blog, I’ll show you how to capture signature using canvas and save it. For doing that we’ll create a custom SignatureView and use it in our sample app. So let’s get started. 1. Create an android project and add below resource file. string.xml styles.xml 2. Write attribute for […]