android - Can some explain this InputMethod classes in OpenSudoku source code? -
i trying understand opensudoku source code. understand how board drawn , how ontouch event processed. problem there whole inputmethod package , 8 classes in package. why need package in first place? inputmethod class has initialize() function. why that? can disable touch or keyboard input app?
thanks help. still learning android dev , of help.
- p
read creating input methods on android developer site. i'm not familiar opensudoku assume created inputmethod numbers or input numbers textviews in grid.
inputmethod doesn't have initialize method think method added setup inputmethod.
Comments
Post a Comment