Compare commits
No commits in common. "71f31241b1a8800032ba6f085cbed44ba1d8fb15" and "1f7adae6f4b118ac59a8fadc5eda76f759530a67" have entirely different histories.
71f31241b1
...
1f7adae6f4
20
README.md
20
README.md
@ -9,6 +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
|
||||||
- 1. Hadi Guna Prakoso (202310715312)
|
- 1. Dendi Yogia Pratama (202310715051)
|
||||||
- 2. Nabila Suwandira (202310715066)
|
- 2. Nuryuda Maulana (202310715038)
|
||||||
- 3. Yosep Gamaliel Mulia (202310715105).
|
- 3. Haga Dalpinto Ginting (202310715176)
|
||||||
|
- 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,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