KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
faye.java
★ 16
Open GitHub ↗
A Faye client for Java 1.6+
Download README (.md)
Explore Similar Repositories
stable
:
Anwsion is a simple ask&answer system writeen in PHP+MYSQL.
idotjs
:
dotjs for iOS
Rails-Latest-Migration
:
Opens the latest Rails migration in Sublime Text
spacer.gif
:
Offering a spacer.gif
android-axel
:
Axel is an opensource HTTP/FTP download manager. Now, it is available for Android.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
faye.java
?
Download (.md)
Faye-Android ============ This is a standalone library designed to allow Android applications designed for 2.2 Froyo or later to become clients for the Faye PubSub protocol. Developers ========== Jamison Greeley - atomicrat2552@gmail.com Thanks to ========= Tavendo - For the fantastic [Autobahn websocket library](https://github.com/tavendo/AutobahnAndroid) Tim van Ginderen - For giving me a [launching point]( https://code.google.com/p/android-faye-client/) License ======= > Copyright 2011-2012 b3rwyn Mobile Solutions > > Licensed under the Apache License, Version 2.0 (the "License"); > you may not use this file except in compliance with the License. > You may obtain a copy of the License at > > http://www.apache.org/licenses/LICENSE-2.0 > > Unless required by applicable law or agreed to in writing, software > distributed under the License is distributed on an "AS IS" BASIS, > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > See the License for the specific language governing permissions and > limitations under the License. Apps ==== Got an app that uses this library? Drop me a line and I'll feature it here! Documentation ============= I know, there is none. I promise I'll get some quick setup documentation here soon! For now, simply bind the service using its onBind(), then use the public methods the client provides :) Todo ==== 1. Documentation 2. Threading, she's pretty heavy right now 3. Clean up code, remove old stuff