shikechen

Results 6 issues of shikechen

说明文档中的TakePhotoActivity类 404 https://github.com/crazycodeboy/TakePhoto/blob/master/takephoto_library/src/main/java/com/jph/takephoto/app/TakePhotoActivity.java

MeituanSelectCityActivity的mHeaderAdapter 现有的title的paddingLeft是在根布局LinearLayout里面设置的, 如上LinearLayout的paddingLeft会应用于title,也会影响RecyclerView item。请教如何分别设置?

1、因为数据已缓存,一打开Activity时不需要显示loading直接显示数据,没有找到相关代码进行控制; 2、如何手动隐藏“加载中loading”?有没有类似mRecycler.hideLoadingView()方法进行控制? 看到相关方法为private ``` private void closeRefreshing() { if (mSwipeRefreshLayout.isRefreshing()) { mSwipeRefreshLayout.setRefreshing(false); isRefreshing = false; } } private void closeLoadingMore() { if (nowLoading) { nowLoading = false; } } ```

布局代码如下: ``` ``` 滑动到列表底部后OnLoadMoreListener的onLoadMore()不会被调用,底部监听不起作用。

java.lang.OutOfMemoryError: Failed to allocate a 8294412 byte allocation with 8279288 free bytes and 7MB until OOM at dalvik.system.VMRuntime.newNonMovableArray(Native Method) at android.graphics.Bitmap.nativeCreate(Native Method) at android.graphics.Bitmap.createBitmap(Bitmap.java:1071) at android.graphics.Bitmap.createBitmap(Bitmap.java:1041) at android.graphics.Bitmap.createBitmap(Bitmap.java:1008) at helper.AbstractViewHelper.getBitmapWithView(AbstractViewHelper.java:124)...

ERROR: Failed to resolve: me.leolin:ShortcutBadger:1.1.23 Version 1.1.22 can be downloaded normally.