Re: [android-developers] Re: Use Google Spreadsheets API in Android

2011-04-19 Thread cuil yahoo
Maybe the following links may help you. https://code.google.com/p/google-spreadsheet-lib-android/ http://prasanta-paul.blogspot.com/2010/12/google-spreadsheet-library-for-android.html -- Cuil On Wed, Apr 20, 2011 at 2:56 AM, Spiral123 cumis...@gmail.com wrote: I'm afraid you are a very

[android-developers] Idea Conceptualization

2011-03-21 Thread cuil yahoo
Hey, I am planning to make an android based application which logs either the entire history or some part of the history of the last ip addresses used to access Google accounts. I did try searching on the internet but that did not result into anything fruitful. Is this possible ? A few links or

Re: [android-developers] Re: Idea Conceptualization

2011-03-21 Thread cuil yahoo
an android based application which logs (in the database) the last 10 IP addresses used by the given account holder of gmail to access gmail. Would that be better ? On Mar 21, 6:37 am, cuil yahoo cuilya...@gmail.com wrote: Hey, I am planning to make an android based application which logs either

Re: [android-developers] About Android Application Development

2011-03-15 Thread cuil yahoo
System.out.println won't work here. Use Log.d(Tag, String) for printing inside the logcat. -- Cuil On Tue, Mar 15, 2011 at 1:12 PM, kajal patil patil.kaja...@gmail.comwrote: Hi All, I have problem in displaying message on logcat.I tried different ways but i didn't get my

Re: [android-developers] About Android Application Development

2011-03-14 Thread cuil yahoo
To debug your android application, use the DDMS view in your eclipse. Use android.util.Log.d(text, text) to display tagged texts. try a few google searches. -- Cuil On Tue, Mar 15, 2011 at 9:49 AM, kajal patil patil.kaja...@gmail.comwrote: Hi All, Actually i didn't get.i developed an

[android-developers] Help regarding google-java-api client library

2011-03-12 Thread cuil yahoo
Hi, I am trying to make a an android application which lists, uploads and downloads all the documents stored in ones google documents account. Following is what all i have already tried : Using 3 legged Oauth verification method, where in i take a temp token first, open that in the browser let

Re: [android-developers] Re: Java Script alert not working in Android WebView

2011-03-12 Thread cuil yahoo
I am still a learner. I have a whole menu in javascript, and would like to move it out of there to the various colorful menus in android. Can i achieve this ? i did try the loadUrl() function, but was not successful. My Html file uses almost 10 javascript file. and the function for the menu is in

Re: [android-developers] how to run our application at avd startup

2011-02-24 Thread cuil yahoo
Do you mean ? How do you configure your application to run at the time when you switch on your android phone ? and frankly, it seems real interesting of what you have implemented. It would be great, if you could guide me to a few links regarding the same. Thanks ! -- Cuil On Thu, Feb 24, 2011

Re: [android-developers] Re: Using google-api-java client

2011-02-21 Thread cuil yahoo
=f04abe25d7061a8b1beceade276b1a9fac553d5a#picasa-atom-android-sample On Feb 20, 3:28 pm, cuil yahoo cuilya...@gmail.com wrote: Hi, I am a beginner, and i have got really very irritated, in completing this issue. Hope you could help. :) I am trying to make an android application using google-api-java client library

[android-developers] 404 Error

2011-02-20 Thread cuil yahoo
Can somebody please point out the error in the following code ? i am always getting a 404 not found error. String url =

[android-developers] Using google-api-java client

2011-02-20 Thread cuil yahoo
Hi, I am a beginner, and i have got really very irritated, in completing this issue. Hope you could help. :) I am trying to make an android application using google-api-java client library. My application needs to display all the google spreadsheets one has in his google documents account. I

Re: [android-developers] How to close browser ?

2011-02-20 Thread cuil yahoo
for a number of reasons. If you find a way to do this that doesn't involve sending the data to the server and retrieving it from the app, I'd love to hear about it. Does twitter not have an Android API? Kris On Sun, Feb 20, 2011 at 2:22 AM, cuil yahoo cuilya...@gmail.com wrote: On Sun, Feb

[android-developers] How to close browser ?

2011-02-19 Thread cuil yahoo
Hey I am making an app. which uses google authentication. For this, i pass on intents to the browser and then using the callback method, get the token back to my application. The problem i am facing is : After getting the token when i go to my next activity, and if i click back( which calls

Re: [android-developers] How to close browser ?

2011-02-19 Thread cuil yahoo
Appreciate the prompt response. On Sun, Feb 20, 2011 at 4:15 AM, Mark Murphy mmur...@commonsware.comwrote: On Sat, Feb 19, 2011 at 5:33 PM, cuil yahoo cuilya...@gmail.com wrote: I am making an app. which uses google authentication. For this, i pass on intents to the browser and then using

Re: [android-developers] How to close browser ?

2011-02-19 Thread cuil yahoo
On Sun, Feb 20, 2011 at 12:22 PM, Kristopher Micinski krismicin...@gmail.com wrote: On Sat, Feb 19, 2011 at 5:57 PM, cuil yahoo cuilya...@gmail.com wrote: Appreciate the prompt response. On Sun, Feb 20, 2011 at 4:15 AM, Mark Murphy mmur...@commonsware.comwrote: On Sat, Feb 19, 2011

Re: [android-developers] Version2 uploading to Android Market

2011-02-08 Thread cuil yahoo
Don't worry, you cannot upload a version with a different key, the uploader will give you an error. Be sure to use the same key. -- Cuil On Tue, Feb 8, 2011 at 1:26 PM, subhashini alaguchokku subhashini.andr...@gmail.com wrote: Hi! Would like to know if there is any method to check before

[android-developers] Uploading Document to Google Docs

2011-02-03 Thread cuil yahoo
Hi, I am trying to develop an application which requires users to login to their gmail accounts and then helps them to upload a document to their Google Docs account, i tried the gdata library which works fine for a normal desktop java application, however, the same is not working for android. I

[android-developers] javax.xml parserxml configuration Error

2011-01-25 Thread cuil yahoo
Hey, 1. When using gdata-client libraries, for authenticating google accounts of users, should the UI be made, or is it preferred to jump to a web browser and get authenticated. I am kind of new to this whole thing of connecting to google resources of users online. I made the UI for username,

[android-developers] Warnings when trying to implement Google docs functionality

2011-01-24 Thread cuil yahoo
Hello, After following the online documentation on how to use Google Client Libraries with our apps, i am getting the following warning every time i run the application, Dxwarning: Ignoring InnerClasses attribute for an anonymous inner class (javax.activation.SecuritySupport$2) that doesn't come

[android-developers] Key lost, workaround..

2011-01-13 Thread cuil yahoo
Hi, I want to update my application, however since my system crashed after i had uploaded my application, i have lost my key. Now, when i want to update my .apk file, it says use the same certificate, but i have lost the original key. Is there any workaround ?? It would be really very

Re: [android-developers] Key lost, workaround..

2011-01-13 Thread cuil yahoo
://www.kbeanie.com On Fri, Jan 14, 2011 at 3:32 AM, cuil yahoo cuilya...@gmail.com wrote: Hi, I want to update my application, however since my system crashed after i had uploaded my application, i have lost my key. Now, when i want to update my .apk file, it says use the same certificate, but i have

Re: [android-developers] Key lost, workaround..

2011-01-13 Thread cuil yahoo
My system had actually crashed, isn't there any way to retrieve the key from anywhere ? On Fri, Jan 14, 2011 at 3:42 AM, cuil yahoo cuilya...@gmail.com wrote: Thanks for the extra quick reply, isn't there any way around...?? There must be,.. Cuil On Fri, Jan 14, 2011 at 3:35 AM, Kumar

[android-developers] Developing Phone

2011-01-06 Thread cuil yahoo
Hello, I am thinking of buying an android enabled phone for testing applications, emulator doesn't give the real feel. I would be glad, if someone could help me decide which model to buy. Citing pro's and con's of each would be helpful. Thanks . Cuil -- You received this message because you

[android-developers] Android Library Projects cannot be launched

2010-12-29 Thread cuil yahoo
I am trying to make a license checker for my application using the official android documentation. Having done everything mentioned there my application now doesn't run even on my emulator, on running it gives an error, Android Library Projects cannot be launched. Also, on making a .apk file i

[android-developers] Export Problem with Eclipse Helios

2010-12-29 Thread cuil yahoo
Hi, I am using Eclipse Helios version for Android Application Development. The most frustrating thing which currently happens is that anytime i try to export a project, the exported project loses all of its properties, and as a result when importing the same file system, errors are encountered.

Re: [android-developers] How to do use WebView load html?

2010-12-28 Thread cuil yahoo
From what i can gather, You should try enabling the scroll bars using web.setVerticalScrollBarEnabled(true); web.setHorizontalScrollBarEnabled(true); also, try web.setInitialScale(percent_value) for better scaling. web is the object of WebView Class. Cuil On Tue, Dec

[android-developers] Licensing an Application : Android Library Projects cannot be Launched.

2010-12-28 Thread cuil yahoo
I have created an android application, however, i have been stuck at the publishing point for almost 3 days now. I am able to sign and export the application. But, i am stuck at the licensing part for so long. I have gone through the official documentation available online for licensing and on

[android-developers] Re: Licensing an Application : Android Library Projects cannot be Launched.

2010-12-28 Thread cuil yahoo
a walkaround for this ? Cuil On Tue, Dec 28, 2010 at 11:26 PM, cuil yahoo cuilya...@gmail.com wrote: I have created an android application, however, i have been stuck at the publishing point for almost 3 days now. I am able to sign and export the application. But, i am stuck at the licensing

Re: [android-developers] Re: Licensing an Application : Android Library Projects cannot be Launched.

2010-12-28 Thread cuil yahoo
On Tue, Dec 28, 2010 at 11:47 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Dec 28, 2010 at 1:08 PM, cuil yahoo cuilya...@gmail.com wrote: I just checked my library project which i have reference with my main project, it gives the following error, Open quote is expected

[android-developers] web.loadUrl not working

2010-12-24 Thread cuil yahoo
Hi, I have managed to create a webview object called web. I want to execute a javascript function from it, a google search resulted in usage of web.loadUrl(javascript:function_name()). This is not working, any suggestions? Thanks and a merry Xmas. Cuil -- You received this message because

[android-developers] Saving a file in .xls format and storing it in a particular location.

2010-12-23 Thread cuil yahoo
Hi, I am making an activity where we need to save a file in the .xls/.csv format at a user defined location. How could this be implemented ? Pointers would be highly appreciated. Thanks. Cuil -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Scaling Down

2010-12-22 Thread cuil yahoo
Hello, I have an offline HTML content, with complete javascript and css embedded in it. I would like to put that up in android mobile browser, could anyone please help me with the scaling down ? Thanks. Cuil -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Portrait and Landscape in Emulator

2010-12-22 Thread cuil yahoo
Hello, I am trying to test my application in my emulator, but i am unable to switch over from portrait view to landscape view. Could anyone please help me out ? Thanks Cuil -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: Portrait and Landscape in Emulator

2010-12-22 Thread cuil yahoo
search could have given you enough info. Ctrl+F11 wont work on a MAC :) Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Thu, Dec 23, 2010 at 10:20 AM, Nidhi Sunil sunil.nidh...@gmail.comwrote: Hi, Press Ctrl+F11. On Dec 23, 9:46 am, cuil yahoo cuilya...@gmail.com

Re: [android-developers] Scaling Down

2010-12-22 Thread cuil yahoo
should look good to the user. And i would really appreciate any pointers on this. Thanks :) Cuil On Thu, Dec 23, 2010 at 10:59 AM, TreKing treking...@gmail.com wrote: On Wed, Dec 22, 2010 at 2:53 AM, cuil yahoo cuilya...@gmail.com wrote: could anyone please help me with the scaling down

Re: [android-developers] Re: SQLite Implementation

2010-12-17 Thread cuil yahoo
: It looks like a problem in your JavaScriptInterface.insertValues. There should be more in the logcat below what you posted, starting with Caused by:. -- Kostya 17.12.2010 10:31, cuil yahoo пишет: I went through some online material both blogs and videos, and managed to rectify

Re: [android-developers] Re: SQLite Implementation

2010-12-17 Thread cuil yahoo
17.12.2010 11:14, cuil yahoo пишет: This thing has started to irritate me, I have copied the code below, this is test.java, the main class of my program. package android.test; import android.app.Activity; import android.content.ContentValues; import android.database.sqlite.*; import

[android-developers] NullPointerException when creating an activity.

2010-12-17 Thread cuil yahoo
Hello, I am making an application consisting of 5 views, I get a NullPointerException when trying to call the next activity from the main class. I would appreciate it if someone could please have a look at it. Main class, public class UIPlay extends Activity { /** Called when the activity

Re: [android-developers] NullPointerException when creating an activity.

2010-12-17 Thread cuil yahoo
On Sat, Dec 18, 2010 at 12:08 AM, TreKing treking...@gmail.com wrote: On Fri, Dec 17, 2010 at 12:36 PM, cuil yahoo cuilya...@gmail.com wrote: I get a null pointer exception on the onCreate method of the second class. And the stack trace is? These are my logcat contents, 12-18 00:38

Re: [android-developers] NullPointerException when creating an activity.

2010-12-17 Thread cuil yahoo
Thanks for the help ,i figured it out. I was actually using the same keynames for various things, colors and layouts. Thanks. :) Cuil On Sat, Dec 18, 2010 at 12:43 AM, TreKing treking...@gmail.com wrote: On Fri, Dec 17, 2010 at 1:10 PM, cuil yahoo cuilya...@gmail.com wrote: 12-18 00:38

[android-developers] SQLite Implementation

2010-12-16 Thread cuil yahoo
Hello, I am trying to use a database to store a huge text in it serially(using a primary key, for easy searching). I have already done the following things, 1. Created a SQLite database(named database) using the SQLite Database Browser, and have imported that to my assets folder in Eclipse. The

Re: [android-developers] SQLite Implementation

2010-12-16 Thread cuil yahoo
need to copy that file out somewhere else and modify it there. Where else should i copy the database? On Thu, Dec 16, 2010 at 7:53 AM, cuil yahoo cuilya...@gmail.com wrote: Hello, I am trying to use a database to store a huge text in it serially(using a primary key, for easy

[android-developers] Re: SQLite Implementation

2010-12-16 Thread cuil yahoo
this. I could use catch and finally blocks, but the database should open atleast. Thanks. Cuil On Thu, Dec 16, 2010 at 6:23 PM, cuil yahoo cuilya...@gmail.com wrote: Hello, I am trying to use a database to store a huge text in it serially(using a primary key, for easy searching). I have

[android-developers] Porting Javascript Application to Andriod

2010-12-09 Thread cuil yahoo
Hey, We have an application written in Javascript. We want to port it to android .We are using webview and webviewclient to load a url which is the index html for that javascript application. To save data we need to call a Javascript function that returns a value and we need to store that value