Drawer Layout+Navigation View+ToolBar for Android Project Realization of Drawer Side Bar Effect

Design sketch Add dependency Because of the use of Drawer Layout under v4 package, Toolbar under v7 package and Navigation View under android.support.design, the following configuration needs to be made in gradle: v4 Packet system introduced by default compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android. ...

Posted by cqinzx on Mon, 28 Jan 2019 18:48:15 -0800

Android - Project Architecture of Multiple Lists (Rxjava+Rtrofit+Recyclerview+Glide+Adapter Encapsulation)

I haven't written a blog for a long time, mainly because I had to work hard to complete an outsourcing project before, and because it was the first time to outsource, a lot of things had to be dealt with, of course, I also learned a lot. In this series, I will share some of the outsourcing code with you and learn together. Project descripti ...

Posted by PakiGangsta on Sat, 22 Dec 2018 06:06:05 -0800