Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 8 pages
Summary

Summary ICT2612 Assignment 1 2024 Paint App Complete Solved Source Code Document Project

Document preview thumbnail
Preview 4 out of 8 pages

The complete source code for the ICT 2612 - Assignment 1 2024 Paint Calculator App! This package includes all the code you need, complete with helpful comments and explanatory pictures XML Code Java Code Pics Mimicing this code doc will guarantee you a working app if you know what the hell you are doing.l!

Content preview

ICT2612
ASSIGNMENT 1
PAINT CALCULATOR
APP
2024

,DISCLAIMER
Please do not copy anything
from this document,It is
meant to be used as a guide
and you supposed to come up
with your own solution.
By purchasing this document
you are letting the creator of
this document NOT be held
responsible for whatever
mark the user gets for this
assignment,whether pass or
fail
Purchase at your own Risk!

,
, MAINACTIVITYLAYOUT.XML
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:padding="16dp">

<!-- Title -->
<TextView
android:id="@+id/text_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Paint Calculator App ,Made By STUDENTNUMBER"
android:textSize="24sp"
android:layout_centerHorizontal="true"
android:layout_marginBottom="16dp"/>

<!-- Image -->
<ImageView
android:id="@+id/image_paint"
android:layout_width="200dp"
android:layout_height="200dp"
android:src="@mipmap/image_paint_round"
android:layout_below="@id/text_title"
android:layout_centerHorizontal="true"
android:layout_marginTop="16dp"/>

<!-- Text field for room height -->
<EditText
android:id="@+id/edit_text_height"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Enter room height (in meters)"
android:inputType="numberDecimal"
android:layout_below="@id/image_paint"
android:layout_marginTop="16dp"/>

<!-- Text field for room distance -->
<EditText
android:id="@+id/edit_text_distance"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Enter room distance (in meters)"
android:inputType="numberDecimal"
android:layout_below="@id/edit_text_height"
android:layout_marginTop="16dp"/>

<!-- Spinner for selecting paint color -->
<Spinner
android:id="@+id/spinner_color"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/edit_text_distance"
android:layout_marginTop="16dp"/>

<!-- Button to calculate paint -->
<Button
android:id="@+id/button_calculate"

Document information

Uploaded on
March 23, 2024
Number of pages
8
Written in
2023/2024
Type
Summary
$5.16

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

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
4.4
(7)
Sold
57
Followers
42
Items
13
Last sold
2 months ago



Why students choose Stuvia

Created by fellow students, verified by reviews

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

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

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

Student with book image

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

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions