Android Tutorial

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 »

Android Local Broadcast Manager Example

Android global broadcast makes different android apps’ communication easy and clear, but it also has below security issues. Any android apps can send the same broadcast intent action which your application broadcast receiver listens. This issue can make your app being attacked. Any android apps can listen to your app’s broadcast receiver registered action. So

Android Local Broadcast Manager Example Read More »