100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Other

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

Rating
-
Sold
7
Pages
11
Uploaded on
26-05-2021
Written in
2020/2021

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














Whoops! We can’t load your doc right now. Try again or contact support.

Document information

Uploaded on
May 26, 2021
Number of pages
11
Written in
2020/2021
Type
Other
Person
Unknown

Content preview

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

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
ITGURU University of South Africa (Unisa)
View profile
Follow You need to be logged in order to follow users or courses
Sold
55
Member since
4 year
Number of followers
42
Documents
10
Last sold
2 months ago
ITTECHGURU – Expert IT Solutions & Code

Welcome to ITTECHGURU, your go-to hub for high-quality, fully coded IT assignments, projects, and solutions. Whether you need expertly crafted software, scripts, databases, or web apps, I provide professional-grade work with efficiency and precision. Get your projects done right—fast, reliable, and 100% functional!

4,4

7 reviews

5
4
4
2
3
1
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can immediately select a different document that better matches what you need.

Pay how you prefer, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card or EFT and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions