首页

helloworld级phonegap 示例代码

java

2020-8-2

用来构建跨平台的使用HTML,CSS和JavaScript的应用程序。 通过javascript脚步代码调用系统资源,以降低开发难度。

package com.example.hellophonegap;

import org.apache.cordova.*;
import android.os.Bundle;

public class MainActivity extends DroidGap {

    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        super.loadUrl("file:///android_asset/www/reply.html");
    }
}

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
HelloPhoneGap/.classpath , 380
HelloPhoneGap/.project , 849
HelloPhoneGap/.settings/org.eclipse.core.resources.prefs , 57
HelloPhoneGap/.settings/org.eclipse.jdt.core.prefs , 177
HelloPhoneGap/AndroidManifest.xml , 2600
HelloPhoneGap/assets/www/a.html , 728
HelloPhoneGap/assets/www/center.html , 4209
HelloPhoneGap/assets/www/cordova-2.5.0.js , 208317
HelloPhoneGap/assets/www/css/mystyle.css , 385
HelloPhoneGap/assets/www/images/big_default_head.jpg , 29954
HelloPhoneGap/assets/www/images/default_head.png , 3404
HelloPhoneGap/assets/www/images/issue.png , 43929
HelloPhoneGap/assets/www/images/personal.png , 45311
HelloPhoneGap/assets/www/images/setup.png , 46067
HelloPhoneGap/assets/www/images/share.png , 4653
HelloPhoneGap/assets/www/index.html , 3973
HelloPhoneGap/assets/www/jm/images/ajax-loader.gif , 7825
HelloPhoneGap/assets/www/jm/images/icons-18-black.png , 1968
HelloPhoneGap/assets/www/jm/images/icons-18-white.png , 1988
HelloPhoneGap/assets/www/jm/images/icons-36-black.png , 3859
HelloPhoneGap/assets/www/jm/images/icons-36-white.png , 3861
HelloPhoneGap/assets/www/jm/jquery-1.9.1.min.js , 92629
HelloPhoneGap/assets/www/jm/jquery.mobile-1.3.0.min.js , 144439
HelloPhoneGap/assets/www/jm/jquery.mobile.structure-1.3.0.min.css , 70813
HelloPhoneGap/assets/www/jm/jquery.mobile.theme-1.3.0.min.css , 24092
HelloPhoneGap/assets/www/login.html , 1265
HelloPhoneGap/assets/www/publish.html , 1717
HelloPhoneGap/assets/www/register.html , 1929
HelloPhoneGap/assets/www/reply.html , 1168
HelloPhoneGap/bin/AndroidManifest.xml , 2600
HelloPhoneGap/bin/HelloPhoneGap.apk , 562678
HelloPhoneGap/bin/classes/com/example/hellophonegap/BuildConfig.class , 359
HelloPhoneGap/bin/classes/com/example/hellophonegap/MainActivity.class , 585
HelloPhoneGap/bin/classes/com/example/hellophonegap/R$attr.class , 361
HelloPhoneGap/bin/classes/com/example/hellophonegap/R$dimen.class , 496
HelloPhoneGap/bin/classes/com/example/hellophonegap/R$drawable.class , 468
HelloPhoneGap/bin/classes/com/example/hellophonegap/R$id.class , 412
HelloPhoneGap/bin/classes/com/example/hellophonegap/R$layout.class , 424
HelloPhoneGap/bin/classes/com/example/hellophonegap/R$menu.class , 418
HelloPhoneGap/bin/classes/com/example/hellophonegap/R$string.class , 534
HelloPhoneGap/bin/classes/com/example/hellophonegap/R$style.class , 416
HelloPhoneGap/bin/classes/com/example/hellophonegap/R$xml.class , 408
HelloPhoneGap/bin/classes/com/example/hellophonegap/R.class , 794
HelloPhoneGap/bin/classes.dex , 562524
HelloPhoneGap/bin/jarlist.cache , 119
HelloPhoneGap/bin/res/drawable-hdpi/ic_action_search.png , 409
HelloPhoneGap/bin/res/drawable-hdpi/ic_launcher.png , 4129
HelloPhoneGap/bin/res/drawable-ldpi/ic_launcher.png , 1756
HelloPhoneGap/bin/res/drawable-mdpi/ic_action_search.png , 311
HelloPhoneGap/bin/res/drawable-mdpi/ic_launcher.png , 2654
HelloPhoneGap/bin/res/drawable-xhdpi/ic_action_search.png , 491
HelloPhoneGap/bin/res/drawable-xhdpi/ic_launcher.png , 5456
HelloPhoneGap/bin/resources.ap_ , 321482
HelloPhoneGap/cordova/appinfo.jar , 1574
HelloPhoneGap/cordova/build , 891
HelloPhoneGap/cordova/clean , 891
HelloPhoneGap/cordova/cordova , 4635
HelloPhoneGap/cordova/log , 900
HelloPhoneGap/cordova/release , 893
HelloPhoneGap/cordova/run , 889
HelloPhoneGap/gen/com/example/hellophonegap/BuildConfig.java , 167
HelloPhoneGap/gen/com/example/hellophonegap/R.java , 1481
HelloPhoneGap/ic_launcher-web.png , 37099
HelloPhoneGap/libs/android-support-v4.jar , 337562
HelloPhoneGap/libs/cordova-2.5.0.jar , 240800
HelloPhoneGap/proguard-project.txt , 781
HelloPhoneGap/project.properties , 563
HelloPhoneGap/res/drawable-hdpi/ic_action_search.png , 3120
HelloPhoneGap/res/drawable-hdpi/ic_launcher.png , 3014
HelloPhoneGap/res/drawable-ldpi/ic_launcher.png , 1504
HelloPhoneGap/res/drawable-mdpi/ic_action_search.png , 3030
HelloPhoneGap/res/drawable-mdpi/ic_launcher.png , 1969
HelloPhoneGap/res/drawable-xhdpi/ic_action_search.png , 3199
HelloPhoneGap/res/drawable-xhdpi/ic_launcher.png , 4006
HelloPhoneGap/res/layout/activity_main.xml , 556
HelloPhoneGap/res/menu/activity_main.xml , 240
HelloPhoneGap/res/values/dimens.xml , 166
HelloPhoneGap/res/values/strings.xml , 249
HelloPhoneGap/res/values/styles.xml , 89
HelloPhoneGap/res/values-large/dimens.xml , 167
HelloPhoneGap/res/values-v11/styles.xml , 94
HelloPhoneGap/res/values-v14/styles.xml , 108
HelloPhoneGap/res/xml/config.xml , 2948
HelloPhoneGap/src/com/example/hellophonegap/MainActivity.java , 321
没有账号? 忘记密码?

社交账号快速登录