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
94
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
79
Introduction to Flask
ngalambackend
0
170
Achieving API Performance and Scalability
ngalambackend
0
87
Interfaces in Go
ngalambackend
0
57
CSS in JS in action
ngalambackend
0
56
Productive Remote Working with Scrum
ngalambackend
0
90
Covid Tracker Kota Malang
ngalambackend
0
65
Supercharge Local Development with Docker
ngalambackend
1
120
Building Scalable and Flexible API by Leveraging GraphQL and BigTable
ngalambackend
1
320
Other Decks in Programming
See All in Programming
オフライン対応!Flutterアプリに全文検索エンジンを実装する @FlutterKaigi2025
itsmedreamwalker
2
300
CSC509 Lecture 13
javiergs
PRO
0
260
DartASTとその活用
sotaatos
2
150
Phronetic Team with AI - Agile Japan 2025 closing
hiranabe
2
690
CloudflareのSandbox SDKを試してみた
syumai
0
180
Flutterアプリ運用の現場で役立った監視Tips 5選
ostk0069
1
530
「文字列→日付」の落とし穴 〜Ruby Date.parseの意外な挙動〜
sg4k0
0
310
TypeScriptで設計する 堅牢さとUXを両立した非同期ワークフローの実現
moeka__c
5
2.6k
開発15年のAIネイティブでない 巨大サービスのAI最適化
rapicro
0
100
JJUG CCC 2025 Fall: Virtual Thread Deep Dive
ternbusty
3
490
Why Kotlin? 電子カルテを Kotlin で開発する理由 / Why Kotlin? at Henry
agatan
1
130
Claude Code on the Web を超える!? Codex Cloud の実践テク5選
sunagaku
0
610
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
432
66k
A better future with KSS
kneath
239
18k
Fireside Chat
paigeccino
41
3.7k
Making Projects Easy
brettharned
120
6.5k
[RailsConf 2023] Rails as a piece of cake
palkan
57
6.1k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Statistics for Hackers
jakevdp
799
230k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.2k
Automating Front-end Workflow
addyosmani
1371
200k
Optimizing for Happiness
mojombo
379
70k
Rails Girls Zürich Keynote
gr2m
95
14k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
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