Weekend bored, then finishing the next few open-source libraries often used, inadvertently found some open interface, so decided to fuse together, do a simple "sexy beauty" Browse app, name, called "Sexy Beach", effect such as the following. (Believe some cock silk men will not be unfamiliar with the name of the word)
The project is still relatively simple, the code is not complicated, here is a brief introduction.
1. Image Open Interface:
Http://www.tngou.net/doc/gallery/28
2. Related class libraries:
· Drop-down Refresh List component: Https://github.com/chrisbanes/Android-PullToRefresh for this library, it is recommended to import directly into your project so that you can easily change the source code when you use it.
· Network Request framework: Https://github.com/loopj/android-async-http believe that Android is not unfamiliar to the framework, in the project it was two times package, more convenient to use, in conjunction with Fastjson, Make network request and data parsing more convenient and fast.
· Viewpageindicator: It is used primarily to implement Fragment+viewpager sliding navigation.
· The dependency injection framework Butterknife:https://github.com/jakewharton/butterknife a rather powerful dependency injection framework. When you add the Butterknife plugin to Android studio, the development sensation will definitely make you explode.
· Picture Zoom Out Frame photoview:http://blog.csdn.net/zuiwuyuan/article/details/49340465
The knowledge used is basically the one described above, the code is relatively simple, GitHub address: Https://github.com/zuiwuyuan/SexyBeach
If there is any mistake, please correct me!
Suppose the solution, more welcome to enlighten.
Android Sexy beauty map online browse app