William Mora

OpenFeed - Android L Twitter Client with RecyclerView and CardView Widgets

With Google’s announcement of the new version of Android (codename L) last month. I installed the preview SDK on my Nexus 5 and all of my apps worked pretty good except for Twitter which would not even open.

I decided to create an app to make use of the new RecyclerView and CardView widgets along with the new Material theme. Since Twitter didn’t work on my phone, I started my own client: OpenFeed. It’s a work in progress and its functionality will be limited since Twitter’s API does not provide everything I need (i.e. I can’t load a conversation thread).

Feel free to browse through the code, download the project and run it on your emulator or device. Let me know what you think in the comments section.