Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Implement Mock API Server untuk Mobile Development
Search
Ngalam Backend Community
March 27, 2019
Programming
0
83
Implement Mock API Server untuk Mobile Development
Ngalam Backend Community
March 27, 2019
Tweet
Share
More Decks by Ngalam Backend Community
See All by Ngalam Backend Community
Web_Scraping_with_Scrapy.pdf
ngalambackend
0
73
Introduction to Flask
ngalambackend
0
130
Achieving API Performance and Scalability
ngalambackend
0
77
Interfaces in Go
ngalambackend
0
52
CSS in JS in action
ngalambackend
0
50
Productive Remote Working with Scrum
ngalambackend
0
63
Covid Tracker Kota Malang
ngalambackend
0
59
Supercharge Local Development with Docker
ngalambackend
1
110
Building Scalable and Flexible API by Leveraging GraphQL and BigTable
ngalambackend
1
290
Other Decks in Programming
See All in Programming
とにかくAWS GameDay!AWSは世界の共通言語! / Anyway, AWS GameDay! AWS is the world's lingua franca!
seike460
PRO
1
880
flutterkaigi_2024.pdf
kyoheig3
0
140
Realtime API 入門
riofujimon
0
150
Flutterを言い訳にしない!アプリの使い心地改善テクニック5選🔥
kno3a87
1
190
CSC509 Lecture 12
javiergs
PRO
0
160
シェーダーで魅せるMapLibreの動的ラスタータイル
satoshi7190
1
480
距離関数を極める! / SESSIONS 2024
gam0022
0
280
Compose 1.7のTextFieldはPOBox Plusで日本語変換できない
tomoya0x00
0
190
色々なIaCツールを実際に触って比較してみる
iriikeita
0
330
as(型アサーション)を書く前にできること
marokanatani
10
2.7k
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
950
みんなでプロポーザルを書いてみた
yuriko1211
0
260
Featured
See All Featured
Embracing the Ebb and Flow
colly
84
4.5k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
A better future with KSS
kneath
238
17k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.8k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
109
49k
RailsConf 2023
tenderlove
29
900
Automating Front-end Workflow
addyosmani
1366
200k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
How STYLIGHT went responsive
nonsquared
95
5.2k
Transcript
12/20/18 Private 1 Implement Mock Api Server untuk Mobile Development
Muhammad Nur Hadi Mobile Engineer @hadilomu Muhammad Nur Hadi 0813-3456-0992
Problem • Team • Time 12/20/18 Private 1
Siapa Yang Bikin Mock API ? • Mobile Team •
System Analyst • Backend Team 12/20/18 Private 1
API Contract 12/20/18 Private 1 • Mobile Team • System
Analyst • Backend Team
Endpoint-nya apa ? • GET api/v1/todos • GET api/v1/todo/{{todoId}} •
POST api/v1/todo 12/20/18 Private 1
Struktur Json yang digunakan ? GET api/v1/todos 12/20/18 Private 1
Struktur Json yang digunakan ? GET api/v1/todo/{{todoId}} 12/20/18 Private 1
Struktur Json yang digunakan ? POST api/v1/todo 12/20/18 Private 1
Base Url 12/20/18 Private 1
Retrofit https://futurestud.io/tutorials/retrofit-g etting-started-and-android-client 12/20/18 Private 1
Glide • https://futurestud.io/tutorials/retro fit-getting-started-and-android-c lient 12/20/18 Private 1
Penampakan 12/20/18 Private 1