This is a sample code for integrating Neura with a native Android application.
Go to the Android tutorial for more details.
- Basic android knowledge.
- Android studio installed.
- Go over the Android tutorial.
- Neura sdk has fully methods and classes reference, check it out
After that, you can start playing with this sample.
If you wish to take this sample application, and integrate your own application, here are some basic steps that will help you during integration :
- Subscribe to our developer website Add an application.
- Apply your own definitions to the sample application
- Replace all occurrences of
com.neura.sampleapplication
with your own 'Application Package Name' :
a. Application'sbuild.gradle
file.
b.AndroidManifest.xml
file.
c. All classes that havepackage com.neura.sampleapplication
. - Update the App ID and Secret you received after you created a new app. You can also do it by using the tutorial
- You can read classes and api methods at Neura Sdk Reference.
- Contact us at https://support.theneura.com