Skip to content Skip to sidebar Skip to footer

Android Word Validation

I am developing an Android word game like Scrabble. I need to check if the word a user enters is correct (aka is a String entered by a user equal to an existing word). All that And

Solution 1:

Load your dictionary into SQLite and use a query to determine if it's valid.


Post a Comment for "Android Word Validation"