android inputMethodservice API confusion

Posted by yee-chen on Stack Overflow See other posts from Stack Overflow or by yee-chen
Published on 2010-04-23T04:16:52Z Indexed on 2010/04/23 4:23 UTC
Read the original article Hit count: 252

Filed under:

I dont understand quite well about onStartInputView(), onCreateInputView(), onStartInput() and onInitializeInterface(), after i read throught inputMethodservice API.

Anyone can explain it when we use function, how we use those function. Are they like life cycle in Activity? if yes, whats the sequence of them. how can they behave?

© Stack Overflow or respective owner

Related posts about android