Layouts in android
Android

Layouts define the structure of applications. This is used for arranging elements like images, text, buttons etc in proper structure. In other words, layout is like a container that holds several view elements inside it. This helps to make design user interactive and attractive.

Viewpager in Android
Android

The ViewPager is a component in Android that allows swiping between pages of content, such as fragments. It’s part of the Android Support Library, and provides an easy way to create horizontal navigation between pages. The pages are typically fragments that are managed by a PagerAdapter.

Dialogs in Android
Android

In Android, a dialog is a small window that prompts the user to make a decision or enter additional information. Dialogs are used to request a response from the user, or to inform the user of something.

Subscribe

Select Categories