Giter Club home page Giter Club logo

wally's Introduction

presentation.mp4

Wally

Wallpaper finder and downloader app Demonstrate the Jetpack Compose UI using Unsplash API Made with by Ibrahim Ezzat

Architecture πŸ—Ό

  • Single Activity No Fragment
  • MVVM Pattern

View: Renders UI and delegates user actions to ViewModel

ViewModel: Can have simple UI logic but most of the time just gets the data from UseCase.

UseCase: Contains all business rules and they written in the manner of single responsibility principle.

Repository: Single source of data. Responsible for getting data from one or more data sources.

For more information you can check Guide to app architecture

Architecture

Libraries πŸ“š

  • Kotlin - First class and official programming language for Android development.
  • Jetpack Compose - Jetpack Compose is Android’s modern toolkit for building native UI.
  • Coroutines - For asynchronous and more..
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • Flows - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Room - Database Library
  • Material Components for Android
    • Modular and customizable Material Design UI components for Android.
  • Dagger - Hilt - Dependency Injection Framework
  • Coil - Image loader library.

Package Structure πŸ—‚

.
.
.
β”œβ”€β”€ Data
|    β”œβ”€β”€ API              # RetroFit
|    β”œβ”€β”€ paging           # Paging3 - RemoteMediator - Pager
|    β”œβ”€β”€ cache            # Room Database
|    └── di               # Hilt Dependency Injection
|
|
β”œβ”€β”€ Domain
|    β”œβ”€β”€ Repository       # Repository interface
|    |
|    └── UseCases         # App UseCases
| 
β”œβ”€β”€ UI                    
|    β”œβ”€β”€ theme            # Compose Theme
|    |               
|    β”œβ”€β”€ component        # UI components composables
|    | 
|    β”œβ”€β”€ navigation       # NavigationHost & Destinations
|    |
|    β”œβ”€β”€ model            # Model for ViewModel & Categories List
|    |
|    └── screens          # UI Screens
|
β”œβ”€β”€ utils                 # Useful classes
|
└── APP.kt          # @HiltAndroidApp

Contribute 🀝

If you want to contribute to this app, you're always welcome!

Design ❀️

Design is inspired from @anwargul0x - Walper

wally's People

Contributors

ibrahimezzatsaad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 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.