[android-developers] Layouts

2010-12-04 Thread P . N .
Hello! Is there any layout to achieve this: - 5 rows with 3 columns; - every row 20% of display height; - first and third column 25% of display width, second is 50%; - child views (buttons) in second and fourth row, second column? I've tried to use TableLayout, but it doesn't work as expected. E

[android-developers] Re: Layouts

2010-12-05 Thread P . N .
Is there a good tutorial available? Especially, I'd like to know how to implement the relationship from XML to Java code. Regards Peter -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

[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] 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 wrote: > Try: > > http://developer.android.com/guide/topics/data/d

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

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

[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

[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

[android-developers] External Storage File Creation Problem

2010-10-10 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 screen

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

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

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

2010-10-11 Thread Goutham P N
t; > On Mon, Oct 11, 2010 at 2:58 PM, Goutham P N 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 emul

[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+unsubscr...@

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

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

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

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

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

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

[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 wrote: > On Mon, Oct 11, 2010 at 6:53 AM, Goutham P N wrote: > > > What might be the problem > > Does this folder have pictures in it

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

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

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

[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] Re: Locale and Orientation Problem

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

[android-developers] Best way for accessing web service

2010-10-22 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] 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" gro

[android-developers] how to get the data which is selected( checked) contacs from CHOICE_MODE_MULTIPLE

2013-01-08 Thread prudhvi p n v
I have read the contacts with a check-box listview After selecting the contacts and on pressing a button , i want to get the checked/selected items .. Any one could help me with writing a setclickonlistener() button for getting all the selected contacts -- You received this message because you a

[android-developers] without creating activity ..can we extend linear layout

2011-10-18 Thread prudhvi p n v
package com.android; public class ClearableEditText extends LinearLayout { EditText editText; Button clearButton; public ClearableEditText(Context context) { super(context); // TODO Auto-generated constructor stub String infService=Context.LAYOUT_INFLATER_SE

[android-developers] code for opening mobile version of a website

2012-06-09 Thread prudhvi p n v
hi guyss.. i am new to android can anyone please provide me the code for irctc indian railways app or any app code that opens a mobile site thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] parsing html code into andriod page

2012-06-16 Thread prudhvi p n v
hi guys , i am new to android .can anyone give the example for parsing an html page to android page thanks, Naga -- 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 T

Re: [android-developers] Re: parsing html code into andriod page

2012-06-24 Thread prudhvi p n v
How about htmlcleaner? On Jun 18, 2012 12:03 PM, "Nobu Games" wrote: > Are you talking about displaying an HTML page within your Android app? How > about using > WebView > ? > If you are actually talking about parsing an HTML pa

[android-developers] android multiple contact picker

2012-11-02 Thread prudhvi p n v
hi guys, -- 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+unsubscr...@googlegroups.com For more options

[android-developers] android multiple contact picker

2012-11-02 Thread prudhvi p n v
hi guys, -- 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+unsubscr...@googlegroups.com For more options

[android-developers] Re: android multiple contact picker

2012-11-02 Thread prudhvi p n v
hi guys, -- 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+unsubscr...@googlegroups.com For more options

Re: [android-developers] Fragment class error

2014-06-07 Thread prudhvi p n v
​ On Sat, Jun 7, 2014 at 10:44 PM, prudhvi p n v wrote: > > ​ > > > On Sat, Jun 7, 2014 at 10:18 PM, TreKing wrote: > >> >> On Sat, Jun 7, 2014 at 8:49 PM, prudhvi p n v >> wrote: >> >>> I am using SupportMapFragment instead of MapFragm

Re: [android-developers] Fragment class error

2014-06-07 Thread prudhvi p n v
a SupportMapFragment. > > If you want a SupportMapFragment, then define it as such in the layout. > > If you want your custom class, cast it to the correct type in your code. > > > On Sat, Jun 7, 2014 at 9:49 PM, prudhvi p n v > wrote: > >> >>

[android-developers] clarification regarding Google Drive API

2014-06-24 Thread prudhvi p n v
Hi Guys , I am working on Google Drive API for accessing the files but i am confused with few topics by seeing the documentation 1. from all the videos I could see setting up client id or key whatever but they never mention to include those keys in android manifest.xml Could anyone please