The api I am consuming uses basic authentication so I need to send the user/pass with each request. On iOS I would store the password using a set of KeyChain wrappers that were part of MonoTouch.Security and retrieve that value as necessary.
Have not had luck finding something similar in Android.
Any suggestions?