Skip to content

An android application for listing latest news about space missions. With Clean architecture and MVVM

Notifications You must be signed in to change notification settings

MatheusVict/AstrosNews

Repository files navigation

Astros News

A SpaceFlightNews API client for Android. It was created for a series of instructional videos on YouTube.

Screenshots:

Screnshot_1 Screnshot_2 Screnshot_3 Screnshot_4 Screnshot_5 Screnshot_6 Screnshot_7

  • API consumption. The app consumes eht SpaceFlightNews Api (https://spaceflightnewsapi.net/).
  • MVVM architecture. The app is based on modern Android components and MVVM architecture.
  • Clean Architecture. It's development follows clean architecture practices, such as separation of core, domain, data and presentation layers.
  • UX/UI. Creating a modern, crisp and accessible interface using Google Material Design components.
  • Cyrillic, Latin and Greek support. Use of a font family with support for different character sets.
  • Coroutines. Extensive use of coroutines for remote data access and other operations.
  • Flow. Use of flows instead of LiveData.
  • Automated Testing & TDD. Automated unit and integration tests using JUnit4 and KoinTest.
  • Flexible UseCase class. Employ inheritance to create a flexible UseCase<Param, Source> class.
  • Flexible State class. The app uses a flexible State<T> wrapper class capable of handling responses with type safety.
  • MockWebServer. Use for mocking services.
  • Dependency injection with Koin.
  • Fragment-based navigation.

Versions

Version 0.1

  • Basic functionality: retrieve latest Articles, Blog Posts and Mission Reports from the SpaceFlightNewsAPI
  • Branded Aesthetics

Version 0.2

  • Search Articles, Blog Posts and Mission Reports by title

About

An android application for listing latest news about space missions. With Clean architecture and MVVM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages