Android ViewPager is a widget that allows the user to flip through pages of content, similar to a pager or book. It can be used to display a collection of pages in a linear fashion, or as an aid for navigating between screens in an app.
5 minute read
Background Service in Android with Example
The Background Service in Android is mostly used when a task which doesn’t requires any user interaction has to be performed. For example when the data has to be synced to the cloud storage.
If you are curious about using the ButterKnife Kotlin dependency in Android, then you have come to the right blog. Actually, there is ‘NO NEED’ for it!
Zxing Android Example | In 5 minutes Build QR Code Scanner App
Zxing Android library is a great Android QR Scanner code library that you can use to build an Android QR code scanning app. In this tutorial, we will teach you how to do the same in Java and Kotlin Programming language.