100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Summary ICT2612 Assignment 3 2022 Marathon Race App Solved Source Code R249,99   Add to cart

Summary

Summary ICT2612 Assignment 3 2022 Marathon Race App Solved Source Code

 265 views  8 purchases

Document Contain -Java classes -xml layouts -pictures of app

Preview 4 out of 9  pages

  • March 21, 2022
  • 9
  • 2021/2022
  • Summary
All documents for this subject (12)
avatar-seller
ITGURU
ICT 2612
Assignment 3
Marathon Race
App
2022

,DISCLAIMER
BY PURCHASING AND USING
THIS DOCUMENT YOU
AGREEING TO NOT MAKING
ME HELD RESPONSIBLE FOR
WHATEVER MARK THE USER
OF THIS DOCUMENT GETS

,
, Mainactivity.java
package com.example.marathonraceapp;

import androidx.appcompat.app.AppCompatActivity;

import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.TextView;

public class MainActivity extends AppCompatActivity {
methods m = new methods();


@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
TextView title= findViewById(R.id.title);
ImageView medal= findViewById(R.id.pic);
EditText hour =findViewById(R.id.hour);
EditText minute =findViewById(R.id.minute);
Button vcalc1 =findViewById(R.id.button);

vcalc1.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
String TheMedal;
medal.setImageResource(R.drawable.ic_7565);
TheMedal =
m.GetMedal(medal,m.theCalculation(m.getHour(hour),m.getMinute(minute)));
Intent i = new Intent(MainActivity.this,Result.class);
String time =
String.valueOf(m.theCalculation(m.getHour(hour),m.getMinute(minute)));
i.putExtra("time",time );
i.putExtra("medal",TheMedal );
startActivity(i);
}
});
}
}

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through EFT, credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying this summary from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller ITGURU. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy this summary for R249,99. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

73216 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy summaries for 14 years now

Start selling
R249,99  8x  sold
  • (0)
  Buy now