quelques avancee sur l'ex2

This commit is contained in:
2024-03-08 16:35:02 +01:00
parent bc4ede3cee
commit abbc7c0a63
16 changed files with 323 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ public class MainActivity extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
this.img = this.findViewById(R.id.imageFleche);
this.bouttonGauche = this.findViewById(R.id.boutonGauche);
this.bouttonDroite = this.findViewById(R.id.boutonDroite);