All Projects → mhacks → mhacks-android

mhacks / mhacks-android

Licence: other
The official MHacks Android App

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to mhacks-android

hackathon
Repositório de hackathons do Training Center
Stars: ✭ 20 (-4.76%)
Mutual labels:  hackathon
hackerAPI
🐓 API for registration, live-site
Stars: ✭ 20 (-4.76%)
Mutual labels:  hackathon
HacktheDinos
The 2nd Annual American Museum of Natural History Hackathon produced by the BridgeUP: STEM program
Stars: ✭ 32 (+52.38%)
Mutual labels:  hackathon
hackupc-landing
🚀 HackUPC's landing page
Stars: ✭ 31 (+47.62%)
Mutual labels:  hackathon
developer-challenge
No description or website provided.
Stars: ✭ 36 (+71.43%)
Mutual labels:  hackathon
HackTheDeep
The 4th Annual American Museum of Natural History Hackathon produced by the BridgeUP: STEM program
Stars: ✭ 35 (+66.67%)
Mutual labels:  hackathon
hackathon-prep-material
Getting ready for a Bluemix hackathon? Here is some great material to get you started.
Stars: ✭ 26 (+23.81%)
Mutual labels:  hackathon
sokoban-action
Sokoban game using GitHub Actions 🤖
Stars: ✭ 26 (+23.81%)
Mutual labels:  hackathon
HackaPanel
⌨️ Hacka{Iran}'s Contest Panel / IDE
Stars: ✭ 15 (-28.57%)
Mutual labels:  hackathon
Gigabyte-B85-HD3-EFI
技嘉B85-HD3 CPU:E3-1231V3、内存:32GB DDR3 1600MHZ、显卡:GTX1080、网卡+蓝牙:BCM943602CS
Stars: ✭ 24 (+14.29%)
Mutual labels:  hackathon
ionic2-firebase-hackathon-starter
A hackathon starter for ionic2 using firebase, already has user authentication, reset password, google login etc
Stars: ✭ 34 (+61.9%)
Mutual labels:  hackathon
relay-starter-kit
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, Material UI.
Stars: ✭ 3,513 (+16628.57%)
Mutual labels:  hackathon
Healthify
Healthify - An app to track your daily water intake and sleep and boost your work efficiency. Healthify is built using Kotlin and follows all modern android Development practices and hence is a good learning resource for beginners
Stars: ✭ 37 (+76.19%)
Mutual labels:  hackathon
dayder
Search lots of data sets for spurious correlations
Stars: ✭ 44 (+109.52%)
Mutual labels:  hackathon
Summer-Hacks
Make a cool summer-themed portfolio website.
Stars: ✭ 27 (+28.57%)
Mutual labels:  hackathon
CTF-Script-And-Template-Thrift-Shop
[180+ scripts] There are a few genuine gems in there. And a lot of spaghetti code. Most of these scripts were for solving CTF's. If you googles something for a CTF and landed here look at the scripts they're all fairly malleable. Sorry for the shitty naming conventions (not really). If you are a recruiter stop. I wont be able to rewrite half thi…
Stars: ✭ 38 (+80.95%)
Mutual labels:  hackathon
HackTheSolarSystem
The 5th Annual American Museum of Natural History Hackathon produced by the BridgeUP: STEM program
Stars: ✭ 22 (+4.76%)
Mutual labels:  hackathon
LastSecondSlides
Use the Google speech-to-text API to generate presentation slides as you talk!
Stars: ✭ 32 (+52.38%)
Mutual labels:  hackathon
fireblogger
Ionic 2 social media microblogging platform built with firebase 3 as backend
Stars: ✭ 54 (+157.14%)
Mutual labels:  hackathon
HackingMap
黑客松現場的專案地圖,即時呈現各專案的進度與成果,促進參加者間的交流互動。
Stars: ✭ 26 (+23.81%)
Mutual labels:  hackathon

The Official MHacks Android App

Get it on Google Play

About

The goal of this project is to provide a modular and open source Android client for hackathons of all sizes. Feel free to fork this project and deploy this client for your event.

If you use our code, please link back to this GitHub page and shoot us a line. We'd love to see what you're working on!

Building

The project has been built with Android Studio, and consequently uses the Gradle build system. If you have used Gradle before, great! If you haven't, you might want to take a look at some guides online.

To build the project for debug, you should only need to import it into Android studio. You may also build it from the command line, using:

$ ./gradlew clean assembleDebug

If you plan on building this project for release, you'll need to add a signingConfig block to app/build.gradle with your keys. This will depend on how you plan on signing it.

NOTE: You may need to clean your project and sync Gradle files before your first run. Build > Clean project

Prerequisites

To build this project, there are several requirements.

  1. google-services.json

    This file is needed to use Google Play Services. More specifically, for Google Maps integration, you must register on Google's website to receive this key

  2. gradle.properties

    This file contains API keys that are used throughout the app. This is not added to the project for security reasons. Note that there are not quotation marks around MHACKS_GOOGLE_MAPS_API_KEY and there are double quotation marks around GCM_SERVER_ID.

  3. MHACKS_GOOGLE_MAPS_API_KEY=examplekey
    GCM_SERVER_ID="example_key"
    
    // This is needed to transform App Compat libraries in third
    // party libraries to be compat with the newer AndroidX 
    // packages.
    android.useAndroidX = true
    android.enableJetifier = true
    
    // Needed to use data binding for feature modules.
    android.enableExperimentalFeatureDatabinding = true
  4. Android Studio 3.2

    This project uses tools available on a recent version of Android Studio. Older versions of the IDE may not support some aspects of the development.

Goals

  • Demonstrate a good understanding of software architecture and tooling that are important in maintaining a modern codebase.
  • Uses MVVM, in the form of Architecture Components ViewModel, as a solution for seperation of concerns and implementing clean architecture.
  • Conforming to Material Design standards in creating a predictable and intuitive UI.
  • Sensible file and project organization.
  • Demonstrate the use of common Android libraries used commonly for modern codebases.
  • Use dependency injection with Dagger 2 to produce decoupled objects and services, reduces the amount of boilerplate.
  • Use Data Binding to bind UI in a declarative method.

Screenshots

Welcome Screen / Timer Ticket

Credits

We would like to thank the maintainers of the following for past and present version of the app:

License

The MIT License (MIT)

Copyright (c) 2018 MHacks

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].