adam84luong / Android_Stock_Price

Android Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Stock Price

About

The application allows you to keep track of the stock prices of companies. You can analyze the history of these prices through the chart. By adding stocks to your favorites, you can track their price in real time.

App API: finnhub

GooglePlay: Stock Price

Stack

  • Clean Architecture try
  • MVVM
  • Kotlin Coroutines/Flow
  • Room
  • Dagger2
  • Glide
  • Data Store Preferences
  • Moshi
  • Retrofit + okHttp
  • Firebase Realtime Db
  • Firebase Authorization
  • Animations using: MotionLayout, SharedTransitions, PropertyAnimations
  • Simple unit tests using: Robolectric & Mockito
  • Simple UI tests using: Espresso & UIAutomator

Phones for tests

  • +16505555555 . Code [123456]
  • +16504444444 . Code [123456]
  • +16503333333 . Code [123456]

License

   Copyright 2021 Leah Nichita

   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.

About

Android Application

License:Apache License 2.0


Languages

Language:Kotlin 100.0%