It is an android app to check a list of things to do
This app allows users to add items in a list by adding Once completed one item, a user can delete the item by clicking on the item.
Option1 A .apk file is formed under /Checklist/CheckList/app/release/. It can be installed on an Android device. Option2 It can also be run on Android Studio and use choose a device under SDK manager. Pixel 3 was initially chosen for test runs. However, it should run on many other android devices.
Assume start the app with adding these two items into list, shown as follow:
Delete one item and added two, now the app looks like this:
The AWS tests were run on with a test type of Build-in: Fuzz.
Five different devices passed with 3 tests each.
Here are sample screenshots from some devices: Pixel:
React Native is a mobile application framework while Android Studio is an IDE. React Native is written in JavaScript. One huge advantage of React native is its flexibility on cross-platform. As using Android Studio, I wrote majority of codes in Java and then enable the front end feature through forms. However, React Native seems to combine them well together as coding.
The app is made by following the tutorial video with my own customization. In the video, the original app doesn't store any delete actions into a seperate file. Therefore, once the app is closed and reopened, any deleted items will show up again. I fixed the problem in my own code.