Skip to content

An demo app which attempts to use the latest cutting edge libraries and tools.

Notifications You must be signed in to change notification settings

hantrungkien/Gapo-Dashboard-Demo

Repository files navigation

Gapo-Dashboard-Demo

An app which attempts to use the latest cutting edge libraries and tools.

Demo App download

gapo-demo

architecture

Architecture

  • Modularization by feature.
  • Clean Architecture + MVVM.
  • Dependency injection with Dagger. It is configured to use for both Library & Dynamic Feature Module.
  • Navigating between modules with Deeplink.

Android Development

Use Case

NOT IMPLEMENTED YET

  • Detailed implementations in the DiffUtil.Callback classes.
  • Deep dive into dealing ExoPlayer in RecyclerView.
  • Deep dive into Glide optimization.
  • Dealing click on news feeds items.
  • Caching by SQL or NoSQL. Currently using SharedPref.
  • Organize color code and string resource.

LICENCE

Copyright 2020 Kien Han Trung

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.