2015/03/02

PLUA Cards


As I described in previous post, I was working on some application for personal purposes. Finally, I finished and want to share it with you.

I developed the application to play with android lollipop new API in the one hand and to help me in learning of foreign words in other hand. I published it into PlayStore with hope that it can be helpful for somebody (and of cause to add link to the app into my CV :)



The idea


Since I relocated to Poland I have been learning Polish. And the most big problem for me is my lexicon. I decided to develop some application with flashcards to learn new words. So, here is it.



2015/01/14

Spots progress dialog


During development of android application with material desing for my personal purposes, I have implemented some progress dialog with custom progress indicator. I think somebody will like it and want to use in his apps.

So, I decided to extract this dialog into standalone android library and upload it to maven central repository. As always you can find source code at my github and make whatever you want with them.


How it looks like


To be honest I saw this progress indicator at some splash screen (don't remember which soft exactly) and decided to implement something similar.



You can install sample application to check how it works by yourself.


Source code available at GitHub page.