Useful Android Libraries from Stfalcon.com

Useful Android Libraries from Stfalcon.com

Useful Android libraries from stfalcon.com

We have already shared with you some of our open source projects but it was a while ago and we have added some new stuff to our GitHub. This time it will be useful libraries for Android developers. We use them in our own work and they help to automate those small tasks you come across on a lot of projects.

How to create and publish your first Android library

How to create and publish your first Android library

How to create and publish your first Android library

Sooner or later every Android developer accumulates a fair amount of ready-made solutions and decides that it would be great to share them with the rest of the world. Unfortunately, most of us never get down to it since every solution should be turned into a separate library and put into a separate open repository. Plus, some tend to think that it’s all too complicated to even bother. Here I’d like to bust this myth since with Gradle coming into Android stack sharing your library with the world is much easier than it used to be.

Open source projects of studio stfalcon.com

Open source projects of studio stfalcon.com

Many companies providing web and app development services use open source solutions in their work. Studio stfalcon.com is not an exception: our favorite PHP framework Symfony2 is distributed under free software license from MIT. That’s why we are trying to contribute to open source projects and pay back to the community

Gitorious install on Debian Squeeze

Gitorious install on Debian Squeeze

Gitorious install on Debian Squeeze

Gitorious is a repositories hosting based on a distributing version of Git control system. This is the second popular service after Github. The source code for the project is available on the AGPL license. AGPL claims that the modified source code of the application would remain available to users on the network. I.e. if you make any changes to your Gitorious installation — all changes should be available to its users.

A plug-in for fast image loading in MarkItUp

A plug-in for fast image loading in MarkItUp

A plug-in for fast image loading in MarkItUp

Let's talk about writing a plug-in for the markItUp WYSIWYG editor. The task of the plug-in should be quick and easy loading of images to the server to be inserted into a text afterwards (in the form of img tag).