Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaquimley/transport-eta

Twitch streamed 🎥playground repo, README speaks to you.
https://github.com/joaquimley/transport-eta

aac android architecture article blogpost ci clean example-project joaquimley kotlin kotlin-android medium mvvm stream tdd transport-eta twitch twitchstream ui-tests unit-testing

Last synced: about 1 month ago
JSON representation

Twitch streamed 🎥playground repo, README speaks to you.

Awesome Lists containing this project

README

        

Icon

# Transport ETA

![compileSdkVersion 28](https://img.shields.io/badge/compileSdkVersion-28-green.svg?style=true)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/89cabee449d648929f147e30815366b9)](https://www.codacy.com/app/joaquimley_3319/transport-eta?utm_source=github.com&utm_medium=referral&utm_content=JoaquimLey/transport-eta&utm_campaign=Badge_Grade)
[![Build Status](https://app.bitrise.io/app/f75916759d698e6e/status.svg?token=nCaNQBZcMNPMckWWwn8Gxg&branch=develop)](https://app.bitrise.io/app/f75916759d698e6e)

An utility app using an SMS based service (or the web) to request a more precise ETA of a publc-transport (Bus, Metro etc.) to a specific station, currently implementing for Lisbon 🇵🇹, but the idea is to scale up to any other cities around the world that provide the same kind of service(s).

## Some of the cool stuff I'll be integrating in this project:
- Multi module Clean architecture
- Rx
- Kotlin
- Android Architecture Components
- Firebase Suite
- Tests 🙌

-----------------------------
#### Built from the ground-up on my twitch channel: [twitch.tv/joaquimley](http:twitch.tv/joaquimley)
--------------------

## Why 🤔
Since I'm always working on some side-projects, I decided to document the progress live on a coding stream, this way I'll force myself into completing, while giving something back to a community that already thought me so much.

## Stream PR log
##### Come and say Hi 👋 and be part of the develpoment live at [twitch.tv/joaquimley](http:twitch.tv/joaquimley)

- Ep.1: https://github.com/JoaquimLey/transport-eta/tree/4642c5fd6af9de3b258b179d0a7a8c69195fa293

- Ep.2: https://github.com/JoaquimLey/transport-eta/tree/682d72b28288761e47191c456b5e8a5d01c32c6c

- Ep.3: https://github.com/JoaquimLey/transport-eta/pull/14

- Ep.4: https://github.com/JoaquimLey/transport-eta/pull/27

- Ep.5: https://github.com/JoaquimLey/transport-eta/pull/32

- Ep.6: https://github.com/JoaquimLey/transport-eta/pull/36

- Ep.7: https://github.com/JoaquimLey/transport-eta/pull/41

- Ep.8: https://github.com/JoaquimLey/transport-eta/pull/42

- Ep.9: https://github.com/JoaquimLey/transport-eta/pull/45

- Ep.10: https://github.com/JoaquimLey/transport-eta/pull/47

- Ep.11: https://github.com/JoaquimLey/transport-eta/pull/48

- Ep.12: https://github.com/JoaquimLey/transport-eta/pull/49

- Ep.13: https://github.com/JoaquimLey/transport-eta/pull/64

- Ep.14: https://github.com/JoaquimLey/transport-eta/pull/65

- Ep.15: https://github.com/JoaquimLey/transport-eta/pull/70

- Ep.16: https://github.com/JoaquimLey/transport-eta/pull/74

- Ep.17: https://github.com/JoaquimLey/transport-eta/pull/81

- Ep.18: https://github.com/JoaquimLey/transport-eta/pull/83

- Ep.19: https://github.com/JoaquimLey/transport-eta/pull/84

## About the author
Hi, my name is **Joaquim Ley**, I'm a Software Engineer (Android).

The easiest way to contact me is through:

- [twitter.com/joaquimley](https://twitter.com/joaquimley)

You can also follow me on:

- [medium.com/@joaquimley](https://medium.com/@joaquimley)

- [github.com/joaquimley](https://github.com/joaquimley)

- [instagram.com/joaquimley](https://instagram.com/joaquimley)

Personal website:

- [www.joaquimley.com](http://www.joaquimley.com/)

## Coming from the medium blog?
- Read the [article here](https://medium.com/@JoaquimLey/android-architecture-components-now-with-100-more-mvvm-11629a630125)
- See the code on [this commit](https://github.com/JoaquimLey/transport-eta/tree/26ce1a7f4b2dff12c6efa2292531035e70bfc4ae)

- Jetpack [Medium article](https://medium.com/@JoaquimLey/jetpack-series-1-androidx-a-headache-for-a-better-package-structure-62c3608596fd)

#### Important references

It would take substantially more time to setup this project without this reference projects, so a special thanks to:

- https://github.com/bufferapp/clean-architecture-components-boilerplate

- https://github.com/googlesamples/android-architecture

#### Contributing

Contributions are always welcome! Follow the "fork-and-pull" Git workflow.

**Issues:**
Open a new issue. Follow the [ISSUE_TEMPLATE.MD](../master/ISSUE_TEMPLATE.MD)


### License

Copyright © 2018 Joaquim Ley

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.