Skip to content

ma-amin/ESPars

Repository files navigation

A Client for expert system Creator engine

This is the ESPars client version. If you want a web service follow the ESPars web application

A quick overview of the features of this app

  • Fully implemented with design patterns
  • Developed with java 8
  • Fully implemented with Android Fragments
  • The easiest possible run
  • Compatible down to android OS 4.4.2

Setup

Enter yourBaseURL here:

public class WebApplicationURLs {
    private static final String BaseAPI = "http://www.yourBaseURL.com/espars/api";
    //...
	}

Help me

Pull requests are more than welcome, help me and others improve this app.

The ESPars is in Persian expert system concept..

License

Copyright 2019 Mohammad Asgharpoor

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.