Search found 3 matches

by Antonio
19 Dec 2012, 16:20
Forum: SFS2X Java / Android API
Topic: No dispatching events with FragmentActivity
Replies: 4
Views: 8224

Re: No dispatching events with FragmentActivity

Firstly, thank Lapo for your post. The incidence has been resolved. It was due of thread what is connecting with smartfoxserver ( sfsClient.connect(ip,port) ) had not context class loader seted. So, we had to set its loader class properly with setContextClass(ClassLoader cl) method and now is workin...
by Antonio
18 Dec 2012, 11:26
Forum: SFS2X Java / Android API
Topic: No dispatching events with FragmentActivity
Replies: 4
Views: 8224

Re: No dispatching events with FragmentActivity

Adding more information: I am new using Fragment, but I have tried to implement my own class extending of Fragment class, and I have used FragmentActivity in main class where sfsClient is (i have tried to imitate Google Map Api v2 structure). The result is everything works ok using my own Fragment. ...
by Antonio
18 Dec 2012, 09:06
Forum: SFS2X Java / Android API
Topic: No dispatching events with FragmentActivity
Replies: 4
Views: 8224

No dispatching events with FragmentActivity

Hello, I am developing a georreferenced game using SmartFoxServer and Google Maps API V1. Everything was ok but few days ago Google has launched Google Maps API V2 and we must use it in the game. SmartFox is instantiated in a class what extends of FragmentActivity (Android Support Library) and from ...

Go to advanced search