Demonstrate using AltosLib from altosdroid
[fw/altos] / altosdroid / src / org / altusmetrum / AltosDroid / AltosDroid.java
index 844ca39ee21a2c29c7e36cb9a5d6306d05bfdb65..87f89cf9b76317e610309644e80ec6bebc762b4d 100644 (file)
@@ -39,6 +39,7 @@ import android.widget.ListView;
 import android.widget.TextView;
 import android.widget.Toast;
 import org.altusmetrum.AltosDroid.R;
+import org.altusmetrum.AltosLib.*;
 
 /**
  * This is the main Activity that displays the current chat session.
@@ -48,6 +49,8 @@ public class AltosDroid extends Activity {
     private static final String TAG = "BluetoothChat";
     private static final boolean D = true;
 
+    private static final AltosLine q = new AltosLine();
+
     // Message types sent from the BluetoothChatService Handler
     public static final int MESSAGE_STATE_CHANGE = 1;
     public static final int MESSAGE_READ = 2;