Asigurati-va ca ati citit regulile inainte de a alege un proiect.
Make sure you reviewed the rules before picking a project.
C Category (maximum points 30):
1. ScienceCalc
Create a scientific calculator. It will have support for trigonometric functions and other functions. Also it will support composed expressions (use math library).
2. MegaConvertor
Create an app for measuring conversions and currency. It will have support for various physical measures(length, temperature, pressure, weight) and several currencies. The last rates and converted values will be stored persistent. The exchange rates should be automatically feeded.
3. APad
Create a notepad for android. The user should be able to open/edit/save text files and apply some simple formatting options for parts of the text (text font size and style, bold, underline, etc.)
4. CountDown
Create an app which will display a countdown from 5 to 0 with a dynamic time interval without showing the last two digits (0,1). The point of the game is to click that moment when it should be 0 without seeing the actual digit. The app should have a welcome screen, the game, and a menu with “New Game” , “HighScore” and social media share.
5. GuessTheLogo
Create a game app that will make the user guess the brand name of certain logos displayed as pictures. The app should have a collection of pictures with logos of brands, tagged with the brand name. The user will be displayed the picture and would have to write the name of the brand. The app should have a welcome screen, the game, and a menu with “New Game”, “HighScore” and social media Share.
6. Listonic App clone (web + mobile)
- Multiple shopping lists
- Elements in list should have a category
- Add/delete elements
7. Timer App
The user should be able to set a timer with hour,minute and seconds, after the time ran out, there should be a sound played. The elapsing time should be displayed as well as a graphical feedback (progress indicator). Start, cancel and pause features should be supported.
8. Stopwatch App
The user should be able to start a stopwatch and set lap times. Each lap time should be displayed in the list below the stopwatch. Start, lap, resume and reset functions should be supported.
9. TicTacToe
Create a TicTacToe game, with options to run against the computer (with different levels) or another human opponent.
10. HangMan
Make a simple hangman game, with a dictionary of 100 romanian words that are chosen randomly.