Compare commits
28 Commits
1f7adae6f4
...
71f31241b1
| Author | SHA1 | Date | |
|---|---|---|---|
| 71f31241b1 | |||
| a923874e92 | |||
| 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 |
20
README.md
20
README.md
@ -9,20 +9,6 @@ Repository ini digunakan untuk praktikum perkuliahan pemrograman mobile.
|
|||||||
- Arif Dwiyanto: arif.dwiyanto@ubharajaya.ac.id
|
- Arif Dwiyanto: arif.dwiyanto@ubharajaya.ac.id
|
||||||
|
|
||||||
## Mahasiswa
|
## Mahasiswa
|
||||||
- 1. Dendi Yogia Pratama (202310715051)
|
- 1. Hadi Guna Prakoso (202310715312)
|
||||||
- 2. Nuryuda Maulana (202310715038)
|
- 2. Nabila Suwandira (202310715066)
|
||||||
- 3. Haga Dalpinto Ginting (202310715176)
|
- 3. Yosep Gamaliel Mulia (202310715105).
|
||||||
- 4. Rafi Fattan Fitriardi (202310715002)
|
|
||||||
- 5. Fadlan Rivaldi (202310715280)
|
|
||||||
- 6. RAKHA ADI SAPUTRO (202310715083)
|
|
||||||
- 7. Arif Nurkhayan (202310715128)
|
|
||||||
- 8. Fazri Abdurrahman (202310715082)
|
|
||||||
- 9. Markco Van Nistelrooy Sitanggang (202310715181)
|
|
||||||
- 10. Muhammad Fadzel Hadean Rukrus (202310715220)
|
|
||||||
- 11. Yosep Gamaliel Mulia (202310715105)
|
|
||||||
- 12. Satrio Putra Wardani (202310715307)
|
|
||||||
- 13. Faris Naufal Priatna (202310715123)
|
|
||||||
- 14. Nabila suwandira (202310715066)
|
|
||||||
- 15. Indris Alpasela (202310715200)
|
|
||||||
- 16. Raihan Ariq Muzakki (202310715297)
|
|
||||||
- 17. Dirson Ali Wardana (202310715246)
|
|
||||||
@ -57,4 +57,8 @@ dependencies {
|
|||||||
androidTestImplementation(libs.androidx.compose.ui.test.junit4)
|
androidTestImplementation(libs.androidx.compose.ui.test.junit4)
|
||||||
debugImplementation(libs.androidx.compose.ui.tooling)
|
debugImplementation(libs.androidx.compose.ui.tooling)
|
||||||
debugImplementation(libs.androidx.compose.ui.test.manifest)
|
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>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
</manifest>
|
</manifest>
|
||||||
@ -7,11 +7,16 @@ import androidx.activity.enableEdgeToEdge
|
|||||||
import androidx.compose.foundation.layout.fillMaxSize
|
import androidx.compose.foundation.layout.fillMaxSize
|
||||||
import androidx.compose.foundation.layout.padding
|
import androidx.compose.foundation.layout.padding
|
||||||
import androidx.compose.material3.Scaffold
|
import androidx.compose.material3.Scaffold
|
||||||
|
import androidx.compose.material3.Button
|
||||||
import androidx.compose.material3.Text
|
import androidx.compose.material3.Text
|
||||||
import androidx.compose.runtime.Composable
|
import androidx.compose.runtime.Composable
|
||||||
import androidx.compose.ui.Modifier
|
import androidx.compose.ui.Modifier
|
||||||
import androidx.compose.ui.tooling.preview.Preview
|
import androidx.compose.ui.tooling.preview.Preview
|
||||||
import id.ac.ubharajaya.panicbutton.ui.theme.PanicButtonTheme
|
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() {
|
class MainActivity : ComponentActivity() {
|
||||||
override fun onCreate(savedInstanceState: Bundle?) {
|
override fun onCreate(savedInstanceState: Bundle?) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user