[android-beginners] Re: a question about final variable and multiple constructors

2009-07-22 Thread nikki
Hi Kacper86, Thanks for your suggestion, I will make sure I provide more completed code next time. And I actually figured out the problem. The reason is because the auto-generated constructor (the one takes in only one Context object) calls super() in its body, which seems to the compiler that

[android-beginners] Re: a question about final variable and multiple constructors

2009-07-22 Thread Kacper86
Hi First of all, your code is a mess, and you shouldn't attach such snippets. Please be more careful, and make sure it'd be easy to read and compile. If it's not possible to compile then at least eliminate the most basic errors (e.g. mHandleId has no type, there is no class declaration etc.). The