19 Mayıs 2013 Pazar

Android Interface

For a while we are studying on fancy parts of android programming. For example, we have tried to do open related browser in application. We had problems with that because we knew nothing about android programming. But after searching we learnt how we solved our problem by using thread. Then we are starting to do some fancy parts.

At the begining we put exit button to terminate application.
Then we redirect user related web page in application. And we put back button to go back and search for different pages.

Addition to this, we give 7 seconds to application to search content. After that it returns main RGB status to search different page.
Second thing that I want to mention that Enlarging database is caused some problems. Because we had 12 pages totally. And some pages does not have certain features so matching score returns low level. Now we had 4 images. But we are trying to add different images too. But it is long and difficult process. Because to prevent mismatching, we have to test all images and sometimes updates our treshold value. Now we are working on building application which will become faster and give best, correct result.