Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boydjohnson/utubeuclient
An Android client for the UtubeU web and websockets server
https://github.com/boydjohnson/utubeuclient
Last synced: 11 days ago
JSON representation
An Android client for the UtubeU web and websockets server
- Host: GitHub
- URL: https://github.com/boydjohnson/utubeuclient
- Owner: boydjohnson
- Created: 2015-12-08T18:23:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T16:45:09.000Z (almost 9 years ago)
- Last Synced: 2024-04-03T01:52:56.823Z (8 months ago)
- Language: Java
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UTubeUClient
An Android client for the UtubeU web and websockets server##Directions for current use
1. Go to http://utubeu.herokuapp.com with Google Chrome browser, login with a gmail account,
and create a chatroom.
2. From a command line, run "adb devices", which should list the attached phone or tablet
3. Then from the directory that the apk is in run "adb install -r app-debug.apk" or "adb install -r \"
if it is named differently
4. Now on the phone or tablet, the app is installed so look in your installed apps and press UtubeU app button
5. Press the Login button, if you don't have Google Play Services installed it should display a Toast.
6. If it toasts an error, go to the Google Play Store and download Google Play Services.
7. Login and have fun with the chatroom.##Backend and web code
If you want, checkout github.com/boydjohnson/utubeu