Showing posts with label safarionline. Show all posts
Showing posts with label safarionline. Show all posts

Monday, April 4, 2016

Android Development Environment setup





Android Developer Setup on Mac

Download install android studio

brew install ant
brew install gradle


Added to the path

/Users/sriram/Library/Android/sdk/ndk-bundle:
/Users/sriram/Library/Android/sdk/platform-tools

Z-shell RC

NDK_ROOT=/Users/sriram/Library/Android/sdk/ndk-bundle
ANDROID_HOME=/Users/sriram/Library/Android/sdk



After 3 years on Android Development

Hello world Handcrafted app

https://github.com/sriram-alagappa/HelloAndroidApp


NDK Project

https://github.com/sriram-alagappa/HelloAndroid-NDKApp





Monday, February 15, 2016

iOS In-app Purchase






https://www.safaribooksonline.com/library/view/mastering-ios-development/9781771372015/

Credits:









Wednesday, February 3, 2016

Exploring Graph Database














Books


https://www.safaribooksonline.com/library/view/graph-databases-2nd/9781491930885/#toc



Client

Nodejs
 https://github.com/philippkueng/node-neo4j

Drives

http://stephenmuss.com/using-seraph-as-a-neo4j-client-in-nodejs/

http://www.oodlestechnologies.com/blogs/Using-Neo4j-with-Express-NodeJs


Good Example

http://neo4j.com/docs/stable/cypherdoc-cypher-vs-sql.html

http://neo4j.com/docs/stable/cypher-cookbook-multirelational-social-network.html