Almost each and every application has an onboarding screen. It gives an overview of the application. Android applications can have a lot of functionalities. The end-user might not able to understand these features. Using the onboarding screen we can explain these features when the end-user starts the application for the…
Creating responsive UI for android applications was very difficult by using some basic layouts like…
Every Android application runs inside limited access sandbox. Now if the application needs to access…
ConstraintLayout is similar to RelativeLayout and provides more flexibility than RelativeLayout. Views are placed with…
Android CoordinatorLayout is a layout that provides control over design library components. Design library components like…
For a beginner in previous days connecting android studio projects with firebase or google services…