Digital Signature Android Demo.Here I will share a feature that I needed to implement in one of my project. The requirement was to add a signature from the app to a pdf…May 12, 2021May 12, 2021
Working with ViewPager2Recently I was working with a project where it was required to implement a TabLayout where I used ViewPager2. I had to explore the internet…May 8, 2021May 8, 2021
Basic Recursion Practice Problem.Write a program to print first 50 natural numbers using recursion.Apr 28, 2021Apr 28, 2021
A Good Approach To Write Intent For Starting Activity.In our day to day Android Application Development we need to start activity from another activity or fragment. In todays article we will…Nov 17, 20191Nov 17, 20191
Custom Menu Item Using Action LayoutFew days back while working with a project i came across a requirement where i needed to show a menu item with custom design. Here is how…Nov 15, 20193Nov 15, 20193
Communicating from presented to presenting view controller in iOSIn this article we are going to have a look how to efficiently communicate from a Presented ViewController to Presenting ViewController.Jul 1, 2019Jul 1, 2019
Manipulating Status Bar in iOSBy default the status bar is present, but in landscape orientation on an iPhone it is absent. The ViewController can control the behavior…Jul 1, 2019Jul 1, 2019
Kotlin RecyclerView in a Proper and re-usable wayToday i am going to share something that is very common and for sure you will find dozens of implementation of it, recyclerview in kotlin.Apr 20, 2019Apr 20, 2019
Android Quantity Strings (Plurals)We can get text strings for our Android Application with/without text styling and formatting. String resources can be classified in three…Apr 7, 20192Apr 7, 20192