/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/WelcomeScreen.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/WelcomeScreen.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 567 by torben, Thu Nov 12 10:03:22 2009 UTC revision 568 by torben, Fri Jan 29 05:44:09 2010 UTC
# Line 1  Line 1 
1  package dk.thoerup.traininfo;  package dk.thoerup.traininfo;
2    
3    import com.nullwire.trace.ExceptionHandler;
4    
5  import android.app.Activity;  import android.app.Activity;
6  import android.content.Intent;  import android.content.Intent;
7  import android.net.Uri;  import android.net.Uri;
# Line 33  public class WelcomeScreen extends Activ Line 35  public class WelcomeScreen extends Activ
35                                    
36                  Button aboutButton = (Button) findViewById(R.id.about);                  Button aboutButton = (Button) findViewById(R.id.about);
37                  aboutButton.setOnClickListener( new AboutListener() );                  aboutButton.setOnClickListener( new AboutListener() );
38                    
39                    ExceptionHandler.register(this, "http://t-hoerup.dk/android/trace.php");
40          }          }
41                    
42          class AboutListener implements OnClickListener {          class AboutListener implements OnClickListener {

Legend:
Removed from v.567  
changed lines
  Added in v.568

  ViewVC Help
Powered by ViewVC 1.1.20