3

I am looking for an open source chess gui library for Android that I can use in an app so that I don't need to take care of the GUI engine, but can focus on the logic behind it.

I have searched for solutions but not found anything. Does something like this exist?

barq
  • 281
  • 3
  • 5

2 Answers2

3

You can use mine. I have an Android application that takes care of the GUI elements.

https://github.com/jj30/ChessPGNHelper

The application itself is in the play store at

https://play.google.com/store/apps/details?id=bldg5.jj.pgnbase

Please attribute me (Jan Jansz) as a developer where possible. (I need it; thanks.)

Jan Jansz
  • 131
  • 2
  • 1
    +1 Thanks for sharing your works. I've forked your project and will take a look at the source code. – ABCD Feb 07 '17 at 15:16
1

I don't see anything better than the active Droidfish app.

ABCD
  • 22,419
  • 2
  • 43
  • 82