Giter Club home page Giter Club logo

techhub's Introduction

TechHub

TechHub is a sample educational app that provides courses for people who want to learn new skills in mostly tech-related areas.

The goal of this project is to practice & demonstrate the use of some Modern Android Development Practices, Material Design Theming & Android Animations.

๐Ÿ•น Animations ๐Ÿ•น

This app uses shared element container transforms to create a visible connection between two UI elements and represent parent-child relationships between fragment transitions.

List Item Card Item Swipe to Delete Bouncing Text

๐Ÿ›  Architecture ๐Ÿ› 

The application complies with the following recommended best practices for building robust, high-quality apps.

  • Single Activity Architecture: One single activity and several fragments.
  • MVVM: MVVM based architecture, using a local database as a Single Source of Truth.
  • SOLID: Software design principles intended to make object-oriented software more understandable, flexible and maintainable.
  • Android Architecture Components: libraries part of Android Jetpack to give a robust design, testable and maintainable to modern applications.

๐Ÿฆพ Tech Stack ๐Ÿฆพ

This project takes advantage of many popular libraries and tools in the Android ecosystem:

  • ROOM: Persistence Library that provides an abstraction layer over SQLLite to allow for a more robust database access.
  • Lifecycle: Perform actions in response to a change in the lifecycle status of another component.
  • ViewModel: Designed to manage and store UI related data in a lifecycle conscious way.
  • LiveData: A lifecycle-aware observable data holder class, that respects the lifecycle of other app components.
  • Navigation: Implement navigation and transactions between fragments.
  • Kotlin Coroutines: Managing background threads with simplified code and reducing needs for callbacks.
  • Kotlin Flow: Cold asynchronous data stream that sequentially emits values
  • Kotlin Serialization: Converts data used by an application to a format that can be transferred over a network or stored in a database or a file.
  • Dagger Hilt: A fully static, compile-time dependency injection framework for both Java and Android.
  • Retrofit: A type-safe HTTP client.
  • Glide: An image loading library.
  • ViewBinding: Allows you to more easily write code that interacts with views.
  • Material 3: The latest version of Material Design, introduced in Android 12.
  • Material Motion: A set of transition patterns that can help users understand and navigate an app.

๐Ÿ“ท Screenshots ๐Ÿ“ท

Details Home Favorites Topics
1 2 3 4
Details Dark Home Dark Favorites Dark Topics Dark
5 6 7 8

License

MIT License

Copyright (c) 2022 Jonathan Areas

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.

techhub's People

Contributors

jxareas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.