Giter Site home page Giter Site logo

affinitias's Introduction

Affinitas

This application is fetching all user list from API that is provided by nischenspringer.de.

Project Structure

Here is the file project structure that I created;

Core

|.Plist -> Provide the MobileBaseUrl
|.Model
|..Detail -> Provide the user detail model object which is extended JSONModel 
|..List -> Provide the user list model object which is extended JSONModel
|..AFMobileApiManager --> Provide the generic GET calls which enable to fetch the data that comes from API 
|.View --> Provide the storyboard
|.Controller
|..CustomCells -> I have designed custom cells which used on user list and user detail view controller. All cells are setted by auto-layout constants. 
|..ViewController(s)

Cocoapods library

This application is currently used with the following plugins

pod 'AFNetworking', '~> 2.0'
pod 'JSONModel', '~> 1.1'
pod 'ISO8601', '~> 0.3'
pod 'ActionSheetPicker-3.0', '~> 2.0.1'
pod 'MBProgressHUD', '~> 0.9.1'
pod 'DKHelper', '~> 0.9.5'
pod 'MagicalRecord'
pod 'SDWebImage', '~>3.7'
pod 'KASlideShow'

Additional Notes

1. You can set the VERBOSE_FLAG(s) that described in AFDefines_h to watch the JSON data on the console
   DKLog(K_VERBOSE_MOBILE_API_JSON, @"User List --> {%@}",user);
2. All api operations are performed in APIManager and it is always forwarding the reponse data to view controller,
3. Then the viewcontroller passed the user objects to the related custom cells. 

##Screenshots: ###User Feed View : ![alt tag] (https://github.com/onurunal1/affinitias/blob/master/List2.png) ###User Detail Feed View: ![alt tag] (https://github.com/onurunal1/affinitias/blob/master/Detail.png) ###User Photo View: ![alt tag] (https://github.com/onurunal1/affinitias/blob/master/photo.png)

affinitias's People

Contributors

onurunal1 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.