Skip to content

ZebraDevs/iFactr-Data

Repository files navigation

iFactr Data

iFactr is a C#.NET-based, cross-platform mobile application development framework. iFactr.Data complements the iFactr Cross-Platform application stack by enabling easy cache queues for consuming data from RESTful endpoints. This Data-Stack can be used with or without utilizing the rest of the Cross-Platform application MVC model. It does depend on MonoCross Utilities for cross-platform network and file access.

Features

  • Caches data retrieved from RESTful endpoints.
  • Queues data for sending to RESTful endpoints.
  • Merges the Cache/Queue when offline for seemless data interaction.

Installation

Add References iFactr DLLs.

Development

Want to contribute? Great!

Open your favorite Terminal and run these commands.

Building from source

Building iFactr requires Microsoft Community Build Tasks v1.5 MSBuild For production release:

$ build

This will create the iFactr.Data assembly, a Portable Class Library.

License

iFactr-Data is distributed under MIT. The included Ionic Zip source code is distributed under and retains the original license which is included in the root folder of that library. The filename is: License.Combined.rtf

Releases

No releases published

Packages

No packages published