Simple black box (Recording, Play function)
ㅡ Simple black box (Recording, Play function)
Table of Contents
Introduction
MediaRecorder를 이용해서 녹화 및 재생하는 앱을 작성합니다. 이때, 녹화화면에 위도,경도,속도를 표시하고 compass를 이용해서 방향을 나타냅니다. array_list를 생성해서 녹화 시작시 시작위도, 경도와 녹화종료시 끝위도, 경도를 녹화된 파일과 함께 SQLite에 저장후, array_list의 item을click시 녹화된 영상과 시작위도, 경도 그리고 끝위도, 경도가 재생되는 앱을 작성합니다.
Hierarchy
|-- src
| `-- DBHelper.java
| `-- MainActivity.java
| `-- VideoPlay.java
| `-- init_display.java
| `-- list_display.java
|
``
Prerequisite
- android studio: It’s developed by the Android studio. Deploy using multiple libraries.
Development
Install
$ git clone https://github.com/lllilllilllilili/hufs_projects.git
Testing
$ adb shell
$ am start -n com.package.name/com.package.name.ActivityName
Commit
We are following Angular’s commitizen rules for formatting git commit message. This allows you to read messages that are easy to understand when looking for project history. It also uses the git commit message to generate our CHANGELOG file.
$ npm install -g git-cz
$ git add .
$ git git-cz
$ git push
Result






Video
license
MIT License
About
Authored and maintained by ingyu