gazlaws-dev / codeboard

Codeboard App
Other
554 stars 114 forks source link

What programming language is used to develop Codeboard keyboard? #69

Closed ALi-ABDUL closed 4 years ago

ALi-ABDUL commented 4 years ago

hi, firstly i am sorry if this post in the wrong place. Secondly i would like to thank the developers for this great keyboard. l have been using it over a year now and i just love it! Thank you.

Now i just wondering what programming language is used to develop this great keyboard?

peterekepeter commented 4 years ago

It's in Java, you can take a look at the sources. https://github.com/gazlaws-dev/codeboard/tree/master/app/src/main/java/com/gazlaws/codeboard It's nested in a quite a few folders because of the Java package structure.

gazlaws-dev commented 4 years ago

Hi! Yes, it's written in Java :)