Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuoPeiQin/DongWeather
/ types & classes
Types & classes
105 in github.com/LuoPeiQin/DongWeather
⨍
Functions
551
◇
Types & classes
105
Class
AQI
Created by Administrator on 2017/4/18.
app/src/main/java/com/dong/dongweather/gson/AQI.java:7
Class
AdapterWrapper
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:641
Class
AddCountyActivity
app/src/main/java/com/dong/dongweather/AddCountyActivity.java:38
Class
AirBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:504
Class
AqiBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:77
Class
AreaJson
获取省数据
app/src/main/java/com/dong/dongweather/json/AreaJson.java:24
Class
AstroBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:828
Class
AutoUpdateService
app/src/main/java/com/dong/dongweather/service/AutoUpdateService.java:21
Class
BaiduLocation
Created by 44607 on 2017/4/25.
app/src/main/java/com/dong/dongweather/BaiduLocation.java:17
Class
Basic
Created by Administrator on 2017/4/18.
app/src/main/java/com/dong/dongweather/gson/Basic.java:9
Class
BasicBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:179
Class
CarWash
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:457
Class
CarWash
app/src/main/java/com/dong/dongweather/gson/Suggestion.java:22
Class
ChooseAreaActivity
app/src/main/java/com/dong/dongweather/ChooseAreaActivity.java:44
Class
City
city : {"aqi":"15","qlty":"优","pm25":"6","pm10":"15","no2":"11","so2":"5","co":"0.4","o3":"47"}
app/src/main/java/com/dong/dongweather/gson/AQI.java:12
Class
City
Created by Administrator on 2017/4/15.
app/src/main/java/com/dong/dongweather/db/City.java:9
Class
CityBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:92
Class
ComfBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:530
Class
Comfort
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:448
Class
Comfort
app/src/main/java/com/dong/dongweather/gson/Suggestion.java:13
Class
Cond
app/src/main/java/com/dong/dongweather/gson/DailyForecast.java:13
Class
CondBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:358
Class
CondBeanX
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:874
Class
CountiesAdapter
可滑动适配器
app/src/main/java/com/dong/dongweather/ChooseAreaActivity.java:643
Class
County
Created by Administrator on 2017/4/15.
app/src/main/java/com/dong/dongweather/db/County.java:9
Class
CountyAdapter
基本适配器
app/src/main/java/com/dong/dongweather/ChooseAreaActivity.java:727
Class
CountyChanged
Created by 44607 on 2017/4/27.
app/src/main/java/com/dong/dongweather/db/CountyChanged.java:9
Interface
CursorToStringConverter
This class can be used by external clients of SimpleCursorAdapter to define how the Cursor should be converted to a String. @see android.widget.Curso
library/src/main/java/com/mobeta/android/dslv/SimpleDragSortCursorAdapter.java:410
Class
CwBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:556
Class
DailyForecast
Created by Administrator on 2017/4/18.
app/src/main/java/com/dong/dongweather/gson/DailyForecast.java:9
Class
DailyForecastBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:713
Class
DragListView
app/src/main/java/com/dong/dongweather/DragListView.java:21
Interface
DragListener
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:2527
Interface
DragScrollProfile
Interface for controlling scroll speed as a function of touch position and time. Use {@link DragSortListView#setDragScrollProfile(DragScrollProfile)}
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:2790
Class
DragScroller
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:2804
Class
DragSortController
Class that starts and stops item drags on a {@link DragSortListView} based on touch gestures. This class also inherits from {@link SimpleFloatViewMana
library/src/main/java/com/mobeta/android/dslv/DragSortController.java:22
Class
DragSortCursorAdapter
A subclass of {@link android.widget.CursorAdapter} that provides reordering of the elements in the Cursor based on completed drag-sort operations. The
library/src/main/java/com/mobeta/android/dslv/DragSortCursorAdapter.java:28
Class
DragSortItemView
Lightweight ViewGroup that wraps list items obtained from user's ListAdapter. ItemView expects a single child that has a definite height (i.e. the chi
library/src/main/java/com/mobeta/android/dslv/DragSortItemView.java:26
Class
DragSortItemViewCheckable
Lightweight ViewGroup that wraps list items obtained from user's ListAdapter. ItemView expects a single child that has a definite height (i.e. the chi
library/src/main/java/com/mobeta/android/dslv/DragSortItemViewCheckable.java:27
Class
DragSortListView
ListView subclass that mediates drag and drop resorting of items. @author heycosmo
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:59
Interface
DragSortListener
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:2556
Class
DragSortTracker
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:2952
Class
DropAnimator
Centers floating View over drop slot before destroying.
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:1234
Interface
DropListener
Your implementation of this has to reorder your ListAdapter! Make sure to call {@link BaseAdapter#notifyDataSetChanged()} or something like it in your
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:2540
Class
DrsgBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:582
Class
ExampleInstrumentedTest
Instrumentation test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
app/src/androidTest/java/com/dong/dongweather/ExampleInstrumentedTest.java:17
Class
ExampleUnitTest
Example local unit test, which will execute on the development machine (host). @see <a href="http://d.android.com/tools/testing">Testing documentatio
app/src/test/java/com/dong/dongweather/ExampleUnitTest.java:12
Interface
FloatViewManager
Interface for customization of the floating View appearance and dragging behavior. Implement your own and pass it to {@link #setFloatViewManager}. If
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:2425
Class
Flu
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:471
Class
Flu
app/src/main/java/com/dong/dongweather/gson/Suggestion.java:36
Class
FluBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:608
Class
GsonUtils
app/src/main/java/com/dong/dongweather/util/GsonUtils.java:8
Class
HeWeather5
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:7
Class
HeightCache
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:851
Class
Hot
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:464
Class
Hot
app/src/main/java/com/dong/dongweather/gson/Suggestion.java:29
Class
HourlyForecast
app/src/main/java/com/dong/dongweather/gson/HourlyForecast.java:10
Class
HourlyWeather
Created by Administrator on 2017/4/19.
app/src/main/java/com/dong/dongweather/HourlyWeather.java:9
Class
HourlyWeatherAdapter
Created by Administrator on 2017/4/19.
app/src/main/java/com/dong/dongweather/HourlyWeatherAdapter.java:17
Class
LiftAnimator
Centers floating View under touch point.
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:1203
Class
ListRemoteViewsFactory
app/src/main/java/com/dong/dongweather/service/ListViewService.java:55
Class
ListViewService
app/src/main/java/com/dong/dongweather/service/ListViewService.java:34
Class
LogUtil
Created by Administrator on 2017/4/17.
app/src/main/java/com/dong/dongweather/LogUtil.java:9
Class
LogUtils
app/src/main/java/com/dong/dongweather/util/LogUtils.java:7
Interface
MyCallBack
Created by 44607 on 2017/4/29.
app/src/main/java/com/dong/dongweather/http/MyCallBack.java:9
Class
MyHttp
Created by 44607 on 2017/4/29.
app/src/main/java/com/dong/dongweather/http/MyHttp.java:16
Class
MyLocation
Created by 44607 on 2017/4/24. 这个是Android自带API的定位实现 问题:不知道为什么,有的时候能用,有的时候无法使用。 应该和国产手机厂商搞的系统有关
app/src/main/java/com/dong/dongweather/MyLocation.java:20
Class
Now
Created by Administrator on 2017/4/18.
app/src/main/java/com/dong/dongweather/gson/Now.java:11
Class
NowBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:273
Class
OkHttp
Created by Administrator on 2017/4/17.
app/src/main/java/com/dong/dongweather/http/OkHttp.java:19
Class
Province
Created by Administrator on 2017/4/15. 用于存放省份信息的表
app/src/main/java/com/dong/dongweather/db/Province.java:10
Class
Radiation
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:492
Class
Radiation
app/src/main/java/com/dong/dongweather/gson/Suggestion.java:57
Class
RemoveAnimator
Collapses expanded items.
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:1301
Interface
RemoveListener
Make sure to call {@link BaseAdapter#notifyDataSetChanged()} or something like it in your implementation. @author heycosmo
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:2552
Class
ResourceDragSortCursorAdapter
Static library support version of the framework's {@link android.widget.ResourceCursorAdapter}. Used to write apps that run on platforms prior to Andr
library/src/main/java/com/mobeta/android/dslv/ResourceDragSortCursorAdapter.java:34
Class
SelectedCounty
Created by Administrator on 2017/4/18.
app/src/main/java/com/dong/dongweather/db/SelectedCounty.java:9
Class
SimpleDragSortCursorAdapter
An easy adapter to map columns from a cursor to TextViews or ImageViews defined in an XML file. You can specify which columns you want, which views yo
library/src/main/java/com/mobeta/android/dslv/SimpleDragSortCursorAdapter.java:52
Class
SimpleFloatViewManager
Simple implementation of the FloatViewManager class. Uses list items as they appear in the ListView to create the floating View.
library/src/main/java/com/mobeta/android/dslv/SimpleFloatViewManager.java:16
Class
SmoothAnimator
library/src/main/java/com/mobeta/android/dslv/DragSortListView.java:1131
Class
Sport
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:478
Class
Sport
app/src/main/java/com/dong/dongweather/gson/Suggestion.java:43
Class
SportBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:634
Class
Suggestion
Created by Administrator on 2017/4/18.
app/src/main/java/com/dong/dongweather/gson/Suggestion.java:9
Class
SuggestionBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:431
Class
Suitable
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:485
Class
Suitable
app/src/main/java/com/dong/dongweather/gson/Suggestion.java:50
Class
Tmp
app/src/main/java/com/dong/dongweather/gson/DailyForecast.java:27
Class
TmpBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:921
Class
TravBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:660
Class
UpdateBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:246
Class
UvBean
app/src/main/java/com/dong/dongweather/gson/HeWeather5.java:686
Interface
ViewBinder
This class can be used by external clients of SimpleCursorAdapter to bind values fom the Cursor to views. You should use this class to bind values fr
library/src/main/java/com/mobeta/android/dslv/SimpleDragSortCursorAdapter.java:387
Class
ViewHolder
app/src/main/java/com/dong/dongweather/ChooseAreaActivity.java:717
Class
ViewHolder
app/src/main/java/com/dong/dongweather/HourlyWeatherAdapter.java:21
Class
WeatherActivity
app/src/main/java/com/dong/dongweather/WeatherActivity.java:64
Class
WeatherJson
Created by Administrator on 2017/4/18.
app/src/main/java/com/dong/dongweather/json/WeatherJson.java:17
Class
WeatherRegime
app/src/main/java/com/dong/dongweather/gson/Now.java:16
Class
WeatherRegime
app/src/main/java/com/dong/dongweather/gson/HourlyForecast.java:14
Class
WidgetListviewContentProvider
app/src/main/java/com/dong/dongweather/WidgetListviewContentProvider.java:17
next →
1–100 of 105, ranked by callers