How To Use Android FileProvider To Share Files Between Apps

Android FileProvider is a sub class of ContentProvider. It is used to share files between different android apps. It is implemented in android v4 Support Library. So before use it please make sure that you have include supported library in android project build.gradle file as below.

How To Use Android FileProvider To Share Files Between Apps Read More »

Android Contacts Fields, Data Table Columns And Data Mimetype Explain

Android contacts information is stored in data table. The data table is saved in SQLite database file /data /data /com.android.providers.contacts /databases /contacts2.db. There are columns data1 to data15 in data table, this article will tell you which column stores what type of contact data.

Android Contacts Fields, Data Table Columns And Data Mimetype Explain Read More »