Building Apps with Content Sharing Simple Data --> Intent && ActionProvider 介绍如何让应用程序共享简单的数据,如:文本/URI/图片等 1. Sending Simple Data to Other Apps 2. Receiving Simple Data from Other Apps 3. Adding an Easy Share Action Sharing Files 介绍Android中的分享文件…
BKZoomView https://github.com/freshking/BKZoomView A UIView that will zoom into its parent view. It can be implemented with only three lines of code and is very easy to use. It is optionally drag-able with a customizable zoom scale. 一个UIView,用来放大它的父类…
Use Touch to Perform Scaling As discussed in Detecting Common Gestures, GestureDetector helps you detect common gestures used by Android such as scrolling, flinging, and long press. For scaling, Android provides ScaleGestureDetector.GestureDetector a…
1.Use Touch to Perform Scaling As discussed in Detecting Common Gestures, GestureDetector helps you detect common gestures used by Android such as scrolling, flinging, and long press. For scaling, Android provides ScaleGestureDetector . GestureDete…