I am new to Android Open Source Platform programming and recently created an application that displays flights information of Khujand International Airport. It uses http request to get XML data from the server and displays it on a List.
I'd like to ask you about the look and feel of one application that is on Google play, has a nice rich UI look. You may reach this app on Google play in the following URL
https://play.google.com/store/apps/details?id=ru.cybertek.airport.timetable
or here http://flights-info.ru/
and also screenshot is here
So my questions are:
- Is that application uses Canvas to draw flight in a table?
- Which fonts they have used?
- Is it possible to create this flight table using standard components like table?
- Do I need to learn Android Graphics programming to create such application???
My application looks like this
Also, I'd like to know if there any rich UI frameworks, toolkits for the Android that ease application development process??? Links resources are welcome! Thanks in advance!