Showing posts with label library. Show all posts
Showing posts with label library. Show all posts

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.

2014/08/08

Static map library


Have you ever used Google Static Map API? Let me introduce static-map android library based on this great service.

This is open source software, so you are welcome to get source code at github project page. Also, feel free to create issues regarding bugs of improvement suggestions. I can't promise I'll resolve them asap, but I'll try to find time for that =)


Google Static Maps service


Google Static Map API documentation is available here. Please, read it first if you are not familiar with service requirements and differences. Also, you can find usage limits and support there.