Quellen - luckyfaust/arcanum GitHub Wiki
IDE
- http://www.jetbrains.com/objc/
- http://developer.android.com/sdk/index.html (eclipse ink. Android SDK)
Objective-C
- http://septicus.com/products/opensource/ SSCrypto.framework provides a simple wrapper around OpenSSL library functions for encryption, decryption (both symmetric and RSA) and checksums
- https://github.com/atomicobject/objection A lightweight dependency injection framework for Objective-C
- https://developer.apple.com/library/ios/#referencelibrary/GettingStarted/RoadMapiOS/chapters/InternationalizeYourApp/InternationalizeYourApp/InternationalizeYourApp.html Internationalize Your App
Java
Server
- http://www.ibm.com/developerworks/java/tutorials/j-rest Build a RESTful Web service
Google App Engine
- https://developers.google.com/appengine/docs/whatisgoogleappengine?hl=de What is this?
- https://developers.google.com/appengine/downloads?hl=de SDK
- http://www.lean-engine.com/ Tutorial project
- http://zhoupengylx.blogspot.de/2010/06/restful-on-google-app-engine-in-5.html Quick run step-by-step tutorial
- http://answers.oreilly.com/topic/2727-deploy-java-restful-application-on-the-google-app-engine/ Simple overview
Android
- http://developer.android.com/reference/javax/crypto/Cipher.html
- http://code.google.com/p/google-guice/wiki/OptionalAOP
- http://code.google.com/p/roboguice/