An Action List shows all electronic documents (eDocs) currently routed to you for action. From your list, you can view the contents and routing history of each eDoc. You may be asked to approve, acknowledge, complete, or get an "FYI" for each eDoc in your Action List. Once you take the appropriate action, that eDoc automatically disappears from your Action List.
So this is an android mobile application for action list built with react-native and redux. This project is aimed at giving a more sophisticated user experience for action on the documents.
- Install Android Studio(if you don't already have) on your system which comes with Latest Android SDK and tools. But for this application to work, Please install Android 6.0 (Marshmallow) SDK. Refer here for more details on installation.
- Clone or Download this Project zip to a new empty local directory.
- Open terminal and migrate to the directory which contains the downloaded project.
- Make Sure you have node installed in that directory. if not click here for instructions on installation.
- Set the android Environmental Variables in the current directory by executing the following commands
export ANDROID_HOME=${HOME}/Library/Android/sdk
export PATH=${PATH}:${ANDROID_HOME}/tools
export PATH=${PATH}:${ANDROID_HOME}/platform-tools
- Run the following command to install all the missing node modules for the current project.
npm install
- Run the following command to start the android virtual device (AVD).
android avd
- Run the following command after the AVD has started successfully to run the Mobile Application.
react-native run-android