8000 GitHub - io2257/AlarmClock: Most popular open source Android Alarm Clock App
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

io2257/AlarmClock

 
 

Repository files navigation

주요 기능 및 수정사항

  • 기본 알람 기능에 광고 시청 기능 추가 alert_alarm_fullscreen





  • 광고 시청 이후 연관 퀴즈 풀이 예시 quiz



  • 퀴즈 정답을 맞추면 일정량의 포인트를 제공 point_popup Screenshot_20240828_131616





주요 기능 별 연관 소스코드 Path

기본 알람 기능에 광고 시청 기능 추가

  • AlarmClock/app/src/main/java/com/better/alarm/ui/alert/AlarmAlertFullScreen.kt
    showAds() 메소드가 본 기능의 핵심 구현체입니다.





광고 시청 이후 연관 퀴즈 풀이 예시

  • AlarmClock/app/src/main/java/com/better/alarm/ui/alert/AlarmAlertFullScreen.kt
    showQuiz() 메소드가 본 기능의 핵심 구현체입니다.



  • AlarmClock/app/src/main/res/layout/quiz_dialog.xml

    퀴즈 팝업의 레이아웃 정보입니다.





퀴즈 정답을 맞추면 일정량의 포인트를 제공

  • AlarmClock/app/src/main/java/com/better/alarm/data/PointManager.kt
    Kotlin Context가 Point정보를 유지하도록 구현하였습니다.

  • AlarmClock/app/src/main/java/com/better/alarm/ui/list/InfoFragment.kt
    computeTexts 함수가 Point 정보를 표시하는 기능을 합니다.









Simple alarm clock

Simple Alarm Clock is an alarm clock for Android smartphones and tablets that brings pure alarm experience to you by combining powerful features and clean interface. The interface of our Alarm clock is designed to be simple, intuitive and efficient. By removing what is not essential, we make access to everything you need even easier.

Features

  • Low volume gentle alarm which starts some time before the main alarm (when you are in good sleep phase to wake up, you will hear the low volume alarm and wake up most refreshed. 30 minutes is most of the time enough to catch the fast sleep phase)
  • Cool time picker like in Jelly Bean. No more spinning, only phone-style keyboard!
  • Volume fade in and vibration starting only after completed fade in
  • Snooze for some time with one click or to a snooze to selected time with out time picker
  • Longclick to dismiss - prevents accidental alarm dismiss
  • Longclick on snooze button for adjustable snooze time with a convenient time picker

Open source

The application code is branched from AOSP and is open source. Additional feature requests are appreciated! You can submit bugreports and feature requests by sending an email to developers!

License

Apache 2.0

About

Most popular open source Android Alarm Clock App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 91.5%
  • Java 8.4%
  • Shell 0.1%
0