I recently sorted out my previous projects and decided to share them. This article shows the Netease-like news client. The server is deployed on Sina SAES, you can see the effect directly on your phone. Next, let's take a look:
Technical points:
Each interface is a fragment, which is implemented through scrollview + viewpaper + listview. viewpaper can slide left and right, and pull down and refresh the whole. The slidemenu is an open-source project, the sharing function is shared by umeng. If you think it is of reference value, you can download my source code:
Source code:Http://download.csdn.net/detail/baiyuliang2013/7639469
Note: it contains two libraries (slidemenu and umeng sharing) and needs to be imported to this project.
Some New Kids shoes may not be imported into third-party libraries. Here I will describe how to decompress social_sdk_library_project and slidingmenu_library and import them to eclipse. I will not talk about how to import them, and then place the cursor in the main project, right-click-properties-Android-lower library-add, select the two libraries you just imported, and then click OK: