Bluetooth instant messaging app for Android, Edited by Maysleazy.
Screenshots here (more to be posted soon): http://imgur.com/a/Esmbt (Not Updated, will update soon)
How it works:
To send messages and images, we transmit them in formatted byte arrays in the following format:
[ Message Type, Sender Name Length, ...Body Length**..., Sender ID, Sender Name, Body ]
** The Body Length is separated into tens digits (from least to most significant digit) just in case the body length exceeds the size of a byte.
Notes:
Current Bugs:
Download Current Version: https://bit.ly/fctestv2 (Edited by Maysleazy)