Published on11/27/2017 9:25 am
Google has launched 14 different versions of android OS but one thing to notice is that there was not a good architecture to follow or to maintain your code better.
Read More
Published on10/26/2017 7:58 am
Content provider provides data from one application to another on their requests. These requests for data are handled by classes extending contentresolver class. Data in contentresolver class can be saved in various ways like in Database, Files, or even over Network.
Read More