檢查PIM字符串數組是否受支持的正確方法是什麼? 我可以使用: if (MyContactList.isSupportedField(Contact.ADDR)){...}
或者我會更好地檢查: if (MyContactList.isSupportedArrayElement(Contact.ADDR, Contact.ADDR_STREET))
或兩者兼而有之? 以下是我的問題代碼:
我已經問過這個了,但我需要更多的知識。我正嘗試使用按鈕命令將兩個類連接在一起。我在這裏跟上了最後一個答案,但是當我分開課程時,它不起作用。我用b2Command來觸發事件。這裏是我的代碼: MainMidlet.java /*
* To change this template, choose Tools | Templates
* and open the template