This is a simple application using TheMovieDb
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support:cardview-v7:25.3.1'
compile('com.mikepenz:fastadapter:2.5.2@aar') {
transitive = true
}
compile 'com.mikepenz:fastadapter-commons:2.5.2@aar'
compile 'com.mikepenz:fastadapter-extensions:2.5.2@aar'
compile "com.mikepenz:itemanimators:0.5.0@aar"
compile 'com.mikepenz:materialize:1.0.1@aar'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.amitshekhar.android:android-networking:1.0.0'
compile 'com.github.vlonjatg:progress-activity:v2.0.3'
compile 'com.hannesdorfmann.mosby3:mvp:3.0.3'
compile 'com.orhanobut:logger:1.15'
compile 'com.jakewharton:butterknife:8.5.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'
Movies open source projects are licensed under the Apache 2.0 license.
Movies does not require you to assign the copyright of your contributions, you retain the copyright. Movies does require that you make your contributions available under the Apache license in order to be included in the main repo.
If appropriate, include the Apache 2.0 license summary at the top of each file along with the copyright info. If you are adding a new file that you wrote, include your name in the copyright notice in the license summary at the top of the file.
You can copy and paste the Apache 2.0 license summary from below.
Copyright 2017 by geniusforapp
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.