Skip to content

Potsane/finance_app

Repository files navigation

FINANCE NEWS APP

This is a simple app that displays news articles and and stock tickers. This app follows and MVVM architecture, and these are the libraries used.

DATA SOURCE

LIBRARIES USED

  • Kotlin coroutines - This is a ligthweight async programming framework. Coroutines do not require any external API and are natural to Kotlin language, in comparison to RxJava.

  • Hilt - The app uses hilt for dependancy injection, it is a Google maintained library for dependancy injection.

  • Retrofit - This app makes use of Retrofit for nerworking.

  • Glide - This library is used to manage media used on the app, it helps load remote image, memory management and caching.

  • Lottie - This library is used to display the animations.

  • Navigation componemt - For navigation, the app uses the Jetpack nevigation component.

  • JUnit - Is used to unit testing, it is open source and well popular and allows easy testig and verification by makign use of common assertions.

OUTPUTS

License

Copyright 2022 Potsane Mohale

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

    https://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.

Releases

No releases published

Packages

No packages published

Languages