1
vote
0answers
70 views

Implementing HeartBeat in Atmosphere Framework (Android) [closed]

1)How can we Implement Heart Beat in Android. I already Implemented Atmosphere framework. Currently what happening is webscoket connection got dismissed which we are not able to Identify
0
votes
1answer
208 views

android websocket connection timeout with wAsync (atmosphere)

I previously wrote a Java SE client based on wAsync. It works rock-solid with version 1.0.RC1 connected to Atmosphere 1.1.RC1. I followed this example from Jeanfrancois to accomplish this task ...
0
votes
0answers
272 views

Java (Android) Atmospheric Scattering Rayleigh/Mie Caculcation Problems GLES 2.0

OK, here goes, I have been attempting to port the Sam O'Neil code to Java (Android) for a project I am working on, but cannot for the life of me figure out what I am doing wrong. The port seems fine, ...
3
votes
1answer
342 views

Atmosphere and I-Jetty

Does the Atmosphere Framework run on i-jetty? Or is there a better way to create a java based web application that supports web sockets and runs on android? i-Jetty: http://code.google.com/p/i-jetty/ ...
0
votes
1answer
315 views

Atmosphere low level protocol with Android

Is it possible to use Atmosphere with android? (No WebView) Does a specific library (that manages unreliability in mobile connections) exist? Where could I find any documentation about it?
2
votes
1answer
346 views

Atmosphere with Android

First, I plan to use Atmosphere on the server side and on the client side an Android app with a WebView in which I'll use jQuery. But, later on a more "standard" Android application is planned (no ...