liandk
Author

liandk

Seasoned Java and mobile developer with years of experience, specializing in mini‑programs, public accounts, and full‑stack front‑end development. In the AI era, I continuously learn to broaden my knowledge and evolve. I revived a public account I started a decade ago during a dessert‑startup venture, using code as a vessel and knowledge as a companion. I share personal projects, technical articles, programming tips, and growth insights—let’s improve together and set sail.

64
Articles
0
Likes
7
Views
0
Comments
Recent Articles

Latest from liandk

64 recent articles
liandk
liandk
May 8, 2026 · Mobile Development

UniApp Map Plugin Compatibility: 3 Common Mistakes to Avoid

This guide examines three frequent issues when using Gaode or Baidu map plugins in UniApp—Android blank maps, large location offsets, and plugin conflicts causing crashes—and provides concrete configuration steps, permission settings, high-accuracy location code, and version-compatibility recommendations to resolve them.

AndroidBaiduGaode
0 likes · 4 min read
UniApp Map Plugin Compatibility: 3 Common Mistakes to Avoid
liandk
liandk
May 8, 2026 · Mobile Development

Avoid Common uni.storage Pitfalls: Are You Making These Mistakes?

uni.storage, the data‑persistence solution for UniApp, can cause data loss, memory leaks, security risks, and performance problems if misused; this guide outlines four typical pitfalls—large objects, missing expiration, frequent reads/writes, and unhandled async errors—and provides concrete best‑practice fixes.

Memory Leakcachingdata persistence
0 likes · 4 min read
Avoid Common uni.storage Pitfalls: Are You Making These Mistakes?
liandk
liandk
May 8, 2026 · Mobile Development

Avoid Common iOS vs Android Styling Pitfalls in UniApp

When developing UniApp apps, iOS and Android often render styles differently; this article outlines three typical visual mismatches—padding, font size, and notch handling—and provides concrete platform‑specific code fixes and best‑practice recommendations.

AndroidUniAppcross-platform styling
0 likes · 3 min read
Avoid Common iOS vs Android Styling Pitfalls in UniApp