[android-developers] SMTP Features - Android - API 3

2010-10-17 Thread Kumaravel Kandasami
Hello: I am trying to figure out a way to send automatic background email being sent to an intranet email address. Were can I see the SMTP API (similar to javax.mail.*) or which API should I use to send emails from an background service. Any reference is very much appreciated. (FYI: Working w

[android-developers] Custom Widget - attributes in the layout xml files

2010-08-06 Thread Kumaravel Kandasami
Hi I have defined custom views in the various layout .xml files. However, all the layouts are using the Linear Layout - put the content would vary. I would like to create my own widget tag something like , I would like to pass the layout as a param to the How to define new attributes to the

[android-developers] UI Widgets/Layout/Tools

2010-07-30 Thread Kumaravel Kandasami
Wanted to get feedback from the community on the following: - Any tools to quickly assemble and design Android UI ? - Any Visual Display/Documentations of all the possible layouts/widgets available in the Android Platform ? Thanks, and appreciate your support. Kumar_/|\_ www.sais

[android-developers] AlarmManager - Listening to Alarms set/cancel method

2010-04-01 Thread Kumaravel Kandasami
Hi I am designing an app that would listen to alarms being set/cancelled on the phone ( android.app.AlarmManager) based on that event occurance, would do some specific set of operations. At this point, I am not sure how to listen to the AlarmManager operations being invoked(specifically set*() &

Re: [android-developers] Re: App Not showing up on Verizon DROID Phones

2009-11-18 Thread Kumaravel Kandasami
Quick update, When we disabled ("OFF") the copyright settings for our "Money Now" app in the android market, the HTC Eris phone were able to show our app. However, we don't know how to solve the problem (as a developer) on our end to keep the Copyright feature "ON" in the android market setting, a

Re: [android-developers] Re: App Not showing up on Verizon DROID Phones

2009-11-17 Thread Kumaravel Kandasami
y..." On Mon, Nov 16, 2009 at 11:31 AM, JoseM wrote: > I am able to see the app on the Market when I searched for Money Now. > I am in the NYC area. > > On Nov 15, 12:19 am, Kumaravel Kandasami > wrote: > > Did NOT see my app (Money Now Preview) on the VERIZON n

Re: [android-developers] App Not showing up on Verizon DROID Phones

2009-11-16 Thread Kumaravel Kandasami
e PhoneMyPC right now; I'm hoping for a solution at the Dec 11 OTA. Scott SoftwareForMe.com Makers of PhoneMyPC On Sat, Nov 14, 2009 at 10:11 PM, Kumaravel Kandasami < kumaravel.kandas...@gmail.com> wrote: > > T... -- You received this message because you are subscribed to

Re: [android-developers] App Not showing up on Verizon DROID Phones

2009-11-14 Thread Kumaravel Kandasami
ould this be a regional thing? I"m in Washington State. > > Scott > SoftwareForMe.com > Makers of PhoneMyPC > > > On Sat, Nov 14, 2009 at 9:19 PM, Kumaravel Kandasami < > kumaravel.kandas...@gmail.com> wrote: > >> Did NOT see my app (Money Now Preview) on the

Re: [android-developers] App Not showing up on Verizon DROID Phones

2009-11-14 Thread Kumaravel Kandasami
suggestions/recommendations !? Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativity..." On Thu, Nov 12, 2009 at 10:40 PM, Kumaravel Kandasami < kumaravel.kandas...@gmail.com> wrote: > Thank You very much Scott. > > > Ku

Re: [android-developers] App Not showing up on Verizon DROID Phones

2009-11-12 Thread Kumaravel Kandasami
t; > I have a Droid. I searched the market and found "MoneyNow - Preview," by > SAISK LLC. If that's you, you're AOK. > > Scott > SoftwareForMe.com > > > On Thu, Nov 12, 2009 at 5:04 PM, Kumaravel Kandasami < > kumaravel.kandas...@gmail.com> wrot

Re: [android-developers] App Not showing up on Verizon DROID Phones

2009-11-12 Thread Kumaravel Kandasami
m "making a profound difference with knowledge and creativity..." On Thu, Nov 12, 2009 at 7:01 PM, Kumaravel Kandasami < kumaravel.kandas...@gmail.com> wrote: > Thanks Dianne Hackborn. > This is my entire manifest file, I have just renamed the classes for this > email. >

Re: [android-developers] App Not showing up on Verizon DROID Phones

2009-11-12 Thread Kumaravel Kandasami
your manifest? > > On Thu, Nov 12, 2009 at 2:57 PM, Kumaravel Kandasami < > kumaravel.kandas...@gmail.com> wrote: > >> I just got a call from my friend saying that she is not able to see our >> App: "Money Now" on her Droid phone. >> >> I have d

[android-developers] App Not showing up on Verizon DROID Phones

2009-11-12 Thread Kumaravel Kandasami
I just got a call from my friend saying that she is not able to see our App: "Money Now" on her Droid phone. I have declared in manifest.xml as Is there anything that I am missing to have my app be displayed on the DROID Phones or it is an user error. Appreciate your response. Thanks, Kumar

[android-developers] Android Market: Convert an app from Free to PAID

2009-11-10 Thread Kumaravel Kandasami
Hi, Looks like the Android Market currently does not allow apps that have been created as FREE to be changed to PAID app. Is there any way around ? Is there any future plan to enhance this feature ? Is anyone who have apps already published - experience handling this issue ? Kumar_/|\_

[android-developers] Android App Stores:

2009-11-05 Thread Kumaravel Kandasami
Hi, Is there any place other than Android Market - android apps could be listed ? Any recommendations or tips ? Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativity..." -- You received this message because you are subscribed to the Google Gr

[android-developers] Re: NEEDED: Apps to feature on Sprint Microsite

2009-10-30 Thread Kumaravel Kandasami
Quentin Perry, FYI - Looks like the sara_jagiel...@gspsf.com email address is misspelled in the body of the message. See on the CC of the original message. Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativity..." On Fri, Oct 30, 2009 at 10:50

[android-developers] Re: Earning a living on Android - personal experiences

2009-09-16 Thread Kumaravel Kandasami
Thank you Nice article. - So from your article I infer that there is no trial period for apps ? - Is there any reference numbers (that could be published) around monetizing the app by advertisements ? I am asserting definitely you would have done your projections around paid apps versus free app

[android-developers] How to make WebView do a Vertical Scroll ?

2009-08-26 Thread Kumaravel Kandasami
Hi, Any idea on how to make the WebView automatically(default behavior or problematically) do a vertically scroll if the DIV tag height increases ? Thank You. * HTML Structure: * Mone Now - meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale = 1.0; user-scalable=0

[android-developers] Checking whether DB Exists

2009-08-25 Thread Kumaravel Kandasami
Hi, I would like to check whether there is any direct API available to check whether a particular Database exists or not ? Currently, to initialize data for the first time (not repeatedly), we try of open the db and if it fails we know the database does not exists otherwise it is already created

[android-developers] Disabling title on the WebView:

2009-08-15 Thread Kumaravel Kandasami
Being that we are constraint with screen space, I would like to hide the title bar on the WebView component? Any references or links would help us... Thanks, Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativity..." --~--~-~--~~---

[android-developers] How To include End User License Agreement with the APP

2009-08-11 Thread Kumaravel Kandasami
Hi, We are working on release an app shortly, and we were going over the check list in the link below: http://developer.android.com/guide/publishing/preparing.html In Step #2 mentions to include the End User License Agreement. We are not sure how bundle up the .txt file with the .apk. Any sugges

[android-developers] Enabling/Handling cookies on the Webview

2009-07-31 Thread Kumaravel Kandasami
Hi ! I am trying to enable the cookies for the WebView. The URL that gets loaded into the android.webkit.WebView is using cookies. I am not clear how to integrate android.webkit.CacheManager instance with the webview, if that is the right approach. Any suggestions or reference is appreciated.

[android-developers] Re: Access Google Account Credentials?

2009-07-29 Thread Kumaravel Kandasami
hmm.. best of my understanding there is not direct API for accessing the GDATA. I think only available is maps. (I might be wrong.) Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativity..." On Wed, Jul 29, 2009 at 10:51 PM, Nick wrote: > > Is

[android-developers] WebView: Caching/Preloading .js files from the assets directory.

2009-07-29 Thread Kumaravel Kandasami
Hi, I have couple of large .js files as well as .html files in the local assets directory. Is there any pre-caching or loading strategy I could use - so user do not see slow responsiveness. Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativit

[android-developers] JAVA Coding standards for Android Platform

2009-07-17 Thread Kumaravel Kandasami
Hi, I wanted to check whether there is any JAVA Coding standards in Android platform for performance improvements. For Example, like an Effective Java code in J2EE environment is to defined the number of elements in the ArrayList constructor rather leaving it blank (new ArrayList(noOfRows)) etc

[android-developers] Re: SQLite DROP Database

2009-07-15 Thread Kumaravel Kandasami
m/reference/android/content/ContextWrapper.html#deleteDatabase%28java.lang.String%29 > > On Jul 15, 7:14 am, Kumaravel Kandasami > wrote: > > How to drop a database in Android SDK? > > > > Did not see any methods in android.database.sqlite.SQLiteOpenHelper or >

[android-developers] Re: SQLite DROP Database

2009-07-14 Thread Kumaravel Kandasami
n't see any SDK API to do step (3). Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativity..." On Tue, Jul 14, 2009 at 4:20 PM, Macarse wrote: > > On Tue, Jul 14, 2009 at 6:17 PM, Mark Murphy > wrote: > > > >

[android-developers] SQLite DROP Database

2009-07-14 Thread Kumaravel Kandasami
How to drop a database in Android SDK? Did not see any methods in android.database.sqlite.SQLiteOpenHelper or android.database.sqlite.SQLiteDatabase classes. Any suggestion is appreciated. Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativity.

[android-developers] Re: how to load application to G1 phone

2009-06-22 Thread Kumaravel Kandasami
Steps that worked for me: - On the phone enable Development (& Unknown Source) Home > Settings > Applications > *Enable Development *Home > Settings > Applications > *Unknown Source * - Connect the phone device to the Computer using USB. - Run the application as "Android Appl

[android-developers] Re: Does cupcake support Webview with Gears ?

2009-06-17 Thread Kumaravel Kandasami
w? > > Is there a security reason? > > > > Thanks > > > > On Apr 14, 3:42 pm, Grace Kloba wrote: > > > > > Still only for browser. > > > > > Grace > > > > > On Monday, April 13, 2009, Kumaravel Kandasami > > > >

[android-developers] Does cupcake support Webview with Gears ?

2009-04-13 Thread Kumaravel Kandasami
Does anyone know whether Android 1.5 SDK supports Gears supported Apps ? Currently release 1.1, supports Gears only on the browser application and we are not able to implement Gears application on WebView. Thanks Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with k

[android-developers] Re: Publishing my app

2009-02-16 Thread Kumaravel Kandasami
It should have shipped with you %JAVA_HOME%\bin directory. Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativity..." On Mon, Feb 16, 2009 at 10:20 AM, Nox wrote: > > Yes,but how can I sign it with jarsigner? > I mean where can I find jarsign

[android-developers] Re: Browser Application: loading asset html files

2009-02-13 Thread Kumaravel Kandasami
eve at anddv.org > > If you still need poitners..speak up as there are a few of us webview > adventuers around > > > > On Feb 13, 3:54 pm, Kumaravel Kandasami > wrote: > > I have html/css/js files in my asset directory. In the MAIN activity > class > > I a

[android-developers] Browser Application: loading asset html files

2009-02-13 Thread Kumaravel Kandasami
I have html/css/js files in my asset directory. In the MAIN activity class I am redirecting the display of the html files in my asset directory to the browser application using Intents. The browser application is not loading the html page, however if I change the code to use external URL it works

[android-developers] WebView: Javascript popup alert box not displayed.

2009-02-12 Thread Kumaravel Kandasami
I have simple html that would popup an alert box. Using WebView to display the page... the popup does not display. Any suggestions? HTML Code: alert('Hello World!!!'); Activity code: super.onCreate(savedInstanceState); WebView browser = new WebView(this); browse

[android-developers] Re: WebView with Gears:

2009-02-12 Thread Kumaravel Kandasami
Any idea on where the browser plugins are stored in the device? I looked into the data/data/com.android.browser/lib, it is empty... (used DDMS FileExplorer). Is there any tools to remote connect from MAC/Windows to Linux Android device... like similar to ssh and basically run an 'ls' command ...

[android-developers] Re: WebView with Gears:

2009-02-12 Thread Kumaravel Kandasami
What is the difference between the WebView and Browser application ? From my level of understanding they should be the same webkit component internally used. (any documentation reference available ?) Being that the browser supports there should be somewhere gears plugin in the pile, and can we exp

[android-developers] WebView with Gears:

2009-02-12 Thread Kumaravel Kandasami
As anyone successfully tested running Gears enabled web pages in WebView ? The Gear samples are running ok in the android 'browser' application, but not on 'WebView'. Do I need to enable any WebViewSetting() options ? Thank You. Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound di

[android-developers] WebView Plugins:

2009-02-12 Thread Kumaravel Kandasami
What is the WebView Plugin located ? Following does not list any plugins (other than text:Plugins ) for the WebKit component. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); WebView browser = new WebView(this); browser.getSettings().s

[android-developers] HTML/CSS Specification for T1 - android

2009-02-12 Thread Kumaravel Kandasami
Hello, I am building "Web Pages" specific for HTC-G1 phones (T-Mobile), is there any specifications or recommendations around screen size, html and other details. The code would be specific to this platform. Any suggestions appreciated. Thanks, Kumar_/|\_ www.saisk.com ku...@saisk.com "maki

[android-developers] How to capture the intents generated by an activity?

2008-12-11 Thread Kumaravel Kandasami
Does anybody know and willing to direct how to capture or monitor the intents generated by an activity. Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] WebKit: WebView loading https site (redirection losing form values)

2008-12-10 Thread Kumaravel Kandasami
Hello, Need some clarification on the following behavior: Case a: I have a very simple Activity:"MyBrowser", which has a linear layout and loads "mail.google.com" in the onCreate() method using WebView. (Code below). When I enter the gmail username and password it opens a new browser window (Lo