[android-beginners] listview item click

2009-11-18 Thread jaimin mehta
hi. i have a ListView and in that i have ImagView now i want i Click event of ImageView when i Click First time on the image. But right now i get Click event of Imagview when in get clicked second time on the imagView On first time listview is selected . But i want a Click event of Imageview

[android-beginners] Listview item Click

2009-11-18 Thread jaimin mehta
hi. i want a Click event of Listview Item means i have Listview in that one TextView and ImagView is there so i want to know Click event of the ImageView . But right now i When i click in ImagView than First listview is selected and aftare second Click i get Click Event of Imgaview.But i want a

[android-beginners] Jaimin's Birthday Calendar

2009-08-31 Thread Jaimin Mehta
Hi I'm setting up a birthday calendar and need your help. Just click on the link below and enter your birthday details. (It's quick, easy, and you can keep your age a secret.) http://www.birthdayalarm.com/bd2/85580695a218396311b1478139794c450066205d1386 Thanks Jaimin

[android-beginners] convert some fonts into utf-8

2009-03-06 Thread jaimin mehta
hi . i have a problem related fonts in my application . in my application i have created xml file . and i have load that xml file through webView but when my xml file load through webView some words of my xml file is not seen properly and it display ? and all that stuff instead of my real word so

[android-beginners] Re: how can i upload audio file into res/raw folder

2009-02-10 Thread jaimin mehta
thanks for the reply i will try that thing On Tue, Feb 10, 2009 at 11:15 PM, Dave Sparks davidspa...@android.comwrote: You can't upload your audio file into res/raw. You can place an audio file in the res/raw folder when you compile your code and aapt will compile it into the APK along with

[android-beginners] Re: image size

2009-01-29 Thread jaimin mehta
thanks a lot it works very well. On Fri, Jan 30, 2009 at 12:27 AM, James Yum j...@google.com wrote: Hi, You should set your ImageView to fill_parent. You can then choose a scale type depending on your needs:

[android-beginners] Re: sqlite database

2009-01-22 Thread jaimin mehta
i tried also that code which u suggested but it also not work .error is data base is not found ? so any other solution? thanks. jaimin On Thu, Jan 22, 2009 at 6:15 PM, snehal kedar snehalke...@gmail.com wrote: yes u can see the database from command prompt adb shell #sqlite3 dbname

[android-beginners] Re: sqlite database

2009-01-22 Thread jaimin mehta
at 10:51 AM, snehal kedar snehalke...@gmail.comwrote: jaimin, tell me how did u create the database. if u have created using the sqlite commands it sure must b present . On Fri, Jan 23, 2009 at 10:48 AM, jaimin mehta jaiminmeht...@gmail.comwrote: i tried also that code which u suggested

[android-beginners] Re: sqlite database

2009-01-22 Thread jaimin mehta
, 2009 at 10:59 AM, jaimin mehta jaiminmeht...@gmail.comwrote: yes i have created database useing sqlite3 command. here is my code public static final String KEY_TITLE = title; public static final String KEY_BODY = body; public static final String KEY_ROWID = _id; private static

[android-beginners] Re: add some images in emulator

2009-01-15 Thread jaimin mehta
hi birdy put ur images in resdrawableby cliking rightclick on the mouse and select the import option and select the path On Fri, Jan 16, 2009 at 12:29 PM, birdy birdy.f...@gmail.com wrote: HI all: I want add some images in emulator and show in Pictures. 1.Please tell me which folder in