[android-beginners] An important thing to know about live folders..

2009-05-23 Thread n5r11
This should really be posted as a comment to Romain's blog post about Live folders: http://android-developers.blogspot.com/2009/04/live-folders.html But, since comments are disabled (Oh, why?!), I'll have to do it this way. An important thing: If you create a new activity, just for your live

[android-beginners] Re: Is there an easy way to make EditText look like TextView but still behave like EditText?

2009-05-20 Thread n5r11
:02 PM, n5r11 nikolaradosavlje...@gmail.com wrote: Okay, this is the third time I'm sending this.. I hope it will finally deliver. On 17 мај, 14:39, Nikola Radosavljevic nikolaradosavlje...@gmail.com wrote: Hello there, I want an EditText to look like TextView but still behave like

[android-beginners] Re: SQLite + Cursor + getDate()

2009-05-19 Thread n5r11
There is another way.. and read/write date as milliseconds from/to the database. Here are the methods to work with that value: Date date = new Date(); //or new Date(long millis); date.setTime(millis); //for now, use: System.currentTimeMillis() int millis = date.getTime(); DateFormat df =

[android-beginners] Re: Porting Qt applications on Android

2009-05-18 Thread n5r11
I realy don't think so.. Have a look at the architecture: http://developer.android.com/guide/basics/what-is-android.html On 18 мај, 11:05, Vaidya vaidya...@gmail.com wrote: Hi, Is it possible to port an application (C/C++ platform) developed using Qt on Android? Can the C shared libraries