Day 4 List adjustment and add on some features

Today target checklist

  1. Able to click on the list of the app to access the app

  2. Able to move the app to the main page as favorite app

  3. Get the access camera feature working

First things first, get the list of app able to access the app. It going to do something with Flutter and Native app.

In the Flutter, I need to make sure user tap on the text of the list will launchApp. So I did is to create a onTap and launchApp function.

For the MainActivity.kt, I will add the launchApp method.

The result is shown below. Yoo-hoo, I'm a happy girl now.

Take a 30-minute break and continue with:

  1. Able to move the app to the main page as a favorite app

  2. Get the access camera feature working

2nd half of my progress today, I try to make the camera feature work, but I cannot do it today. I've been rolling back a few times today. Then I decided to set it aside.

I decided to change my plan today and create a basic overlay pop-up for the app. I also added some icons to make the application more interesting.

Upcoming task

  1. Able to move the app to the main page as a favorite app

  2. Get the access camera feature working