Basically, it is an application that records data at regular intervals and enables export in CSV format.
Install: yarn install
| npm install
Run Project Locally: expo start
NodeJS (version >=10.13.0)
Expo CLI: npm install -g expo-cli
Multiple options are available to test the application.
- Visit the address of the application (Data Recorder App). *Sometimes you may have to wait for the queue.
- You can start the simulation on a mobile device by clicking the Open project using Expo on the bottom side of the screen.
You can choose the following method to get full performance.
- First of all you need to have Expo Client installed on your test device.
App Store or Play Store / Download IPA 2.13.0 or Download APK 2.13.1 - Open project Data Recorder App by scanning QR code.
- It will automatically redirect to the Expo application and launch the Data Recorder App.
- React Native 0.59.10
- Expo SDK 35
- iOS, Android
- React Navigation v3
- PropTypes
- Moment
Considerations and improvements made in the application are summarized briefly.
-
OTA (Over-The-Air) Deployment
-
Cache System
-
Log System
-
Google Map Request (API Request(In RecordDetail Screen))
-
Preload all fonts and images
-
Responsive Screens (FontSize, Icons, Images etc.)
-
Special Navigation for iOS (Modal Navigation)
-
Dynamic Settings & AsyncStorage
-
Performance improvements
-
Eslint & Stylelint integration
-
Record each 1000 ms (Alterable)
-
CSV Export & Save (Export -> Another Application, Mail etc.) (Save -> Inapp storage)
-
Record History
-
Data points are drawn with blue color on the map.
-
You can navigate through all pages in the application without interrupting record.
-
Without stopping the recording, the supplied button can be clicked. The records up to the time it was clicked can be displayed and the relevant records can be exported. Too many recordings are not a burden on the model screen. New data will continue to come as we go down.
-
Data received in the same location can be cleared if desired. (Unique data set procure)