github 移动文件
In this article, we will explore 33 useful GitHub repositories for iOS, Android, and Flutter developers.
在本文中,我们将为iOS,Android和Flutter开发人员探索33个有用的GitHub存储库。
的iOS (iOS)
1.很棒的iOS (1. Awesome iOS)
Contains a huge list of libraries and frameworks for particular topics, ranging from accessibility to security:
包含大量用于特定主题的库和框架,从可访问性到安全性:
2.开源iOS应用 (2. Open-source iOS apps)
Lists a ton of open-source iOS apps. You can choose a relevant topic and see apps built around a specific feature:
列出了大量的开源iOS应用。 您可以选择一个相关主题,并查看围绕特定功能构建的应用程序:
3. Kickstarter的iOS应用 (3. Kickstarter’s iOS app)
A great resource for those who want to see a production iOS app’s code and structure:
对于那些想要查看生产iOS应用程序的代码和结构的人来说,是一个很好的资源:
4. iOS学习资料 (4. iOS learning materials)
Has a large list of topics with corresponding learning materials for each one:
包含大量主题,每个主题都有相应的学习材料:
5. iOS开发者路线图 (5. iOS developer roadmap)
Contains a brain mapping of skills needed to start and get better as an iOS developer:
包含了作为iOS开发人员开始并变得更好所需的技能的大脑映射:
6.很棒的SwiftUI (6. Awesome SwiftUI)
A great list of learning materials about SwiftUI:
关于SwiftUI的大量学习材料清单:
7.备战文件 (7. Jazzy for documentation)
This command-line tool by Realm generates code documentation. Has a great instruction on how to get started and supports both Swift and Objective-C:
Realm的此命令行工具生成代码文档。 对如何入门有很好的指导,并支持Swift和Objective-C:
8. Objective-C风格指南 (8. Objective-C style guide)
Lists Objective-C coding conventions of iOS teams at the New York Times:
列出《纽约时报》 iOS团队的Objective-C编码约定:
9. Swift算法俱乐部 (9. Swift algorithm club)
Has a huge list of common data structures and algorithms, and source code examples for each one:
拥有大量的通用数据结构和算法,以及每个示例的源代码示例:
10. Swift库和资源 (10. Swift libraries and resources)
Another great repo containing useful libraries and learning materials:
另一个很棒的回购,其中包含有用的库和学习资料:
11. Swift中的设计模式 (11. Design patterns in Swift)
Showcases implementations for behavioral, creational, and structural design patterns:
展示行为,创造和结构设计模式的实现:
12. Swift风格指南 (12. Swift style guide)
Raywenderlich’s popular Swift style guide:
Raywenderlich流行的Swift样式指南:
13.快速发展 (13. Swift evolution)
Official repo by Apple containing the latest changes in the Swift programming language:
Apple的官方存储库,其中包含Swift编程语言的最新更改:
安卓系统 (Android)
14. Android指南 (14. Android Guides)
Has up-to-date learning materials on different topics, such as views and layout, structure, and navigation:
包含有关不同主题的最新学习资料,例如视图和布局,结构和导航:
15. Google I / O 2019 Android应用程序 (15. The Google I/O 2019 Android app)
A production-ready app that is built around Android architecture components and Firebase:
基于Android体系结构组件和Firebase构建的可投入生产的应用程序:
16.体系结构组件样本 (16. Architecture components samples)
Great resource for those who want to explore how Android architecture components are implemented in Android:
对于那些想探索如何在Android中实现Android体系结构组件的人来说,是一个很好的资源:
17. Android最佳做法 (17. Android best practices)
Android development suggestions and practices by Futurice:
Futurice的Android开发建议和做法:
18.素材动画 (18. Material animations)
Common Android animations explained and implemented in practice:
在实践中解释和实现了常见的Android动画:
19.很棒的Android UI (19. Awesome Android UI)
A curated list of awesome Android UI/UX libraries:
精选的Android UI / UX库的精选列表:
20. Android技巧和窍门 (20. Android tips and tricks)
Cheatsheet about tips and tricks for Android developers:
有关针对Android开发人员的提示和技巧的备忘单:
21. Java到Kotlin的备忘单 (21. Cheatsheet for Java to Kotlin)
Lists Java vs. Kotlin code comparisons. Great to explore the differences between the two languages:
列出Java与Kotlin代码的比较。 很高兴探索两种语言之间的差异:
22.建筑样本 (22. Architecture samples)
Explore the collection of code samples showing implementations of popular architectures:
探索显示流行架构实现的代码示例集合:
23. Kotlin的设计模式 (23. Design patterns in Kotlin)
Learn behavioral, creational, and structural design patterns in Kotlin:
了解Kotlin中的行为,创造和结构设计模式:
扑 (Flutter)
24.很棒的颤振 (24. Awesome Flutter)
Curated list of Flutter libraries, tools, tutorials, articles, and more:
Flutter库,工具,教程,文章等的精选列表:
25. Flutter示例应用 (25. Flutter example apps)
Explore a variety of Flutter apps showcasing a particular feature or UI element:
探索各种Flutter应用,这些应用展示了特定功能或UI元素:
26.颤振样本 (26. Flutter samples)
Official repo by the Flutter team containing best practices and demos:
Flutter团队的官方回购包含最佳实践和演示:
27. Flutter UI模板 (27. Flutter UI templates)
Great Flutter UI templates for inspiration:
伟大的Flutter UI模板可为您提供灵感:
28. Flutter体系结构示例 (28. Flutter architecture samples)
Learn how a particular architecture is implemented in Flutter based on a to-do list app:
了解如何基于待办事项列表应用程序在Flutter中实现特定架构:
29.颤振的例子 (29. Flutter examples)
Yet another great list of Flutter examples built around a specific UI element or library:
围绕特定UI元素或库构建的Flutter示例的又一大清单:
30. Flutter中的BLoC设计模式 (30. BLoC design pattern in Flutter)
Explore the BLoC design pattern implementation in Flutter:
探索Flutter中的BLoC设计模式实现:
31.颤振屏幕的集合 (31. Collection of Flutter screens)
A collection of attractive UIs built with Flutter, ready to be used in your applications:
使用Flutter构建的有吸引力的UI集合,可以在您的应用程序中使用:
32. Flutter中的状态管理提供者 (32. Provider for state management in Flutter)
Learn Google’s suggested state management tool:
了解Google建议的状态管理工具:
33. Flutter插件 (33. Flutter plugins)
Flutter’s first-party plugins, listed in its official repo:
Flutter的第一方插件,在其官方仓库中列出:
I hope you will find these repositories useful. Thanks for reading!
我希望您会发现这些存储库有用。 谢谢阅读!
github 移动文件
所有评论(0)