[android-developers] Creating a private jar

2009-04-02 Thread Cyril M
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

[android-developers] Is ProgressBar correctly handling padding-values?

2009-03-04 Thread Cyril M
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