aricneto / TwistyTimer

Twisty Timer is a material design twisty puzzle timer for Android. It uses the TNoodle library to generate scramble sequences for all current official speedsolving puzzles.
GNU General Public License v3.0
241 stars 53 forks source link

Trying to add new algs. #185

Closed neftalito closed 1 year ago

neftalito commented 1 year ago

I'm new on Android Development. Could create the drawer item and make it selectable. But how can I populate this with the algorithms? image

neftalito commented 1 year ago

This are the changed I've made

This in Databasehandler image

And these on mainActivity image image image

neftalito commented 1 year ago

And this on AlgUtils image image

neftalito commented 1 year ago

This on reference states image

And this on strings image

neftalito commented 1 year ago

Fixed. Somehow the database was not properly loaded and had to reinstall it.