
ViewPager Using Fragments in Android with Example
Jul 23, 2025 · ViewPager is a layout manager that allows the user to flip left and right through pages of data. It is a depreciated concept we are using ViewPager2 now. It is mostly found in apps like …
Create swipe views with tabs using View - Android Developers
Feb 26, 2026 · This document explains how to implement swipe views, also known as horizontal paging, to navigate between sibling screens like tabs using a horizontal finger gesture, covering both …
Layout basics | Mobile | Android Developers
Feb 2, 2026 · A layout defines the visual structure for a user to interface with your app, such as in an activity. Android provides a range of libraries, canonical starting points, and techniques to display …
Organize the Home screen on your Galaxy phone or tablet
Manage wallpapers and widgets If the Home screen layout is locked, you will not be able to move apps and widgets on the Home screen. One of the best things about your Galaxy is the huge level of …
Creating Multiple Screen Applications in Android
Jul 11, 2025 · This article shows how to create an android application to move from one activity to another using the concept of Explicit Intents. Below are the steps for Creating a Simple Android …
How to Reset Home Screen Layout on Android Including Samsung …
Jan 30, 2024 · Want to get your phone's home screen back to default? Learn how to reset home screen layout on Android including Samsung phones.
Animate layout changes using a transition - Android Developers
Feb 26, 2026 · This document describes the Android transition framework, explaining how to animate UI motion between layouts using scenes, built-in transitions, and delayed transitions, along with key …
How to switch back to app drawer pages on your Galaxy Phone
Dec 13, 2024 · Instead of the app drawer pages we’ve been so accustomed to on Galaxy phones, Samsung actually switched back to an endlessly scrolling grid of apps.
FlyoutPage - .NET MAUI | Microsoft Learn
Sep 30, 2024 · The .NET Multi-platform App UI (.NET MAUI) FlyoutPage is a page that manages two related pages of information – a flyout page that presents items, and a detail page that presents …
Reuse layouts with <include> | Views | Android Developers
Oct 31, 2024 · Although Android offers a variety of widgets to provide small, reusable, interactive elements, you might also need to reuse larger components that require a special layout. To efficiently …