I wanna build my own chat client using xmpp on android to chat with my own friends. Is it possible to build such kinda of apps on android which is specific to my own apps. people dont have to share there either gmail or facebook profiles to login to my chat client. I already have my own authentication process.
Share
Yes it is possible. You should try some XMPP API like Smack. Also you may need to provide server for which you can use OpenFire. For example see here.