KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
BaseUtils
★ 11
Open GitHub ↗
一个项目的基类,包含BaseActivity、BaseFragment等
Download README (.md)
Explore Similar Repositories
LearningFromTheBest
:
This project is to list the best books, courses, tutorial, methods on learning certain knowledge
framer-state-machine
:
React-style application state for Framer!
CromeCracker
:
Crome Tuning Cracking Tool (Dealer Edition)
VkGraph
:
Сервис для построения графа друзей и поиска цепочки между двумя людьми в ВК
codility100
:
Solutions for Codility lessons and challenges.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
BaseUtils
?
Download (.md)
# BaseUtils 一个项目的基类,包含BaseActivity、BaseFragment等 提高项目的效率和开发进度; 最近新添加一些对Retrofit 以及 Rxjava 的封装 此外对Rxjava一些操作符进行详细解释 以及 展示一些demo 供大家参考 (本人也是小白一枚哦) Step 1. Add the JitPack repository to your build file gradle maven sbt leiningen Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies { compile 'com.github.yangsongsong:BaseUtils:V1.0' }