# news app (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover news app.

Page: <https://rssamplifier.com/topics/news-app/blogs>  
Feed: <https://rssamplifier.com/topics/news-app/blogs.md>

---

## [ByteCast #7 - 3 Columns SwiftUI Split View | iOS | macOS | visionOS](https://alfianlosari.com/posts/bytecast-7-3-columns-swiftui-split-view)

_2024-09-08 · Xcoding with Alfian_

In this video, we’re going to implement 3 column navigation Split View using a news app as the example.

## [ByteCast #6 - Caching Network Request | Swift Actor & Task | NSCache](https://alfianlosari.com/posts/bytecast-6-caching-network-request-swift-actor-task-nscache)

_2024-09-04 · Xcoding with Alfian_

In this video, we’re going to implement a caching for network request. This is very suitable If your app doesn’t need to display data that changes frequently such as news, recent stock prices, transaction histories, etc.

## [ByteCast #5 - Generic Cache + Expiration Timestamp | NSCache | Swift](https://alfianlosari.com/posts/bytecast-5-generic-cache-expiration-timestamp-nscache-swift)

_2024-08-30 · Xcoding with Alfian_

In this 5th episode, we’re going to create a generic Swift Cache that can be used to cache value for any Swift type with optional date expiration timestamp support. We will be using NSCache, which is an in-memory based cache Apple provides to temporarily store key and value pairs that are subject to eviction when system’s memory is low.

