Skip to main content

3 free chat apps for smartphones


It has been 20 years since SMS was introduced to the world, and since then, messaging has evolved rapidly. Whether it's phone-based instant messaging apps like 
Whatsapp and BlackBerry Messenger or internet services like Google Talk or Facebook Messenger, everyone loves to chat on their phones. Keeping that in mind, here are a few apps that you may not know, or fill a few needs that other popular services don't. Try them. It is possible you may never use SMS again. 

Nimbuzz 
Nimbuzz is like WhatsApp on steroids. It not only allows you to send messages, including images and other files, to your friends but also enables you to call them. The calls are free if your friends are also on Nimbuzz. But if you are calling a cellular number then you have to buy credits, which can be used to make any sort of call - local, STD or ISD.

Nimbuzz has some other cool features too. For example, there's a store to add chat buddies. These chat buddies are bots for specific tasks, such as the cricket chat buddy that tells you recent scores. Then there are the chat rooms of old times, wherein all you need is a username and a password to start talking with strangers anywhere in the world.

Nimbuzz can also be integrated with various instant-messaging services like Google Talk and Facebook Messenger.

However, be warned that Nimbuzz is littered with annoying advertisements, making for a cluttered interface. Available for free on Windows, Mac, Android, iOS, BlackBerry, Windows Phone, Nokia Symbian

Viber 
If Nimbuzz is a jack of all trades, Viber focusses on doing fewer things but in a better way. It can only send messages to your Viber buddies and allows you to make calls to them through an internet connection. So why should you get Viber and not Nimbuzz? Two reasons: user interface and lack of advertisements.

Viber has a clean interface that is instantly appealing. Download the app, enter your phone number, and it will scan your contacts list to automatically figure out the people who are using Viber. That's it, you're good to go.

It supports group messaging but can't send files to other users. And the collection of emoticons and stock images is of high quality and fun to use.

In general, Viber is a more aesthetically pleasing and inviting app if all you want to do is chat with and call your friends. Available for free on iOS, Android, Nokia Symbian, BlackBerry, Windows Phone, Samsung Bada

Touch 

Touch is a wee different from other instant messaging apps. To start with, its focus is not on messages, but instead on creating 'experiences'. And with a refreshing and colourful user interface, it does that pretty well.

Once you have downloaded the app and logged in, Touch can look for your friends by taking a peek into your Facebook list or your phone's contacts. The next step is to add your friends to it and once they have accepted you can start a conversation with them.

Instead of just text, you can send or share a photo, video clip or a voice message. All of this is recorded as part of an 'experience'. Experiences can be kept private, part of conversations between two people, or can be shared within a group, giving Touch a social networking feel.

Coupled with its pleasing interface, it's quite a cool app given its focus on photos and the ability to leave voice messages.

Available for free on BlackBerry, iPhone and Android devices

Popular posts from this blog

Minified Your Blogger Template For Fast Response ! How to minified CSS.

Minified is also means minimisation or minimization,  In computer programming languages and especially JavaScript and CSS is the process of removing all unnecessary characters from source code without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute. If you want to remove these unnecessary character, spaces and more from your blogger template so you should follow these steps given below. 1. First you have to open your blogger template editor . 2. Then find this tag on your template. <b:skin> < ![CDATA[/* 3. Copy entire data written under this tag until the style closing tag was encounter . it is recommended please leave the comment section if exists means a author bio or etc. ]]> </b:skin> 4. After that you have to Minified your your copy data or CSS. s

Connect CCTV Camara Via PC : Recommended Tips

Connect CCTV Digital Camera Using Personal Computer  Today I discuss about some topics.    Connect CCTV camera to computer.   Connect 4 channel DVR on the PC.   Create connection using BNC port. CCTV camera :   As we know about CCTV camera are various types but we discuss about the normal using camera such as BNC port camera or VGA camera or direct input with 4 wires. In our cameras there are 4 cable wire are use that first-video, second-ground, third- DC+ and fourth for DC-. these are connected by many type of connector like BNC or VGA . so if your camera have BNC connector on it so make a external socket and directly connect to the computer.  If your camera have VGA, PS2 or other type of connectivity socket so you just want a connector or converter VGA to BNC or any. 4 Channel PC DVR : This is the best option to connect your BNC or other VGA camera to the compute the main thing is this to too reasonable and it result was best. it easy to connect on computer

Minified Your Blogger Template For Fast Response ! How to minified JavaScript (Part 2) .

Minified is also means minimisation or minimization,  In computer programming languages and especially JavaScript and CSS is the process of removing all unnecessary characters from source code without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute. If you want to remove these unnecessary character, spaces and more from your blogger template so you should follow these steps given below. 1. First you have to open your  blogger template editor . 2. Then find this tag on your template. < script type = 'text/javascript' > //<![CDATA[ 3. Copy entire data written under this tag until the script closing tag was encounter . it is recommended please leave the comment section if exists means a author bio or etc. //]]> < /script> 4. After that you have