About Priority Queue
A very simple and clean solution to keep your everyday to-dos prioritized. The application is very simple that just lets you organize your tasks for the day according to their priority.
Features:
- Prioritized tasks
- Add tags to task's description to be able to filter tasks by tags (use # to create a tag)
- Widget for today's task
In computer science/data structures, a priority queue is an abstract data type which is like a regular queue or stack data structure, but where additionally each element has a "priority" associated with it. In a priority queue, an element with high priority is served before an element with low priority. If two elements have the same priority, they are served according to their order in the queue.
Please contact me if you have any problems or requests.
Download and install
Priority Queue version 2.0 on your
Android device!
Downloaded 500+ times, content rating: Everyone
Android package:
ro.mihail.burduja.priorityqueue, download Priority Queue.apk
by U####:
Idea is good but implementation doesn't. UI elements look unpleasantly, i.e. fat plus on floating action button. Also, according to material design guidelines fab must not move when user swipes tabs. And so on. The overall visual experience is bad, try to improve it please