Watch
Watch copied to clipboard
A project which demonstrate how to develop a custom client on android for dribbble.com
我看了一下你的登录代码这部分,有个疑问:ACCESS_TOKEN不是在你申请这个应用的时候就已经知道了吗?直接写到代码里面用就行了,为什么再要通过API去再次获取这个ACCESS_TOKEN还把它保存到本地?难道这两个ACCESS_TOKEN不是一样的?
Hi, @tuesda : 你直接把 Watch/app/build.gradle 中没用的库去掉不是更好吗?
` Caused by: java.lang.IllegalStateException: Cannot add header view to list -- setAdapter has already been called. at android.widget.ListView.addHeaderView(ListView.java:255) at android.widget.ListView.addHeaderView(ListView.java:284) at com.tuesda.watch.activities.UsersActivity.initView(UsersActivity.java:96) at com.tuesda.watch.activities.UsersActivity.onCreate(UsersActivity.java:76) ` caused from this code ```...
直接clone下来会报错哟,需要自行修改gradle文件。
Users are unable to submit the contact form when accessing the website on mobile devices. After filling out the form and tapping the "Submit" button, nothing happens, and the form...