8000 GitHub - ZayPhyo01-Droid/MovieModule
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ZayPhyo01-Droid/MovieModule

Repository files navigation

Movie Module

A sample Jetpack compose movie app with multi module style + mvvm clean arch and using baseline profile to optimize app start up.

Benchmarking

There are 3 compilation mode to benchmarking the app start

  • No baseline
  • With Baseline Mode
  • Full Mode

Screen

  • Home Screen
  • Upcoming
  • Detail

Network

Ktor Client

Navigation

I used my own ksp processor to generate navigation route. You can check at processor module .

Modules

core module for common logic module.

api module sit between core and feature module (as not to connect feature module each others).

feature for application feature module

poster module not yet implement

annotations and processor module for ksp navigation processor

baselineprofile module to generate baselineprofile for app startup (Will add dex layout optimization later)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0