我遇到了listview的问题,当我点击项目时出现此错误:
java.lang.IllegalStateException:适配器的内容已更改,但ListView未收到通知。
我搜索了很多天,我找到了这个解决方案:
form(action='saveBlog', enctype='multipart/form-data', method='post')
h1 New Blog Post
fieldset(data-role='')
label(for='title') Title
input(id='titleInput', name='titleInput', type='text', value='', placeholder='Your Title', require='true').form-control
label(for='image') Your Title Image
input(id='image',name='image', type='file', accept='image/*')
br
label(for='body') Your Article (Box is resizable)
textarea(id='mytextarea', name='bodyInput').form-control
input(type='submit', value='Post your Article').btn.btn-primary
但没有发生任何事情。
重要的是我不认为我正在从背景线程更改适配器,这是我的全班:
using notifyDataSetChanged();