Skip to content
Snippets Groups Projects
Commit 6acbfbc8 authored by Mathis Senicourt's avatar Mathis Senicourt
Browse files

Q1bis

parent 22b73980
No related branches found
Tags Q1bis
No related merge requests found
......@@ -13,9 +13,9 @@ public class VueGenerale extends Fragment {
// TODO Q1
private final String DISTANCIEL = getResources().getStringArray(R.array.list_salles)[0];
private String poste = "";
private String salle = DISTANCIEL;
private String DISTANCIEL;
private String poste;
private String salle;
// TODO Q2.c
......@@ -33,6 +33,9 @@ public class VueGenerale extends Fragment {
super.onViewCreated(view, savedInstanceState);
// TODO Q1
DISTANCIEL = getResources().getStringArray(R.array.list_salles)[0];
poste = "";
salle = DISTANCIEL;
// TODO Q2.c
// TODO Q4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment