[android-developers] Re: Image manipulation

2009-03-18 Thread Pratik Goswami
Hi mark, Not a single one, if third-party JARs are available then also it wont be compatible with SDK 1.0 i think. Have you any idea?? Is there any class in android which can be used for this? Thanks Pratik Goswami. On Mar 18, 4:55 pm, "Mark Murphy" wrote: > > I

[android-developers] Image manipulation

2009-03-18 Thread Pratik Goswami
Hello Friends, I want to convert my image to black and white. As well i want to apply different image manipulations operations like brightness, contrast etc.. Can anyone tell me how to achieve this functionality? Thanks in advance. Pratik Goswami

[android-developers] Null Pointer Exception while creating table

2008-09-29 Thread Pratik Goswami
hi, I have implement this example. but i got an error. I have write the code just for create database, create table, insert values in it. When I run application it displays nothing. But when i tried to open my database from command prompt Like: ls data/data/MyPackageNm

[android-developers] Intermediate server Problem

2008-09-28 Thread Pratik Goswami
Hi I m developing an android application to uploads photos to picasa web album and i have to develop intermediate server to handle all request- response between picasa web album server and my mobile client. I have made three servlets on intermediate server side Login, Album and Photos. Login for

[android-developers] how to add button at the end of list.

2008-09-26 Thread Pratik Goswami
hi All, I have an list of files with check box. Now i want to put a button at the end of the List. My Lay out is custom and i follow the checkboxified example to display list with check box. In that, List view is there. So please tell me how can i Put button at the end of the List. Than

[android-developers] To get Images in Drawable Resources.

2008-09-25 Thread Pratik Goswami
Hi all, Actually i want to make an application in which, i want to display image name with image preview or resized image and check box in list format. I have already displayed image Name and check box to gather with help of checkboxified example of android cummunity. I dont

[android-developers] Re: Image listing

2008-09-20 Thread Pratik Goswami
} } Please tell what to do and HOW. Please Do help As soon as possible. Thanks. On Sep 18, 11:55 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > Check out the sample code for ListView with Photos and ListView with > checkboxes at ApiDemos/Views/Lists/Sing

[android-developers] Android will support different API?

2008-09-19 Thread Pratik Goswami
hello friends.. I have several questions to ask.. 1. Can i use the different API (e.g. Gdata or Flickr ) to develop any Android application ? 2. Is the APK file work as Executable for Android phone? 3. Will my final application bind the API(jar) inside APK file? means that APK file will automat

[android-developers] Image listing

2008-09-18 Thread Pratik Goswami
Hello friends. I have to develop an application in which user can upload to their photos to social networks. But i m facing problem, I will have to show all images from phone memory and from sd card in list format with checkbox, thumbnail and paging facility. I m new to android. Can any one give m