Sohail Aziz

A software engineer hacking codes

Convenient Logger for android

Read Time < 1 minute Logging is an important technique of debugging during application development. Android provide Log class for logging different log-level messages. However in order to easily filter

Read More »

A complete Contentprovider

Read Time 6 minutes MyContentProvider Much have been written about contentproviders and there are various tutorials and examples available. I walk through many of those tutorials during my learning

Read More »

https:// what it is ?

Read Time 2 minutes Https is way of securing http(web) traffic. There are many versions of establishing encrypted http connection but we will discuss here only the simplest one,

Read More »