Tuesday, December 14, 2010

Display password in EditText in android application.

It took me a while to find a way to display dots in the password edit text field. 

I've expected something simple as property displayAsPassword in Flex. In the xml, yes, it is very simple, just write android:password = "true", but I was working on generating forms on the fly where I needed to set password property dynamically.

//So here is solution:
formField.setTransformationMethod(PasswordTransformationMethod.getInstance());

Sunday, December 12, 2010

Android widget for Leprosorium.ru. Update.

I have released first beta version of the android widget for Leprosorium.ru community.

I have made widget's configuration accessible form the launcher, so you dont need to remove and add widget again to just change one option in configs.

Tuesday, December 7, 2010

Android widget for Leprosorium.ru

Don't be afraid by the name of website :) It is just closed russian community of creative people.
I have created simple widget which shows basic information from the user's profile. First number is a user's score or, so call, karma. On the second button widget displays number of favorites post and unread comments. And third button shows number of messages in "inbox" or direct messages. Click on each button will open page the browser.
Also widget will show notification once it receives new message. 

Also widget has configuration which will be opened on start of the widget. It allows to configure  frequency of updates and type of internet connection (WiFi or GPRS) which will be used to receive updates. Unfortunately, there is only on russian version.
This widget is still in closed beta testing. I hope it will be released very soon.

Sunday, June 27, 2010

Friday, April 23, 2010

Text component with active urls links.

Working on Twits Around Me project I faced a problem, how to make urls text like as an active links. Even using htmlText property, url in the text doesn't appear like link. So I have created my component called HyperLinkText, here is examples how to use it:


I hope you will find it useful and save your time in the future. Here is HyperLinkText.as on my cloud.

Tuesday, April 20, 2010

Twits Around Me: revamped and extended.

This is latest version of my previous experiments with Twitter API and Google Maps. I have added search options where you can optimize your search criteria. And now it is possible browse all twits in one list.

In the next release, I am going to implement live-stream-update feature. Please try and leave your comments.


Saturday, April 17, 2010

Thursday, April 15, 2010

Monitoring twits from Iceland in "Twits at Location"

I just checked what are people twitting in Iceland and of course most of twits about eruption.

Check photos from link in twit. It is amazing. Last time this volcano was erupting for 3 years, 1821-1823. Just imagine rain for 3 years. :)


Monday, April 12, 2010

distance_of_time_in_words on AS3

Every RoR developer familiar with function distance_of_time_in_words, name of this function is self-explaining. I've been looking for similar function in AS3 world, I found few pieces of code on StackOverflow, but it was not what I needed. Eventually I've ported it on AS3 by myself. This function is already in use on twits info window.

Update: On Stack Overflow I found very useful class called TimeSpan. I just added my function to this class. Check it out.


Sunday, April 11, 2010

Twitts at selected location: continue playing with twitter API and Google Maps

I have continued playing with twitter API and Google maps. In this version you could select any place on the map and receive recent twitts from the selected location. For example, lets check latest 50 twitts from Vatican city:

Or who is twitting around Hamlet castle in Denmark:

Or finally, lets check what people are twitting around my location:

Now you try. I will appreciate if you leave comments or feedback.


Wednesday, April 7, 2010

Twitts around me: experiments with Twitter API and Google Maps

This is a small experiments with Twitter's API and Google maps. You can observe twitts in 50km around your current location. Source code I will post later.

Monday, February 15, 2010

Foller.me service on AIR

This time I would like present Adobe AIR application for Foller.me service. This application will help you to get more detailed information about specific twitter user. On the screenshot below you can see information about twitter user "denisvolokh" :) Also you can enter several usernames separated by comma.
Give it a try.

Tuesday, February 2, 2010

AIR browser for Calvin and Hobbes comic strips

I believe you know this kid and his imaginary friend, stuffed tiger :) I've made this simple AIR app for browsing all comics strips (3000+) about Calvin and Hobbes. I hope you will enjoy my app.

You can download this app here.