Skip to content

Instantly share code, notes, and snippets.

View tatd3v's full-sized avatar
🎯
Focused

Tats tatd3v

🎯
Focused
View GitHub Profile
public class ListActivity extends AppCompatActivity {
PatientController pC;
ListView pList;
PatientCursorAdapter pca;
Patient pat;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);