Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Androidstudio Plugins | 634 | 4 years ago | apache-2.0 | |||||||
收集Android studio 常用的插件 | ||||||||||
H Express | 89 | 5 years ago | 1 | Java | ||||||
仿 快递100 的一款”快递助手”APP,包含EventBus、OkHttp、butterknife、Glide图片加载、ZXing二维码扫描、白天/夜间模式切换、第三方QQ登录、分享、LitePal数据库使用、安卓如何爬取网页爬虫、BaseActivity、BaseAdapter、RecyclerView下拉刷新等等,用最简单的代码实现最漂亮的功能 | ||||||||||
Eventbus Plugin | 25 | 10 months ago | 4 | apache-2.0 | Kotlin | |||||
IntelliJ iDEA plugin to work with projects using greenrobot's EventBus library | ||||||||||
Dw2020 | 16 | 7 years ago | 1 | apache-2.0 | Java | |||||
Android example application using the latest frameworks. | ||||||||||
Keventbus | 6 | 3 years ago | Java | |||||||
eventbus的优化开源项目 | ||||||||||
H Express Master | 5 | 6 years ago | 1 | Java | ||||||
查询快递订单app | ||||||||||
Eventbus Navigator | 5 | 3 years ago | gpl-3.0 | Java | ||||||
🚌 A eventbus navigator plugin for IDEA and Android Studio. | ||||||||||
Simple Map Android | 4 | 7 years ago | unlicense | Java | ||||||
A simple android app using the Google Maps API along with Retrofit and EventBus | ||||||||||
Rtfsc Janggwa | 3 | 7 years ago | ||||||||
Let's Read The Fucking Source Code | ||||||||||
Studymvvm | 3 | 5 years ago | apache-2.0 | Kotlin | ||||||
Android MVVM架构模式实战 |
The Android application for a smart biking system.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
In order to get the project up and running, you need to have the latest version of Android studio installed.
To clone this repo, In Android Studio's main menu click :
VCS -> Checkout from version control -> Git
then enter the URL of this repo and your local direcory.
To commit, click :
VCS -> Enable version Control -> Git
There does't seem to be a way to add a remote through the GUI. So at the terminal in the root of the project type the following command :
git remote add <remote_name> <remote_url>.
Now when you do :
VCS -> Commit changes -> Commit & Push
you should see your remote and everything should work through the GUI.