Re: [android-developers] Re: Loading Android on Nokia N900 ?

2010-08-05 Thread vishal bhoj
There is a project android port to n990 http://gitorious.org/android-n900 On Fri, Aug 6, 2010 at 10:51 AM, JP joachim.pfeif...@gmail.com wrote: You'll be better off getting a regular Android device and flip the N900 on eBay/craigslist or wherever. The NexusOne is now available as dev

[android-developers] Re: Google wave invitations...?

2009-10-16 Thread vishal bhoj
Please , send one to me too :) On Fri, Oct 16, 2009 at 9:14 AM, Guru gurudut...@gmail.com wrote: I want it.Thanks very much! On Fri, Oct 16, 2009 at 9:11 AM, Kenneth Adam Miller kennethadammil...@gmail.com wrote: Who wants to be in Google wave? I have 16 invitations -- Thanks and

[android-developers] controlling the speed of the scroll

2009-09-18 Thread vishal bhoj
Hello, I have a Scroll list whose data are populated dynamically from the internet but due to the content populating is slow. I want to reduce the speed of the scroll in my application so that I can cache the required data. How can I reduce the scrolling speed for scrollview -- with regards

[android-developers] A Reflection View

2009-09-18 Thread vishal bhoj
Hello, I want to have a reflection of a whole viewgroup. Will it be possible to implement a reflection View which when layed below a surface, It gives a reflection of the above view group. Can this be implemented using opengles ? -- with regards vishal

[android-developers] content provider implementation

2009-08-24 Thread vishal bhoj
Hello Everyone, Can anyone explain the usage of selection and slectionargs in content provider implementation? It states that it filters the rows. Is it possible to filter based on substrings in the rows? example db entry has _DATA fun/abc/1 fun/abc/2 fun/abc/3 fun/xyz/1 fun/xyz/2 fun/xyz/3

[android-developers] android widgets on WVGA

2009-08-24 Thread vishal bhoj
Hello Everyone, I am trying to run widgets on wvga resolution emulator. But with such a wide screen I thought I could populate more number of widgets but looks like the same number of widgets would fill as in hvga screen. I have set the *ro*.sf.lcd_density=220; I could layout 3 clocks widgets;

[android-developers] Re: Problem in running the android sky widget

2009-07-15 Thread vishal bhoj
I am unable to find the androidmanifest file for Koxx branch . has someone tried to build it and use it from source . How can we get Jeffs code to work for international codes outside us. I hardcoded latitude and longitude in Jeff's code to lat=40.75, lon=74.37 but I dont get any output.

[android-developers] Re: Calender app on [emulator/custom devices]

2009-07-13 Thread vishal bhoj
are not public, so unfortunately right now you can't create anything that could be put on Market. On Sun, Jul 12, 2009 at 10:18 PM, vishal bhoj vishalb...@gmail.comwrote: Hi, Has anyone got the calender application running on emulator/ custom devices. Can we use the client.jar available

[android-developers] Calender app on [emulator/custom devices]

2009-07-12 Thread vishal bhoj
Hi, Has anyone got the calender application running on emulator/ custom devices. Can we use the client.jar available on http://android.git.kernel.org/?p=platform/frameworks/opt/com.google.android.googlelogin.git;a=summary and get calender app running ? -- with regards vishal

[android-developers] Re: How to decode large resolution Images

2009-05-06 Thread vishal bhoj
Can Anyone help me on this ? On Tue, May 5, 2009 at 6:31 PM, bhoj vishalb...@gmail.com wrote: Hello All, I want to decode high resolution pics something like 8 mega pixel images and view it. when I try to decode them I get out of memory exception. Decoding of single 8 mega pixel also fails

[android-developers] Decoding High resolution pics

2009-05-05 Thread vishal bhoj
Hello All, I want to decode high resolution pics something like 8 mega pixel images and view it. when I try to decode them I get out of memory exception. Decoding of single 8 mega pixel also fails . From the Imagamanager code and other post I could use BitmapFactory.Options inJustDecodeBounds I