Editors' rating |
|||||||
World Univ Ranking Specifications
|
This is a Java program using SQLite database to display World University Rankings.
This is a Java program using SQLite database to display World University Rankings. At this moment, British QS World University Ranking is used. SQLite database is a very simple database that consists of only one file, so many basic database operations/functions are not supported. Also, Android uses a virtual environment to store the database file, so you have to copy your local database file to the virutal environment. Of course, this is done in the program.
Other world university rankings such as ARWU by Shanghai JiaoTung University and British THE (Times Higher Education) will be included later.