https://github.com/codenameone/drsbaitso
Demo showing off many capabilities of Codename One in a chat like UI
https://github.com/codenameone/drsbaitso
codenameone demo
Last synced: 11 months ago
JSON representation
Demo showing off many capabilities of Codename One in a chat like UI
- Host: GitHub
- URL: https://github.com/codenameone/drsbaitso
- Owner: codenameone
- Created: 2016-06-05T15:10:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T11:34:28.000Z (over 6 years ago)
- Last Synced: 2025-01-28T05:41:52.516Z (about 1 year ago)
- Topics: codenameone, demo
- Language: Java
- Homepage: https://www.codenameone.com/
- Size: 519 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DrSbaitso
Dr. Sbatiso is a homage to an old soundblaster demo where a computerized therapist tries to help you with your problems. The demo was first presented in a JavaZone workshop on Codename One and aims to teach several core tenants of the framework.

- It uses image capture for the users avatar
- Uses masking to produce a round effect on the image
- Native interfaces for text to speech support (TTS) which are implemented on Android, iOS and in JavaScript (chrome only at this time)
The demo also shows off a chat like interface in the style of instant messaging apps. It also provides a powerful instant search mechanism.
You can try the demo live in the web using the JavaScript port [here](https://www.codenameone.com/demos/DrSbaitso) or check out other ports in the [demo page](https://www.codenameone.com/demos-DrSbaitso.html).
# Course
There is a somewhat outdated free course covering the original version of this demo on Udemy [here](https://www.udemy.com/learn-mobile-programming-by-example-with-codename-one/).