[android-developers] Re: How to get internal storage path for music

2011-06-10 Thread Goutham P N
I'm using Environment api but it is pointing to the sdcard only. but the tablet that am using is having different folders in its internal memory also. So is there any way to get access to that folders. On Jun 8, 12:24 am, RichardC richard.crit...@googlemail.com wrote: Try:

[android-developers] How to get internal storage path for music

2011-06-06 Thread Goutham P N
Hi All, The application that am working has to access the audio files stored on a tablet in the internal storage musci folder. Can any one tell me how to get access to it? Thanks Regards, Goutham -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Background Task Running Implementation.

2011-05-11 Thread Goutham P N
Hi All, I have timings for some schedules in the database and I need to notify user based on that timings and this timings are 100+. Can you help me out how to implement this. Thanks Regards. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Best way for accessing web service

2010-10-23 Thread Goutham P N
Hi, I'm having a problem while accessing a web service through ksoap2 library, is there any other way to access the web service. I can't use ksoap2 library for my project. Should I create a soap library or any other way. Thanks Regards. -- You received this message because you are subscribed

[android-developers] Re: Locale and Orientation Problem

2010-10-22 Thread Goutham P N
language). See here:http://developer.android.com/intl/fr/guide/topics/resources/localizat... On Wed, Oct 20, 2010 at 16:43, Goutham P N pn.gowt...@gmail.com wrote: Hi All, In my application I am supposed to use two languages and the two orientations(landscape and protrait). I want your

[android-developers] Locale and Orientation Problem

2010-10-20 Thread Goutham P N
Hi All, In my application I am supposed to use two languages and the two orientations(landscape and protrait). I want your suggestions to solve this problem. The thing is should I use 2 different User Interfaces for the 2 languages, So that i'll have 4 UIs for 2 languages. Is this the correct way

[android-developers] Widget which has arrow button to show up and down

2010-10-14 Thread Goutham P N
Hi Everyone, I am using a button to hide some edit text boxes and to display them, that means if I press a button 4 edit text boxex will scroll down and again if I press it that 4 edit text boxes scrolled down will scroll up and not visible, my problem is there any widget which has arrow button

[android-developers] External Storage File Creation Problem

2010-10-11 Thread Goutham P N
Hi Everyone, I'm new to android development, the following is the code that am using to create a small text file on the external storage. but the problem is its saying can't read nd can't write.. Can any one help me out.. please Note : bollo() is a method with has a toast to display on the

[android-developers] Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
Hi Everyone, I have created a directory and even a file in that directory on the external storage, I am able to read and write into that but the problem is they are not visible on the emulator i.e, in the phone. What might be the reason. -- You received this message because you are subscribed

[android-developers] Re: External Storage File Creation Problem

2010-10-11 Thread Goutham P N
oh! Thank you.. thanks for the information.. but the problem now is the directory that I have created(I changed the code little bit to create direcotory) is not visible, I mean I cant see it in the Gallary.. What might be the problem -- You received this message because you are subscribed to the

[android-developers] Can I Access Oracle Database Directly From my Android application

2010-10-11 Thread Goutham P N
Hi Everyone, I'm new to the android application development. I found some packages java.sql and javax.sql packages in the API of android while going through it. My doubt is can I access the Oracle Database directly using drivers. So what type of driver is used to connect. Please any one reply

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
. On Mon, Oct 11, 2010 at 2:58 PM, Goutham P N pn.gowt...@gmail.com wrote: Hi Everyone, I have created a directory and even a file in that directory on the external storage, I am able to read and write into that but the problem is they are not visible on the emulator i.e, in the phone

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
Is it possible to see it on the emulator? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
ok.. I have one more doubt. Like I'm working on Data Storage right now and is it possible for me to access remote database. If it is then what is the way to access it. Can you please tell me if you know. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
but there are java.sql and javax.sql packages in API no. Then what is the use of them then? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
but there are java.sql and javax.sql packages in API, What is the use of them then? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
I want to read some data in the remote database and also based on that data I got, I want to update the information in the database -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
No, nothing regarding this is mentioned in the doc as far as I read. What is the way to access, is it like above mentioned, using web services only can we access the remote database? or is there any other way to access it. -- You received this message because you are subscribed to the Google

[android-developers] Re: Directories and Files on External Storage are invisible

2010-10-11 Thread Goutham P N
ok, Thank you. Then is there any other way or Web Services is the only way? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: External Storage File Creation Problem

2010-10-11 Thread Goutham P N
Yes I created a text file in it, and more over I'm accessing it through the application but it is not visible On Oct 11, 3:36 pm, TreKing treking...@gmail.com wrote: On Mon, Oct 11, 2010 at 6:53 AM, Goutham P N pn.gowt...@gmail.com wrote: What might be the problem Does this folder have

[android-developers] Re: External Storage File Creation Problem

2010-10-11 Thread Goutham P N
In Gallary on the emulator I should find the directory no, that directory is not there. but on File Explorer I'm seeing it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: External Storage File Creation Problem

2010-10-11 Thread Goutham P N
I will explain u clearly, I created a folder in Gallary, then in that folder I created a text file and wrote some text in it and closed it. No pictures in it. Pictures folder is another one I created and in that I copied some pictures, this pictures folder is visible in the Gallary of Emulator as

[android-developers] Re: Can I Access Oracle Database Directly From my Android application

2010-10-11 Thread Goutham P N
Yes, I know that. Now my doubt is how to access Remote Database through Android phone? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] NFC Enabled Android phone

2010-10-06 Thread Goutham P N
Hi, Can anyone tell me is there any Near Field Communication(NFC) enabled android based phone is released into the market or in near future and details regarding that phone. Thanks Regards, Goutham PN -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Android with NFC in the market

2010-10-06 Thread Goutham P N
Hi, Is there any android based mobile phone in the market which has NFC feature in it, Can anyone please let me know it if there is any phone and the details regarding it or the sites which can guide me to know. Thanks Regards. -- You received this message because you are subscribed to the

[android-developers] Android SDK for Facebook

2010-10-06 Thread Goutham P N
I want the download link to download this sdk and i want to know whether this SDK provided by the facebook is free and some sample codes to access. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] File Pushing Problem on to the Emulator

2010-10-06 Thread Goutham P N
Hi, In one of the application I need to push a file into the emulator. It is of 128Mb, While pushing the file in eclispe in DDMS Console first time it said Wrong Command, Second time Time Out, Third time No Space left on device like this for every attempt it is giving different errors. Can