[android-beginners] Re: Good resource on how to do android game development

2008-12-02 Thread Sudha
hi any idea how the back key should work in G1 ? is it like brew clear key ? or exit the game ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-be

[android-beginners] Re: How to insert image

2008-11-19 Thread Sudha
hi 1.You have to use the file class and give the sdcard path . get the filenames in the File array. 2.Using the file names you have to get a fileInputStream. Try to use the Gallery widget to display( chek in sample pgms). 3.when you are clicking on the Gallery get that image agian and show in a z

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-11-16 Thread sudha
Hello Dana, I have a j2me application I have coverted the application to .apk format through J2me MIDP Runner. once the app is loaded in the emulator I am unable to delete it from the emulator. Plz help me, its urgent. Thanks Sudha Gupta On Nov 14, 2:41 pm, "Dana Li" <[EM

[android-beginners] Re: Adding a new app developed in J2ME to Android SDK 1.0

2008-11-11 Thread sudha
Hi Dana, does Android1.0 supports jsr75 and jsr120 On Sep 29, 3:46 pm, vinay <[EMAIL PROTECTED]> wrote: > Hi Dana, > > What are the JSR's Supported byAndroid1.0supports? > > Thanks, > Vinay > > On Sep 29, 9:11 am, "Dana Li" <[EMAIL PROTECTED]> wrote: > > > Hi Kirti, > > > It will handle the same

[android-beginners] Menu key Problem

2008-11-09 Thread Sudha
hi all I am developing a music application.. When the music is playing I am pressing the red key.then soudn is getting stopped. then if I press the Menu key it will show the locked screen.. but my application is running an dmusic was playing. is there any way to detect the menu key press in the a

[android-beginners] Re: : how to store a image in database

2008-10-22 Thread Sudha
I am using apcahe tomcat and loaded some images in the examples folder andI am taking that images only as inputstream thnaks for your suggesion --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" grou

[android-beginners] Re: : how to store a image in database

2008-10-16 Thread Sudha
Hi I stored the images in the sqlite as byte[] but when I retrive it and convert to bitmap.decodebytearray it shows skia exception !!! dont know whta to do ? if u could solve it plz reply --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-beginners] Re: Sending MMS messages

2008-10-15 Thread Sudha
that means there is no support to send mms in android phones ? else help us --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups

[android-beginners] Re: Sending MMS messages

2008-10-14 Thread Sudha
import android.telephony.gsm.SmsManager As per me (I havent tried) we have to convert the receiving array back to the format... But I guess in this present situation of bitmap converioon skia error may come... Experts plz reply --~--~-~--~~~---~--~~ Y

[android-beginners] Re: How to run j2me application in j2me runner

2008-10-14 Thread Sudha
hi thanks for your reply I did the imstallation now the icon is also coming but the build is not getting run... it shows a grey color screen when I clik on the icon. I used one motorola j2me build tried others also no effect --~--~-~--~~~---~--~~ You received this

[android-beginners] How to run j2me application in j2me runner

2008-10-14 Thread Sudha
hi I would like to run a j2me application in the j2merunner. I tried to put the url for getting the jad and jar but it showls exception null plz help me --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginne

[android-beginners] Re: Sending MMS messages

2008-10-14 Thread Sudha
Hi I have the same doubt We are having sendDataMessage() to send the mms (I guess) but it is sending in the form of byte[]. So my conclusion is that we can send mms if there is corresponding mms receiver in the other end (writen by ourself) Plz correct me if I am wrong --~--~-~--~~---

[android-beginners] Re: both sdks

2008-09-23 Thread Sudha
overwritten or elsewhere.  i.e. Java libraries > >   Thanks! > > On Sep 23, 7:02 am, Sudha <[EMAIL PROTECTED]> wrote: > > > > > Yes..sure > > > On Sep 23, 2:05 am, Greg Molnar <[EMAIL PROTECTED]> wrote: > > > > I have the previous version o

[android-beginners] Re: both sdks

2008-09-23 Thread Sudha
Yes..sure On Sep 23, 2:05 am, Greg Molnar <[EMAIL PROTECTED]> wrote: > I have the previous version of the sdk installed.  I would like to keep that > and also install the new version.  I want to be able to still use code > created under the old version.  Is that possible?  Would it work if I >

[android-beginners] Removal of javax.microedition.lcdui.Graphics

2008-09-10 Thread Sudha
I was using M5 .Now I switched my application to SDK 0.9. I am getting the error on eclipse that the import javax.microedition.lcdui.Graphics cannot be resolved. In my program I am using the Graphics.TOP|Grpahics.LEFT. Can any one help me to find whether that option is removed , why and anywhere