Friday, November 3, 2017

Displaying SVG image in Android application

SVG - a markup language for scalable vector graphics, is intended for describing two-dimensional vector graphics in XML format.. In this article, we will display a SVG image on the ImageView.

Thursday, November 2, 2017

Snowy: Weight control

Snowy: Weight control - the convenient weight diary for your body control!




Stages of project development

In this article I will describe all the stages of development of projects through which I went through when creating my application


Saturday, December 21, 2013

Game: GeoVoyager

Inventor Phileas Fogg made ​​a trip around the world in 80 days. Such travel now you can make from the comfort of home or while standing in line for bread! Find out about the most unusual places and sights, explore the flags of the world, and most importantly test your knowledge - all this is now possible with the new fun game GeoVoyager.


Thursday, June 13, 2013

Create horizontal menu for Android-based applications

In this article I want to share one of the ways to develop a nice animated menu or text horizontal list.


Sunday, March 31, 2013

Programmatically change language in Android-application

Programmatically change language in Android-application
Sometimes it is necessary in the application provide an opportunity the user to change the language of the application, regardless of the locale device. In this article I will show you how to do it.

Friday, March 29, 2013

Gallery with ViewFlipper

Gallery with ViewFlipper Often in the development gallery in mobile applications from the developer is a problem out of memory when working with a lot of of images. In this article, we will develop the gallery, which will help prevent such messages as OutOfMemoryError or OutOfMemoryException.