featured story 2 hours to master RxSwift - Part 1 a simple introudction on rxswift, including what is rxswift, how to use it and a quick example (with swift code) on demo that. 14 Mar 2023 · 8 min read Read post
RSS This message is used to verify that this feed (feedId:86217892749443072) belongs to me (userId:83745433934739456). Join me in enjoying the next generation information browser https://follow.is. Needone 1 Jan 2024 · 1 min read
iOS Install specific iOS beta on simulator Apple release the new iOS SDK every day, as the developer, we want to test our apps on those new SDK before they are officially released. For example, we want Needone 16 Sep 2023 · 1 min read
iOS How to do a deep cleaning for pod If you are like me, the project is still using the pod to manage the libraries and frameworks. We need to clean the projects from time to time. The following Needone 19 Jul 2023 · 1 min read
Swift Nested class in Swift A nested class in Swift is a class that is defined within another class. Some key features: * Nested class have access to local variables or constants of the outer class Needone 17 Jul 2023 · 1 min read
RxSwift 2 hours to master RxSwift - Part 2 In this article we will dig a bit more depth in some core concepts on 2 hours to master RxSwift - Part 1. Section 1: Observable Like mentioned in the Needone 1 May 2023 · 6 min read
RxSwift 2 hours to master RxSwift - Part 3 Introduction In the previous post: 2 hours to master RxSwift - Part 1 (needone.app) and 2 hours to master RxSwift - Part 2 (needone.app), we get to know Needone 11 Apr 2023 · 3 min read
Swift 2 hours to master RxSwift - Part 1 a simple introudction on rxswift, including what is rxswift, how to use it and a quick example (with swift code) on demo that. Needone 14 Mar 2023 · 8 min read
Kotlin Singleton in Kotlin In the Kotlin programming language, a singleton is a design pattern that allows you to create only one instance of a class. This is useful when you want to make Needone 11 Mar 2023 · 1 min read
Kotlin Use keystore to store your sensitive in Kotlin The keystore is a secure storage location in Android that is used to store encryption keys, digital certificates, and other sensitive information. The keystore is encrypted with a hardware-based key, Needone 9 Mar 2023 · 1 min read
Swift Generic type vs. Any in Swift Generic type In Swift, a generic type is a placeholder for a specific type that is specified when the generic type is used. A generic type allows you to write Needone 7 Mar 2023 · 2 min read
iOS indirect enum in Swift An indirect enum in Swift is an enum that can be used to define a recursive data structure. This means that one or more of its cases can refer to Needone 4 Mar 2023 · 1 min read
Swift UITraitCollection UITraitCollection is a class in the UIKit framework that defines a set of interface traits that specify the environment in which your app is running. These traits include the device’ Needone 2 Mar 2023 · 2 min read