100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
ICT Assignment 3 Mortgage Home Loan Interest App Complete Source Code Skeleton Solved R199,00   Add to cart

Other

ICT Assignment 3 Mortgage Home Loan Interest App Complete Source Code Skeleton Solved

 232 views  7 purchases

This Document contains: -The entire source of the assignment -XML layout and Java class files are included -Usage of SQLLITE What you need to do: -Modify it to your liking -add icons -add images -add comments

Preview 6 out of 11  pages

  • May 26, 2021
  • 11
  • 2020/2021
  • Other
  • Unknown
All documents for this subject (12)
avatar-seller
ITGURU
ICT 2612
ASSIGNMENT 3
MORTGAGE HOME
LOAN INTEREST APP
2021
COMPLETED PROJECT
SKELETON WITH
SOURCE CODE

,DISCLAIMER
I wont be held
accountable for
whatever mark the
user of this document
gets whether they
have failed or
passed,Purchase at
your own risk!!!

,
,
,
, MAINACTIVITY.JAVA


package com.example.mortgagehomeloaninterestapp;

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.Toast;



public class MainActivity extends AppCompatActivity {
database myDb;
functions f = new functions();

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
EditText yl = (EditText) findViewById(R.id.youtubeLink);
EditText y2 = (EditText) findViewById(R.id.yearlink);
EditText y3 = (EditText) findViewById(R.id.monthlylink);
Button button = findViewById(R.id.button);
myDb = new database(this);
myDb.deleteData("0");
myDb.insertData("0","1","1","1");
button.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
if (f.EmptyFields(yl,y2,y3)){
return;
}else{
WriteBtn(yl,y2,y3);
}}
});
}



public void WriteBtn(EditText x,EditText y,EditText z) {

Toast.makeText(getApplicationContext(),x.getText(),Toast.LENGTH_SHORT).show();
myDb.updateData("0", x.getText().toString(),
y.getText().toString(),z.getText().toString());
startActivity(new Intent(MainActivity.this,results.class));
}
}

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 R199,00. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

81298 documents were sold in the last 30 days

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

Start selling
R199,00  7x  sold
  • (0)
  Buy now