Starting to add an activity to query the database
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package uk.org.openseizuredetector;
|
||||
|
||||
import android.support.v7.app.AppCompatActivity;
|
||||
import android.os.Bundle;
|
||||
|
||||
public class DBQueryActivity extends AppCompatActivity {
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_dbquery);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user