Apple Mac OS X
Our project goal in 2010 was to push out the solved issues and a couple of features in the SharpBox library within a new release. I'm proud to announce that we achieved this goal on the last day of this year. Special thanks to our active project members Yury, Renald and Jay. The following list gives you a brief overview about the changes we did: Feature - The IFileSystemEntry exposes more attributes, e.g. size and modified data Feature - Add methods that accept file/directory as a string argument...
ShaprBox version 1.0.2 is out and contains some requested community features, changes and a bunch of bugfixes as well. Many thanks to all people who reported issues and feature requests from their projects. Special thanks to Yury who helped out to find the right solution for our performance issues in the GetFolder-API. You will find the new version of SharpBox on the project website at codeplex: http://sharpbox.codeplex.co... The following list gives you a brief overview about the...
ShaprBox version 1.0.1 is out and contains some requested community features and a bunch of bugfixes as well. Many thanks to all people who reported issues and feature requests from their projects. You will find the new version of SharpBox on the project website at codeplex: http://sharpbox.codeplex.co... The following list gives you a brief overview about the changes I did: New Feature - Added CreateFolder comfort function New Feature - Added GetFile comfort function New Feature...
After the first release of the SharpBox library I want to publish some information about very usefull comfort functions. This methods are implemented based on the API of the basic SharpBox library. No other internal code which communicates with the cloud storage provider was used. There are three main functions in version 1.0: UploadFile("C:\temp\myfile.... "/Public/"); DownloadFile("/Public/myfil... GetFolder("/Public/My/Very/... This three functions are usefull if...
Just a second ago I released SharpBox in the first stable version. It comes with a bunch of new bugfixes and a brand new set of simplicity functions to get simple jobs done very fast. Thanks to everybody who gave me feedback and reported bugs. You will be able to download the latest version at http://sharpbox.codeplex.com/
Short after finishing the work on the SharpBox build for MonoTouch I want to deliver a small sample application also to show how it works alos. The following images are displaying the login screen and the list of files in a folder realized with a simple UITableViewController and the UINavigationController. The application is part of the source code distribution where you can find at http://sharpbox.codeplex.com...
The Cloud Storage Programming Interface SharpBox compiles and runs on the Apple platfom iOS based on the MonoTouch project of Novell. All what you need will be a Macintosh, the iPhone SDK, Mono, MonoDevelop and MonoTouch. Being a member of the Apple iPhone developer program is also necessary...
In July DropBox changed the way to handle application keys and secrets. This allowed me to change the SharpBox library in a way to support full DropBox access and sandbox access. To try it out every developer has to be registered at the developer site of dropbox (here) and needs a test application which the type "Full DropBox". The Beta3 of SharpBox can be downloaded at codeplex
Currently I'm working on a cloud storage library in C# which is called SharpBox. Just in this second I got a big step done to become a working release. Now the library compiles also on all platforms which are supported by the mono framework. Feel free to check out the latest bits
The following link helped me to understand the way how mono touch is interacting with the interface designer of xcode. http://lsd.luminis.nl/build... I want to do add some minor information: The namespace of the wrapped UIKit clases is Monotouch.UIKit The namespace of the attributes to register the classes in the interface builder is Monotouch.Foundation...
Full Apple Mac OS X Archive