[android-developers] Flickr upload API hangs in emulator

2010-03-30 Thread Joseph Sebastian
Hi, I am trying to develop a flickr photosharing application. I have used the flickr C library flickcurl-1.7 The flickr api for uploading a snap hangs in the emulator.But the same api is working fine in any linux platform. To get more clarity, i opened the flickr.com site in the

Re: [android-developers] Re: problem with OnclickListener in Gridview

2010-03-03 Thread Joseph Sebastian
) { //What all things to do on clicking the item; } }); } On Mar 3, 10:06 am, Joseph Sebastian joseph.sebastian.andr...@gmail.com wrote: Dear friends, I am facing a problem with the onclicklistener in GridView. I am creating a folder

[android-developers] problem with OnclickListener in Gridview

2010-03-02 Thread Joseph Sebastian
Dear friends, I am facing a problem with the onclicklistener in GridView. I am creating a folder browser for my ImageViewer.I want to create a custom folder icon that is formed from 4 bitmaps of which 2 are of the any two images in the folder. So i created an EfficientAdapter that extends a