Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
m4104_2021_ctp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathis Senicourt
m4104_2021_ctp
Commits
6acbfbc8
Commit
6acbfbc8
authored
3 years ago
by
Mathis Senicourt
Browse files
Options
Downloads
Patches
Plain Diff
Q1bis
parent
22b73980
No related branches found
Branches containing commit
Tags
Q1bis
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/fr/ulille/iutinfo/teletp/VueGenerale.java
+6
-3
6 additions, 3 deletions
app/src/main/java/fr/ulille/iutinfo/teletp/VueGenerale.java
with
6 additions
and
3 deletions
app/src/main/java/fr/ulille/iutinfo/teletp/VueGenerale.java
+
6
−
3
View file @
6acbfbc8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment