Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Design Getting Started With Material Design Material Design Components Design a Side Sheet

Material Design Modal Side Sheets Android Implemenation

Hello,

I am wondering how I can implement a Modal Side Sheet for my android app. On the Material Design website (https://material.io/components/sheets-side#usage), it says it is in beta. Does this mean it is not ready to be implemented for real life application? If it is, where can I find a tutorial to learn how to implement this?

Thank you :)

1 Answer

  • You can go here and check out how to deploy this for your android app https://material.io/collections/developer-tutorials/

  • It says that it is in beta, which means that there may be changes to the documentations/functionality of the design in the future. They are testing how the design works and changing stuff to improve it.

  • You can use it on your real life application, but just be aware that in the future they might change something and you might have to go back and fix it accordingly (look at the changelogs and documentations).