Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ribot/android-guidelines
Architecture and code guidelines we use at ribot when developing for Android
https://github.com/ribot/android-guidelines
Last synced: about 1 month ago
JSON representation
Architecture and code guidelines we use at ribot when developing for Android
- Host: GitHub
- URL: https://github.com/ribot/android-guidelines
- Owner: ribot
- License: apache-2.0
- Created: 2014-06-18T15:49:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T04:18:09.000Z (over 3 years ago)
- Last Synced: 2024-10-26T18:29:40.077Z (about 2 months ago)
- Homepage: http://ribot.co.uk/
- Size: 306 KB
- Stars: 5,049
- Watchers: 301
- Forks: 1,393
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-styleguides - https://github.com/ribot/android-guidelines
- awesome-style-guide - android-guidelines
- awesome-list - ribot/android-guidelines - Architecture and code guidelines we use at ribot when developing for Android (Misc)
README
Thank you for your interest in ribot’s development work. Unfortunately there are no current plans to make any changes to this project in the near future, and it is not being maintained or updated. We hope you still find this a useful resource and you can check out the newest recommendations in [Android Jetpack](https://developer.android.com/jetpack/) for more ideas!
# Android Guidelines
List of guidelines that we use at [ribot](http://ribot.co.uk) when developing for the __Android__ platform.
* [Project and code style guidelines](project_and_code_guidelines.md)
* [Architecture Guidelines](architecture_guidelines/android_architecture.md)### License
```
Copyright 2015 Ribot Ltd.Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```