Thursday, August 27, 2015

WhatsApp android got 5 new Features

WhatsaApp Messenger v2.12.250 got new features -
1. Mark chat as read/unread.
2. Custom notification.
3. Mute individual contacts
4. Lower data consumption during call option under Setting > Chats and calls > check 'Low data usage'
5. Added new emoji and choose a different color.

No comments:

Post a Comment

Read CSV from S3

 import csv def count_records(csv_file):     record_count = 0     first_line = None     last_line = None     # Open the CSV file and read it...