awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesAndroid Motion Frameworks

Toolkits specifically designed for implementing view transitions within the Android ecosystem.

Distinct from Declarative UI Motion Frameworks: Specializes in Android-native view animations rather than generic declarative state-to-motion frameworks.

Explore 4 awesome GitHub repositories matching user interface & experience · Android Motion Frameworks. Refine with filters or upvote what's useful.

Awesome Android Motion Frameworks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • daimajia/androidviewanimationsالصورة الرمزية لـ daimajia

    daimajia/AndroidViewAnimations

    12,446عرض على GitHub↗

    AndroidViewAnimations is an animation library and visual effects toolkit for Android applications. It provides a framework for implementing motion effects, such as bouncing, sliding, and rotating transitions, for views within Android layouts. The library features a collection of predefined motion presets and stylized transition effects. These include curated sequences for shaking and pulsing to guide user attention, as well as complex movements like hinging or rolling for interface entry and exit. The toolkit covers a wide range of visual effects, including linear slides, elastic bounces, tr

    Offers a specialized set of tools for implementing bouncing, sliding, and rotating transitions for Android views.

    Javaandroidanimationeasing-functions
    عرض على GitHub↗12,446
  • daimajia/androidswipelayoutالصورة الرمزية لـ daimajia

    daimajia/AndroidSwipeLayout

    12,365عرض على GitHub↗

    AndroidSwipeLayout is an Android UI library and custom view framework that enables the creation of layouts that reveal hidden action buttons when a user performs a swipe gesture. It functions as a gesture-based UI component that triggers callbacks based on the real-time position of the swipe. The framework is designed to support complex interaction patterns, specifically allowing for the nesting of multiple swipeable components within one another. The library covers mobile gesture interaction and custom view orchestration, providing tools to track swipe states and synchronize UI changes duri

    Offers a set of tools for building complex, nestable swipeable interaction patterns within Android applications.

    Java
    عرض على GitHub↗12,365
  • nhaarman/listviewanimationsالصورة الرمزية لـ nhaarman

    nhaarman/ListViewAnimations

    5,523عرض على GitHub↗

    ListViewAnimations هو إطار عمل لحركة عناصر القائمة ومكتبة رسوم متحركة لـ Android مصممة لتنفيذ انتقالات مرئية وتفاعلية داخل طرق عرض القائمة والشبكة. يوفر مجموعة أدوات لإدارة حركة العناصر، مع التركيز بشكل خاص على كيفية ظهور العناصر وتحركها وانتقالها داخل واجهة المستخدم. تتيح المكتبة إيماءات تفاعلية معقدة، بما في ذلك السحب للحذف وإعادة الترتيب بالسحب والإفلات. كما تدعم التوسع المتحرك لعناصر القائمة للكشف عن محتوى مخفي وتطبق تأثيرات مرئية مثل التلاشي والتحجيم عند دخول العناصر إلى الشاشة. يغطي إطار العمل انتقالات هيكلية لإضافة أو إزالة أو نقل العناصر، مما يضمن واجهة مستجيبة من خلال حركة منسقة ورسوم متحركة قائمة على الخصائص.

    Provides a toolkit for implementing view transitions and item motion within the Android ecosystem.

    Java
    عرض على GitHub↗5,523
  • traex/rippleeffectالصورة الرمزية لـ traex

    traex/RippleEffect

    4,895عرض على GitHub↗

    RippleEffect is a library and interaction framework for implementing Material Design ripple animations within Android applications. It provides tools to add animated visual feedback to interface elements to signal successful user interactions. The library allows for the customization of ripple effects, including adjustments to color, duration, and scale. It supports both configuration via attributes and dynamic adjustments through setter methods, and includes a listener interface to detect when a ripple animation has finished its execution.

    Provides a toolkit for implementing native Android view transitions and tactile interaction animations.

    Java
    عرض على GitHub↗4,895
  1. Home
  2. User Interface & Experience
  3. Android Motion Frameworks

استكشف الوسوم الفرعية

  • Swipeable Interaction FrameworksToolkits for building complex, nestable gesture-driven interaction patterns on Android. **Distinct from Android Motion Frameworks:** Specializes in the structural framework for nestable swipe interactions rather than general motion transitions.