我想創建使用PhoneGap的具有兩個主fetures 我想使用的PhoneGap Android和iPhone 1)用戶加速器API來支持一個計步器的應用計算步驟 2)在後臺使用MP3播放器在後臺播放音樂。 由於我是新來的PhoneGap, i want to know that above features are possible to implement using PhoneGap AP
我在PhoneGap應用程序中使用以下代碼片段。 function registrationCallBack(button){
if(button == 2) {
window.location.href = "login.html";
}
}
navigator.notification.confirm("Are you su
public class RateScreen extends MainScreen {
int mScrWidth = Display.getWidth();
int mScrHeight = Display.getHeight();
int mImgWidth = 40;
int mImgHeight = 40;
final BitmapField,bitmapField1,bitm