Tutorial to make a SimSimi Chatbot Android Application
Demo of the App that will get created by following below tutorial Step 1 :- Sign Up in the developer.simsimi.com and follow the steps till you get the API Key for the Trial period of 7 Days. Step 2 :- Now Create a new project in Android Studio. Step 3 :- Now add the following dependency in Project-level Build.Gradle file maven{ url 'https://jitpack.io' } Step 4 :- Now add the following dependency in Module-level Build.Gradle file compile 'com.github.lguipeng:BubbleView:1.0.1' compile 'com.google.code.gson:gson:2.8.0' Step 5 :- Now download the official SimSimi icon from google and paste it in drawable folder. Step 6 :- Now copy your SimSimi API Key as follows into res/values/strings.xml, < string name= "simsimi_api" >YOUR_API_KEY_HERE</ string > Step 7 :- Set the theme in styles.xml to NoActionBar:- < style name= "AppTheme" parent= "Theme.AppCompat.Light.NoAction...
Comments
Post a Comment