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

@@ -4,8 +4,9 @@
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="GRADLE" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" />
<option name="gradleJvm" value="Embedded JDK" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />

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);