Skip to content

Commit 2d44778

Browse files
authored
Update README.md
1 parent d4cba93 commit 2d44778

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Snowtam decoder
2+
3+
## Description
4+
5+
Decoding a SNOWTAM is something that most pilots do on a regular basis, especially when they frequently fly in extremely cold weather conditions.
6+
Therefore, it makes sense to provide these pilots with a tool that will help them decode the report quickly and accurately.
7+
8+
The solution is a simple and intuitive android application using airport codes in ICAO format entered by the user,
9+
it will search for SnowTam, decode them and display them via an interface. The application will take into account the search and display the location of the airport.
10+
11+
## Preview
12+
13+
![ezgif com-gif-maker](https://user-images.githubusercontent.com/8300091/101912327-e4e6f400-3bc1-11eb-806d-75fb086b861d.gif)
14+
15+
16+
## Libraries Used
17+
18+
- [Android Architecture Components (MVVM, LiveData)](https://developer.android.com/topic/libraries/architecture/)
19+
- [Retrofit2](https://firebase.google.com/)
20+
- [Room](https://developer.android.com/topic/libraries/architecture/room)
21+
- [Navigation UI](https://developer.android.com/guide/navigation/navigation-getting-started)
22+
- [ViewPager2](https://developer.android.com/jetpack/androidx/releases/viewpager2)
23+
- [Motion Layout](https://developer.android.com/training/constraint-layout/motionlayout)
24+
- [Google Maps](https://developers.google.com/maps/documentation/android-sdk/overview?hl=fr)
25+
26+
## License
27+
```
28+
Snowtam decoder android is distributed under the MIT License
29+
Copyright (c) 2020 Taoufik Tribki, Aymane Rizke
30+
```

0 commit comments

Comments
 (0)