Android sample project that demonstrate MVP and clean architecture approach using Flickr APIs.
- Use Flickr APIs
- Material design UI/UX
- Support drag and zoom gesture
- Endless scrolling using epoxy
- Showcase MVP and clean arch approach
- Fetch popular photos and show their info
Sure. Just follow the following steps after downloading this project.
-
Visit Flickr API console
-
Click on the "Apply For A Non Commercial Key" option
-
Enter your project details like app name and description
-
Click on the Submit button after accepting the terms & conditions
-
Copy your generated API key and put it here
-
Done. Now you can run the app.
- Handle rotation config change
- Include some unit tests
Copyright 2018 Ganesh Mohan
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.