Store and retrieve high score on ScoreBoard

Hi,
I have a game in Android
I want to Store and retrieve high score on ScoreBoard(maybe somewhere else).
(store the highest score, for all user can see that, if could, i want to store 5 highest score)
Where should i store and retrieve them , and how can i do it.
Please help me.