Skip to content

Instantly share code, notes, and snippets.

View aicompyle-cpu's full-sized avatar

aicompyle-cpu

View GitHub Profile
package com.example.quizscorekeeper // ⚠️ change this to match her package name
import android.os.Bundle
import android.widget.Button
import android.widget.TextView
import androidx.appcompat.app.AppCompatActivity
class MainActivity : AppCompatActivity() {
private var score1 = 0
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="24dp"
android:gravity="center_horizontal">
<TextView
android:text="Quiz Scorekeeper"