Search found 4 matches

by ashwanik
10 Jun 2011, 06:44
Forum: SFS2X Java / Android API
Topic: Android Developing A Game
Replies: 1
Views: 5728

Android Developing A Game

I am creating a multi Player game. It requires a lot of activities to be implemented. I can implement ISFSEvent Listener in only one of the activity but I want to use response from the server in another activity as well. Please help me how can I respond to the response from server.
by ashwanik
19 May 2011, 04:40
Forum: SFS2X Java / Android API
Topic: SmartFoxJChat Connection Lost After sometime
Replies: 3
Views: 9034

SmartFoxJChat Connection Lost After sometime

I was trying to work with Java Client API. I tried to understand SmartFoxJChat. I am using Smart Fox Server2. When I run this example as a Java Applet it used to say Failed to connect.

I found in Smart Fox Client File that it tries to connect on port 9339. So I changed the config file for server ...
by ashwanik
19 May 2011, 03:49
Forum: SFS2X Java / Android API
Topic: Basic Connection Example not working for android
Replies: 2
Views: 7971

Server should run on 127.0.0.1 or 10.0.2.2? Isn't it that 10.0.2.2 is loop back interface for android emulator so I must run my server on my local host only? I have tried both but still getting the same response and app crashes.

Please help what should I do? I have installed SFS2X and downloaded ...
by ashwanik
18 May 2011, 09:54
Forum: SFS2X Java / Android API
Topic: Basic Connection Example not working for android
Replies: 2
Views: 7971

Basic Connection Example not working for android

I am new to android environment but have experience of Java. I am trying to make a multiplayer game for android environment. But when I try to run Basic Connection example in android emulator it says that app has crashed. On checking the log files for the same I found that it gives java null pointer ...