Tag

Component Security

1 views collected around this technical thread.

HomeTech
HomeTech
Mar 8, 2022 · Mobile Development

Best Practices for Secure Android Component Development

This article explains how to securely use Android components during development by identifying risk points, recommending proper use of the android:exported attribute, custom permissions, intent validation, and safe BroadcastReceiver and ContentProvider practices to enhance app reliability and security.

AndroidBroadcastReceiverComponent Security
0 likes · 7 min read
Best Practices for Secure Android Component Development
Youzan Coder
Youzan Coder
Dec 26, 2018 · Cloud Computing

E-commerce Cloud Application Framework: Extension Architecture and Implementation

The article describes YouZan’s E‑commerce Cloud application framework, which offers merchants extensible custom‑coupon, installment and UI features through three types of extension points—business, message and frontend—organized into code deployment, Maven‑based development modules and an Aladdin‑driven runtime that ensure component openness, transparent upgrades, security, and future multi‑language and hot‑loading enhancements.

Component SecurityExtension PointsMaven Framework
0 likes · 11 min read
E-commerce Cloud Application Framework: Extension Architecture and Implementation