yahoo/AppDevKit là một trong những repo tập trung di động mà TopGit theo dõi, hiện có 1.4k sao, viết chủ yếu bằng Objective-C. AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs.
Yahoo’s Taiwan based iOS app development team has been using this development kit for the past three years, and we plan future apps to use AppDevKit as well. Our use of this code in many apps helped improve its stability and utility. We find these libraries help address some incompatibility issues found in different iOS versions, and overall make app development easier and our apps operate more consistently.
AppDevKit has five major parts that include command, user interfaces, animations, image view, and list view support libraries. AppDevKit could be installed by CocoaPods. Please feel welcome to use AppDevKit in your iOS projects as it is licensed under the permissive open source BSD license.
You can help contribute improvements to this project too. If you have suggestions, corrections, or enhancements, please send us a pull request. If you have questions for the team, you can contact [email protected] directly, or the core team at [email protected]. Thank you for checking this out.
Usage
Installation with CocoaPods
The easiest way to leverage AppDevKit is using CocoaPods. Please edit your Podfile like this:
source 'https://github.com/CocoaPods/Specs.git'
pod 'AppDevKit'
AppDevKit has 5 sub-pods. They're AppDevCommonKit, AppDevUIKit, AppDevAnimateKit, AppDevImageKit and AppDevListViewKit. If you don't want to install whole package, you could pick sub-library and use CocoaPods to install it. For example:
source 'https://github.com/CocoaPods/Specs.git'
# Only insatll image kit in AppDevKit
pod 'AppDevKit/AppDevImageKit'
Basic Usage
Using this develop kit is very simple. First at all, import it in your any code file or just put it in prefix file (.pch). Then you will enjoy this develop kit.
#import <AppDevKit.h>
Common Tools
ADKAppUtil > The foundational tools to support common tasks.
ADKStringHelper > The string formatter that will generate formatted strings form date, number and etc for you.
ADKCalculatorHelper > The calculation set including distance, size, width, height, etc.
ADKNibCacheManager > The manager to cache different instances in memory and keep it as a singleton.
UIView+ADKGetUIViewController > Supports get any view's UIViewController.
UIColor+ADKHexPresentation > Supports HEX color format and color shift.
ADKViewExclusiveTouch > Supports exclusive touch on each sub views.
UI Tools
UIView+ADKAutoLayoutSupport > Supports command autolayout features.
- UIScrollView+ADKPullToRefreshView > Supports pull to refresh feature on scrollable view. For example: UIScrollView, UITableView and UICollectionView.
- UIScrollView+ADKInfiniteScrollingView > Supports infinite scrolling feature on scrollable view. For example: UIScrollView, UITableView and UICollectionView.
ADKModalMaskView > Providing a way to create a modal view for presenting specific view.
ADKGradientView > Creating a simple linear gradient view with orientations for you.
ADKMultiGradientView > Creating a complicated linear gradient view with orientations for you.
ADKDashedLineView > Creates a dashed line around your view.
Animation Tools
- UIView+ADKAnimationMacro > Gives some simple animation behavior for specific UIView.
Image Tools
- UIImage+ADKColorReplacement > Supports color changing / replacement feature on UIImage.
- UIImage+ADKImageFilter > Supports image FX, resize, crop, etc. on UIImage.
UIImage+ADKDrawingTemplate > Supports loss less image from a PDF source.
ListView Tools
UICollectionView+ADKOperation > Supports force stop scrolling in collection view.
ADKNibSizeCalculator > Provides correct cell size for different devices effectively.
- ADKCellDynamicSizeCalculator > Calculates dynamic cell with and height for UICollectionViewCell and UITableViewCell.
- ADKCollectionViewDynamicSizeCell > Base UICollectionViewCell supports dynamic width and height features.
- ADKTableViewDynamicSizeCell > Base UITableViewCell supports dynamic width and height features.
Camera Tools
ADKCamera > Allows you to use advanced manual camera features and customize your camera view in few steps.
ADKOpenGLImageView > It provides an OpenGL ES soltion for rendering a core image on the screen by using GPU.
ADKMetalImageView > It provides an Metal framework soltion for rendering a core image on the screen by using GPU.
Instruction
Introduction of AppDevKit > http://www.slideshare.net/anistarsung/appdevkit-for-ios-development
Tutorial materials > https://github.com/anistarsung/AppDevKitLearning (It includes templates and tutorials that you can use them for training purpose)
Presenting YDevelopKit (AppDevKit) in YMDC 2016 > https://youtu.be/I9QDYDGcn8M
Sample Codes has been written in AppDevKit project. You can read code to know about "How to implement these features in your project". Just use git to clone AppDevKit to your local disk. It should run well with your XCode.
API Reference Documents > Please refer the gh-pages in AppDevKit project.
License
This software is free to use under the Yahoo! Inc. BSD license.
See the LICENSE for license text and copyright information.
yahoo/AppDevKit thuộc nhóm Mobile trên TopGit, cùng 5 topic GitHub. Trang Trending và Topics liệt kê các repo cùng số sao và cùng ngôn ngữ để so sánh.
Đọc thêm về yahoo/AppDevKit ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/yahoo/AppDevKit là nguồn chính thức.
Vì sao yahoo/AppDevKit được xếp vào nhóm Mobile?
TopGit xếp yahoo/AppDevKit vào nhóm Mobile dựa trên GitHub topics và mô tả của repo (gắn thẻ: "app-development", "cocoapods", "ios"). Việc phân loại dựa trên metadata thật của repo, không phải đoán theo cảm tính biên tập.
yahoo/AppDevKit có bao nhiêu sao?
yahoo/AppDevKit có 1.4k sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/yahoo/AppDevKit. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
yahoo/AppDevKit có những chủ đề gì?
GitHub topics của yahoo/AppDevKit: "app-development", "cocoapods", "ios", "mobile", "objective-c". TopGit xếp repo vào nhóm Mobile.
yahoo/AppDevKit còn đang phát triển không?
Commit gần nhất trên yahoo/AppDevKit là 1.7 năm trước (theo timestamp GitHub). Repo có 153 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
yahoo/AppDevKit viết bằng ngôn ngữ gì?
yahoo/AppDevKit chủ yếu viết bằng Objective-C. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Đọc đầy đủ README ở tab phía trên.
Chưa chắc AppDevKit có hợp với bạn?
Để ChatGPT, Claude hoặc Perplexity tìm hiểu giúp — bấm bên dưới và xem AI nói gì về AppDevKit.