linphone-tutorials/android/kotlin/0-HelloWorld
Sylvain Berfini f004b5c107 Added READMEs
2021-09-08 16:04:17 +02:00
..
.idea Renamed Android tutorials 2021-09-08 10:26:42 +02:00
app Renamed Android tutorials 2021-09-08 10:26:42 +02:00
gradle/wrapper Renamed Android tutorials 2021-09-08 10:26:42 +02:00
.gitignore Renamed Android tutorials 2021-09-08 10:26:42 +02:00
build.gradle Renamed Android tutorials 2021-09-08 10:26:42 +02:00
gradle.properties Renamed Android tutorials 2021-09-08 10:26:42 +02:00
gradlew Renamed Android tutorials 2021-09-08 10:26:42 +02:00
gradlew.bat Renamed Android tutorials 2021-09-08 10:26:42 +02:00
README.md Added READMEs 2021-09-08 16:04:17 +02:00
settings.gradle Renamed Android tutorials 2021-09-08 10:26:42 +02:00

Hello World tutorial

The purpose of this tutorial is to explain how to add our SDK as a dependency of an Android project and how to create the Core object that all our APIs depends on.

Start by taking a look at the app/build.gradle file to see how our Maven repository is being set up and how to add the gradle dependency on our SDK.

The user interface will only display the Core's version, but in the next tutorial you will learn how to use it to login your SIP account.