Mobile Development Articles

Browse articles in this category

9 Topics
6 Articles
1 Pages
How iOS and Android Handle Connections with BLE Human Interface Devices
Bluetooth

How iOS and Android Handle Connections with BLE Human Interface Devices

iOS and Android’s Bluetooth APIs allow apps to communicate with BLE devices. The API simplifies the way apps implement BLE and allows multiple apps to...
C
Chris
0 views
Jan 09, 2021
Closures in Swift
Swift

Closures in Swift

Closures in Swift: powerful self-contained blocks of functionality. Capture values, create flexible APIs, and write cleaner code with Swift's closure ...
C
Chris
404 views
Dec 30, 2020
The Android Keystore
Android

The Android Keystore

The Android Keystore system explained: secure hardware-backed storage for cryptographic keys. Protect sensitive data and implement robust mobile secur...
C
Chris
0 views
Dec 26, 2020
Understanding The Objective-C Runtime
Objective C

Understanding The Objective-C Runtime

Deep dive into Objective-C runtime features. Understand message sending, method swizzling, and dynamic capabilities that power macOS and iOS developme...
C
Chris
0 views
May 21, 2019
React Native vs Flutter — Which is preferred for you?
Flutter

React Native vs Flutter — Which is preferred for you?

React Native vs Flutter: comprehensive comparison of top cross-platform frameworks. Analyze performance, development experience, and which to choose f...
C
Chris
2 views
May 20, 2019
Publish a Binary iOS Framework in Swift using CocoaPods
CocoaPods

Publish a Binary iOS Framework in Swift using CocoaPods

CocoaPods 是 Objective-C 和 Swift 项目最流行的依赖管理工具。本指南涵盖创建二进制框架分发、podspec 配置、发布到私有或公共仓库的完整流程。无论你是想内部共享还是开源项目,都能找到实用的发布策略和最佳实践。...
C
Chris
4 views
May 13, 2019