The app provides users easily organizing the flow plans.
- Save/Edit/Delete Plan
- Save/Edit/Delete Actions
- Multi Languages
- Email/SMS/Reminder
- Room Persistence Library
- Custom List View
- Alert Dialog Fragment
- BroadcastReceiver
- Scheduled Notifications
- Custom List Adapters (BaseAdapter)
- Dialogs (DialogFragment / Alert Dialog)
- Activities
- Scheduled Notifications (BroadcastReceiver)
- android.permission.WAKE_LOCK
- HomeActivity
- ActionActivity
- FunctionListActivity
- SettingsActivity
- Functions.NotificationFunction
- Download and install the Android SDK. Make sure to install the Google APIs for your API level (e.g., 28), the Android SDK Build-tools version for your buildToolsVersion version, and the Android Support Repository and Google Repository.
- Compile SDK Version 28
- Min SDK Version 21
- Target SDK Version 28
- Sync android.arch.persistence.room from grandle.build.
- Download and install the latest version of Android Studio.
- In Android Studio, choose "Import Project" at the welcome screen.
- Browse to the location of the project, and double-click on the project directory.
- If prompted with options, check "Use auto-import", and select "Use default gradle wrapper (recommended)". Click "Ok".
- Click the green play button (or 'Shift->F10') to run the project!
- com.android.support appcompat-v7:28.0.0
- com.android.support.constraint constraint-layout:1.1.3
- com.android.support design:28.0.0
- com.google.android.gms play-services-maps:16.0.0
- junit junit 4.12
- com.android.support.test runner:1.0.2
- com.android.support.test.espresso espresso-core:3.0.2
- android.arch.persistence.room runtime:1.1.1