Iammert Android MVVM Architecture Save

Sample MVVM project uses instagram API

Project README

InstagramTags

Sample MVVM project uses instagram API. Supported two-pane layouts for tablets.

#Screenshots

#Technology used

#Architectural Design

#Setup Add your client_id and redirect_uri to Constants class for authentication. For more detail you can follow instagram developer documentation.

public static final String CLIENT_ID = "REPLACE_HERE";
public static final String REDIRECT_URI = "REPLACE_HERE";
public static final String RESPONSE_TYPE = "token"; //you can change auth type
public static final String SCOPE = "public_content"; //you can change auth scope

License

Copyright 2017 Mert Şimşek.

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.
Open Source Agenda is not affiliated with "Iammert Android MVVM Architecture" Project. README Source: iammert/Android-MVVM-Architecture
Stars
215
Open Issues
4
Last Commit
7 years ago

Open Source Agenda Badge

Open Source Agenda Rating