You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,58 +4,58 @@ iKotlin is a simple Kotlin language learning app. ( But it's written in Java :D
4
4
5
5
## Description
6
6
7
-
This repo contains clean, well-commented code for many Android utilit. You can fork or clone this repo to easly learn/implement similar or the same following :
7
+
This repo contains clean, well-commented code for many Android utilities. You can fork or clone this repo to easily learn/implement similar or the same following :
8
8
9
9
*### User registration with firebase + Facebook and Linkedin APIs
10
10
- Firebase user authentication.
11
11
- User registration to MySQL database using a restful API and Volley library.
12
12
- Social Login (Facebook and Linkedin APIs) and managing retreived data on app.
*### Performing network calls using Volley HTTP library
30
-
- I [built my own backend services using php symfony for this app](https://github.com/AmalH/restful-api-with-symfony). So this repo contains clean and well-commented code on <strong> using Volley HTTP library to consume a restful api</strong>.
30
+
- I [built my own backend services using php symfony for this app](https://github.com/AmalH/restful-api-with-symfony). So this repo contains a well-commented section on <strong> using Volley HTTP library to consume a restful api</strong>.
*### Using (kotlin server for code compilation ) more on network calls ...
46
+
*### What about a Kotlin compiler ?
47
47
- Back to the network calls, if you need to compile Kotlin code on your app, this repo will help you ! It is as simple as performing a POST call on kotlinlang.org's services as shown in [CompetitionServices.java](https://github.com/AmalH/Kotlin-Learning/blob/master/app/src/main/java/amalhichri/androidprojects/com/kotlinlearning/services/CompetitionsServices.java)'s compileCode() .
0 commit comments