Building your own android chat messenger app similar to Whatsapp using XMPP (Smack 4.1 API) from scratch: Part-2
In Part-1 we finished the implementation of chat interface for our android messenger. Now we will focus on implementing the client for XMPP server to send & receive chat messages using Smack API for Android. Adding library files to the project: – Download the library files for Smack API and GSON which is a library for… Read More »
242,080 total views, no views today