|
1 | 1 | # KotlinLearning |
2 | 2 |
|
3 | | -KotlinLearning is a simple Kotlin language learning app. |
| 3 | +KotlinLearning is a simple Kotlin language learning app. ( Yet, it written in Java :D ) |
4 | 4 |
|
5 | | -## Getting Started |
| 5 | +## Description |
| 6 | + |
| 7 | +You can fork or clone this repo to implement similar or the following : |
| 8 | + |
| 9 | +* ### User registration with firebase + Facebook and Linkedin APIs |
| 10 | +<p align="center"> |
| 11 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/userRegistration1.gif"/> |
| 12 | + <img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/userRegistration2.png"/> |
| 13 | +</p> |
| 14 | + |
| 15 | +* ### Various ui components / libraries usage |
| 16 | + Expandit: [AmalH/expandit](https://github.com/AmalH/expandit) / Paralloid: [AmalH/Paralloid](https://github.com/AmalH/Paralloid) / Calligraphy: [chrisjenx/Calligraphy](https://github.com/InflationX/Calligraphy) / EditTag: [qiugang/EditTag](https://github.com/qiugang/EditTag) / more.. |
| 17 | +<p align="center"> |
| 18 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/ui1.png"/> |
| 19 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/ui2.png"/> |
| 20 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/ui3.png"/> |
| 21 | +</p> |
| 22 | + |
| 23 | +* ### Managing fragments and working with listviews |
| 24 | + Expandit: [AmalH/expandit](https://github.com/AmalH/expandit) / Paralloid: [AmalH/Paralloid](https://github.com/AmalH/Paralloid) / Calligraphy: [chrisjenx/Calligraphy](https://github.com/InflationX/Calligraphy) / EditTag: [qiugang/EditTag](https://github.com/qiugang/EditTag) / more.. |
| 25 | +<p align="center"> |
| 26 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/listViewsFragmentsAdapters1.png"/> |
| 27 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/listViewsFragmentsAdapters2.png"/> |
| 28 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/listViewsFragmentsAdapters3.png"/> |
| 29 | +</p> |
| 30 | + |
| 31 | +* ### Performing network calls using Volley (...) |
| 32 | + Expandit: [AmalH/expandit](https://github.com/AmalH/expandit) / Paralloid: [AmalH/Paralloid](https://github.com/AmalH/Paralloid) / Calligraphy: [chrisjenx/Calligraphy](https://github.com/InflationX/Calligraphy) / EditTag: [qiugang/EditTag](https://github.com/qiugang/EditTag) / more.. |
| 33 | +<p align="center"> |
| 34 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/restapisNetwokcalls1.png"/> |
| 35 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/restapisNetwokcalls2.png"/> |
| 36 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/restapisNetwokcalls3.png"/> |
| 37 | +</p> |
| 38 | + |
| 39 | +* ### Using (kotlin server for code compilation ) more on network calls ... |
| 40 | + Expandit: [AmalH/expandit](https://github.com/AmalH/expandit) / Paralloid: [AmalH/Paralloid](https://github.com/AmalH/Paralloid) / Calligraphy: [chrisjenx/Calligraphy](https://github.com/InflationX/Calligraphy) / EditTag: [qiugang/EditTag](https://github.com/qiugang/EditTag) / more.. |
| 41 | +<p align="center"> |
| 42 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/ui1.png"/> |
| 43 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/ui2.png"/> |
| 44 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/ui3.png"/> |
| 45 | +</p> |
| 46 | + |
| 47 | +* ### Using (kotlin server for code compilation ) more on network calls ... |
| 48 | + Expandit: [AmalH/expandit](https://github.com/AmalH/expandit) / Paralloid: [AmalH/Paralloid](https://github.com/AmalH/Paralloid) / Calligraphy: [chrisjenx/Calligraphy](https://github.com/InflationX/Calligraphy) / EditTag: [qiugang/EditTag](https://github.com/qiugang/EditTag) / more.. |
| 49 | +<p align="center"> |
| 50 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/kotlinlangServer1.png"/> |
| 51 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/kotlinlangServer2.png"/> |
| 52 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/kotlinlangServer3.png"/> |
| 53 | +</p> |
| 54 | + |
| 55 | +* ### more cool ui components / libraries used ... webviews.. |
| 56 | + Expandit: [AmalH/expandit](https://github.com/AmalH/expandit) / Paralloid: [AmalH/Paralloid](https://github.com/AmalH/Paralloid) / Calligraphy: [chrisjenx/Calligraphy](https://github.com/InflationX/Calligraphy) / EditTag: [qiugang/EditTag](https://github.com/qiugang/EditTag) / more.. |
| 57 | +<p align="center"> |
| 58 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/ui4.png"/> |
| 59 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/ui5.png"/> |
| 60 | +</p> |
| 61 | +<p align="center"> |
| 62 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/ui6.png"/> |
| 63 | +<img src="https://raw.githubusercontent.com/AmalH/Kotlin-Learning/master/screenshots/ui7.png"/> |
| 64 | +</p> |
0 commit comments