-
Hi, im using "com.hudomju:swipe-to-dismiss-undo:1.0" and "com.afollestad:material-dialogs:0.7.5.1" in different activities but i'm getting some conflict, i'm getting this output when trying to swipe a…
-
-
- Shall we make this optional so people can quickly use the app if they are in a hurry?
- Google authentication: Since most of the Android users have a Google account attached to their phone, this ca…
-
![image](https://user-images.githubusercontent.com/8280857/36718978-abf93bae-1bde-11e8-80b8-2274cb1dfcbc.png)
-
change OrderedRealmCollectionChangeListener to support notification about specific items changes,
for now the OrderedRealmCollectionChangeListener has ability to notify only about that some items has …
-
-
ForumDisplay view is the only one that has scroll lag on my old test phone.
Exchanging the ListView with a Recyclerview should speed things up and make things a bit easier.
-
问题:在一个列表页,每行都有图片,每次新增item的时候都调用的是刷新整个listview,这样会造成图片闪一下,虽然图片加了缓存,但是仍然可见闪的效果。如果我能只刷新新增的item,让之前的还是复用以前的view 而不刷新,那么就不会闪了,问题是能不能只刷新新增的item?
在网上我找到了只刷新单个已存在item例子,但是那套机制貌似不适用新增的情况,有人能帮忙解惑一下吗?
-
변경사항을 기록합니다.
-
Since my drag and drop is working fine but still the item which has been moved is not updating its position. The code is like this :
`public class EditVideoActivity extends AppCompatActivity imple…