Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/android-cjj/nices
/ types & classes
Types & classes
289 in github.com/android-cjj/nices
⨍
Functions
1,505
◇
Types & classes
289
Class
ActionBarHelper
Helper for setting actionbar title with custom typeface via SpannableString. Contains LGE 4.1 bug workaround @see http://stackoverflow.com/questions/
NicesLibrary/src/com/norbsoft/typefacehelper/ActionBarHelper.java:15
Enum
Alignment
NicesLibrary/src/uk/me/lewisdeane/ldialogs/BaseDialog.java:36
Class
AndroidAuthenticator
An Authenticator that uses {@link AccountManager} to get auth tokens of a specified type for a specified account.
VolleyLibrary/src/com/cjj/volley/toolbox/AndroidAuthenticator.java:32
Class
AnimateFirstDisplayListener
Nices20/src/com/cjj/nices/adapter/NewsListAdapter.java:97
Class
ArrayUtils
Array Utils <ul> <li>{@link #isEmpty(Object[])} is null or its length is 0</li> <li>{@link #getLast(Object[], Object, Object, boolean)} get last eleme
Nices20/src/com/cjj/nices/util/ArrayUtils.java:21
Class
AssetsUtils
AssetsUtils
Nices20/src/com/cjj/nices/util/AssetsUtils.java:17
Class
AuthFailureError
Error indicating that there was an authentication failure when performing a Request.
VolleyLibrary/src/com/cjj/volley/AuthFailureError.java:27
Interface
Authenticator
An interface for interacting with auth tokens.
VolleyLibrary/src/com/cjj/volley/toolbox/Authenticator.java:24
Class
Base
Base Request class for testing allowing both the deprecated and new constructor.
VolleyLibrary/tests/src/com/android/volley/mock/TestRequest.java:30
Class
BaseDialog
Created by Lewis on 30/08/2014.
NicesLibrary/src/uk/me/lewisdeane/ldialogs/BaseDialog.java:10
Class
BasicNetwork
A network performing Volley requests over an {@link HttpStack}.
VolleyLibrary/src/com/cjj/volley/toolbox/BasicNetwork.java:53
Class
BasicNetworkTest
VolleyLibrary/tests/src/com/android/volley/toolbox/BasicNetworkTest.java:34
Class
BatchedImageRequest
Wrapper class used to map a Request to the set of active ImageContainer objects that are interested in its results.
VolleyLibrary/src/com/cjj/volley/toolbox/ImageLoader.java:364
Class
BitmapCache
VolleyLibrary/src/com/cjj/volley/cache/BitmapCache.java:10
Class
BuildConfig
Nices20/gen/com/cjj/nices/activity/BuildConfig.java:4
Class
BuildConfig
VolleyLibrary/gen/com/android/volley/BuildConfig.java:4
Class
BuildConfig
VolleyLibrary/tests/gen/com/android/volley/tests/BuildConfig.java:4
Class
BuildConfig
NicesLibrary/gen/android/support/v7/appcompat/BuildConfig.java:4
Class
Builder
Builder interface
NicesLibrary/src/com/norbsoft/typefacehelper/TypefaceCollection.java:19
Class
Builder
Creates a {@link Builder} to build a {@link Configuration} upon.
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Configuration.java:62
Class
Builder
Builder for the {@link Style} object.
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Style.java:191
Class
Builder
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomDialog.java:338
Class
Builder
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomListDialog.java:162
Class
ByteArrayPool
ByteArrayPool is a source and repository of <code>byte[]</code> objects. Its purpose is to supply those buffers to consumers who need to use them for
VolleyLibrary/src/com/cjj/volley/toolbox/ByteArrayPool.java:54
Class
ByteArrayPoolTest
VolleyLibrary/tests/src/com/android/volley/toolbox/ByteArrayPoolTest.java:21
Interface
Cache
An interface for a cache keyed by a String with a byte array as data.
VolleyLibrary/src/com/cjj/volley/Cache.java:25
Class
CacheDispatcher
Provides a thread for performing cache triage on a queue of requests. Requests added to the specified cache queue are resolved from cache. Any delive
VolleyLibrary/src/com/cjj/volley/CacheDispatcher.java:32
Class
CacheDispatcherTest
VolleyLibrary/tests/src/com/android/volley/CacheDispatcherTest.java:29
Class
CacheHeader
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:332
Class
CacheTestUtils
VolleyLibrary/tests/src/com/android/volley/utils/CacheTestUtils.java:9
Interface
CallBackDataListener
数据回调接口 @author cjj
VolleyLibrary/src/com/cjj/volley/callback/CallBackDataListener.java:10
Interface
CallBackStringDataListener
VolleyLibrary/src/com/cjj/volley/callback/CallBackStringDataListener.java:3
Class
CirclePageIndicator
Draws circles (one for each view). The current view position is filled and others are only stroked.
NicesLibrary/src/com/viewpagerindicator/CirclePageIndicator.java:45
Class
CircularProgress
NicesLibrary/src/com/cjj/loading/CircularProgress.java:26
Class
CjjVolley
VolleyLibrary/src/com/cjj/volley/me/CjjVolley.java:12
Class
ClearCacheRequest
A synthetic request used for clearing the cache.
VolleyLibrary/src/com/cjj/volley/toolbox/ClearCacheRequest.java:30
Interface
ClickListener
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomDialog.java:332
Class
Configuration
Allows configuring a {@link Crouton}s behaviour aside from the actual view, which is defined via {@link Style}. <p/> This allows to re-use a {@link St
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Configuration.java:28
Class
Constants
常量类 @author cjj
Nices20/src/com/cjj/nices/constant/Constants.java:7
Class
CountingInputStream
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:433
Class
Crouton
Displays information in a non-invasive context related manner. Like {@link android.widget.Toast}, but better. <p/> <b>Important: </b> Call {@link Crou
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:54
Class
CustomDialog
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomDialog.java:19
Class
CustomListAdapter
Created by Lewis on 17/08/2014.
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomListAdapter.java:16
Class
CustomListDialog
Created by Lewis on 17/08/2014
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomListDialog.java:19
Class
CustomPopWindow
NicesLibrary/src/com/cjj/custom/CustomPopWindow.java:17
Class
CustomerLogo
九宫格自定义的图标对象
Nices20/src/cn/sharesdk/onekeyshare/CustomerLogo.java:15
Enum
DarkColours
NicesLibrary/src/uk/me/lewisdeane/ldialogs/BaseDialog.java:22
Class
DefaultAnimationsBuilder
Builds the default animations for showing and hiding a {@link Crouton}.
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/DefaultAnimationsBuilder.java:24
Class
DefaultRetryPolicy
Default retry policy for requests.
VolleyLibrary/src/com/cjj/volley/DefaultRetryPolicy.java:22
Class
DelayedRequest
VolleyLibrary/tests/src/com/android/volley/RequestQueueTest.java:175
Class
Delete
Test example of a DELETE request in the new style.
VolleyLibrary/tests/src/com/android/volley/mock/TestRequest.java:131
Class
DeprecatedGet
Test example of a GET request in the deprecated style.
VolleyLibrary/tests/src/com/android/volley/mock/TestRequest.java:51
Class
DeprecatedPost
Test example of a POST request in the deprecated style.
VolleyLibrary/tests/src/com/android/volley/mock/TestRequest.java:58
Class
DetailFragment
新闻详情类 @author cjj
Nices20/src/com/cjj/nices/fragment/DetailFragment.java:50
Class
DiskBasedCache
Cache implementation that caches files directly onto the hard disk in the specified directory. The default disk usage size is 5MB, but is configurable
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:42
Class
DiskBasedCacheTest
VolleyLibrary/tests/src/com/android/volley/toolbox/DiskBasedCacheTest.java:29
Class
EditPage
执行图文分享的页面,此页面不支持微信平台的分享
Nices20/src/cn/sharesdk/onekeyshare/EditPage.java:50
Class
Entry
Data and metadata for an entry returned by the cache.
VolleyLibrary/src/com/cjj/volley/Cache.java:67
Interface
ErrorListener
Callback interface for delivering error responses.
VolleyLibrary/src/com/cjj/volley/Response.java:33
Class
ExecutorDelivery
Delivers responses and errors.
VolleyLibrary/src/com/cjj/volley/ExecutorDelivery.java:26
Class
FavoriteDataAsyncTask
Nices20/src/com/cjj/nices/fragment/FavoriteFragment.java:193
Class
FavoriteFragment
favorite fragment类 @author cjj
Nices20/src/com/cjj/nices/fragment/FavoriteFragment.java:48
Class
FavoriteTableModel
Nices20/src/com/cjj/nices/db/FavoriteTableModel.java:5
Class
FileService
文件保存和阅读 @author cjj
Nices20/src/com/cjj/nices/util/FileService.java:19
Class
FixedViewInfo
A class that represents a fixed view in a list, for example a header at the top or a footer at the bottom.
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:45
Class
FollowAdapter
Nices20/src/cn/sharesdk/onekeyshare/FollowList.java:159
Class
FollowList
获取好友或关注列表
Nices20/src/cn/sharesdk/onekeyshare/FollowList.java:45
Class
FollowListItem
Nices20/src/cn/sharesdk/onekeyshare/FollowList.java:441
Class
Following
Nices20/src/cn/sharesdk/onekeyshare/FollowList.java:448
Class
FullWidthFixedViewLayout
full width
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:364
Class
Get
Test example of a GET request in the new style.
VolleyLibrary/tests/src/com/android/volley/mock/TestRequest.java:74
Class
GridView
简易的宫格列表控件
Nices20/src/cn/sharesdk/onekeyshare/PlatformGridView.java:358
Class
GridViewWithHeaderAndFooter
A {@link GridView} that supports adding header rows in a very similar way to {@link android.widget.ListView}. See {@link GridViewWithHeaderAndFooter#a
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:37
Class
GsonRequest
自定义GsonRequest @author cjj @param <T>
VolleyLibrary/src/com/cjj/volley/custom/request/GsonRequest.java:25
Class
Head
Test example of a HEAD request in the new style.
VolleyLibrary/tests/src/com/android/volley/mock/TestRequest.java:138
Class
HeaderViewGridAdapter
ListAdapter used when a HeaderGridView has header views. This ListAdapter wraps another one and also keeps track of the header views and their associa
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:408
Class
HomeFragment
主页fragment类 @author cjj
Nices20/src/com/cjj/nices/fragment/HomeFragment.java:66
Class
HttpClientStack
An HttpStack that performs request over an {@link HttpClient}.
VolleyLibrary/src/com/cjj/volley/toolbox/HttpClientStack.java:50
Class
HttpClientStackTest
VolleyLibrary/tests/src/com/android/volley/toolbox/HttpClientStackTest.java:35
Class
HttpHeaderParser
Utility methods for parsing HTTP headers.
VolleyLibrary/src/com/cjj/volley/toolbox/HttpHeaderParser.java:31
Class
HttpHeaderParserTest
VolleyLibrary/tests/src/com/android/volley/toolbox/HttpHeaderParserTest.java:32
Class
HttpPatch
The HttpPatch class does not exist in the Android framework, so this has been defined here.
VolleyLibrary/src/com/cjj/volley/toolbox/HttpClientStack.java:167
Interface
HttpStack
An HTTP stack abstraction.
VolleyLibrary/src/com/cjj/volley/toolbox/HttpStack.java:30
Class
HurlStack
An {@link HttpStack} based on {@link HttpURLConnection}.
VolleyLibrary/src/com/cjj/volley/toolbox/HurlStack.java:49
Class
HurlStackTest
VolleyLibrary/tests/src/com/android/volley/toolbox/HurlStackTest.java:26
Class
IconPageIndicator
This widget implements the dynamic action bar tab behavior that can change across different configurations or circumstances.
NicesLibrary/src/com/viewpagerindicator/IconPageIndicator.java:37
Interface
IconPagerAdapter
NicesLibrary/src/com/viewpagerindicator/IconPagerAdapter.java:3
Class
IcsLinearLayout
A simple extension of a regular linear layout that supports the divider API of Android 4.0+. The dividers are added adjacent to the children by changi
NicesLibrary/src/com/viewpagerindicator/IcsLinearLayout.java:17
Interface
ImageCache
Simple cache adapter interface. If provided to the ImageLoader, it will be used as an L1 cache before dispatch to Volley. Implementations must not blo
VolleyLibrary/src/com/cjj/volley/toolbox/ImageLoader.java:75
Class
ImageConfigBuilder
Nices20/src/com/cjj/nices/util/ImageConfigBuilder.java:9
Class
ImageContainer
Container object for all of the data surrounding an image request.
VolleyLibrary/src/com/cjj/volley/toolbox/ImageLoader.java:290
Interface
ImageListener
Interface for the response handlers on image requests. The call flow is this: 1. Upon being attached to a request, onResponse(response, true) will b
VolleyLibrary/src/com/cjj/volley/toolbox/ImageLoader.java:132
Class
ImageLoader
Helper that handles loading and caching images from remote URLs. The simple way to use this class is to call {@link ImageLoader#get(String, ImageList
VolleyLibrary/src/com/cjj/volley/toolbox/ImageLoader.java:43
Class
ImageRequest
A canned request for getting an image at a given URL and calling back with a decoded Bitmap.
VolleyLibrary/src/com/cjj/volley/toolbox/ImageRequest.java:34
Class
ImageRequestTest
VolleyLibrary/tests/src/com/android/volley/toolbox/ImageRequestTest.java:33
Class
ImmediateResponseDelivery
A ResponseDelivery for testing that immediately delivers responses instead of posting back to the main thread.
VolleyLibrary/tests/src/com/android/volley/utils/ImmediateResponseDelivery.java:13
Enum
IndicatorStyle
NicesLibrary/src/com/viewpagerindicator/TitlePageIndicator.java:80
Interface
ItemSelectListener
NicesLibrary/src/com/cjj/custom/CustomPopWindow.java:79
Class
JavaScriptObject
Nices20/src/com/cjj/nices/fragment/DetailFragment.java:206
Class
JsonArrayRequest
A request for retrieving a {@link JSONArray} response body at a given URL.
VolleyLibrary/src/com/cjj/volley/toolbox/JsonArrayRequest.java:33
next →
1–100 of 289, ranked by callers