Skip to content

It is an android app functions as a simple list of things to do

Notifications You must be signed in to change notification settings

YangHuNU/Checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Checklist

It is an android app to check a list of things to do

How to use as an user

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.

How to install and test run

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.

Local Tests

Assume start the app with adding these two items into list, shown as follow: alt text

Delete one item and added two, now the app looks like this: alt text

AWS Tests

The AWS tests were run on with a test type of Build-in: Fuzz.

Five different devices passed with 3 tests each. alt text

Here are sample screenshots from some devices: Pixel: alt text

Galaxy 6: alt text

Pixel 2: alt text

Comparison Between Android Studio and React Native

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.

Reference

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.

About

It is an android app functions as a simple list of things to do

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages