An open API service indexing awesome lists of open source software.

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

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.

![Dr. Sbaitso Screenshots](https://www.codenameone.com/img/blog/drsbaitso.jpg)

- 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/).