https://github.com/surfstudio/surfandroidstandard
Фреймворк для разработки android приложений студии Surf
https://github.com/surfstudio/surfandroidstandard
Last synced: about 1 year ago
JSON representation
Фреймворк для разработки android приложений студии Surf
- Host: GitHub
- URL: https://github.com/surfstudio/surfandroidstandard
- Owner: surfstudio
- License: apache-2.0
- Created: 2018-06-28T15:10:00.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T13:06:37.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T10:11:54.136Z (over 1 year ago)
- Language: Kotlin
- Homepage: https://surf.ru/
- Size: 31.2 MB
- Stars: 244
- Watchers: 29
- Forks: 32
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: security/README.md
Awesome Lists containing this project
README
# (Deprecated) Surf Android Standard
[![Android Arsenal][android_arsenal_icon]][android_arsenal_link]
[![Build Status][build_status_icon]][build_status_link]
[![License][license_icon]][license_link]
## Развитие приостановлено. Наши новые наработки [тут](https://github.com/surfstudio/surf-compose)
### Текущая версия артефактов стабильна. Выпуск новых релизов не планируется
Фреймворк для разработки android приложений [студии Surf](https://www.surf.ru/).
Содержит модули и стандарты разработки, с помощью которых можно построить качественное приложение
в короткие сроки.
**[Стандарты разработки приложений в Surf][docs]**
**[Список компонентов][components]**
[Telegram чат](https://t.me/surf_android)
## **Использование**
build.gradle(root)
```groovy
allprojects {
repositories {
maven { url 'https://artifactory.surfstudio.ru/artifactory/libs-release-local' }
}
}
```
build.gradle(app)
```groovy
dependencies {
implementation "ru.surfstudio.android:%ARTIFACT-ID-HERE%:%VERSION-HERE"
}
```
Актуальные версии можно посмотреть:
- в [maven central](https://search.maven.org/search?q=surfstudio) для стабильных артефактов
- в [артифактори](https://artifactory.surfstudio.ru/artifactory/libs-release-local/ru/surfstudio/android/) для нестабильных артефактов
Список всех компонентов [здесь][components].
## License
```
Copyright (c) 2018-present, SurfStudio LLC.
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 at
http://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.
```
[docs]: docs/main.md
[components]: docs/components.md
[build_status_link]: https://jenkins.surfstudio.ru/view/Projects/view/Android_Standard/job/Android_Standard_Dev_Deploy/lastBuild/
[build_status_icon]: https://jenkins.surfstudio.ru/buildStatus/icon?job=Android_Standard_Dev_Deploy/
[license_link]: http://www.apache.org/licenses/LICENSE-2.0
[license_icon]: https://img.shields.io/badge/license-Apache%202-blue
[android_arsenal_link]: https://android-arsenal.com/details/1/7290
[comment]: # (В следующих версиях нужно заменить на ссылку на иконку реального статуса)
[android_arsenal_icon]: https://img.shields.io/badge/Android%20Arsenal-SurfAndroidStandard-green.svg?style=flat
[build_version_link]: https://bintray.com/surf/maven
[comment]: # (В следующих версиях нужно заменить на ссылку на иконку реального статуса)