Skip to content

Pro-55/TilesMatch

Repository files navigation

TilesMatch

API 21 Apache License


TilesMatch is a classic 15 Puzzle brought to Android Platform with Spin of Material UI!


Built with

  • Minimum SDK level 21
  • Coroutines + Flow for asynchronous work
  • Hilt for dependency injection
  • Android 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 - Provides Navigation components
  • Architecture
    • MVVM Architecture (View - DataBinding - ViewModel - Model)
    • Repository pattern
  • GSON - Java serialization/deserialization library to convert Java Objects into JSON and back
  • Glide - Image downloading and caching library
  • Material-Components - Material design components like ripple animation, cardView
  • Unsplash - Beautiful, free images and photos that you can download and use for any project. Better than any royalty free or stock photos

License

Designed and developed by 2020 pro-55 (Pranit B. Rane)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages