Skip to main content

Posts

Showing posts from July, 2015

Pinpic : a new mobile app

I am happy to announce that I have published a new application on Google Play, named as Pinpic. It is under photography category. It is a very useful and user-friendly application to specialize photos by pinning anything on them. What it does may seem quite common but in practice it has new and unique features. What are they? Well. Pinpic enables users to write on pictures as many as they want with different properties. Their style(e.g. italic, bold, text color, alignment etc) are easily configurable. It not only has great fonts for latin alphabet but also supports Cyrillic, Hangul, Katakana and Hiragana with many fonts. What if I want to use my own drawings on a photo? Pinpic is here for you. You can draw any thing as many as you want. By resizing, changing thickness and color of lines, drawing style; you can make your drawings more enthusiastic. This feature is just on the way. Wait, there is more. Motifs are great arts to pin on your photos. They will definitely create so cool

[Android] How to fill outside of drawing with Paint

Android provides many drawing actions via paint. It has several features which provide great flexibility. I have needed a feature nowadays, such that a user can draw shapes or lines. At the end of the job, a user should be able to change color of outside part of drawing. Figure 1 : Example output For this picture, the drawing is obvious, its color is black. Filled place is the whole view that contains the drawing but the shape itself and its inside. The code below will result this functionality when used in onDraw() method: