Skip to content

drodobyte/lostpet-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lost Pet on Android

Simple Android/Kotlin App for posting lost pets. Here we define the details/framework specific layer in a Clean Architecture approach, the business layer is defined here. This branch features a MVP approach, and this a MVI one.

Packages

  • Presentation, It contains Android specifics implementing views and user interaction, and also the presenters, which are adapters to the use-cases from business model layer and the android specific framework.
  • Service, doubles or mocked service classes implementing the service interface defined in the business model layer.
  • util & app, utility and helper classes

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages