Commit c3be8f46b6800e63b1878d09cc17f626e5c51fdf
1 parent
70addd37
Removed more useless code
Showing
1 changed file
with
1 additions
and
6 deletions
src/com/upc/pbe/upcnews/MainActivity.java
1 | 1 | package com.upc.pbe.upcnews; |
2 | 2 | |
3 | 3 | import java.io.File; |
4 | -import java.net.MalformedURLException; | |
5 | -import java.net.URL; | |
6 | 4 | import java.util.List; |
7 | -import java.util.concurrent.ExecutionException; | |
8 | 5 | |
9 | 6 | import android.app.Activity; |
10 | 7 | import android.content.Intent; |
... | ... | @@ -18,14 +15,12 @@ import android.view.View.OnClickListener; |
18 | 15 | import android.widget.ImageButton; |
19 | 16 | import android.widget.ImageView; |
20 | 17 | import android.widget.TextView; |
21 | -import android.widget.Toast; | |
22 | 18 | |
23 | 19 | //Finestra incial i activity principal del programa |
24 | 20 | public class MainActivity extends Activity implements OnClickListener |
25 | 21 | { |
26 | 22 | |
27 | 23 | private final static String TAG = "Main"; |
28 | - private static String html; | |
29 | 24 | private ImageView alerta; |
30 | 25 | private ImageButton buttonDescarrega; |
31 | 26 | private TextView URLText, alertaText; |
... | ... | @@ -108,7 +103,7 @@ public class MainActivity extends Activity implements OnClickListener |
108 | 103 | |
109 | 104 | /* |
110 | 105 | * COSAS POR HACER |
111 | - * (ABANS DE LA PRESENTACIÓ) Poner la defaultURL al server de PBE | |
106 | + * (ABANS DE LA PRESENTACI�) Poner la defaultURL al server de PBE | |
112 | 107 | * (WHISLIST FOR IMANOL) Hacer streaming DE VERDAD (appendeando los videos, seria IMPRESIONANTE) |
113 | 108 | * Borrar esta puta mierda |
114 | 109 | */ | ... | ... |