honghe

Results 6 issues of honghe

如题,目前不清楚是不是因为平台不同的原因 ![image](https://cloud.githubusercontent.com/assets/6800717/14881544/019a308c-0d67-11e6-97d7-ab4c9b15ec71.png)

org.apache.http.HttpStatus; org.apache.http.HttpResponse; android.net.http.AndroidHttpClient; import org.apache.http.Header; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.HttpStatus; import org.apache.http.ProtocolVersion; import org.apache.http.StatusLine; import org.apache.http.entity.BasicHttpEntity; import org.apache.http.message.BasicHeader; import org.apache.http.message.BasicHttpResponse; import org.apache.http.message.BasicStatusLine; 这些全部报错,要不就引入httpclient,要不就删除,😂

如题,希望解决一下滑动冲突的问题

2019-09-30 10:28:06.821 16472-22595/com.willblaschko.android.alexavoicelibrary E/System: ******** DEPRECATED FUNCTIONALITY ******** 2019-09-30 10:28:06.822 16472-22595/com.willblaschko.android.alexavoicelibrary E/System: * The implementation of the Signature.SHA256withRSA algorithm from 2019-09-30 10:28:06.822 16472-22595/com.willblaschko.android.alexavoicelibrary E/System: * the BC provider is deprecated...

代码如下,其中view的点击事件不能被识别 ` binding.banner.setPages(new CustomBanner.ViewCreator() { @Override public View createView(Context context, int i) { View view = LayoutInflater.from(context).inflate(R.layout.item_manager_home_vp, null); return view; } @Override public void updateUI(Context context, View view, int i,...

I want to look at the source code to compile, learn about the program, but does not know how to build. I am an android application developer.