Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 729 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 729 Bytes

ResumeApp

I created this app while trying to get myself familiar with some android apis that I didn't engage with.

First there is the retrofitrxcomponentarch package I used :

  • PagedList
  • Paging library

This is the only package I'm proud of how the code is written and its archeticture 'cause This was the most important concern while I was writing this package

Then comes the mediaplayer package I Learnt almost all about mediacompat and exoplayer.

In The alarm package I only was reminding myself of how the broadcastreceiver works.

In The imageeditor package I was learning camera2 api and trying some filter libraries.