-
Notifications
You must be signed in to change notification settings - Fork 380
Tech Stack
For this Android application, we decided to use Kotlin as the main language.
Summary
- Language: Kotlin
- Architecture: Model View ViewModel (MVVM)
- Libraries: Retrofit, RxJava, ViewModel, LiveData, DataBinding
Since this was a new project we decided to experiment a new tech stack for Android. Since Kotlin was declared as a first class programming language for Android, it started becoming much more popular. You can check a comparison from Kotlin to Java programming language.
If you're new with kotlin there are many resources from where you can learn more:
- Try Kotlin
- Kotlin Koans - This tutorial walks you through a series of exercises to get familiar with Kotlin
- Kotlin for Android Developers course on Udacity
- ... There is a lot of information regarding Kotlin spread across blog posts, video tutorials, open sourced projects... You can always use Google about this and find awesome resources!
We considered using flutter as a solution for the mobile application but since the first student working on this project had experience with Android development and did not have any experience with the flutter framework, so the team ultimately decided to build the first version of the app for Android platform. Also, the team was short on time to build the mobile application for Google Summer of Code.
Nonetheless, the community had a brief discussion about this on Systers Open Source Slack. The outcome of this was that using flutter was a good way to develop and iOS and Android version of the application at the same time and that this could be done in the future, for example on next open source programs (e.g.: Google Summer of Code).
TODO TODO TODO
- Home
- About Systers
- Getting Started
- How to Contribute
Documentation
- Project Requirements
- Setup and Install
- Tech Stack
- User Interface Design
- Initial Docs
- Main Concepts (Overall Goals) App Features
- Future ideas
GSoC Students
- 2018 - Isabel Costa
- GSoC All Final Reports
Open Source Hack