All Posts Android
- Home /
- All Posts android
Android Versions
A Brief History of Android Versions Android, Google’s mobile operating system, has evolved significantly since its inception.
Read MoreSwipeRefreshLayout
The user interface pattern swipe-to-refresh is implemented entirely within the SwipeRefreshLayout widget, which detects the vertical swipe, shows a distinctive progress graph, and activates callback methods throughout your device.
Read MoreStrategy Pattern
Strategy Pattern Well we all know Object-oriented programming (OOP) is a programming method based on the concept of “objects”.
Read MoreProgressBar
ProgressBar is a user interface which is used to indicate the progress of an operation.
Read More