Re: [android-developers] Re: How to do the slicing effect as in fruit ninja when user touches the screen?

2013-05-07 Thread Marina Cuello
Cocos2d-x, basically the same but C++ instead of Objective C. But you'll
need to use Android NDK besides SDK.

Marina

On Tue, May 7, 2013 at 2:52 AM, mait...@rossitek.com wrote:

 Hi, thanks for the reply. I have seen this library but still it is for
 iOS, I want to do it for Android. Any idea how do i do it? any similar
 library for android available?


 On Monday, May 6, 2013 9:26:05 PM UTC+5:30, bob wrote:

 Maybe look at this?


 http://www.iossourcecode.com/**2012/06/23/how-to-make-a-game-**
 like-fruit-ninja-with-box2d-**and-cocos2d-part-3/http://www.iossourcecode.com/2012/06/23/how-to-make-a-game-like-fruit-ninja-with-box2d-and-cocos2d-part-3/

  --
 --


-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: How to do the slicing effect as in fruit ninja when user touches the screen?

2013-05-07 Thread maitrey chhaya
oh okay, thanks Marina.


On Tue, May 7, 2013 at 8:03 PM, Marina Cuello marina.ear...@gmail.comwrote:

 Cocos2d-x, basically the same but C++ instead of Objective C. But you'll
 need to use Android NDK besides SDK.

 Marina

 On Tue, May 7, 2013 at 2:52 AM, mait...@rossitek.com wrote:

 Hi, thanks for the reply. I have seen this library but still it is for
 iOS, I want to do it for Android. Any idea how do i do it? any similar
 library for android available?


 On Monday, May 6, 2013 9:26:05 PM UTC+5:30, bob wrote:

 Maybe look at this?


 http://www.iossourcecode.com/**2012/06/23/how-to-make-a-game-**
 like-fruit-ninja-with-box2d-**and-cocos2d-part-3/http://www.iossourcecode.com/2012/06/23/how-to-make-a-game-like-fruit-ninja-with-box2d-and-cocos2d-part-3/

  --
 --

  --
 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/hs7HiXb9cP0/unsubscribe?hl=en
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 

*Thanks  Regards,**
*

*Maitrey Chhaya*

*Junior Software Engineer*

* *

*Rossitek Software Solutions*

*#320/B, Sri Manjunatha Arcade,*

*1st phase, 2nd Stage 40 ft Road.*

*Manjunathnagar, Bangalore-560 010*

*Board Number   : ** +91 80 41440617*



www.rossitek.com http://www.mavego.com/



*Offshore Mobile  Software Development House*

*IT Capital of India, Bangalore*

*Offshore Development Projects, Teams and Solutions*

-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: How to do the slicing effect as in fruit ninja when user touches the screen?

2013-05-07 Thread maitrey
oh okay. I will also take my advise from my seniors on it. Thanks Marina.

On Tuesday, May 7, 2013 8:03:45 PM UTC+5:30, Marina Cuello wrote:

 Cocos2d-x, basically the same but C++ instead of Objective C. But you'll 
 need to use Android NDK besides SDK.

 Marina

 On Tue, May 7, 2013 at 2:52 AM, mai...@rossitek.com javascript: wrote:

 Hi, thanks for the reply. I have seen this library but still it is for 
 iOS, I want to do it for Android. Any idea how do i do it? any similar 
 library for android available?


 On Monday, May 6, 2013 9:26:05 PM UTC+5:30, bob wrote:

 Maybe look at this?


 http://www.iossourcecode.com/**2012/06/23/how-to-make-a-game-**
 like-fruit-ninja-with-box2d-**and-cocos2d-part-3/http://www.iossourcecode.com/2012/06/23/how-to-make-a-game-like-fruit-ninja-with-box2d-and-cocos2d-part-3/

  -- 
 -- 



-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: How to do the slicing effect as in fruit ninja when user touches the screen?

2013-05-06 Thread maitrey
Hi, thanks for the reply. I have seen this library but still it is for iOS, 
I want to do it for Android. Any idea how do i do it? any similar library 
for android available?

On Monday, May 6, 2013 9:26:05 PM UTC+5:30, bob wrote:

 Maybe look at this?



 http://www.iossourcecode.com/2012/06/23/how-to-make-a-game-like-fruit-ninja-with-box2d-and-cocos2d-part-3/



-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.