Saturday, July 26, 2014

Create Vertical Endless Parallax Background in Cocos2d-Android


I am trying to make custom class for Vertical parallax: CCVerticalParallaxNode.java
Please check below class to access CCVerticalParallaxNode class in your scene: TestScene.java
Please use cocos2d-android library to build this demo.
You can find full source code on GitHub.

Sunday, June 29, 2014

Android L : Launch, Preview and Review

What is Android L?



Android "L" Preview Hands-on and Overview



Android L Review on Nexus 5 | Features, UI, & More!



Android L vs. iOS 8 - Review (4K)



Android L vs Android KitKat

Saturday, June 28, 2014

Integrate Facebook API in Android Project in Easy Way

You can find full source code on GitHub.

I am trying to make custom helper for integrate Facebook API in android project please check below file for facebook helper class:
Please check below class to access FacebookHelper class in your activity:
Please don't miss to add AndroidMenifect.xml entries.
You can find full source code on GitHub.