News feed design
Design an infinite-scroll feed screen like Twitter's from the iOS client's point of view. Walk me through where the data goes between the network response and the screen, and what the screen actually reads as its source.
News feed design
Design an infinite-scroll feed screen like Twitter's from the iOS client's point of view. Walk me through where the data goes between the network response and the screen, and what the screen actually reads as its source.
iOS system designShort answerAdvanced
Design the client for a money transfer app's transaction history screen. Requirements: in…
#pagination #offline #realtime
iOS system designShort answerAdvanced
An iOS app implements infinite scroll for a photo feed seen by hundreds of millions of us…
#feed #pagination #cache
iOS system designShort answerAdvanced
Design the "this month's spending and remaining limit" card in a credit card app. The scr…
#cache #offline
iOS system designShort answerAdvanced
A real-time social news feed receives incremental WebSocket events and an initial REST li…
#feed #realtime