Tag: user interface

  • Android Fragments

    Fragments are important aspect of building great user interfaces in Android. I’ve finally managed to learn them properly with a book titled Creating Dynamic UI with Android Fragments by Jim Wilson. With it we learn about fragments and their related concepts and how they are connected through building seemingly simple app of list of book…