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 […]