Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stepicorg/stepik-android
Android Application for Taking Open Courses on the Stepik Platform
https://github.com/stepicorg/stepik-android
android android-application appmetrics butterknife dagger2 java kotlin kotlin-android mobile-app mobile-first retrofit2 rxjava2 stepik
Last synced: 1 day ago
JSON representation
Android Application for Taking Open Courses on the Stepik Platform
- Host: GitHub
- URL: https://github.com/stepicorg/stepik-android
- Owner: StepicOrg
- License: apache-2.0
- Created: 2015-09-07T09:53:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T12:09:35.000Z (5 months ago)
- Last Synced: 2025-01-16T07:10:35.029Z (8 days ago)
- Topics: android, android-application, appmetrics, butterknife, dagger2, java, kotlin, kotlin-android, mobile-app, mobile-first, retrofit2, rxjava2, stepik
- Language: Kotlin
- Homepage: https://stepik.org/
- Size: 71.7 MB
- Stars: 190
- Watchers: 17
- Forks: 55
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: License.txt
Awesome Lists containing this project
README
# Stepik for Android
Learn anywhere you want with the Stepik! [Stepik](https://stepik.org) is a platform offering the best online courses in Computer Science and various tech-related subjects. Whether you want to learn data structures, Python programming, statistics, or any other tech skill, Stepik has you covered.
Features:
* **Access on the Go:** Watch video lectures and complete assignments wherever you are.
* **Offline Learning:** Download lectures to study even when you don’t have internet access.
* **Community:** Engage with fellow students in the comment section to get your questions answered.
* **Study Reminders:** Set reminders to help you study regularly and keep improving your personal record.
* **Certification:** Earn certificates upon course completion and share them on LinkedIn to boost your job prospects.## Installation
## Tech Stack
|Category|Library|
|:-:|:-:|
|Networking|[Retrofit 2](https://github.com/square/retrofit)|
|Serialization|[Gson](https://github.com/google/gson)|
|Local Storage|[Room](https://developer.android.com/jetpack/androidx/releases/room)|
|Asynchronous|[RxJava 2](https://github.com/ReactiveX/RxJava)|
|Architecture|[Clean](https://hackmd.io/@eadm/BJg82eA7N)|
|Dependency Injection|[Dagger 2](https://dagger.dev/)|
|Presentation|[The Elm Architecture](https://github.com/eadm/AndroidKit/tree/master/presentation/presentation-redux)|
|Crash Reporting / Performance Monitoring|[Firebase](https://firebase.google.com/)|
|Navigation|Manual|
|Image Loading|[Glide](https://github.com/bumptech/glide)|## Support
If you encounter any issues or have questions, please open an issue in the repository, or contact our support team at [email protected].
## License
Copyright 2024 Stepik.org.
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.