About 502,000 results
Open links in new tab
  1. How to Create Swipe Navigation in Android? - GeeksforGeeks

    Jan 30, 2025 · Here, we will learn how to implement swipe views in our own Android app. We can implement this by use of two features: Fragments:A fragment is just a part of an activity. We …

  2. Create swipe views with tabs using ViewPager2 - Android Developers

    Jan 3, 2024 · You can create swipe views using AndroidX's ViewPager2 widget. To use ViewPager2 and tabs, you need to add a dependency on ViewPager2 and Material …

  3. Android swipe menu with RecyclerView - codeburst

    Jul 2, 2017 · Very simple solution to create swipe menu with RecyclerView without any additional libraries — using ItemTouchHelper Callback for swiping items and ItemDecoration for drawing …

  4. How do I create simple two page Android swipe app in Android Studio

    Feb 15, 2019 · I want to create a tabbed activity or empty activity in Android Studio, but I need to be able to swipe to a page 2. All I would like is for the app to say the standard "Hello World" on …

  5. Android | Creating Swipe Views with Tabs - HMKCODE

    Sep 5, 2018 · You can navigate between sibling screens using horizontal finger gesture. This post shows you how to build swipe views and how to add tabs to action bar offering users a familiar …

  6. Android Recyclerview Swipe Menu Example - Medium

    Sep 18, 2018 · In this tutorial, we are going to see how to add swipe menu over the recyclerview with example. Let’s create sample application to list all the task and by swiping right to left, we …

  7. Implementing a Swipe-able Bottom Navigation Bar in Android

    Aug 10, 2024 · In this tutorial, we’ll guide you through the process of implementing a swipe-able bottom navigation bar in an Android application using both kotlin and java.- 1. Declare …

  8. Create swipe views with tabs using ViewPager2 - Android Developers

    Feb 10, 2025 · Swipe views allow you to navigate between sibling screens, such as tabs, with a horizontal finger gesture, or swipe. This navigation pattern is also referred to as horizontal …

  9. Add swipe-to-refresh to your app | Views | Android Developers

    Feb 10, 2025 · To use SwipeRefreshLayout in your app, add the following dependency to your build.gradle file: To add the swipe-to-refresh widget to an existing app, add …

    Missing:

    • Android Studio

    Must include:

  10. Creating an Android app with gesture navigation - Reintech

    May 10, 2023 · Learn how to create an Android app with gesture navigation for a more intuitive and user-friendly experience using Android Studio, GestureDetectorCompat, and MotionLayout.

Refresh