MikkelCph / OOSE-Project-JUS-PAU-MIK

Object Oriented Software Engineering
0 stars 0 forks source link

a list of issues we faced throughout the proccess (updated) #4

Open PauliusNeverbickas opened 10 years ago

PauliusNeverbickas commented 10 years ago

The app was tested and is made only for android with a particular resolution (1280x720). We could not manage to make the app to work 100% for all the other phones with an android OS.

Another issue we faced throughout the proccess of developing this app was a github. We could not share the project file on the github, because most of the time some files (activities, or project files) were missing after uploading it on github. Therefore we had sometimes to use other methods to transfer project from one computer to another.

We wanted to make the buttons sound everytime you click on them, however, since we were using MediaPlayer class in the application (we could not manage to use the SoundPool class), the app is programmed in the way that the user cannot click two times in a very short time period on the button, but he has to wait until the sound stops playing(less than a sec actually) before activating it once again.

When developing the app, two big issues we had was to make an app fullscreen and to lock the orrientation(either its a landscape or a portrait) on a particular activities. Fortunately, the problems were solved and its now 100% working.