Push notifications are short messages that a backend server delivers to a user's device through the OS-level push service, displayed even when the corresponding app is not running. Push is the standard re-engagement and real-time messaging channel on mobile and increasingly on web.

How it works

The app registers with the OS push service (APNs on iOS, FCM on Android, Web Push on browsers) and…

Jetpack Compose is Google's declarative UI framework for Android, built around Kotlin and shipped stable in 2021. Like SwiftUI on Apple platforms, Compose lets developers describe the UI as a function of state; the runtime diffs the composition and updates only what changed. Core ideas * Composable functions. A @Composable function is the building block; it can emit UI when called from another…

React Native is a cross-platform framework from Meta that lets developers build iOS and Android applications using React. UI components map to native platform widgets at runtime, so the apps feel native while sharing most of their codebase across platforms.

How it works

JavaScript (or TypeScript) code runs in a JS engine (Hermes by default on modern versions) and communicates with the native…

Android is Google's open-source mobile operating system, powering the majority of the world's smartphones across hundreds of device manufacturers. Android is based on a modified Linux kernel and ships with a rich application framework, multiple SDKs, and a heterogeneous ecosystem of OEM customisations on top.

Core platform pieces

  • SDK and languages. Native development uses Kotlin (modern,…

iOS is Apple's mobile operating system, powering the iPhone, iPad (as iPadOS, a close derivative), and iPod touch. iOS is a closed source platform with first-party SDKs, a curated App Store as the distribution channel, and tight hardware-software integration that defines the experience.

Core platform pieces

  • SDK and language. Native development uses Swift (modern) or Objective-C (legacy),…
Drawfriend - Equestria Girls / Anthro MLP Art Gallery #671

The queen is here, and she's got a neat dress. Yep.

Art below!

[0] Source
by tomi_ouo

[1] Source
Prisoner and officer [commission for Alviniscute] by TaiWeiArt on Deviantart


[2] Source
A Socking Discovery by LennonDash on Deviantart

Twilight


[3] Source
Done comm for Scorch Draken by TaiWeiArt on Deviantart


**[4]…

Read more →
Page 1