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
88
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
78
Introduction to Flask
ngalambackend
0
160
Achieving API Performance and Scalability
ngalambackend
0
86
Interfaces in Go
ngalambackend
0
57
CSS in JS in action
ngalambackend
0
56
Productive Remote Working with Scrum
ngalambackend
0
85
Covid Tracker Kota Malang
ngalambackend
0
62
Supercharge Local Development with Docker
ngalambackend
1
120
Building Scalable and Flexible API by Leveraging GraphQL and BigTable
ngalambackend
1
310
Other Decks in Programming
See All in Programming
ワープロって実は計算機で
pepepper
2
1.3k
Google I/O Extended Incheon 2025 ~ What's new in Android development tools
pluu
1
270
AHC051解法紹介
eijirou
0
490
The State of Fluid (2025)
s2b
0
140
Go製CLIツールをnpmで配布するには
syumai
2
1.2k
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
790
Nuances on Kubernetes - RubyConf Taiwan 2025
envek
0
150
What's new in Adaptive Android development
fornewid
0
140
A Gopher's Guide to Vibe Coding
danicat
0
120
Strands Agents で実現する名刺解析アーキテクチャ
omiya0555
1
120
PHPカンファレンス関西2025 基調講演
sugimotokei
6
1.2k
CEDEC 2025 『ゲームにおけるリアルタイム通信への QUIC導入事例の紹介』
segadevtech
3
850
Featured
See All Featured
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
RailsConf 2023
tenderlove
30
1.2k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Embracing the Ebb and Flow
colly
86
4.8k
Done Done
chrislema
185
16k
A Tale of Four Properties
chriscoyier
160
23k
Writing Fast Ruby
sferik
628
62k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
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