I\'m new with android.
Currently I want to show an AlertDialog
box with \'OK\' & \'Cancel\' buttons.
The default is PositiveButton: Left, Ne
This might not be a direct answer. But just some information on related topic. From this thread in Google's own forum, Romain guy said..
Going forward the order of positive/negative buttons will be the one used in ICS.
and the convention per OS version is
If it is a convention, that android/Google wants to follow, isn't it better you follow the same, since your users won't be using your app alone. After all user friendliness is the first thing a developer looks for..