Skip to content

graviton57/TheNounProject

Repository files navigation

The Noun Project for Android

License API

The Noun Project is a great resource for finding clip art for use in applications. The application is built with MVP architectural approach and uses The Noun Project API for fetching data.

Project Structure

Data

It contains all the data(Shared Preferences, Local DB and Remote API) accessing and manipulating components

Injection

Dependency providing classes using Dagger2

Events

EventBus events classes that simplifies communication between Activitie and Fragments

UI

View classes along with their corresponding Presenters

Utils

Utility classes

Preview

Main Activity Icons Activity
alt text alt text
Collections Activity Detail Activity
alt text alt text

Contributing

Contributions are welcome to the project! Read contributing make pull request and you are IN!

Reporting Bugs & Bug Fixes

If you find a bug you can report it by using the issues section for this project. Bug fixes should also be done in pull requests.

Features & Feature Requests

If there is some feature you want to implement, I invite you to do a pull request.

Feature request should be reported in the issues section for this project.

Graphics & Icons

The Noun Project

The Noun Project is the source for some the graphics used in this application.

The Noun Project API Keys

To obtain api keys for The Noun Project visit the Getting Started page for additional information

Once you have the API key and secret, replace the placeholder values in: /api.gradle.

ext {
          
     NOUN_DEV_API_KEY = "PASTE_YOUR_API_KEY";
     NOUN_DEV_SECRET_API_KEY = "PASTE_YOUR_SECRET_API_KEY";
}

Library reference resources

Testing reference resources

License

   Copyright 2017 Igor Gavrilyuk

   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.

Releases

No releases published

Packages

No packages published