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 More
Android Toasts

A toast in a tiny popup offers easy feedback about an project.

Read More
SwipeRefreshLayout

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 More
Strategy Pattern

Strategy Pattern Well we all know Object-oriented programming (OOP) is a programming method based on the concept of “objects”.

Read More
SnackBar

Android Snackbars Snack bars provide lightweight input on an event. They show a brief message on mobile at the bottom of the page, and on larger devices at the bottom left.

Read More
ProgressBar

ProgressBar is a user interface which is used to indicate the progress of an operation.

Read More
ManiFest Placeholder

If you need to insert variables that are specified in your build.

Read More
Dialog

A dialogue is a small window which prompts the user to make a decision or to enter additional data.

Read More