Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 3.89 KB

test.md

File metadata and controls

76 lines (57 loc) · 3.89 KB

Code Walkthrough for Name

A brief description of the code being walked through.

Requirements

  • Add any requirements here.

Getting Started

Step 1 - Name of the step

    @Override
    public boolean onCreateOptionsMenu(Menu menu) {
        // Inflate the menu; this adds items to the action bar if it is present.
        getMenuInflater().inflate(R.menu.menu_log_poop, menu);
        return true;
    }
    //comment whatever
const styles = {
  fontFamily: 'sans-serif',
  textAlign: 'center',
};

Add a description of the step here.

Add a code snippet here.

Step 2 - Name of the step

Add a description of the step here.

Add a code snippet here.

Step 3 - Name of the step

Add a description of the step here.

Add a code snippet here.

🎉 Done

Add a description of the completed task here.

Resources

  • Add any related resources here.