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
77
Introduction to Flask
ngalambackend
0
160
Achieving API Performance and Scalability
ngalambackend
0
85
Interfaces in Go
ngalambackend
0
57
CSS in JS in action
ngalambackend
0
56
Productive Remote Working with Scrum
ngalambackend
0
75
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
「ElixirでIoT!!」のこれまでとこれから
takasehideki
0
370
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
560
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
320
Gleamという選択肢
comamoca
6
760
Deep Dive into ~/.claude/projects
hiragram
7
1.2k
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
170
Using AI Tools Around Software Development
inouehi
0
1.3k
「Cursor/Devin全社導入の理想と現実」のその後
saitoryc
0
140
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
210
Is Xcode slowly dying out in 2025?
uetyo
1
190
Beyond Portability: Live Migration for Evolving WebAssembly Workloads
chikuwait
0
390
Benchmark
sysong
0
250
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
700
Faster Mobile Websites
deanohume
307
31k
Facilitating Awesome Meetings
lara
54
6.4k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
930
VelocityConf: Rendering Performance Case Studies
addyosmani
330
24k
Why Our Code Smells
bkeepers
PRO
337
57k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
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