Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 994 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 994 Bytes

popular-movies-with-dagger

An android project that uses Dagger 2.11 & MVP

Used libraries;

  • Retrofit
  • Picasso
  • Mockito
  • Dagger

https://www.themoviedb.org/documentation/api is used to get movie data.

You need to add a file named "secret.properties" into the project root (same level as local.properties) to make the project going. Here is the sample file;

https://gist.github.com/EfeBudak/7c9f5c8fe003d3f983f37ff27be52b70

License

Copyright 2017 Efe Budak.

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.