Upgrade to our Platinum service and let us build your bot for you
Bot Libre Dev

Making my bot an android application

by Rogues posted Feb 10 2016, 5:46

Is there a way to build a bot and host the database entirely on android as a standalone application? I'd like to build a specific bot database for offline use...Is that possible and can you offer any advice how I can go about doing it?


by admin posted Feb 10 2016, 7:18
Our AI engine is written in Java, so it should be possible to run on Android, but we have not ported or tested it on Android as of yet.

The main issue will be porting the database usage, as Bot Libre currently uses Postgres through JDBC from JPA, and none of these work on Android. Android supports SQLLite, so the database layer would need to be ported to SQLLite.

There is also an old XMLMemory implementation in the AI engine that we use to use that just stores to an XML file, this could also be a solution for a small bot.

So possible, but a lot of work. This is something we would like to support at some point, but we have not started working on it yet. If you are interested in giving it a shot please join the development team on GitHub and we can provide you any help you need.

Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 1860, today: 0, week: 1, month: 5

by Rogues posted Feb 10 2016, 8:04

Im new to github...My apologies but I don't see how to join the team...Only follow, star etc.


Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 1823, today: 0, week: 1, month: 6

by admin posted Feb 10 2016, 8:57
Just email your GitHub ID to [email protected]

Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 1807, today: 1, week: 2, month: 6

Id: 12112185
Posted: Feb 10 2016, 5:46
Replies: 3
Views: 2135, today: 1, week: 1, month: 6
0 0 0.0/5