Friday, April 9, 2010

Dora Birthday Party Invitations Text

First application for Android

The first application developed for the operating system consists of androids that every time a button is clicked shows the date and time

package com.natalizi.android.Now;

import Android . app.Activity;

import android.os.Bundle;

android.view.View import, import

android.widget.Button;

import java.util.Date;

public class Now extends Activity implements View.OnClickListener { 6 / ** Called When the activity is first created. * / Button btn;

@ Override     public void onCreate(Bundle icicle)

    {
        super.onCreate(icicle);

        btn=new Button(this);

        btn.setOnClickListener(this);
        updateTime();

        setContentView (btn);} 7 public void onClick (View view) { updatetime ();

} private void

}









0 comments:

Post a Comment