Single Activity and Multiple Fragments to implement the social app WeChat client. The knowledges about this apk are from my article. Welcom you guys to star and fork
- To study android Activity and fragment. you could know how to use fragment in you app developing correctly.
- Fragment stack management. you could know the stack management method, in case of memory leaks.
- implement the friend circle using self define view
- Lazy load fragment when UI show
- study TextView knowledge: ClickableSpan, SpannableString etc...
- Animator using method
- soft input using
- use zbar to scan QR, adopt lazy load camera, in case that, poor performance phone get stick
- Use** TextureView to play video** in FriendCirlcle(ListView), do not use SurfaceView to play video in Listview or RecycleView
- **SwipeBack in Fragment **
- RadarScanViwe
- YoKeyword/Fragmentation
Welcom to fork YoKeyword的Fragmentation,very nice repositories 。 - PhotoView
- ViewPagerFix
- Glide
- QrCodeScan, notify this project has memory leak, i have put issue, but the author doesn't handler this. In my project, I have solved this problem.
- VideoPlayerManager A progject to implement play video in ListView or RecycleView, very nice...
Copyright 2016 gpfduoduo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.