Code Monkey home page Code Monkey logo

ipoli-android's Introduction

iPoli

iPoli: AI-powered task scheduling for your life!

iPoli is a combination of Calendar, ToDo list and Habit tracking app, all in one place! It's goal is to find time for the things that matter most in your life, make you stick to good habits and free you from the burden of scheduling tasks by yourself.

How does it look like?

Want to watch it in action?

iPoli in action

Can I just install it?

Yep, you are in luck!

Get it on Google Play

Have a question or just want to get in touch?

Join the community on Slack or write us at [email protected]

How to run it locally?

  1. Clone this repo
  2. Import in Android Studio
  3. Create APIConstants.java file and fill it with
public interface APIConstants {
  String API_ENDPOINT = "http://example.com/";
  String API_KEY = "test";
}
  1. Create AnalyticsConstants.java file and fill it with
public interface AnalyticsConstants {
  String FLURRY_KEY = "123456";
}
  1. Run on your favorite device/emulator

Main features so far

  • Calendar + ToDo list for your daily schedule
  • Overview/Agenda of the tasks for today and the next 7 days
  • Smart Add - adding tasks using natural language
  • Recurrent tasks/habits
  • Background sync between device(s) and server

Upcoming

  • Automatic task scheduling - find the best slot (time) to start/do a task
  • Flexible habit scheduling - Workout 3 times per week every Mon, Tue, Fri and Sat
  • Sync with Google Calendar/Outlook (something else?)

Libraries used

  • Otto
  • Realm
  • PrettyTime
  • Butterknife
  • Dagger2
  • JodaTime
  • Retrolambda
  • Retrofit2
  • RxJava
  • RxAndroid
  • probably some more

Want to help?

Hack on iPoli and send a pull request

License

This Android app is MIT licensed (do whatever you want with it)

ipoli-android's People

Contributors

curiousily avatar polyvjk avatar

Watchers

James Cloos avatar wenly avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.