Sample Project for Android Support Library 23.2

Overview

SnapShot:

Contains features

  • Vector Drawable

  • Animated Vector Drawable

  • AppCompat DayNight theme

  • Bottom Sheets

    Using BottomSheetDialog in day-night mode.

  • RecyclerView: WRAP_CONTENT

License

MIT

Related links

Thanks

You might also like...
Sample application demonstrating Android design and animation
Sample application demonstrating Android design and animation

android-movies-demo This is a sample application showing off some interesting design/development interactions for a talk given at Droidcon 2013. As it

PlayPauseDrawable 1.9 0.0 L5 Java This is a sample Play & Pause Drawable with morphing animation for Android
PlayPauseDrawable 1.9 0.0 L5 Java This is a sample Play & Pause Drawable with morphing animation for Android

#PlayPauseDrawable #Deprecated please go to https://github.com/tarek360/Material-Animation-Samples This is a sample Play & Pause Drawable with morphin

How to apply meaningful and delightful motion in a sample Android app
How to apply meaningful and delightful motion in a sample Android app

Applying meaningful motion on Android How to apply meaningful and delightful motion in a sample Android app Read the complete post at https://medium.c

Android sample app following best practices: Kotlin, Compose, Coroutines and Flow, Hilt, JetPack Navigation, ViewModel, MVVM and MVI, Retrofit, Coil
Android sample app following best practices: Kotlin, Compose, Coroutines and Flow, Hilt, JetPack Navigation, ViewModel, MVVM and MVI, Retrofit, Coil

Foodies - Modern Android Architecture Foodies is a sample project that presents a modern 2021 approach to Android app development. The project tries t

A sample Android application with a strong focus on a clean architecture, automated unit and UI testing and continuous integration.

Android playground This is a sample Android application with a strong focus on a clean architecture, automated unit and UI testing and continuous inte

A sample Android app that demonstrates how to use Firebase Authentication, Crashlytics, Cloud Firestore and Hilt with Jetpack Compose UI

showcase.mp4 Make it So This is a sample Android app that demonstrates how to use Firebase Authentication, Crashlytics, Cloud Firestore and Hilt with

Sample to show how to implement blur graphical tricks
Sample to show how to implement blur graphical tricks

BlurEffectForAndroidDesign Sample to show how to implement blur graphical tricks All the explanations could be found here: http://nicolaspomepuy.fr/?p

[] Port of Jake Wharton's U2020 sample app with use of MVP and Dagger 2
[] Port of Jake Wharton's U2020 sample app with use of MVP and Dagger 2

U+2020-mvp [DEPRECATED] We recomend to try Moxy framework instead of our solution. Port of Jake Wharton's U2020 sample app with use of MVP pattern and

A simple sample showing the different types of notifications on Andoid

Notification example Simple notification. Expandable notification Progress notification Action button notification Notifications: MainActivity: Refs h

Comments
  • pathData 动画不支持?

    pathData 动画不支持?

    <set xmlns:android="http://schemas.android.com/apk/res/android">
        <objectAnimator
            android:duration="1000"
            android:propertyName="pathData"
            android:repeatCount="infinite"
            android:repeatMode="reverse"
            android:valueFrom="@string/left_arrow"
            android:valueTo="@string/right_arrow"
            android:valueType="pathType" />
    </set>
    
    opened by hamberluo 1
  • Solve two small problems which is a  small probability event.

    Solve two small problems which is a small probability event.

    Solve that one phone has no brower cause the application crash; Meanwhile,add the lintOptions abortOnError:false to avoid a error when use the command "gradle build" on the terminal.

    opened by androidmalin 0
  • Vector DrawableLeft to TextView and background RadioButton

    Vector DrawableLeft to TextView and background RadioButton

    How work with vector when me need setBackground to RadioButton vector image , and DrawableLeft to textView ? Error ->Caused by: android.content.res.Resources$NotFoundException: File res/drawable/vector_drawable_cpu.xml from drawable resource ID #0x7f02004e

    opened by vkropivko 2
  • Genymotion点击切换主题会崩溃

    Genymotion点击切换主题会崩溃

    Genymotion 型号:Google Nexus 5-6.0.0-API 23 -1080x1920 点击切换主题,会崩溃,打印的log如下:

    03-24 04:21:07.592 14230-14259/in.srain.demos.vector W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xe99eb680, error=EGL_SUCCESS
    03-24 04:21:12.028 14230-14259/in.srain.demos.vector E/Surface: getSlotFromBufferLocked: unknown buffer: 0xe8e371c0
    03-24 04:21:12.046 14230-14259/in.srain.demos.vector E/Surface: queueBuffer: error queuing buffer to SurfaceTexture, -19
    03-24 04:21:12.047 14230-14259/in.srain.demos.vector E/EGL_emulation: tid 14259: swapBuffers(288): error 0x3003 (EGL_BAD_ALLOC)
    03-24 04:21:12.047 14230-14259/in.srain.demos.vector A/OpenGLRenderer: Encountered EGL error 12291 EGL_BAD_ALLOC during rendering
    03-24 04:21:12.047 14230-14259/in.srain.demos.vector A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 14259 (RenderThread)
    
    

    还没有在真机上试过,不知道是不是就这款模拟器有问题,秋哥可以试试

    opened by WuXiaolong 0
Quality-Tools-for-Android 7.5 0.0 L5 Java This is an Android sample app + tests that will be used to work on various project to increase the quality of the Android platform.

Quality Tools for Android This is an Android sample app + tests that will be used to work on various project to increase the quality of the Android pl

Stéphane Nicolas 1.3k Dec 27, 2022
This project is focused on the sample using the API's new preview version of Android-L, use of transitions, shadows etc...

Android L preview example Description This project is focused on the sample using the API's new preview version of Android-L, use of transitions, shad

Saul Molinero 165 Nov 10, 2022
This project is focused on the sample using the API's new preview version of Android-L, use of transitions, shadows etc...

Android L preview example Description This project is focused on the sample using the API's new preview version of Android-L, use of transitions, shad

Saul Molinero 165 Nov 10, 2022
Eutamin-C Sample Project

here-is-my-card About Eutamin-C Sample Project This is an android application using Euphony library "here-is-my-card" makes it easy to share business

Euphony 5 Sep 1, 2021
A sample project managing the dependencies using Gradle version catalog

playground-gradle-bom-dep-manage A sample project managing the dependencies using Gradle version catalog. Pros/Cons Comparison with dependency managem

Masatoshi Kubode 0 Nov 26, 2021
Minimal example of how to safely share a file produced by a task in one project, with a task in another project.

How to share files across Gradle subprojects: A minimal example This is the Gradle project: . ├── producer │ └── build.gradle.kts ├── consumer │ └

Rob Moore 2 Dec 17, 2021
A sample Android app which showcases advanced usage of Dagger among other open source libraries.

U+2020 A sample Android app which showcases advanced usage of Dagger among other open source libraries. Watch the corresponding talk or view the slide

Jake Wharton 5.7k Dec 22, 2022
📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.

Android Components Architecture in a Modular Word Android Components Architecture in a Modular Word is a sample project that presents modern, 2020 app

Madalin Valceleanu 2.3k Dec 30, 2022
Sample material transition animations for Android

See ListOfThings for a newer implementation. Android Material Transitions This Android project samples some Material Design-ish transitions for list i

Todd Way 1.2k Dec 7, 2022