Compare commits
35 Commits
kelompok-1
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| f289d0495f | |||
| 7c7b9c0ec6 | |||
| 373c8595d7 | |||
| d6dafed995 | |||
| b42d846e01 | |||
| 2638da3f05 | |||
| 08c24bdfdd | |||
| d3c1410a11 | |||
| 1ce89ad197 | |||
| 228d9f8f77 | |||
| 5dffb47576 | |||
| 992c0d627c | |||
| 4f1f8577bc | |||
| 6370eba0da | |||
| c4aee9ee3c | |||
| 5cccdf5368 | |||
| b73d429200 | |||
| 89c60eb81e | |||
| 6fcbb52b90 | |||
| cd156ca010 | |||
| 4488dfd0cb | |||
| 4281e24379 | |||
| 5170efe60e | |||
| 4ac1678d48 | |||
| 357a25744c | |||
| cf5adbd923 | |||
| d77a9409de | |||
| a115da0783 | |||
| 8f9ca68257 | |||
| 83fabde258 | |||
| 8f24ef2640 | |||
| 3e3da371dc | |||
| 6d30bb4a88 | |||
|
|
ae1ae8cd80 | ||
| 55d17abb93 |
10
.idea/deploymentTargetSelector.xml
generated
10
.idea/deploymentTargetSelector.xml
generated
@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="deploymentTargetSelector">
|
||||
<selectionStates>
|
||||
<SelectionState runConfigName="app">
|
||||
<option name="selectionMode" value="DROPDOWN" />
|
||||
</SelectionState>
|
||||
</selectionStates>
|
||||
</component>
|
||||
</project>
|
||||
10
README.md
10
README.md
@ -25,4 +25,12 @@ Repository ini digunakan untuk praktikum perkuliahan pemrograman mobile.
|
||||
- 14. Nabila suwandira (202310715066)
|
||||
- 15. Indris Alpasela (202310715200)
|
||||
- 16. Raihan Ariq Muzakki (202310715297)
|
||||
- 17. Dirson Ali Wardana (202310715246)
|
||||
- 17. Dirson Ali Wardana (202310715246)
|
||||
- 18. Dimas Hendri Pamungkas (202310715274)
|
||||
- 19. Fadhlul Wafi (202310715188)
|
||||
- 20. Muhammad Yusron Amrullah (202310715060)
|
||||
- 21. Muhammad Fadillah (202310715213)
|
||||
- 22. Hadi Guna Prakoso (202310715312)
|
||||
- 23. Muhammad Rafi (202310715191)
|
||||
- 24. Muhammad Rafly Al-Fathir (202310715043)
|
||||
- 25. Jeremia Sebastian Marpaung (202310715096)
|
||||
@ -57,4 +57,8 @@ dependencies {
|
||||
androidTestImplementation(libs.androidx.compose.ui.test.junit4)
|
||||
debugImplementation(libs.androidx.compose.ui.tooling)
|
||||
debugImplementation(libs.androidx.compose.ui.test.manifest)
|
||||
//praktikum 1
|
||||
implementation("com.squareup.okhttp3:okhttp:4.11.0")
|
||||
implementation("androidx.compose.material3:material3:1.1.1")
|
||||
|
||||
}
|
||||
@ -23,5 +23,5 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
</manifest>
|
||||
@ -7,11 +7,16 @@ import androidx.activity.enableEdgeToEdge
|
||||
import androidx.compose.foundation.layout.fillMaxSize
|
||||
import androidx.compose.foundation.layout.padding
|
||||
import androidx.compose.material3.Scaffold
|
||||
import androidx.compose.material3.Button
|
||||
import androidx.compose.material3.Text
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.tooling.preview.Preview
|
||||
import id.ac.ubharajaya.panicbutton.ui.theme.PanicButtonTheme
|
||||
import okhttp3.MediaType.Companion.toMediaType
|
||||
import okhttp3.OkHttpClient
|
||||
import okhttp3.Request
|
||||
import okhttp3.RequestBody
|
||||
|
||||
class MainActivity : ComponentActivity() {
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user