Skip to content

Latest commit

 

History

History
 
 

lesson-04_A-Simple-App

Lesson Four: A Simple App

Hello World is an awesome app but it doesn't do much. I like for my mobile apps to do stuff, so let's a build an app that counts how many avocados you eat during our lifetime. That's useful, isn't it?

By the way, Here's where you can find all the code for Avocado App.

  1. View, Text and Button Components
  2. Styling Components
  3. React Props
  4. React State

Here's the app you'll build running in the Android emulator.
Alt

It's a simple app to track your avocado consumption. When you eat an avocado simply click the "I ate an avocado" button, and almost magically, the app will count how many avocados you've eaten.

Now let's create our app.