This repository is not active
Jarzka/VotingApp
A simple Android application that has been created to learn the essentials of Android SDK. The app connects to the voting server, retrieves imaginary voting results and shows them in the graphical user interface. The app supports long polling using non-standard HTTP requests, which means that the app can show changes in the server-side voting information in real-time. QR code reading has also been implemented by using a 3rd party library. Note: The app may not work anymore since the voting server has been closed.
Java