A sample of using the Gmail public labels API.
GmailSample is hosted in the following web site
https://github.com/aoq/GmailSample
If you think the Android project GmailSample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of GmailSample.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.GET_ACCOUNTS com.google.android.gm.permission.READ_CONTENT_PROVIDER |
GmailSample has the following Java source files.
com.aokyu.dev.sample.gmail.AccountListFragment.java com.aokyu.dev.sample.gmail.AccountLoader.java com.aokyu.dev.sample.gmail.AccountLoaderFragment.java com.aokyu.dev.sample.gmail.LabelListFragment.java com.aokyu.dev.sample.gmail.LabelLoaderFragment.java com.aokyu.dev.sample.gmail.MailActivity.java com.google.android.gm.contentprovider.GmailContract.java