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.



2014/08/04

Configure android build environment on remote host


Often it's needed to configure CI build server for android development process. There is no problem with that if you have physical access to machine. But what if only SSH access is allowed and you are not able to run programs with UI?

Below is short instructions how to install and configure required software using command line only.

Well, my CI server is based on Ubuntu linux, so all code examples present in this article is correct for ubuntu-like operation systems. But I'm sure it won't be a real problem for you to find similar commands for your OS.