Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.example;

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

public class MyActivity extends DroidGap
{
    /**
     * Called when the activity is first created.
     */
    @Override
    public void onCreate( Bundle savedInstanceState )
    {
        super.onCreate( savedInstanceState );
        super.loadUrl( "file:///android_asset/www/index.html" );
    }
}

Commits for litesoft/trunk/GWT_Sandbox/PhonegapHelloWorld/src/com/example/MyActivity.java

Diff revisions: vs.
Revision Author Commited Message
950 Diff Diff GeorgeS picture GeorgeS Thu 19 Jun, 2014 17:57:04 +0000

New Lines

648 markcmarkc Sun 29 Apr, 2012 23:55:01 +0000

Initial