[android-beginners] displaying progressbar

2009-01-21 Thread baba vali
am getting thumbnail from an url and displaying in listview i may get more than 30 images or so at a time while geting these thumbnail screen goes black instead of that i want to display progress bar i have checked topics related to progress bar but it is not working for me i have used this code

[android-beginners] download audio file

2009-01-09 Thread baba vali
hi all, can anyone tell me how to download audiofile save it to local file. thanx. --~--~-~--~~~---~--~~ 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@goo

[android-beginners] problem loading images from local file

2009-01-08 Thread baba vali
hi , i am loading images from the loacal file (data/data/myPackage/files/fileName) i have used decodeFile() the application is getting crash getting outOfMemory error i have also tried with decodeByteArray() still it crashes can anybody help me to sort out this thanks i am loading images from t

[android-beginners] Re: problem getting the files

2009-01-06 Thread baba vali
the images are only thumbnails so it cant b big sizes i am getting this after loading 15 0r 16 files 01-07 11:22:56.603: ERROR/dalvikvm-heap(198): 1572864-byte external allocation too large for this process. 01-07 11:22:56.603: ERROR/(198): VM won't let us allocate 1572864 bytes 01-07 11:22:56.61

[android-beginners] problem getting the files

2009-01-06 Thread baba vali
hi all, i am getting images and displaying them from the local files(data/data/mypackage/file) thru bitmap then i am facing error like this 01-06 20:55:02.879: ERROR/AndroidRuntime(1008): java.lang.OutOfMemoryError: bitmap size exceeds VM budget 01-06 20:55:02.879: ERROR/AndroidRuntime(1008):

[android-beginners] get the images from media/internal/images/media

2009-01-03 Thread baba vali
hi all, i want to get the images from media/internal/images/media and display them can anyone help to do this --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send ema

[android-beginners] diaplay images

2009-01-03 Thread baba vali
hi all, i want to get and display all the images in the internal memory ie i want to get the pictures taken from the camera and assess them can anyone help me to do this thanks in advance --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] ContentResolver

2009-01-02 Thread baba vali
hi all, i have integrated this part of code from the sdk to save images // Save the name and description in a map. Key is the content provider's // column name, value is the value to save in that record field. ContentValues values = *new* ContentValues(3); values.put(MediaStore.Images.Media.*

[android-beginners] Re: problem with Srolling in listview

2008-12-30 Thread baba vali
hi all, i am getting scrolling now i am displaying a image and text in the Listview in each row i am adding different images and names when i scroll down it is dynamically adding next row where i could not get text and when i scroll back to first row i am losing text of all the row earlier i hav

[android-beginners] problem with Srolling in listview

2008-12-29 Thread baba vali
hi all, i have my application using listview i have written my own Listadapter metod to diaplay output in listview which extends BaseAdapter which is List8 example in sdk but i am unable to get scrolling. In xml file i have button at top and used Linear layout at the bottom this is my total code

[android-beginners] ToolBar

2008-12-27 Thread baba vali
Hi all, is there any option to display toolbar on the screen thanx in advance --~--~-~--~~~---~--~~ 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@googlegr

[android-beginners] Re: Scrollig in Listview

2008-12-26 Thread baba vali
> > > i dont have any errors in the log file i can see scroll bar but scrolling is not done help me out --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email t

[android-beginners] MenuBar

2008-12-26 Thread baba vali
hi all, i want to put menubar in the listview display different button in the menu can anyone guide me how to do this regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to th

[android-beginners] Scrollig in Listview

2008-12-26 Thread baba vali
hi all i am displaying my output in the listview when the listed items exceeds activity page the listview should automaytically set scrolling but my output is not scrolling pls help me out of this problem i am using the example of ListActivity in sdk regards --~--~-~--~~

[android-beginners] installation error

2008-12-25 Thread baba vali
hi all, i am getting istallation when i run my application it is unable to install the application on the emulator [2008-12-25 20:34:12 - ListFiles] Installation error: -11 12-25 20:34:04.509: ERROR/installd(27): dexopt requires 3 arguments (2 given) 12-25 20:34:04.519: WARN/PackageManager(50):

[android-beginners] Scrollig in Listview

2008-12-25 Thread baba vali
hi all i am displaying my output in the listview when the listed items exceeds activity page the listview should automaytically set scrolling but my output is not scrolling pls help me out of this problem i am using the example of ListActivity in sdk regards --~--~-~--~~

[android-beginners] Problem with listview

2008-12-24 Thread baba vali
hi all, i am displaying names on a listview which i am getting values from an arraylist and i am displaying it by using setListAdapter(*new* SpeechListAdapter(*this*)); creating my listadapter which extends Base Adapter i am doing this i am able to acheive what i need i also want to display

[android-beginners] Problem with listview

2008-12-24 Thread baba vali
hi all, i am displaying names on a listview which i am getting values from an arraylist and i am displaying it by using setListAdapter(*new* SpeechListAdapter(*this*)); creating my listadapter which extends Base Adapter i am doing this i am able to acheive what i need but i am not getting sc

[android-beginners] Problem with listview

2008-12-22 Thread baba vali
hi all i am not getting scrolling in listview can anyone help me regards --~--~-~--~~~---~--~~ 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] problems with listview

2008-12-19 Thread baba vali
hi all, i have problem with listview i want to get white background i am getting gray color in the list and also scrollbar is not working in the listview can please anyone help me out this regards --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Re: Intent

2008-12-06 Thread baba vali
thanx MarkMurphy the code suggested by u worked for me --~--~-~--~~~---~--~~ 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.com To unsubscribe

[android-beginners] Intent

2008-12-06 Thread baba vali
hi all, Intent intent = *new* Intent(); intent.setClass(ListSelected.*this*,Data.*class*); i am using above code to move to the next class but at the same time i have to pass string to the data class which was used for further process. like when i press a text from a list i want ot pass t

[android-beginners] Fwd: Soap Parsing

2008-11-28 Thread baba vali
-- Forwarded message -- From: baba vali <[EMAIL PROTECTED]> Date: Fri, Nov 28, 2008 at 3:48 PM Subject: Soap Parsing To: android-beginners@googlegroups.com hi all, i am very new to java and Android i am writing code for parsing Soap Xml the xml file is like this

[android-beginners] Soap Parsing

2008-11-28 Thread baba vali
hi all, i am very new to java and Android i am writing code for parsing Soap Xml the xml file is like this http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd=" http://www.w3.org/2001/XMLSchema"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xmlns=" http://schema.cloudengines.com/sc

[android-beginners] Re: Soap Xml parsing

2008-11-27 Thread baba vali
hi all, > > can anyone share the code for parsing Soap Xml to get data from it > > > > http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd=" > http://www.w3.org/2001/XMLSchema"; xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"; xmlns=" > http://schema.cloudengines.com/schema/2008";> > >

[android-beginners] Soap Xml parsing

2008-11-26 Thread baba vali
hi all, can anyone share the code for parsing Soap Xml to get data from it http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd=" http://www.w3.org/2001/XMLSchema"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xmlns=" http://schema.cloudengines.com/schema/2008";> da17923ae45b0b5

[android-beginners]

2008-11-25 Thread baba vali
hi all i am tring to read doc,ppt,xls files i am able to read only txt files some body shud have done can anybody tell me that regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To po

[android-beginners] Ms Office

2008-11-24 Thread baba vali
hi all, can anybody share the code to open the Ms-Office(ppt,xls,doc..) i have been trying on that for whole 2day but cant get it can anyone help on tat regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Andr

[android-beginners] not able to play video files

2008-11-20 Thread baba vali
hi, i am beginner working over android from 3 weeks i want to play video i am tring to play video files(3gp,mp4) from local files or from a url i am not able to get succed getting mediaplayer error(-38,0) (-1,0) can anyone share the code thanx in advance --~--~-~--~~~

[android-beginners] Problem playing video

2008-11-18 Thread baba vali
hi all I'm getting crash signatures when trying to play a .3gp or .mp4 file. here is that INFO/DEBUG(494): pid: 606, tid: 644 >>> org.apache.android <<< INFO/DEBUG(494): signal 11 (SIGSEGV), fault addr 0050 INFO/DEBUG(494): r0 0011d2c0 r1 r2 4b64 r3 42c8de88 INFO/DEBUG(494):

[android-beginners] how to share data

2008-11-14 Thread baba vali
hi how to share a data between different android aplicatiions regards --~--~-~--~~~---~--~~ 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.com

[android-beginners] Soap request

2008-11-05 Thread baba vali
h ifriends, when i am sending this soap thru get method i am getting URISyntaxException can anyone sort this out pls http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance";>

[android-beginners] Saop request

2008-11-05 Thread baba vali
URISyntaxException --~--~-~--~~~---~--~~ 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.com To unsubscribe from this group, send email to [EMAIL

[android-beginners] log on to web page

2008-10-31 Thread baba vali
hi friends, i am a beginner in android i am developing a application on login to web i have created an HttpGet object passing Url to the constructor, and passed object to HttpClient.execute which in turn gives HttpResponse. HttpResponse gives InputStream object, so this as a simple String, i

[android-beginners] Re: browse localhost using android emulator

2008-10-27 Thread baba vali
On Mon, Oct 27, 2008 at 5:10 PM, Mark Murphy <[EMAIL PROTECTED]>wrote: > > mushimi wrote: > > I am using Apache server with port 80 as localhost. > > > > Google Chrome can access that localhost, but Android emulator failed > > (saying the web page might be temporarily down or moved). > > The Andro

[android-beginners] user input

2008-10-21 Thread baba vali
hi anyone have program to get input from the user regards --~--~-~--~~~---~--~~ 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.com To unsubscr

[android-beginners] TextSwitcher

2008-10-20 Thread baba vali
hi "mSwitcher.setText(String.valueOf(mCounter));" i have using textSwitcher and this line doesnt get executed we want to get multiple values to be displayed continuosly we r getting only one output can anyone help regards --~--~-~--~~~---~--~~ You received this mes

[android-beginners] TextSwitcher

2008-10-20 Thread baba vali
hi how we can use TextSwitcher i have tried many ways but getting errors do u have any example on that regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send ema

[android-beginners] Re: no resource found that matches the given name (at 'text' with value '@string/dialog_activity_text')

2008-10-18 Thread baba vali
"dialog_activity_text" in the place of string value give this u vl get --~--~-~--~~~---~--~~ 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.com

[android-beginners] aapt tool

2008-10-15 Thread baba vali
hi can u tell me abt aapt tool and how to run it which i have found in the comments of "R.java" like "aapt tool from the resource data it found " regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Begin

[android-beginners] Re: problem in coding

2008-10-13 Thread baba vali
> hi > i have used IDE and ANDROID WIZARD but when i modify > my string.xml i didnt find it is updated in R.java file and also > i find error in the code with the updated fstring like > "R.string.repeating_scheduled cannot be resolved" > Regards --~--~-~--~~~---~--~-

[android-beginners] Re: problem in coding

2008-10-13 Thread baba vali
hi i have used IDE and ANDROID WIZARD but when i modify my string.xml i didnt find it is updated in R.java file and also i find error in the code with the updated fstring like "R.string.repeating_scheduled cannot be resolved" --~--~-~--~~~---~--~~ You received this

[android-beginners] Re: problem in coding

2008-10-12 Thread baba vali
hi how can we configure strings.xml is it that just by saving strings in string.xml it will be updated automaticallj in R.java Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To pos

[android-beginners] problem in coding

2008-10-08 Thread baba vali
hi how can i resolve this problem in my code. "R.string.repeating_scheduled cannot be resolved" regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to a

[android-beginners] Re: Landscape mode for the Emulator?

2008-10-08 Thread baba vali
can we modify manually strings.xml in values folder --~--~-~--~~~---~--~~ 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.com To unsubscribe fro

[android-beginners] Re: problem installing updates for ADT

2008-10-07 Thread baba vali
ok thanx --~--~-~--~~~---~--~~ 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.com To unsubscribe from this group, send email to [EMAIL PROTECTE