I'm currently developping my own Android widgets. To help me in future
projects and speed up my developments, I've been trying to create a
private jar that contains all those widgets (that extend from Android
classes such as View or ViewGroup).
To do that, I created a project and included all file
Here is a skeleton of the class I'm currently working on.
Unfortunatly, i'm stuck on two problems and it's driving me mad !
The first problem is about the onKeyDown(KeyEvent) : I don't
understand why this method isn't called while I pressed a key on the
emulator.
The second problem deals with pad
2 matches
Mail list logo