Coder Social home page Coder Social logo

acm-vit / alarmit Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 6.0 836 KB

AlarmIT is a simple alarm app. The alarms can be turned off via three methods - normal turnoff, by shaking the device a number of times, by solving maths questions.

License: MIT License

Kotlin 100.00%
alarm alarm-manager kotlin hacktoberfest hacktoberfest2022

alarmit's Introduction

Forktober Banner

AlarmIT

AlarmIT is a simple alarm app. The alarms can be turned off via three methods - normal turnoff, by shaking the device a number of times, by solving maths questions.

made-by-acm


Submitting a Pull Request

  • Fork the repository by clicking the fork button on top right corner of the page
  • Clone the target repository. To clone, click on the clone button and copy the https address. Then run
git clone https://github.com/rudrankbasant/AlarmIT.git
  • Go to the cloned directory by running
cd AlarmIT
  • Create a new branch. Use
 git checkout -b [YOUR-BRANCH-NAME]
  • Make your changes to the code. Add changes to your branch by using
git add .
  • Commit the changes by executing
git commit -m "your message"
  • Push to remote. To do this, run
git push origin [YOUR-BRANCH-NAME]
  • Create a pull request. Go to the target repository and click on the "Compare & pull request" button. Make sure your PR description mentions which issues you're solving.
* Wait for your request to be accepted.

Guidelines for Pull Request

  • Avoid pull requests that :
    • are automated or scripted
    • that are plagarized from someone else's branch
  • Do not spam
  • Project maintainer's decision on validity of PR is final.

For additional guidelines, refer to participation rules


Overview

AlarmIT is a project initiated for Hacktoberfest2022, so that beginners and those who have some fluency in the native app development domain can start to contribute to an open source project.


Usage

Lets get started!

git remote add
git fetch
git merge

Authors

Authors: Rudrank Basant

alarmit's People

Contributors

aryankhubchandani avatar kardelio avatar mksiddiq avatar risingstar-bit avatar rudrankbasant avatar shreyas-nirgude avatar watermelon3093 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

alarmit's Issues

alarm data class

some weekdays are missing from the alarm data class. the data type for each day is to be boolean, and the name should only be the first three letters of the day.

add onboarding screen

add 3 onboarding screens

  1. First Page welcomes the user. ( Add some images for a better look).
  2. Second Page describes that users can turn off the alarm by solving maths questions. The user can choose the difficulty and number of questions to solve.
  3. Third Page describes that users can turn off the alarm by shaking the device a specific number of times.

Make the UI pretty and stick to the colour theme. (You may add pictures/ add another bright colour that matches the theme for pictures)

add data class for alarm

the alarm data class will contain these items as of now:
1)time - date
2)state - boolean
3)seven fields for the weekdays from "mon" to "sun" - boolean

add item-view layout for alarm

The item view is split into two rows:

  1. TOP ROW (with a width greater than the bottom row)
    1) Time of the alarm on left.
    2) A toggle button on the right.

  2. BOTTOM ROW
    1) Left side has 7 letters - SMTWTFS
    2) Right side has a kebab menu ( triple vertical dots menu option)

set-up basic navigation

the home navigation should be the home fragment
the floating action button should lead to edit fragment

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.