tl1.maxcom
Class DisplaySheet

java.lang.Object
  extended by Activity
      extended by tl1.maxcom.DisplaySheet

public class DisplaySheet
extends Activity

Classe pour afficher une fiche. Utilise le layout sheet.xml

Author:
Télécom Lille1

Field Summary
private  BDD bdd
           
private  LinearLayout layoutSheet
           
private  MediaPlayer mp
           
private  Button retour
           
private  Sheet s
           
private  java.lang.String sheetImage
           
private  TextView textSheet
           
private  ImageView viewImageSheet
           
 
Constructor Summary
DisplaySheet()
           
 
Method Summary
 void onCreate(Bundle savedInstanceState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sheetImage

private java.lang.String sheetImage

viewImageSheet

private ImageView viewImageSheet

textSheet

private TextView textSheet

bdd

private BDD bdd

mp

private MediaPlayer mp

layoutSheet

private LinearLayout layoutSheet

s

private Sheet s

retour

private Button retour
Constructor Detail

DisplaySheet

public DisplaySheet()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)