Summary of work problems for the week

                                       Summary of work problems for the week

 (1) SimpleAdapter does not support pictures of non-drawable resources, which means that pictures should be placed in drawable files

 

 (2) The browser cannot be used, and it prompts that the proxy server connection fails or cannot connect to the proxy server. Solution:

     First open the Internet option in the browser, then select the connection tab, click LAN settings, under the proxy server of the LAN settings, there is an item to use a proxy server for the LAN, if it is checked, uncheck it. Restart the browser.


 (3) The isIndicator in the RatingBar can be used to block the left and right sliding of the RatingBar. When set to true, it is blocked, and the default is fasle.


 (4) VideoView in Vitamio does not support longClikeable, so don't expect gesture sliding to work through it. The solution is to put gesture recognition in its parent control.

Guess you like

Origin blog.csdn.net/skateboard1/article/details/44513869