[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

myProgressDialog = ProgressDialog.show(TestLayout.this,
 Please wait..., Doing Extreme Calculations...,
true);

   new Thread() {
public void run() {
 try{
  // Do some Fake-Work
  sleep(5000);
 } catch (Exception e) {  }
 // Dismiss the Dialog
 myProgressDialog.dismiss();
}
   }.start();

it is displaying progress bar replacing the black screen but in the listview

the thumbnails r added later when ie i do scrolling only and some images r
missing

pls can anyone help me to sort out this problem
thanks

--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 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

--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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): at
android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
01-06 20:55:02.879: ERROR/AndroidRuntime(1008): at
android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:304)
01-06 20:55:02.879: ERROR/AndroidRuntime(1008): at
android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:328)
can anyone help out of this

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 unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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.613: DEBUG/skia(198):  allocPixelRef
failed
01-07 11:22:56.623: DEBUG/AndroidRuntime(198): Shutting down VM
01-07 11:22:56.623: WARN/dalvikvm(198): threadid=3: thread exiting with
uncaught exception (group=0x40010e28)
01-07 11:22:56.623: ERROR/AndroidRuntime(198): Uncaught handler: thread main
exiting due to uncaught exception
01-07 11:22:56.653: ERROR/AndroidRuntime(198): java.lang.OutOfMemoryError:
bitmap size exceeds VM budget

this is the one i am facing i am loading images from server more than 30 or
40 with the Bitmap only
there i am not facing any problem i am facing this OutOfMemory error only
when i load from local files

--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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.*DISPLAY_NAME*, name);

values.put(MediaStore.Images.Media.*DESCRIPTION*, Fotos from server);

values.put(MediaStore.Images.Media.*MIME_TYPE*, image/jpeg);

// Add a new record without the bitmap, but with the values.

// It returns the URI of the new record.

*try* {

Uri uri = getContentResolver().insert(MediaStore.Images.Media.*
INTERNAL_CONTENT_URI*, values);

// Now get a handle to the file for that record, and save the data into it.

// sourceBitmap is a Bitmap object representing the file to save to the
database.

OutputStream outStream = getContentResolver().openOutputStream(uri);

b.compress(Bitmap.CompressFormat.*JPEG*, 50, outStream);

outStream.close();

} *catch* (Exception e) {

Log.*e*(Saved Images, exception while writing image, e);

}

when i am running the code i am getting exception like

01-02 19:27:10.973: ERROR/DatabaseUtils(142):
java.lang.UnsupportedOperationException: Writing to internal storage is not
supported.
01-02 19:27:10.973: ERROR/DatabaseUtils(142): at
com.android.providers.media.MediaProvider.generateFileName(MediaProvider.java:1117)
01-02 19:27:10.973: ERROR/DatabaseUtils(142): at
com.android.providers.media.MediaProvider.ensureFile(MediaProvider.java:841)
01-02 19:27:11.063: ERROR/Saved Images(27360):
java.lang.UnsupportedOperationException: Writing to internal storage is not
supported.

pls help me out of this

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@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 have said i have modified list8 example
but i am using list7 now

this is the problem i am facing with scroling
can anyone help 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 from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 i am unable to get
scrolling i am facing this problem quite
a long time i have tried many options like
putting scrollview and writing scroll enabled methods
but i am able to do that

can anyone help me out of this

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@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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

--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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

--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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): Package couldn't be installed
in /data/app/com.android.pogoplug.apk

the error report is like above from console and logcat

can anyone help me to sort this out

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 unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 scroling when the names displayed

exceeding screen size defaultly listview is scrollabe

but i am not getting scrolling

can pls anyone help me out of this

i am unable to solve this tryingit from many days

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 unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 icon for each row

how can i do that

can pls anyone help me out of this

i am unable to solve this tryingit from many days

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 unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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

the position of the text in the list



can someone help me out of this



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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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

?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
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;
soapenv:Body
listServicesResponse
services
service
deviceidda17923ae45b0b55f89eba6cd850b026/deviceid
serviceid0/serviceid
sclass1/sclass
typexce:webdav/type
nameCloud Engines/name
versionLINUXKUROPRO0.9.9.62/version
device
deviceidda17923ae45b0b55f89eba6cd850b026/deviceid
typexce:unknown/type
nameKUROBOX-PRO/name
/service

service
deviceid1234567890987654321/deviceid
serviceid4/serviceid
sclass45/sclass
typetype_web/type
nameGmail/name
versionunixKUROPRO0.9.9.62/version
device
deviceid1234567890987654321/deviceid/device/service
/services/listServicesResponse/soapenv:Body/soapenv:Envelope



i am able to get the service name device name fronm one service name from
one service
i have to get same when i have multiple service under services tag

can help me out of these i have attached my code to this mail

pls help me out of this

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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



Parsing_XML.rar
Description: Binary data


[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

?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
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;
soapenv:Body
listServicesResponse
services
service
deviceidda17923ae45b0b55f89eba6cd850b026/deviceid
serviceid0/serviceid
sclass1/sclass
typexce:webdav/type
nameCloud Engines/name
versionLINUXKUROPRO0.9.9.62/version
device
deviceidda17923ae45b0b55f89eba6cd850b026/deviceid
typexce:unknown/type
nameKUROBOX-PRO/name
/service

service
deviceid1234567890987654321/deviceid
serviceid4/serviceid
sclass45/sclass
typetype_web/type
nameGmail/name
versionunixKUROPRO0.9.9.62/version
device
deviceid1234567890987654321/deviceid/device/service
/services/listServicesResponse/soapenv:Body/soapenv:Envelope



i am able to get the service name device name fronm one service name from
one service
i have to get same when i have multiple service under services tag

can help me out of these i have attached my code to this mail

pls help me out of this

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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



Parsing_XML.rar
Description: Binary data


[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



 ?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
 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;
 soapenv:Body
 listServicesResponse
 services
 service
 deviceidda17923ae45b0b55f89eba6cd850b026/deviceid
 serviceid0/serviceid
 sclass1/sclass
 typexce:webdav/type
 nameCloud Engines/name
 versionLINUXKUROPRO0.9.9.62/version
 device
 deviceidda17923ae45b0b55f89eba6cd850b026/deviceid
 typexce:unknown/type
 nameKUROBOX-PRO/name
 versionLINUXKUROPRO0.9.9.62/version
 flags0/flags
 ownerid45820d44809cf01d29ede34f3033fc40/ownerid
 owner
 userid45820d44809cf01d29ede34f3033fc40/userid
 screenname[EMAIL PROTECTED]/screenname
 email[EMAIL PROTECTED]/email
 /owner

 /deviceonline1/onlineapiurl/apiurl/service/services/listServicesResponse/soapenv:Body/soapenv:Envelope
 i want to get service id,deviceid,name of service

 i have written code but i am getting the device name

 observe which also have same tag name name../name

 i want to get service name


   i have also used 2 name variables and displayed one value getting null


 pls anyone can help me out

 i have been working on this problem since yesterday

 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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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



?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
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;
soapenv:Body
listServicesResponse
services
service
deviceidda17923ae45b0b55f89eba6cd850b026/deviceid
serviceid0/serviceid
sclass1/sclass
typexce:webdav/type
nameCloud Engines/name
versionLINUXKUROPRO0.9.9.62/version
device
deviceidda17923ae45b0b55f89eba6cd850b026/deviceid
typexce:unknown/type
nameKUROBOX-PRO/name
versionLINUXKUROPRO0.9.9.62/version
flags0/flags
ownerid45820d44809cf01d29ede34f3033fc40/ownerid
owner
userid45820d44809cf01d29ede34f3033fc40/userid
screenname[EMAIL PROTECTED]/screenname
email[EMAIL PROTECTED]/email
/owner
/deviceonline1/onlineapiurl/apiurl/service/services/listServicesResponse/soapenv:Body/soapenv:Envelope
i want to get service id,deviceid,name of service

i have written code but i am getting the device name

observe which also have same tag name name../name

i want to get service name

pls anyone can help me out

i have been working on this problem since yesterday

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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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):  r4   r5 001603b8  r6 00161e60  r7 0224
INFO/DEBUG(494):  r8 4b64  r9 42c8de88  10 2340  fp 3124
INFO/DEBUG(494):  ip 0001  sp 42c8de28  lr afe0e448  pc a7393e98
cpsr 0010
INFO/DEBUG(494):  #01  pc a7393e98  /system/lib/libpv.so
INFO/DEBUG(494):  #01  lr afe0e448  /system/lib/libc.so
INFO/DEBUG(494): stack:
INFO/DEBUG(494): 42c8de00  a747f650  /system/lib/libpv.so
INFO/DEBUG(494): 42c8de04  00161e60  [heap]



can any one help me to sort out this problem
my code is similar to the videoplayer.java code published

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@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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

?xml version=1.0 encoding=UTF-8 ?
soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi=
http://www.w3.org/2001/XMLSchema-instance;
soapenv:Body
 loginUser soapenv:encodingStyle=
http://schemas.xmlsoap.org/soap/encoding/;
email xsi:type=xsd:string
[EMAIL PROTECTED]/email
password
xsi:type=xsd:stringtest/password
/loginUser
/soapenv:Body
/soapenv:Envelope

--~--~-~--~~~---~--~~
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 PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 need a
helper method (preferably a static method in a separate class) to handle
this for you (.Net gives you a StreamReader.ReadToEnd method…

and also declared permissions to go above and beyond basic operations, so
add the INTERNET.

but still i am getting the unknown socket error -1

could you please he out this

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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 Android emulator has its own localhost. Use the actual IP address of
 your development PC.

 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com

 Android Training on the Ranch! -- Mar 16-20, 2009
 http://www.bignerdranch.com/schedule.shtml

 
hi
can i go thru ur code

--~--~-~--~~~---~--~~
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 PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 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 PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: problem in coding

2008-10-13 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 post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 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 PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2008-10-08 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 PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---