root/build/android/src/com/enst/gpac/gpac.java

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. onCreate

package com.enst.gpac;

import android.app.Activity;
import android.os.Bundle;

public class gpac extends Activity {
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
    }

/* [<][>][^][v][top][bottom][index][help] */