erxes/erxes-android-sdk


erxes Android SDK, for integrating erxes into your android application https://erxes.io

Download


Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

Add it in your settings.gradle.kts at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url = uri("https://jitpack.io") }
		}
	}

Add to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    

Step 2. Add the dependency

	dependencies {
		implementation 'com.github.erxes:erxes-android-sdk:0.20.10'
	}
	dependencies {
		implementation("com.github.erxes:erxes-android-sdk:0.20.10")
	}
	<dependency>
	    <groupId>com.github.erxes</groupId>
	    <artifactId>erxes-android-sdk</artifactId>
	    <version>0.20.10</version>
	</dependency>

                            
    libraryDependencies += "com.github.erxes" % "erxes-android-sdk" % "0.20.10"
        
        

                            
    :dependencies [[com.github.erxes/erxes-android-sdk "0.20.10"]]
        
        

Readme


erxes - Android SDK

erxes is a secure, self-hosted, and scalable open-source experience operating system (XOS) that enables SaaS providers and digital marketing agencies/developers to create unique experiences that work for all types of business. You can learn more about <a href="https://docs.erxes.io/docs/introduction/architecture">erxes architecture in our documentation</a>.

<a href="https://demo.erxes.io/">Live demo</a> <b>| </b> <a href="https://community.erxes.io/register/Gw4WRJnk9fSbyAXTq">Join our community</a>

Status <br>

codebeat badge CI Status CocoaPods

<p align="center"> <img src="https://erxes-os.s3-us-west-2.amazonaws.com/github/mobile/11.png" width="260"> <img src="https://erxes-os.s3-us-west-2.amazonaws.com/github/mobile/22.png" width="260"> <img src="https://erxes-os.s3-us-west-2.amazonaws.com/github/mobile/33.png" width="260"> </p>

What does erxes mean? How do you pronounce it?

erxes (pronounced 'erk-sis') means "heavenly bodies" in Mongolian. It is branded as “erxes” with all lowercase letters.

erxes XOS & Plugins

erxes is composed of 2 main components: XOS & Plugins

XOS: It contains the project's core. You can find the admin panel and the code that runs different plugins. The operating system comes with utility features that allow users to customize, improve speed, and enhance the experience along with plugins/features.

Plugins: erxes comes with a set of plugins that allow you to create unique customer experiences. Below is a list of some plugins you can choose from our <a href="https://erxes.io/marketplace" >marketplace</a> after you’ve finished installing erxes XOS:

  • Team Inbox - Combine real-time client and team communication with in-app messaging, live chat, email, and form, so your customers can reach you, however, and whenever they want.<img src="https://s3.amazonaws.com/erxes/github/features-transparent.png" width="400" align="right" style="max-width: 50%">
  • Messenger - Enable businesses to capture every single customer feedback and educate customers through knowledge-base right from the erxes Messenger.
  • Sales Management - Easy and clear sales funnels allow you to control your sales pipeline from one responsive field by precisely analyzing your progress and determining your next best move for success.
  • Lead generation - Turn regular visitors into qualified leads by capturing them with a customizable landing page, forms, pop-up, or embed placements.
  • Engage - Start converting your prospects into potential customers through email, SMS, messenger, or more interactions to drive them to a successful close.
  • Contact Management - Access our all-in-one CRM system in one go, so it’s easier to coordinate and manage your customer interactions.
  • Knowledgebase - Educate your customers and staff by creating a help center related to your brands, products, and services to reach a higher level of satisfaction.
  • Task Management - Create a more collaborative, self-reliant and cross-linked team. <a href="https://erxes.io/marketplace" >See more on our website</a>.

Getting Started

Read <a href="https://docs.erxes.io/docs/intro" >the documentation<a> to install erxes locally.

🖐 Requirements

Complete installation requirements can be found in the documentation under <a href="https://docs.erxes.io/docs/intro" >installation requirements</a>.

Supported operating systems:

  • Ubuntu v20.04 or higher
  • macOS Mojave or higher

Node:

  • NodeJS v12.0 or higher
  • NPM >= 6.x

Database:

  • MongoDB 3.6+
  • Redis 3.x+
  • RabbitMQ 3.8.x+
  • Elasticsearch

Software package managing systems:

  • Homebrew (optional)
  • Yarn
  • Xcode (optional)

We recommend always using the latest version of erxes to start your new projects. Enjoy 🎉

Become a partner

Offer your expertise to the world and introduce your community to erxes. Let’s start growing <a href="https://erxes.io/partners">together</a>.

Contributing

Please read our <a href="https://github.com/erxes/erxes/blob/master/CONTRIBUTING.md" >contributing guide<a> before submitting a Pull Request to the project.

Community support

For general help using erxes, please refer to the erxes documentation. For additional help, you can use one of these channels to ask a question:

  • <a href="https://discord.com/invite/aaGzy3gQK5" > Discord</a> For live discussion with the community
  • <a href="https://github.com/erxes/erxes" > GitHub</a> Bug reports, contributions
  • <a href="https://github.com/erxes/erxes/issues" > Feedback section</a> Roadmap, feature requests & bugs
  • <a href="https://twitter.com/erxesHQ" > Twitter</a> Get the news fast

Upgrade Guides

Follow our <a href="https://docs.erxes.io/docs/update/">upgrade guides</a> on the documentation to keep your erxes code up-to-date. See our dedicated repository for the erxes documentation, or view our <a href="https://docs.erxes.io/docs/intro">documentation here</a>.

License

See the <a href="https://github.com/erxes/erxes/blob/master/LICENSE.md" >LICENSE</a> file for licensing information.