Butterknife implementation in Android || Activity, Fragment, Adapter

  Butterknife  : Butterknife is used as bind the components from layout directly into code.In previous blog i have discussed Butter Knife usage but in this blog i will provide detailed code. Butterknife makes the handling of components much easier than traditional way of handling them also this process makes it faster in populating data … Read more

Android tutorial on fragments || Android Fragments

  Introduction: Android fragment is light weight UI components providing you a flexible within a activity it can also be considered as a sub-activity. Providing a new layout for each fragment you get a flexibility to add more data with cool designs and navigation transformation.   Android fragment also has a life cycle as of … Read more

Navigation drawer implementation in flutter app

  Flutter Navigation Drawer : Flutter Navigation Drawer is used to make user transaction’s easier and simpler.The use of navigation drawer is almost in every app. The flutter navigation drawer example make you understand how to make use of widget which slides in from left side and close  in the same direction. In some app’s … Read more

Show Buttons
Hide Buttons