Simple twitter client for Android ICS and above.
yell is hosted in the following web site
https://github.com/pvoid/yell
If you think the Android project yell 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 yell.
Item | Value |
---|---|
Java File Count | 29 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 3 |
Required Permissions | android.permission.AUTHENTICATE_ACCOUNTS android.permission.INTERNET android.permission.READ_CONTACTS android.permission.READ_PROFILE android.permission.WRITE_CONTACTS android.permission.WRITE_PROFILE |
yell has the following Java source files.
com.github.pvoid.yell.ApiKeys .java com.github.pvoid.yell.Utils .java com.github.pvoid.yell.Yell.java com.github.pvoid.yell.accounts.Accounts .java com.github.pvoid.yell.accounts.TwitterAuthenticatorService.java com.github.pvoid.yell.api.Receiver .java com.github.pvoid.yell.api.TwitterApi.java com.github.pvoid.yell.api.TwitterApiAuth.java com.github.pvoid.yell.api.TwitterApiMessages .java com.github.pvoid.yell.api.TwitterApiPumping.java com.github.pvoid.yell.api.TwitterApiRequest.java com.github.pvoid.yell.api.TwitterApiUsers.java com.github.pvoid.yell.contacts.Contacts .java com.github.pvoid.yell.contacts.Profile .java com.github.pvoid.yell.network.OAuthHeader .java com.github.pvoid.yell.network.RequestParams.java com.github.pvoid.yell.network.RequestResult .java com.github.pvoid.yell.storage.Storage.java com.github.pvoid.yell.storage.StorageBase .java com.github.pvoid.yell.storage.StorageUsers.java com.github.pvoid.yell.types.Session .java com.github.pvoid.yell.types.User.java com.github.pvoid.yell.ui.MainActivity.java com.github.pvoid.yell.ui.auth.AccessTokenRequestFragment.java com.github.pvoid.yell.ui.auth.SignInFragment.java com.github.pvoid.yell.ui.auth.TokenRequestActivity.java com.github.pvoid.yell.ui.auth.TokenRequestFragment.java com.github.pvoid.yell.ui.users.UserInfoActivity.java com.github.pvoid.yell.utils.ContactsLoader.java