forked from administrator/UAS
Compare commits
No commits in common. "master" and "master" have entirely different histories.
1
.idea/deploymentTargetSelector.xml
generated
1
.idea/deploymentTargetSelector.xml
generated
@ -4,7 +4,6 @@
|
||||
<selectionStates>
|
||||
<SelectionState runConfigName="app">
|
||||
<option name="selectionMode" value="DROPDOWN" />
|
||||
<DialogSelection />
|
||||
</SelectionState>
|
||||
</selectionStates>
|
||||
</component>
|
||||
|
1
.idea/gradle.xml
generated
1
.idea/gradle.xml
generated
@ -4,7 +4,6 @@
|
||||
<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">
|
||||
|
4
.idea/inspectionProfiles/Project_Default.xml
generated
4
.idea/inspectionProfiles/Project_Default.xml
generated
@ -37,10 +37,6 @@
|
||||
<option name="composableFile" value="true" />
|
||||
<option name="previewFile" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PreviewDeviceShouldUseNewSpec" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||||
<option name="composableFile" value="true" />
|
||||
<option name="previewFile" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PreviewFontScaleMustBeGreaterThanZero" enabled="true" level="ERROR" enabled_by_default="true">
|
||||
<option name="composableFile" value="true" />
|
||||
<option name="previewFile" value="true" />
|
||||
|
1
.idea/misc.xml
generated
1
.idea/misc.xml
generated
@ -1,3 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="EntryPointsManager">
|
||||
<list size="1">
|
||||
|
@ -13,7 +13,7 @@
|
||||
android:theme="@style/Theme.SIAMobile"
|
||||
tools:targetApi="31">
|
||||
<activity
|
||||
android:name=".Mhs202210715145"
|
||||
android:name=".Mhs202210715136"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".Mhs000000000000"
|
||||
|
@ -106,7 +106,7 @@ fun KHSItem(mahasiswaName: String) {
|
||||
val context = LocalContext.current
|
||||
val mahasiswaActivityMap = mapOf(
|
||||
"000000000000 EXAMPLE" to Mhs000000000000::class.java,
|
||||
"202210715145 RASYID DARUSMAN" to Mhs202210715145::class.java
|
||||
"202210715136 MUHAMAD RAJWA ATHORIQ" to Mhs202210715136::class.java
|
||||
//"202210715185 AHMAD DIMAS RAMADHAN" to Mhs202210715185::class.java,
|
||||
// silahkan ditambahkan di sini untuk NPM yang lain
|
||||
)
|
||||
|
@ -34,8 +34,6 @@ import androidx.compose.ui.text.font.FontWeight
|
||||
import androidx.compose.ui.unit.dp
|
||||
import androidx.compose.ui.unit.sp
|
||||
import com.example.siamobile.ui.theme.SIAMobileTheme
|
||||
import com.example.siamobile.DetailMahasiswaScreen
|
||||
|
||||
|
||||
class Mhs000000000000 : ComponentActivity() {
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
|
@ -34,12 +34,11 @@ import androidx.compose.ui.text.font.FontWeight
|
||||
import androidx.compose.ui.unit.dp
|
||||
import androidx.compose.ui.unit.sp
|
||||
import com.example.siamobile.ui.theme.SIAMobileTheme
|
||||
import com.example.siamobile.DetailMahasiswaScreen
|
||||
|
||||
class Mhs202210715145 : ComponentActivity() {
|
||||
class Mhs202210715136 : ComponentActivity() {
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
val mahasiswaName = intent.getStringExtra("mahasiswaName") ?: "NPM: 202210715145 Nama: Rasyid Darusman"
|
||||
val mahasiswaName = intent.getStringExtra("mahasiswaName") ?: "NPM: 202210715136 Nama: Muhamad Rajwa Athoriq"
|
||||
setContent {
|
||||
SIAMobileTheme {
|
||||
DetailMahasiswaScreen(mahasiswaName)
|
||||
@ -49,7 +48,7 @@ class Mhs202210715145 : ComponentActivity() {
|
||||
}
|
||||
|
||||
@Composable
|
||||
fun DetailMahasiswaScreen2(mahasiswaName: String) {
|
||||
fun DetailMahasiswaScreenOld(mahasiswaName: String) {
|
||||
val context = LocalContext.current
|
||||
val matakuliahList = listOf(
|
||||
Triple(1, "Aljabar Linear", 1),
|
@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
agp = "8.7.3"
|
||||
agp = "8.6.0"
|
||||
kotlin = "2.0.0"
|
||||
coreKtx = "1.15.0"
|
||||
junit = "4.13.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user