All Projects → iammert → Android Mvvm Architecture

iammert / Android Mvvm Architecture

Sample MVVM project uses instagram API

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Mvvm Architecture

Mvvm Android
Build MVVM APP With Kotlin,完整示例见PaoNet
Stars: ✭ 184 (-15.21%)
Mutual labels:  mvvm
Delight
Delight is an open source component-oriented framework for Unity.
Stars: ✭ 201 (-7.37%)
Mutual labels:  mvvm
Doubanmovie
豆瓣电影公开接口Android实现
Stars: ✭ 209 (-3.69%)
Mutual labels:  mvvm
Mvvmtemplate
An Android Template with MVVM and Clean Architecture
Stars: ✭ 182 (-16.13%)
Mutual labels:  mvvm
Wandroid
首款适配玩Android、掘金、简书、CSDN、公众号文章黑夜模式,无广告,支持离线阅读,代码图片显示,关注内容本身,阅读体验升级。
Stars: ✭ 199 (-8.29%)
Mutual labels:  mvvm
Moviehunt
Movie Android App written in Kotlin, MVVM, RxJava, Android Architecture Components.
Stars: ✭ 199 (-8.29%)
Mutual labels:  mvvm
Collor
A declarative-ui framework for UICollectionView with great and useful features.
Stars: ✭ 182 (-16.13%)
Mutual labels:  mvvm
Tumblthree
A Tumblr Backup Application
Stars: ✭ 211 (-2.76%)
Mutual labels:  mvvm
Xuui
xLua的mvvm框架,支持ugui,ngui,fairyGUI。。。
Stars: ✭ 199 (-8.29%)
Mutual labels:  mvvm
Nice Lua
基于xlua的MVVM框架,支持Addressables, 统一渲染管线等Unity新特性
Stars: ✭ 207 (-4.61%)
Mutual labels:  mvvm
Anko Core
基于Kotlin+Anko+协程+Retrofit2的demo,完全采用anko DSL布局,也可以作为Android快速开发框架,大量常用工具类,扩展函数
Stars: ✭ 189 (-12.9%)
Mutual labels:  mvvm
Zhuishushenqi
追书神器Swift版客户端(非官方)。 不断更新中......
Stars: ✭ 196 (-9.68%)
Mutual labels:  mvvm
Circleoffriendsdisplay
朋友圈的做法
Stars: ✭ 205 (-5.53%)
Mutual labels:  mvvm
Learn Vue2 Mvvm
快速了解 Vue2 MVVM
Stars: ✭ 184 (-15.21%)
Mutual labels:  mvvm
Bikeshare
Jetpack Compose and SwiftUI based Kotlin Multiplatform project (using CityBikes API http://api.citybik.es/v2/).
Stars: ✭ 206 (-5.07%)
Mutual labels:  mvvm
Mnweibo
Swift5 + MVVM + 文艺复兴微博(纯代码 + 纯Swift),可作为第一个上手的Swift项目.
Stars: ✭ 183 (-15.67%)
Mutual labels:  mvvm
Caliburn.micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
Stars: ✭ 2,404 (+1007.83%)
Mutual labels:  mvvm
Web Dev Tools Android
Sample Android Application - MVVM, Clean Architecture, Modularization, Repository Pattern
Stars: ✭ 215 (-0.92%)
Mutual labels:  mvvm
Instagram Api Python
Unofficial instagram API, give you access to ALL instagram features (like, follow, upload photo and video and etc)! Write on python.
Stars: ✭ 2,357 (+986.18%)
Mutual labels:  instagram-api
Qtmvvm
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Stars: ✭ 205 (-5.53%)
Mutual labels:  mvvm

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].