Skip to content

Instantly share code, notes, and snippets.

@andhikayuana
Last active July 3, 2019 13:20
Show Gist options
  • Save andhikayuana/aadba5acfdd65ce7feb7e5cb4a78c634 to your computer and use it in GitHub Desktop.
Save andhikayuana/aadba5acfdd65ce7feb7e5cb4a78c634 to your computer and use it in GitHub Desktop.
Tantangan ABP 2019
[
{
"id": 1,
"title": "Wallet Transfer",
"desc": "Money sent - received",
"date": "2019-05-03",
"image": "https://api.adorable.io/avatars/240/1",
"amount": 50000
},
{
"id": 2,
"title": "Wallet Transfer",
"desc": "Money sent - received",
"date": "2019-05-10",
"image": "https://api.adorable.io/avatars/240/2",
"amount": 60000
},
{
"id": 3,
"title": "Wallet Transfer",
"desc": "Money sent - received",
"date": "2019-05-20",
"image": "https://api.adorable.io/avatars/240/3",
"amount": 60000
}
]

Tantangan Pertemuan 1

Bagaimana melakukan ignore folder / file pada git (kasusnya di repository abp-digitalent-2019) ?

Membuat Readme.md dengan spesifikasi

  • judul proyek
  • kebutuhan untuk menjalankan aplikasinya
  • cara menjalankan aplikasinya

Tantangan Pertemuan 3

Menambahkan

Screen Setting

  • SettingFragment.kt
  • fragment_setting.xml

Screen Notification

  • NotificationFragment.kt
  • fragment_notification.xml

Melengkapi LoginActivity

  • EditText untuk input username
  • EditText untuk input password
  • Button untuk Login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment