Giter Site home page Giter Site logo

easyvote's Introduction

EasyVote

Colaborative Android app to take decisions using a voting system. This app use a mobile Backend as a service (mBaaS) https://backendless.com/. It was coded to be able to add support for another MBaaS like https://parse.com/


Get it on Google Play

Setting Up Project.

You need to create AppCredentials class into com.llanox.mobile.easyvote.util package that Constants class will contain backendless connection settings for this application.

package com.llanox.mobile.easyvote.util;

public class AppCredentials {

    //In order to setting up a backendless backend for this application go to http://backendless.com/.Please, create an application
    // and generate keys to use here.

    public static final String APPLICATION_KEY = "xxxxxx-xxxx-xxxx-xxxx-xxxxxxx";
    public static final String SECRET_KEY = "xxxxx-xxxxx-xxxx-xxxx-xxxxxx";
    public static final String APP_VERSION = "vX";

}

TODO tasks

  • Migrate app from Eclipse to Android Studio project structure.
  • Fix issue with Google + Sign up .
  • Add form field validation library.
  • Remove jar libraries from /lib folder and use gradle.
  • Show statistical charts about answered questions.
  • Create a poll of questions code to share with other users.
  • Change app icon.
  • Create application Theme according with the new icon colors.
  • Add internalization to the app. Translate app messages into Spanish(ES-CO) and Portugues(PT-BR) languages.
  • Use Travis CI to test, build and deploy that app.
  • Notify changes in the poll of questions with Push Notifications.
  • Create Wiki to document how to use the app.
  • Add some unit tests.

easyvote's People

Contributors

llanox avatar

Stargazers

 avatar

Watchers

 avatar

easyvote's Issues

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.