Skip to content

CSD-Model을 활용한 유아용 영단어 학습 어플리케이션

License

Notifications You must be signed in to change notification settings

CAP-JJANG/RightNow

Repository files navigation

🙌 소개

[ENG]
RightNow is a mobile app for learning that recognizes children's handwritten sounds and scores English words.

Children can learn how to write alphabets or English words using smart devices. If you use CSD-Model, even if you don't have a small screen or a smart pencil You can enter the alphabet into the mobile phone application without any inconvenience by using the alphabetic sound signal used at your desk.

The RightNow application is an application that helps children learn English words by writing handwritten alphabets on their desks and matching the English words in the picture.

[KOR]
RightNow는 아이들의 손글씨 음향을 인식하여 영단어를 맞게 썼는지 채점하는 학습용 모바일 앱입니다.

아이들은 알파벳이나 영어단어 쓰는법을 스마트기기를 활용하여 학습 할 수 있습니다. CSD-Model을 활용한다면 화면이 작아도, 스마트 펜슬이 없어도 책상에서 쓰는 알파벳 음향신호를 이용하여 알파벳을 불편함없이 핸드폰 어플에 입력할 수 있습니다.

RightNow 어플은 아이들이 책상에 손글씨 알파벳을 써서 해당 그림의 영어 단어를 맞추며 영단어를 학습할 수 있도록한 어플리케이션입니다.

RightNow demoration video 🏃🏃🏃



💪 주요 기능

[ENG]

  1. A quiz picture card will appear.
  2. Children can enter English words by writing the alphabet by hand on the desk.
  3. When you submit the correct answer, you will be notified of the correct answer along with the correct answer.
  4. Once you complete all quizzes, you will see your final score.

[KOR]

  1. 퀴즈 그림 카드가 나타납니다.
  2. 아이들은 책상에 손글씨로 알파벳을 써서 영단어를 입력할 수 있습니다.
  3. 정답을 제출하면 정답과 함께 정답여부를 알려줍니다.
  4. 모든 퀴즈를 완료하면 최종 점수를 확인할 수 있습니다.



🦾 주요 기술

Mobile - Android

  • Android Studio: Giraffe | 2022.3.1
  • Gradle plugin: 8.1.1
  • JDK: jbr-17
  • Min SDK: 24
  • Target SDK: 33
  • Navigation : 2.7.3
  • Retrofit: 2.9.0



🔗 서비스 아키텍처

image



🔗 디렉터리 구조

RightNow
├── api
│   └── RecordService.kt
├── apiManager
│   └── RecordApiManager.kt
├── base
│   ├── BaseBottomDialogFragment.kt
│   ├── BaseDialogFragment.kt
│   └── BaseFragment.kt
├── model
│   ├── PostTestModel.kt
│   └── RecordModel.kt
├── ui
│   ├── LoadFragment.kt
│   ├── MainActivity.kt
│   ├── QuizAdapter.kt
│   ├── QuizFragment.kt
│   ├── QuizGradeFragment.kt
│   ├── QuizResultDialog.kt
│   └── StartFragment.kt
└── util
    ├── AudioRecorder.kt
    └── MySharedPreferences.kt    



👟 실행 방법



👀 실행 화면

image



🤖 라이센스

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

OSS-Notice sets forth attribution notices for third party software that may be contained in this application.

About

CSD-Model을 활용한 유아용 영단어 학습 어플리케이션

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages