Skip to content

faruktoptas/news-mvp

Repository files navigation

Sample Android RSS Reader app with MVP

This repository contains a sample RSS reader app with MVP architecture and Dagger2 implementation. This app is explained in a series of Articles on medium.com

  1. Android App From Scratch Part 1 - Model-View-Presenter
  2. Android App From Scratch Part 2 - Implementing must have libraries
  3. Android App From Scratch Part 3 - Implementing App Logic
  4. Android App From Scratch Part 4 - Creating unit tests with JUnit
  5. Android App From Scratch Part 5 - Creating Android Instrumentations tests with Espresso
  6. Android App From Scratch Part 6 - Continuous Integration with Travis-CI

Topics

  1. Creating an Android App Architecture
  2. Using Model-View-Presenter structure in an Android App
  3. Basic usage of Dependency Injection with Dagger2
  4. Unit testing with JUnit
  5. Android Instrumentation test
  6. Continuous Integration implementation with Travis-CI

Used Libraries

  1. Dagger2
  2. Retrofit
  3. OkHttp Logging Interceptor
  4. RetrofitRssConverterFactory
  5. LeakCanary
  6. Picasso
  7. Chrome Custom Tabs

!gif

License

Copyright 2017 Faruk Toptaş

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.