Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Files

Latest commit

Apr 6, 2019
100ff47 · Apr 6, 2019

History

History
15 lines (12 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 1.21 KB

Contribution Guideline

You are more than welcome to enhance, fix any demo you see in the app. A good way to start is look into existing issues and see if any of them interests you.

Development Guide

It is important to keep consistency in the project. Here are some of the key things you need to keep in mind:

  • Follow existing app architecture for previewing demo
    • Use LayoutPreviewBaseActivity if the demo does not need special user interaction
    • or, Create subclass of LayoutPreviewBaseActivity with user interaction specific binding. See LayoutVisibilityGoneActivity as an example.
  • Follow existing resource naming convention. See README
  • Create vector assets and save it to raw resources for later use. See README for example resource and how to create new resource.