Android Open Source - Twitter client yell






Project Summary

Simple twitter client for Android ICS and above.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of yell.

ItemValue
Java File Count29
Minimum SDK Version14
Activity Count3
Fragment Count3
Required Permissionsandroid.permission.AUTHENTICATE_ACCOUNTS
android.permission.INTERNET
android.permission.READ_CONTACTS
android.permission.READ_PROFILE
android.permission.WRITE_CONTACTS
android.permission.WRITE_PROFILE




Java Source Files

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