Skip to content

Paybill manger is a simple app that consumes Eugine Mutai's amazing Restful Mpesa API - ProjectMula

Notifications You must be signed in to change notification settings

Jaymo/paybill-manager

 
 

Repository files navigation

Paybill-Manager

PayBill Manager

Paybill manger is a simple app that consumes Eugine Mutai's amazing Restful Mpesa API - ProjectMula

Paybill-Manager

Requirements

  • JDK Version 1.7 & above
  • Android SDK.
  • Android SDK Tools
  • Android SDK Build tools 23.0.2
  • Android Support Repository
  • Android Support library

Project Setup

This project is built with Gradle, the Android Gradle plugin Clone this repository inside your working folder. Import the settings.gradle file in the root folder into e.g. Android Studio. (You can also have a look at the build.gradle files on how the projects depend on another.)

  • Start Android Studio
  • Select "Open Project" and select the generated root Project folder
  • You may be prompted with "Unlinked gradle project" -> Select "Import gradle project" and select the option to use the gradle wrapper
  • You may also be prompted to change to the appropriate SDK folder for your local machine
  • Once the project has compiled -> run the project!

NB: (Instant Run)

If you have Instant Run enabled, you'll need to disable it. SugarOrm does not play nice with Instant Run.

Contributing

Would you like to contribute code?

  1. Fork Paybill Manager.
  2. Create a new branch (using GitHub) or the command git checkout -b branch-name dev).
  3. Start a pull request. Reference existing issues when possible.

No code!

Libraries Used

  1. SugarOrm
  2. Retrofit
  3. ButterKnife
  4. Glide
  5. MaterialView Pager
  6. MoneyTextView

License

Copyright 2016 Thomas Kioko

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.

About

Paybill manger is a simple app that consumes Eugine Mutai's amazing Restful Mpesa API - ProjectMula

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%