E-Food Waste APP
This commit is contained in:
parent
4a2db6e30b
commit
d3f949c82b
2
.idea/compiler.xml
generated
2
.idea/compiler.xml
generated
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<bytecodeTargetLevel target="17" />
|
||||
<bytecodeTargetLevel target="21" />
|
||||
</component>
|
||||
</project>
|
8
.idea/deploymentTargetSelector.xml
generated
8
.idea/deploymentTargetSelector.xml
generated
@ -4,6 +4,14 @@
|
||||
<selectionStates>
|
||||
<SelectionState runConfigName="app">
|
||||
<option name="selectionMode" value="DROPDOWN" />
|
||||
<DropdownSelection timestamp="2024-12-12T07:28:03.424456600Z">
|
||||
<Target type="DEFAULT_BOOT">
|
||||
<handle>
|
||||
<DeviceId pluginId="LocalEmulator" identifier="path=C:\Users\ASUS\.android\avd\Pixel_9_Pro_XL_API_VanillaIceCream.avd" />
|
||||
</handle>
|
||||
</Target>
|
||||
</DropdownSelection>
|
||||
<DialogSelection />
|
||||
</SelectionState>
|
||||
</selectionStates>
|
||||
</component>
|
||||
|
3
.idea/gradle.xml
generated
3
.idea/gradle.xml
generated
@ -1,8 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GradleMigrationSettings" migrationVersion="1" />
|
||||
<component name="GradleSettings">
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
<option name="testRunner" value="CHOOSE_PER_TEST" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" />
|
||||
<option name="modules">
|
||||
@ -14,5 +16,6 @@
|
||||
<option name="resolveExternalAnnotations" value="false" />
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
<option name="parallelModelFetch" value="true" />
|
||||
</component>
|
||||
</project>
|
3
.idea/misc.xml
generated
3
.idea/misc.xml
generated
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
@ -2,6 +2,5 @@ package com.juceliodev.fooddeliverymyapplication.data
|
||||
|
||||
val ProductDescriptionData = "Introducing Mr. Cheezy: a burger lover’s dream!\n" +
|
||||
"\n" +
|
||||
"Sink your teeth into a succulent beef patty, smothered in a rich, melting blend of cheddar, Swiss, and American cheeses. Crispy bacon adds a satisfying crunch, while caramelized onions bring a touch of sweetness.\n" +
|
||||
"\n" +
|
||||
"Drizzled with zesty BBQ sauce and tucked inside a perfectly toasted brioche bun, Mr. Cheezy is pure, cheesy bliss in every bite."
|
||||
"Ayam Bakar Mas Kris adalah surga bagi pecinta ayam bakar! Daging ayamnya empuk, bumbunya meresap sempurna, dan aroma bakarannya menggoda sejak gigitan pertama. Dipadukan dengan sambal khas yang pedas nikmat, setiap suapan menghadirkan rasa otentik yang sulit dilupakan.!.\n" +
|
||||
"\n"
|
||||
|
@ -11,18 +11,18 @@ data class ProductFlavorState(
|
||||
|
||||
val ProductFlavorsData = listOf(
|
||||
ProductFlavorState(
|
||||
imgRes = R.drawable.img_cheese,
|
||||
name = "Chedder",
|
||||
price = "$0.79"
|
||||
imgRes = R.drawable.img_teh,
|
||||
name = "es teh",
|
||||
price = "Rp. 2000"
|
||||
),
|
||||
ProductFlavorState(
|
||||
imgRes = R.drawable.img_bacon,
|
||||
name = "Bacon",
|
||||
price = "$0.52"
|
||||
imgRes = R.drawable.img_tofu,
|
||||
name = "Tahu goreng",
|
||||
price = "Rp. 3000"
|
||||
),
|
||||
ProductFlavorState(
|
||||
imgRes = R.drawable.img_onion,
|
||||
name = "Onion",
|
||||
price = "$0.28"
|
||||
imgRes = R.drawable.img_tempegoreng,
|
||||
name = "Tempe Goreng",
|
||||
price = "Rp. 3000"
|
||||
)
|
||||
)
|
@ -13,11 +13,11 @@ enum class ProductHighlightType {
|
||||
}
|
||||
|
||||
data class ProductPreviewState(
|
||||
val headline: String = "Mr. Cheezy",
|
||||
@DrawableRes val productImg: Int = R.drawable.img_burger,
|
||||
val headline: String = "AYAM BAKAR MAS KRIS",
|
||||
@DrawableRes val productImg: Int = R.drawable.img_bakar,
|
||||
val highlights: List<ProductHighlightState> = listOf(
|
||||
ProductHighlightState(
|
||||
text = "Classic Taste",
|
||||
text = "manteep",
|
||||
type = ProductHighlightType.SECONDARY
|
||||
),
|
||||
ProductHighlightState(
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 9.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 70 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.3 KiB |
@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
agp = "8.5.2"
|
||||
agp = "8.7.2"
|
||||
kotlin = "1.9.0"
|
||||
androidx-core = "1.13.1"
|
||||
androidx-runtime = "2.8.5"
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
#Mon Sep 23 13:49:19 GMT-03:00 2024
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
x
Reference in New Issue
Block a user