awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jfeinstein10 avatar

jfeinstein10/SlidingMenu

0
View on GitHub↗
11,001 stars·4,948 forks·Java·Apache-2.0·10 vues

SlidingMenu

SlidingMenu is an Android navigation drawer library and UI component library used to create side-panel navigation menus that slide over or push primary content. It functions as an activity wrapper and a set of XML layout components to manage the interaction between main content and navigation layers.

The library provides a system for menu aesthetic customization, allowing for the adjustment of scroll scales, fade effects, drop shadows, and touch-responsive areas. It implements a slide-in navigation interface that reveals a hidden side panel through programmatic activity wrapping and XML menu definitions.

Features

  • Navigation Drawer Libraries - Provides a dedicated library for implementing sliding side-panel navigation menus in Android applications.
  • Activity Wrappers - Wraps activity classes to coordinate touch event interception and transitions between content and menu layers.
  • Android App Navigation - Provides a framework for implementing a sliding side-panel navigation system within Android applications.
  • Android UI Components - Ships reusable UI components and layout mechanisms for building custom Android navigation interfaces.
  • Side Navigation - Implements a navigational component that shifts the primary content view to reveal a hidden side panel.
  • Touch Event Processors - Processes swipe gestures on the main screen to trigger the sliding animation of the navigation panel.
  • Navigation Menu Styling - Allows adjustment of scroll scales, fade effects, and drop shadows to customize the menu's visual presentation.
  • Activity-Level UI Embedding - Implements a programmatic method for wrapping activity classes to coordinate the primary content and navigation layers.
  • View Hierarchy Composition - Utilizes a nested view structure to stack the navigation menu behind the main content.
  • Context Menu Customizations - Provides a system for modifying the visual presentation of menus, including fade effects and drop shadows.
  • View Property Animators - Provides utilities to animate view alpha and scale properties based on the menu's translation progress.
  • Coordinate-Based Translations - Implements logic for shifting the primary content view using coordinate offsets to reveal the side menu.
  • XML Layout Definitions - Uses XML resource files to define the structural hierarchy and visual properties of the sliding menu.
  • Navigation Menus - Library for creating slide-in navigation menus with animations.
  • User Interface Components - Library to create applications with slide-in menus.

Historique des stars

Graphique de l'historique des stars pour jfeinstein10/slidingmenuGraphique de l'historique des stars pour jfeinstein10/slidingmenu

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait jfeinstein10/slidingmenu ?

SlidingMenu is an Android navigation drawer library and UI component library used to create side-panel navigation menus that slide over or push primary content. It functions as an activity wrapper and a set of XML layout components to manage the interaction between main content and navigation layers.

Quelles sont les fonctionnalités principales de jfeinstein10/slidingmenu ?

Les fonctionnalités principales de jfeinstein10/slidingmenu sont : Navigation Drawer Libraries, Activity Wrappers, Android App Navigation, Android UI Components, Side Navigation, Touch Event Processors, Navigation Menu Styling, Activity-Level UI Embedding.

Quelles sont les alternatives open-source à jfeinstein10/slidingmenu ?

Les alternatives open-source à jfeinstein10/slidingmenu incluent : mikepenz/materialdrawer — MaterialDrawer is a navigation drawer library and side menu framework for Android applications. It provides a Material… yalantis/context-menu.android — This is an Android context menu library and UI component toolkit used to create animated, context-sensitive overlay… ogaclejapan/smarttablayout — SmartTabLayout is an Android user interface navigation component that synchronizes a tabbed navigation strip with the… mango/slideout — Slideout is a touch-gesture UI component and navigation menu designed for mobile web applications. It provides a side… aurelhubert/ahbottomnavigation — ahbottomnavigation is an Android UI component library that provides a view-based bottom navigation bar for… rengwuxian/materialedittext — MaterialEditText is an Android UI component library and mobile form input framework used to create text fields that…

Alternatives open source à SlidingMenu

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec SlidingMenu.
  • mikepenz/materialdrawerAvatar de mikepenz

    mikepenz/MaterialDrawer

    11,644Voir sur GitHub↗

    MaterialDrawer is a navigation drawer library and side menu framework for Android applications. It provides a Material Design UI component that implements a sliding side menu to manage user movement between different sections of a mobile application. The framework supports the organization of complex navigation lists, including the use of expandable sections, sticky headers, and badges. It includes tools for building personalized interfaces, such as user profile displays and headers. The library handles navigation through item management, event handling via listeners, and state-driven UI upd

    Kotlinandroidandroid-developmentandroid-library
    Voir sur GitHub↗11,644
  • yalantis/context-menu.androidAvatar de Yalantis

    Yalantis/Context-Menu.Android

    3,827Voir sur GitHub↗

    This is an Android context menu library and UI component toolkit used to create animated, context-sensitive overlay menus that render above the existing view hierarchy. It functions as a navigation framework for implementing interactive menu components and transitions, allowing users to access secondary actions without leaving the primary screen. The library utilizes a fragment-based menu manager to handle the existence and state of menu components by injecting dedicated fragments into the activity window. It provides a set of customizable view-group compositions and a property-based animatio

    Kotlinandroidanimationcontext-menu
    Voir sur GitHub↗3,827
ogaclejapan/smarttablayoutAvatar de ogaclejapan

ogaclejapan/SmartTabLayout

7,068Voir sur GitHub↗

SmartTabLayout is an Android user interface navigation component that synchronizes a tabbed navigation strip with the scroll position of a ViewPager. It functions as a layout system that maps page scroll offsets to active tab indicators, providing a visual marker that offers continuous feedback as users swipe through paginated content. The component utilizes an adapter-based system to bind fragment-based page sets to dynamic tab labels. It allows for the replacement of standard tab appearances with custom layouts or user-defined views while maintaining synchronization with the page viewer. T

Java
Voir sur GitHub↗7,068
  • mango/slideoutAvatar de mango

    mango/slideout

    7,881Voir sur GitHub↗

    Slideout is a touch-gesture UI component and navigation menu designed for mobile web applications. It provides a side panel that slides across the screen to reveal navigation options, utilizing CSS transitions to animate the movement of the viewport. The component manages the expanded or collapsed state of the navigation menu and includes logic to restrict gestures for specific interface elements to prevent interaction conflicts. It employs a system for executing custom logic triggered by menu state transitions and user drag gestures.

    JavaScript
    Voir sur GitHub↗7,881
  • Voir les 30 alternatives à SlidingMenu→