Git Product home page Git Product logo

alarmoneclock's Introduction

ProjectSEGroup9

System engineering project of USTH group 9 - Alarm Clock

ProjectSEGroup9

Most of us usually feel hard to wake up early in the mornig. AlarmOneClock provide alarm with Mission to make you awake and hardly go to sleep again.

Features

  • Normal alarm clock.
  • Choose your favorite song or sound to set as the ring tone.
  • A Youtube video to wake you up.
  • More features will be updated.

How to get

Can be found on CH play in near future (to be updated)

##Related documents## SRS SDD

Related video

Report video #1

Credits

Update soon

alarmoneclock's People

Contributors

levietanh0001 avatar miatran1109 avatar

Forkers

anhnguyen3275

alarmoneclock's Issues

activity_main.xml

<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#eeeeee"
android:fitsSystemWindows="true"
tools:context="com.example.maalarm.finalalarm.MainActivity">

<android.support.design.widget.AppBarLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:theme="@style/AppTheme.AppBarOverlay">

    <android.support.v7.widget.Toolbar
            android:id="@+id/toolbar"
            android:layout_width="match_parent"
            android:layout_height="104dp"
            android:background="?attr/colorPrimary"
            app:popupTheme="@style/AppTheme.PopupOverlay" />

</android.support.design.widget.AppBarLayout>

<android.support.design.widget.TabLayout
        android:background="@color/tabcolor"
        android:layout_alignParentTop="true"
        android:id="@+id/tab_layout"
        android:layout_width="match_parent"
        android:layout_height="48dp"
        app:tabSelectedTextColor="@color/tabselect">

</android.support.design.widget.TabLayout>
<android.support.v4.view.ViewPager
        android:layout_below="@id/tab_layout"
        android:id="@+id/view_pager"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

<include layout="@layout/content_main" />
<include layout="@layout/menu"/>

</android.support.design.widget.CoordinatorLayout>

Add .gitignore file to repos

I did perform a quick search for binary files. And I found out that you have a lot of them.

.gitignore file

*.jar
*.class
*.apk

Here are some examples

Here 1
Here 2
Many more

Clean up Document folder, specially links

Hey @vietanh2000april
documents folder here and here are not proper. You should put both links to this README.md then add new section like this

## Documents
[SRS](https://drive.google.com/open?id=18FnDyLv0YIAUWulMwzdPrGxcru3bg4rtsX-3uriw328)
[SDD](https://github.com/vietanh2000april/AlarmOneClock/blob/master/documents/sdd)

Making 2 files without extensions to just put 2 links. I must say you are dumb.

Also this is dumb too

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.