Coder Social home page Coder Social logo

nokiagarage's Introduction

NokiaGarage

NokiaGarage is an application specially developed by the students of the Metropolia University of Applied Sciences for the Nokia Karaportti Campus. With NokiaGarage you can read articles published by Nokia, book time to work with various equipment and rooms in Nokia Garage at Nokia Karaportti Campus.

Tech & libraries

  • Minimum SDK Level 23
  • JetPack
    • LiveData - notify domain layer data to views.
    • Lifecycle - dispose of observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • Navigation
  • Mockito
  • Koin
  • Glide
  • Coroutines
  • Retrofit
  • OkHttp3
  • ViewPager2
  • DataBinding
  • ViewBinding
  • Facebook Shimmer

Features

- An app to utilize the EspooGarage to its full potential
- Reserve different rooms such as media lab for uninterrupted work
- Reserve different tools and let others know about the availability of the tools
- Check your calendar to check the availability of the rooms and tools

Overview of the app

ezgif com-gif-maker ezgif com-gif-maker (1) ezgif com-gif-maker (2) ezgif com-gif-maker (3) ezgif com-gif-maker (4) ezgif com-gif-maker (5) ezgif com-gif-maker (6)

Architectural pattern

- MVVM and Repository pattern

mvvm-pattern

Backend

- We developed an API using Node.js, Express.js, MongoDB and Heroku

The code for the API https://github.com/Darshilshah178/Nokia-Garage-Api

Dependencies

build.gradle(Project)

ext.kotlin_version = '1.6.0'
ext.lifecycle_version = "2.4.0"
ext.material_version = "1.4.0"
ext.jetpackNav_version = "2.3.5"
ext.constrainlayout_version = "2.1.1"
ext.mockito_version = "3.7.7"
ext.koin_version = '3.1.2'
ext.scalable_version = "1.0.6"
ext.dot_version = "4.1.2"
ext.retrofit_version = "2.9.0"
ext.glide_version = "4.12.0"
ext.coroutine_version = "1.5.1"
ext.okhttp3_version = "4.9.0"

build.gradle(Module)

plugins {
    id 'com.android.application'
    id 'kotlin-android'
    id 'kotlin-android-extensions'
    id "androidx.navigation.safeargs.kotlin"
    id 'kotlin-kapt'
}

buildFeatures {
    viewBinding true
    dataBinding true
}

//Dependency Injection
// Koin core features
implementation "io.insert-koin:koin-core:$koin_version"

// Koin test features
testImplementation "io.insert-koin:koin-test:$koin_version"

// Koin main features for Android (Scope,ViewModel ...)
implementation "io.insert-koin:koin-android:$koin_version"

//KoinNavGraph
implementation "io.insert-koin:koin-androidx-navigation:$koin_version"

//Mockito
testImplementation "org.mockito:mockito-core:$mockito_version"
testImplementation "org.mockito:mockito-inline:$mockito_version"

//viewpager2
implementation "com.tbuonomo.andrui:viewpagerdotsindicator:$dot_version"

//scalable units
implementation "com.intuit.sdp:sdp-android:$scalable_version"
implementation "com.intuit.ssp:ssp-android:$scalable_version"

//retrofit
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
implementation "com.squareup.retrofit2:converter-gson:$retrofit_version"

//glide
implementation "com.github.bumptech.glide:glide:$glide_version"
annotationProcessor "com.github.bumptech.glide:compiler:$glide_version"

//coroutines
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutine_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutine_version"

implementation "com.squareup.okhttp3:okhttp:$okhttp3_version"
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp3_version"
implementation "androidx.core:core-ktx:+"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

//shimmer effect
implementation 'com.facebook.shimmer:shimmer:0.5.0'

- Assets used in the app contain Illustrations from

  • Saly - 3d illustration

  • Blush

License

Free Software, Hell Yeah!

nokiagarage's People

Contributors

ziangzhao1227 avatar max7133 avatar darshilshah178 avatar

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.