Compare commits
No commits in common. "298570a2ada9a3ec6486cbe711cf9049c4b0d37f" and "1f7adae6f4b118ac59a8fadc5eda76f759530a67" have entirely different histories.
298570a2ad
...
1f7adae6f4
45
README.md
45
README.md
@ -9,31 +9,20 @@ Repository ini digunakan untuk praktikum perkuliahan pemrograman mobile.
|
|||||||
- Arif Dwiyanto: arif.dwiyanto@ubharajaya.ac.id
|
- Arif Dwiyanto: arif.dwiyanto@ubharajaya.ac.id
|
||||||
|
|
||||||
## Mahasiswa
|
## Mahasiswa
|
||||||
Kelompok 1
|
- 1. Dendi Yogia Pratama (202310715051)
|
||||||
- A.Dendi Yogia Pratama(202310715051)
|
- 2. Nuryuda Maulana (202310715038)
|
||||||
- B.Nuryuda Maulana(202310715038)
|
- 3. Haga Dalpinto Ginting (202310715176)
|
||||||
- C Haga Dalpinto Ginting(202310715176)
|
- 4. Rafi Fattan Fitriardi (202310715002)
|
||||||
|
- 5. Fadlan Rivaldi (202310715280)
|
||||||
Kelompok 2
|
- 6. RAKHA ADI SAPUTRO (202310715083)
|
||||||
- D Rafi Fattan Fitriardi (202310715002)
|
- 7. Arif Nurkhayan (202310715128)
|
||||||
- E. Fadlan Rivaldi (202310715280)
|
- 8. Fazri Abdurrahman (202310715082)
|
||||||
- F. RAKHA ADI SAPUTRO (202310715083)
|
- 9. Markco Van Nistelrooy Sitanggang (202310715181)
|
||||||
|
- 10. Muhammad Fadzel Hadean Rukrus (202310715220)
|
||||||
Kelompok 3
|
- 11. Yosep Gamaliel Mulia (202310715105)
|
||||||
- G. Arif Nurkhayan (202310715128)
|
- 12. Satrio Putra Wardani (202310715307)
|
||||||
- H. Fazri Abdurrahman(202310715082)
|
- 13. Faris Naufal Priatna (202310715123)
|
||||||
- I. Markco Van Nistelrooy Sitanggang (202310715181)
|
- 14. Nabila suwandira (202310715066)
|
||||||
- J.Muhammad Fadzel Hadean Rukrus (202310715220)
|
- 15. Indris Alpasela (202310715200)
|
||||||
- K. Yosep Gamaliel Mulia (202310715105)
|
- 16. Raihan Ariq Muzakki (202310715297)
|
||||||
- L.Satrio Putra Wardani(202310715307)
|
- 17. Dirson Ali Wardana (202310715246)
|
||||||
- M.Faris Naufal Priatna(202310715123)
|
|
||||||
- N. Nabila suwandira(202310715066)
|
|
||||||
- O. Indris Alpasela(202310715200)
|
|
||||||
- P. Raihan Ariq Muzakki (202310715297)
|
|
||||||
- Q. Dirson Ali Wardana (202310715246)
|
|
||||||
- R. Dimas Hendri Pamungkas (202310715274)
|
|
||||||
- S. Fadhlul Wafi (202310715188)
|
|
||||||
- T. Muhammad Yusron Amrullah (😂202310715060🤨)
|
|
||||||
- U. Hadi Guna Prakoso (202310715312)
|
|
||||||
- V. Muhammad Fadillah (202310715213)
|
|
||||||
-
|
|
||||||
@ -57,8 +57,4 @@ 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,16 +7,11 @@ 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