Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 531 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 531 Bytes

RssFeedApp

Simple RSS feed application

  • Implements Gson java library that (link to github - https://github.com/google/gson)

    • Provide simple toJson() and fromJson() methods to convert Java objects to JSON and vice-versa
    • Allow pre-existing unmodifiable objects to be converted to and from JSON
    • Extensive support of Java Generics
    • Allow custom representations for objects
    • Support arbitrarily complex objects (with deep inheritance hierarchies and extensive use of generic types)
  • Card View

  • Recycler View