That sounds like a really bad idea.

You shouldn't try to hide the password. Instead make sure the user can only do what he is supposed to do with that password. What I mean is that you should limit the rights for that account on the server side. That way, even if they have the password and connect to your server they can only do what they are allowed to do(which is the same as the app would normaly do).