A sample stock viewer Android application built on Kotlin using Android Architecture components (ViewModel, LiveData, Room), Retrofit, Moshi, Coroutines and Espresso.
The app also uses Bottom Navigation View and JetPack Navigation Component.
This app also allows users to turn on Dark Mode 🔥
Go to the Releases to download the lastest APK.
- Search 🔍: Users can search for their favorite stocks on the home page.
- Favoriting ⭐️: Users can favorite the stocks they are most interested in and view them in the favorites tab.
- Dark Mode 🌗: Users can toggle between Light and Dark Mode.
- Minimum SDK level 23
- Kotlin
- Coroutines
- JetPack
- LiveData
- ViewModel
- Room
- Naviagtion Component
- Architecture
- MVVM Architecture (View - ViewModel - Model)
- Repository pattern
- Retrofit2.
- Moshi.
Investodroid is based on MVVM architecture and a repository pattern.
Investodroid uses the Financial Modeling Prep Api
Support it by joining stargazers for this repository.
Designed and developed by 2020 ManaswiniKundeti (Manaswini Kundeti)
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
http://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.