/[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 846 by torben, Mon Jun 14 06:34:29 2010 UTC revision 916 by torben, Sat Jun 26 10:47:52 2010 UTC
# Line 26  public class WelcomeScreen extends Activ Line 26  public class WelcomeScreen extends Activ
26                    
27          @Override          @Override
28          public void onCreate(Bundle savedInstanceState) {          public void onCreate(Bundle savedInstanceState) {
29                  requestWindowFeature( Window.FEATURE_NO_TITLE );                  
30                  super.onCreate(savedInstanceState);                  super.onCreate(savedInstanceState);
31                    requestWindowFeature( Window.FEATURE_NO_TITLE );
32                  setContentView(R.layout.welcome);                  setContentView(R.layout.welcome);
33                                    
34                  Button nearestButton = (Button) findViewById(R.id.nearest);                  Button nearestButton = (Button) findViewById(R.id.nearest);
# Line 45  public class WelcomeScreen extends Activ Line 46  public class WelcomeScreen extends Activ
46                  ExceptionHandler.register(this, "http://t-hoerup.dk/android/trace.php");                  ExceptionHandler.register(this, "http://t-hoerup.dk/android/trace.php");
47                                    
48                  CheckUpdates update = new CheckUpdates();                  CheckUpdates update = new CheckUpdates();
49                  update.checkForUpdates(this, "http://t-hoerup.dk/android/traininfo/version.txt", "TrainInfo DK");                  update.checkForUpdates(this, "http://t-hoerup.dk/android/traininfo/version.txt", "TrainInfo DK", null);
50                  /*                  /*
51                  Runnable r = new Runnable() {                  Runnable r = new Runnable() {
52                          @Override                          @Override

Legend:
Removed from v.846  
changed lines
  Added in v.916

  ViewVC Help
Powered by ViewVC 1.1.20