[android-developers] Google account login issue

2020-12-29 Thread Sudo Choon Kit
Hi, I have an issue regarding google account login. It works for any apk.file build we have. But when the build is publish on google play store, the google account login function doesn't work. (Login details display, but when click on any account, it doesn't load to the app main page.) Are th

[android-developers] how to set textview from service?

2012-01-30 Thread man kit lai
public class Mservice1 extends Service { private Handler objHandler = new Handler(); private TextView view_result; private String strRet=""; public int intUpdateSecond = 5000; private Runnable mTasks= new Runnable() {

Re: [android-developers] Android ui design

2011-08-31 Thread Chi Kit Leung
Yes, that is a good article. Thanks! I think that is worth to read! On Wed, Aug 31, 2011 at 1:27 AM, iñaki wrote: > Hi Suresh, this article is very good: > > http://android.cyrilmottier.com/?p=454 > Enjoy it > > > On 30 August 2011 17:22, suresh achari wrote: > >> thank you dude for your replay

Re: [android-developers] Android code for capturing continious images

2011-08-31 Thread Chi Kit Leung
Using a while loop, then using takePicture(Camera.ShutterCallback

Re: [android-developers] client-server in android

2011-06-23 Thread Chi Kit Leung
I think that is more suitable to use SOA. On Fri, Jun 24, 2011 at 10:43 AM, TreKing wrote: > On Thu, Jun 23, 2011 at 6:53 AM, Naga K wrote: > >> i am new to android technology,till i struggle develop the android >> application,give me idea how to develop client -server android application . > >

Re: [android-developers] installation URL in apk

2011-06-16 Thread Chi Kit Leung
do you mean install apk from internet? On Fri, Jun 17, 2011 at 8:34 AM, Mark Murphy wrote: > On Thu, Jun 16, 2011 at 11:44 AM, Robert Slama wrote: > > exist any way how I can get URL from what was apk installed direct in > > instaled application? > > No, sorry. > > -- > Mark Murphy (a Commons Guy

Re: [android-developers] Re: Android 3.1 presentation - Portland Code Camp 2011

2011-06-07 Thread Chi Kit Leung
That is good to more descriptions, making the slides more informative. On Wed, Jun 8, 2011 at 11:04 AM, Chi Kit Leung wrote: > Thank you for that! I wish more people will do that. > > > On Tue, Jun 7, 2011 at 8:26 AM, Nathan wrote: > >> Sean, thank you for contributing at

Re: [android-developers] Re: Android 3.1 presentation - Portland Code Camp 2011

2011-06-07 Thread Chi Kit Leung
Thank you for that! I wish more people will do that. On Tue, Jun 7, 2011 at 8:26 AM, Nathan wrote: > Sean, thank you for contributing at Portland Code Camp by putting > those slides together and sharing them with the group. I'm sure they > will be helpful to some, and won't cause any damage to

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

2011-06-07 Thread Chi Kit Leung
Try to use this path /mnt/sdcard On Tue, Jun 7, 2011 at 2:23 PM, Goutham P N wrote: > 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, > Goutha

Re: [android-developers] Re: Send SMS

2011-06-06 Thread Chi Kit Leung
you can create async intent to send sms . On Sat, Jun 4, 2011 at 5:28 PM, SULIMAN khan < sulimankhan.mobilink...@gmail.com> wrote: > i m busy > > > > On Fri, Jun 3, 2011 at 7:13 PM, Muhammad Umair wrote: > >> No response so far. >> >> On 2 Jun 2011 22:44, "Muhammad Umair" wrote: >> >> I have cr

Re: [android-developers] I need help

2011-06-06 Thread Chi Kit Leung
Is your project created correctly? On Mon, Jun 6, 2011 at 7:24 PM, abhijit chakra wrote: > > Write the detail what problem you are facing.Give the details. > > On Mon, Jun 6, 2011 at 2:33 PM, Mohammed Hossain Doula < > hossaindo...@gmail.com> wrote: > >> You are not mentioning what the problem y

Re: [android-developers] Re: Java source code for SDK API 11 & 12

2011-06-06 Thread Chi Kit Leung
I think there is only a delay on releasing the source of Android 3.0 and 3.1. I guess they will release the code later. On Tue, Jun 7, 2011 at 5:56 AM, Tomas Prochazka wrote: > OK. Btw. This is reason why I programming only in Java and now Android > because framework classes are (was) available.

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-26 Thread Chi Kit Leung
Hi all, I am a web application developer. In my university time, I was using Java. Now, I am writing applications in C#. There are some areas unique in some platforms. But the basic theories of programming are same. On Fri, May 27, 2011 at 8:40 AM, Miguel Morales wrote: > Um, that's how it wor

Re: [android-developers] Android Emulator -- Long Wait on Splash Screen, then Nothing

2011-05-23 Thread Chi Kit Leung
I got the same situation as you. Unless you ate develop in tablet, I suggest you try 2.3.3.that is much fastet On May 24, 2011 8:30 AM, "dpapathanasiou" wrote: > Hi, > > I'm brand new to Android, running Eclipse 3.6.2 on Mac OSX 10.6.7, > using Android 3.1. > > I'm trying the "HelloAndroid" tutor

[android-developers] I connect Acer iconia a500 with ddms

2011-05-20 Thread Chi Kit Leung
Hi all, I bought Acer. Iconia A500 last week. I cannot get it work with dens. Do I need to get a driver ? -- 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 unsubscri

Re: [android-developers] The speed of running Android 3.1 VM

2011-05-17 Thread Chi Kit Leung
Thanks Mark, I think the cause of my RAM setting On Tue, May 17, 2011 at 8:21 PM, Mark Murphy wrote: > On Mon, May 16, 2011 at 10:50 PM, Chi Kit Leung > wrote: > > I have installed Android 3.1 VM yesterday. I found that is much slower > > than previous version. Do

Re: [android-developers] The speed of running Android 3.1 VM

2011-05-16 Thread Chi Kit Leung
ng, especially since the > code for 3.1 is not available. > > On Mon, May 16, 2011 at 7:50 PM, Chi Kit Leung wrote: > >> Hi, >> I have installed Android 3.1 VM yesterday. I found that is much slower >> than previous version. Does anyone has same experiences as mine? >

[android-developers] The speed of running Android 3.1 VM

2011-05-16 Thread Chi Kit Leung
Hi, I have installed Android 3.1 VM yesterday. I found that is much slower than previous version. Does anyone has same experiences as mine? -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info -- You received this message because you are subscribed to the Google Gro

[android-developers] Need help with layout problem.

2011-01-24 Thread Kit Ramos
i can't figure this one out I got all my items in a table view and I want to have the text boxes be differnt sizes as some hold smaller some hold bigger. and others are text entry. but it seems as though insted of beeing able to set size per box what it will do is take the size of the largest bo

[android-developers] Any app wizard in android.

2010-12-13 Thread Chi Kit Leung
Hi all, I tried AppWizard in Ovi. That is very easy to create app for my blog. It can generate the app by a RSS feed. Does anyone know whether there is a similar app generator in Android? -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info -- You received this mess

Re: [android-developers] Re: How much money do you make?

2010-09-16 Thread Chi Kit Leung
But you are lucky, you can see your apps in the market, there are a lot of developers cannot sell their apps in there yet, On Fri, Sep 17, 2010 at 10:43 AM, William Ferguson wrote: > Thanks, that was really interesting and is exactly what I was talking > about. > > On Sep 17, 9:07 am, polyclefso

[android-developers] Problem with the picasa api

2010-09-16 Thread kit
Hey I am new to android development. I am trying to use the picasa api in a dummy application for which I tried running the sample code. I am using eclipse galileo for this purpose: I have added the following libraries : - google api client 1.1.1 - gdata.java 1.41.5 - gdata-samples.java - java appl

Re: [android-developers] Re: Has anyone get App Inventor accounts?

2010-07-20 Thread Chi Kit Leung
I have not heard anything from them too! On Wed, Jul 21, 2010 at 7:12 AM, Indicator Veritatis wrote: > I am not so sure of your ability to read between the lines. Sure, the > online form had a blank for institutional affiliation but NOWHERE did > it say that such an affiliation was a prerequisite

Re: [android-developers] monetizing apps with a subscription model or in-app purchases

2010-07-14 Thread Chi Kit Leung
I think so, if you only do add-ons. Because if your application is free, therefore the user can have the basic feature without any charges. On Thu, Jul 15, 2010 at 8:38 AM, Edmund Higgins wrote: > Imobsters sells point packages through googlecheckout and you should be > able to as well > > On Jul

Re: [android-developers] Re: Avoiding GPL

2010-06-22 Thread Chi Kit Leung
I think david is very right about that. On Wed, Jun 23, 2010 at 4:04 PM, David Turner wrote: > > > On Tue, Jun 22, 2010 at 9:33 PM, HaMMeReD wrote: > >> If you can use it without modifying the source then just do it, and >> provide credit to the library creator clearly in your app. >> >> this i

Re: [android-developers] Re: Avoiding GPL

2010-06-22 Thread Chi Kit Leung
I am not a lawyer too. But basis on my understanding, for LGPL and Apache License v2.0, you can use use them in closed source application if you do not have any modifications. For GPL, you cannot use them in a closed source application. On Wed, Jun 23, 2010 at 2:33 PM, HaMMeReD wrote: > If you

Re: [android-developers] New tutorials up - feedback welcome

2010-06-22 Thread Chi Kit Leung
Thanks for your effort. That is very detailed On Wed, Jun 23, 2010 at 3:53 AM, Matt wrote: > Hi everyone. I've started my first blog to document my experience > with Android development, and so far I've put up some tutorials. I'd > appreciate some feedback because this is my first experience d

Re: [android-developers] Re: Should I put "Please visit our sponsors" above my ads ?

2010-06-22 Thread Chi Kit Leung
I think that is a bad idea. Your user is just visiting some websites you do not really need. On Tue, Jun 22, 2010 at 4:34 PM, EboMike wrote: > That's what I did in my app, and I am honestly surprised about the > amount of donations I got. I have no idea how much you typically get > when you use

Re: [android-developers] Re: Using barcode scanner as input method?

2010-06-22 Thread Chi Kit Leung
Depend on also your cams quality. On Tue, Jun 22, 2010 at 8:40 AM, brucko wrote: > I'm not sure what the question is here, but barcode scanner usually > reads the barcode in less than a couple of seconds - depending on > focus, and how steady your hand is. In my limited experience, I have > had

Re: [android-developers] Re: Why is Android so buggy?

2010-06-14 Thread Chi Kit Leung
I am agree with Hermo. Considering Android is fast growing project, that is a quite "bug-free" project. Actually, there is no "bug-free" software in the world. On Tue, Jun 8, 2010 at 1:49 PM, hermo wrote: > I think I'll rather live with some bugs in the SDK than do without > it. Overall I think

Re: [android-developers] Re: Oracle Android App Store

2010-06-14 Thread Chi Kit Leung
x > > > (including Android) at Computex and the like, while they are > > > negotiating a better annual deal for Windows XP/and now Windows7 from > > > Microsoft, as a bargaining chip. ASUS has become their student in this > > > - witness the EeePC which mainly

Re: [android-developers] Re: Oracle Android App Store

2010-06-10 Thread Chi Kit Leung
Maybe HTC can develop their own market. But I am doubtful about they are working closely with Google. On Fri, Jun 11, 2010 at 9:16 AM, Yahel wrote: > Slight problem, > > The pre-installed market in every phone is Google's. > > How do you overcome that ? > > Internet Explorer is still the most us

Re: [android-developers] Oracle Android App Store

2010-06-10 Thread Chi Kit Leung
I will vote any companies to setup alternative market! Android is for openness. I believe there is very a big market gap in there. By the way, Java Store is still beta, Actually, I think more than a year. On Fri, Jun 11, 2010 at 2:46 AM, Leigh McRae wrote: > When I look at BlackBerry App World

Re: [android-developers] Fastest Android Phone -- HTC EVO 4G?

2010-06-07 Thread Chi Kit Leung
For speed of CPU, that is still 1Ghz, same as HTC Desire and N1 On Tue, Jun 8, 2010 at 4:34 AM, Eric wrote: > Hello, > > Is it correct to assume that the best/fastest Android phone (hardware- > wise) currently available now, and for the near-term future, is the > HTC EVO 4G? If not, can anyone

Re: [android-developers] Why is Android so buggy?

2010-06-06 Thread Chi Kit Leung
I have spent my HTC magic for a year. So far, I am happy about that. On Mon, Jun 7, 2010 at 10:08 AM, Kevin Duffey wrote: > I am not sure about the emulator menu button to unlock it being a bug... > > The one bug that really bothers me is the multi touch issue on different > devices. I am not su

Re: [android-developers] Re: Android Dev Phone with 2.x?

2010-06-03 Thread Chi Kit Leung
By the way, Google has shutdown their online phone shop ( as I remember). I don't think you can get Nexus One directly from Google anymore. 2010/6/3 Tomáš Hubálek > I'm trying to put this question to the top again as I would like to > know the answer from Google. For me as owner of ADP1 is star

Re: [android-developers] Re: Good job Android Team !!

2010-05-31 Thread Chi Kit Leung
Chi, > > You'll be the bad cop and I'll be the good cop :D > > Yahel > > On 31 mai, 08:46, Chi Kit Leung wrote: > > But there are still a lot of areas to be improve. > > > > > > > > > > > > On Mon, May 31, 2010 at 5:27 AM, Y

Re: [android-developers] How to use web camera in android emulator ??

2010-05-30 Thread Chi Kit Leung
http://www.tomgibara.com/android/camera-source This blog post may help you. On Sun, May 30, 2010 at 8:07 PM, pawan nimje wrote: > Hi All, > > How can i use web cam with android emulator ?? > > Thanks > > -- > You received this message because you a

Re: [android-developers] Good job Android Team !!

2010-05-30 Thread Chi Kit Leung
But there are still a lot of areas to be improve. On Mon, May 31, 2010 at 5:27 AM, Yahel wrote: > Hey since i'm always pointing out how bad the Android Market is, I > thought I would use positive reinforcement when something works > well :) Just kidding :) > > So thank you google, for the first

Re: [android-developers] Re: Best way to live demo apps

2010-05-28 Thread Chi Kit Leung
I am using a emulator. This will be better and using somethings like Cam Studio to take a video of PC screen. On Sat, May 29, 2010 at 10:42 AM, Mark Murphy wrote: > Wayne Wenthin wrote: > > don't some of the newer phones have output ports? I thought a couple > > of them even did 720p > > At lea

Re: [android-developers] Re: Android Apps purchasing from anywhere in the world

2010-05-27 Thread Chi Kit Leung
For Point 5, I think you cannot submit any apps to android market with the license key activation required as a free app. The policy are restricted the developers to use their "authorize" payment processor. 2010/5/26 Tomáš Hubálek > What makes me crazy about Amir's vision: > > 1) Not all applica

Re: [android-developers] Re: Did anyone try Paypal in-apps Library?

2010-05-26 Thread Chi Kit Leung
you off Android Java apps? or off Android > Market (if it morphs into Web Store as expected)? > > On May 25, 4:18 pm, Zsolt Vasvari wrote: > > When I saw that PayPal decided to release the doc as a PDF document as > > opposed to Javadoc, it really turned me off. > > &

Re: [android-developers] Re: Android Apps purchasing from anywhere in the world

2010-05-26 Thread Chi Kit Leung
i agree with Andy. But there is some alternative markets than google. On Wed, May 26, 2010 at 12:37 PM, Andy Savage wrote: > That's just crazy. How can they hope to compete with Apple's paid store? > > For sure that it's a different (and possibly exciting) interaction model > for apps, but hone

Re: [android-developers] Re: samsung app store

2010-05-25 Thread Chi Kit Leung
I read the policy of Android Market, you only can use the authorized payment process to charge your users. On Tue, May 25, 2010 at 10:13 PM, Chi Kit Leung wrote: > I found Paypal in-apps library. Maybe that will helps the developers of > paid apps. > But I am not sure whether you can he

Re: [android-developers] Re: samsung app store

2010-05-25 Thread Chi Kit Leung
I found Paypal in-apps library. Maybe that will helps the developers of paid apps. But I am not sure whether you can help upload an apps with some locked features as a free app in Android market. On Tue, May 25, 2010 at 9:46 PM, Michael wrote: > Out of interest I registered for the bada dev site

Re: [android-developers] Best Framework

2010-05-24 Thread Chi Kit Leung
There is an exclipse plugin for sdk. So far, I don't think there is any frameworks yet,(I don't think you need one.) On Tue, May 25, 2010 at 12:08 PM, Frank Weiss wrote: > I have no idea what you mean by "best framework for Android". However, > chances are you'll find the answer at developer.and

[android-developers] Did anyone try Paypal in-apps Library?

2010-05-24 Thread Chi Kit Leung
Hi all, Did anyone try Paypal in-apps Library? Moreover, if any apps has this feature, it will against the policy in Android Market Policy, right? In Android Market, the free apps must be right without locking feature, right? -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleun

Re: [android-developers] Installing mysql, apache servers in Android

2010-05-21 Thread Chi Kit Leung
I don,'t think so. If you rooted your phone that may be possible. But that will overload your device On May 21, 2010 6:16 PM, "Ashok Jeevan" wrote: Hi, Is it possible to install MySQL and Apache servers on an Android device? One of the requirement was that the Android app has to communicate wi

Re: [android-developers] Re: Advice on buying android phone for development

2010-03-29 Thread Chi Kit Leung
how's about htc legend? much better to have sense UI, better UI. On Tue, Mar 30, 2010 at 10:25 AM, davemac wrote: > I didn't know the iPhone supported all Android versions. Good to > know ;-) > > - dave > > On Mar 29, 7:02 pm, Gabriel Simões wrote: > > Can´t any android device use any android

Re: [android-developers] Android market - limited distribution

2010-03-29 Thread Chi Kit Leung
As I remember, Android Market policy doesn't allow this. (Free App needs to be an application without restrictions). On Tue, Mar 30, 2010 at 5:50 AM, Sean Hodges wrote: > On Mon, Mar 29, 2010 at 6:42 PM, Mark Murphy > wrote: > > ole! wrote: > >> Now that AT&T will not allow any downloads to the

[android-developers] Re: Localization for simplified and traditional chinese

2009-12-14 Thread Kit
Sorry, i just realized that i have to restart the emulator after changing the locale. the localization works now. Thanks. On 12月14日, 上午10時11分, Kit wrote: > Hi HeHe, > > Thanks for your reply and sorry for the misleading. let me clarify my > question. > > i didn't make any

[android-developers] 討論 localizing-android-apps- draft

2009-12-14 Thread Kit
Sorry, i just realized that i have to restart the emulator after changing the locale. the localization works now. Thanks. -- 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.c

[android-developers] Re: Localization for simplified and traditional chinese

2009-12-13 Thread Kit
ocale = zh-TW) but this doesn't wok, now only default strings.xml is shown no matter which locale is set. Thanks, Regards, Kit On Dec 14, 8:56 am, HeHe wrote: > not quite get your question. > > selection of the resource folder should be automatic, as indicated in > >  

[android-developers] Discussion on localizing-android-apps-draft

2009-12-13 Thread Kit
Hi all, i made an app in Traditional Chinese. and now i want to make it in Simplified Chinese too. so i guess i should use the locale zh-TW for traditional chinese and zh-CN for simplified chinese. but for the strings.xml, it only allows values-zh but NOT for values- zh-rTW and values-zh-rCN. so h

[android-developers] Localization for simplified and traditional chinese

2009-12-13 Thread Kit
-zh as the strings.xml folder. it will be loaded for both zh-CN and zh-TW locales. so is that i cannot add region code for the strings.xml? Thanks for your answer Regards, Kit -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

Re: [android-developers] HTC Tatto for Android Application testing

2009-11-11 Thread Chi Kit Leung
I use HTC Magic for testing my apps. On Thu, Nov 12, 2009 at 4:11 PM, Chi Kit Leung wrote: > I am in Australia, I have not any hand on experince with HTC Tatto yet. > Please confirm whether that is a touch screen device. Because in my memory, > that is not. Moreover, if you are in US

Re: [android-developers] HTC Tatto for Android Application testing

2009-11-11 Thread Chi Kit Leung
I am in Australia, I have not any hand on experince with HTC Tatto yet. Please confirm whether that is a touch screen device. Because in my memory, that is not. Moreover, if you are in US, you can consider Droid. That is a 2.0 native device. I think that is worth to consider. On Thu, Nov 12, 2009

[android-developers] Re: Suitable Minimum SDK Version for APK files

2009-10-08 Thread Chi Kit Leung
As far as I know, no phones in Australia is 1.6. Please very careful to use SDK 1.6 On Thu, Oct 8, 2009 at 9:34 AM, Len wrote: > > We’re seeking advice for our application in the Android Market, in > relation to nominating a suitable minimum SDK version for the APK > files published through the

[android-developers] Re: Android G1 Phone and Proxy Server

2009-09-30 Thread Chi Kit Leung
network before proxy is enabled.Once the proxy is > enabled in the network application did not work > > Thanks > Isuru > On Wed, Sep 30, 2009 at 12:21 PM, Chi Kit Leung > wrote: > >> Do you force G1 phone to use a proxy server or run a proxy server in G1 >> phone?

[android-developers] Re: Android G1 Phone and Proxy Server

2009-09-29 Thread Chi Kit Leung
Do you force G1 phone to use a proxy server or run a proxy server in G1 phone? On Wed, Sep 30, 2009 at 4:42 PM, Isuru danagalle wrote: > Hi All, >Anybody knows how to setup proxy server in android?Ryt now I > have an app working without proxy server > When proxy is enabled application

[android-developers] Re: Running camera android Emulator

2009-09-28 Thread Chi Kit Leung
http://www.tomgibara.com/android/camera-source Would this one be helpful? On Tue, Sep 29, 2009 at 12:53 AM, Shobhit Kasliwal < shobhit.kasli...@gmail.com> wrote: > > Hi > > Can anyone tell me how can I use my computers webcam as camera in > android emulator. > Tutorial would be a great help for

[android-developers] Re: Where are the Android Sources, like strings display on the device,where are they?

2009-09-07 Thread Chi Kit Leung
do you mean the characters set or just displaying a string on screen? On Mon, Sep 7, 2009 at 3:48 PM, 二 李 wrote: > > Recently,I receive a job about geting all the strings display on > the Android Device , but not from the Android Resource code, I have > seen the Android "Resources and Intern

[android-developers] Re: easy way to synchronize data between phone and server

2009-09-07 Thread Chi Kit Leung
And opensource android sync client: http://android-client.forge.funambol.org/ On Mon, Sep 7, 2009 at 8:25 PM, Isuru danagalle wrote: > Just store offline data in builtin sqllite database.And have a simple Ui to > activate synchronization through a web service. > > Rgds, > Isuru > > > On Mon, Sep

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-07 Thread Chi Kit Leung
Thanks! that is great! On Tue, Sep 8, 2009 at 1:51 AM, Stefano Sanna wrote: > > Hi all. > > I've just published an update version (0.2) of the (unofficial) > Bluetooth API for Android 1.1 and 1.5. > > Library source code, binaries and Javadoc have been published under > Apache 2.0 License at: >

[android-developers] Re: Will there be an Android 1.6 SDK release?

2009-09-06 Thread Chi Kit Leung
http://source.android.com/release-features the current release of Android is still 1.5. I believe there will be a 1.6 release for SDK, after the OS upgarded. On Mon, Sep 7, 2009 at 2:47 PM, pawpaw17 wrote: > > Does anyone know? > > > -- Regards, Michael Leung http://www.itblogs.info http://

[android-developers] Re: How to license Google Closed Source Apps for device

2009-09-06 Thread Chi Kit Leung
I found in HTC Magic, Settings-> About Phone -> Legal Information-> Google Legal. I found somethings looks like license. On Sun, Sep 6, 2009 at 8:29 PM, Eric Wong (hdmp4.com) wrote: > > Don't think anyone here where can tell you the answer ;) > because I have been looking for it myself for a VE

[android-developers] Re: Countries for selling priced applications in Android Market

2009-09-06 Thread Chi Kit Leung
I felt that is not very hard to allow selling apps in Australia. I know Adsense can directly transfer the money to a australia bank account. I am guessing that is the problems of billing and tax issue. On Mon, Sep 7, 2009 at 12:36 PM, Abdul Mateen wrote: > Yes, exactly , I am curious to see Paki

[android-developers] Re: Countries for selling priced applications in Android Market

2009-09-06 Thread Chi Kit Leung
this purpose existing and is this way to break any terms of Android Market. On Mon, Sep 7, 2009 at 1:10 PM, Chi Kit Leung wrote: > I felt that is not very hard to allow selling apps in Australia. I know > Adsense can directly transfer the money to a australia bank account. > I am guessin

[android-developers] Re: What are the additional features in Donut?

2009-09-03 Thread Chi Kit Leung
As far as I know, CDMA support and New version of Android Market in 1.6. On Thu, Sep 3, 2009 at 3:50 PM, Ganesan wrote: > > Hi, > > Can anyone give the list of additional features supported in Donut > release Vs cupcake? > > Is there any website where such information is given? > > Regards, > Ga

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-01 Thread Chi Kit Leung
The games only? Did any person submit any business type apps? On Wed, Sep 2, 2009 at 3:23 PM, -v- wrote: > > > I uploaded an app called TennisNow! Sleepless night, you bet! We were > a team of 3 ..me and 2 more from India (freind and his wife). We > started just 1 month back..I work in Java so

[android-developers] Re: Is there any gmail API for android now?

2009-09-01 Thread Chi Kit Leung
I don't think they have a Gmail API built-in sdk. But I know there is a java version of Gmail API http://g4j.sourceforge.net/. I have not tried in Android. On Tue, Sep 1, 2009 at 11:40 PM, Liang wrote: > > I want to write an app that needs to access gmail, but i googled a lot > and cannot find

[android-developers] Re: Join

2009-08-31 Thread Chi Kit Leung
Is it a new group? What is this group about? On Tue, Sep 1, 2009 at 12:55 PM, Sasi Kumar wrote: > > Join this group > > http:// > groups.google.com/group/mobile-application-developers > > > -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~

[android-developers] Re: Register as a team

2009-08-31 Thread Chi Kit Leung
Thanks! Sorry. I forgot I am in +10 timezone On Tue, Sep 1, 2009 at 12:04 PM, Dan Sherman wrote: > Closes tonight at 11:59pm Pacific. > > On Mon, Aug 31, 2009 at 10:02 PM, Chi Kit Leung > wrote: > >> >> http://code.google.com/android/adc/ >> Timeline >

[android-developers] Re: ADC 2 Submission Site -- Now live

2009-08-31 Thread Chi Kit Leung
anyway, I think ADC2 is closed. On Tue, Sep 1, 2009 at 1:04 PM, an0 wrote: > > But I find it is unreasonable that I can not reuse the package name > EVEN IF I've unsubmitted the ADC app EVEN before ADC starts to open to > users. Since there is no one but me knows the ever ephemeral existence >

[android-developers] Re: Register as a team

2009-08-31 Thread Chi Kit Leung
http://code.google.com/android/adc/ Timeline - May 27 - Google I/O: ADC 2 announced - July 13: Full Terms and Conditions made available - Beginning in August: submission site opens, developers submit apps - August 31: submission site closes - I think ADC2 is closed On Mon, Aug 31,

[android-developers] Re: Android icons

2009-08-31 Thread Chi Kit Leung
http://developer.android.com/shareables/icon_templates-v1.0.zip this is the template, that may help On Tue, Sep 1, 2009 at 3:44 AM, Balwinder Kaur (T-Mobile USA) < balwinder.k...@t-mobile.com> wrote: > > You can view the inbuilt icons by unzipping android.jar file. > > You can use any icon that f

[android-developers] Using an Android Phone as a Host Device

2009-08-31 Thread Kit
Im trying to find out if it is possible to use an Android device (such as the G1, Touch or any other Android device) I know that the G1 for instance has a usb port however I have been told it can not be used as a host device, I'm wondering if this can be overcome or if the usb port may be used a

[android-developers] Controling a Servo Controller? For use with robotics and sensors

2009-08-28 Thread Kit
I'm new to android and have found an interest in using an android powered phone to control a Pololu robotics servo controller/uart bridge (link to device below). I'm wondering if this is possible and what the best way to go about doing it would be. The device uses a usb port to send and receive d

[android-developers] Re: How to do we take a Screenshot using ADB Comand Line

2009-08-27 Thread Chi Kit Leung
I think DDMS for USB and enabled useb debug. But I have not tried to connect my phone by others way. On Fri, Aug 28, 2009 at 11:20 AM, Chi Kit Leung wrote: > USB, I think. Yes, only work in enable USB debugging enabled. I tried to > connect my HTC magic before I enabled usb debug. > I

[android-developers] Re: How to do we take a Screenshot using ADB Comand Line

2009-08-27 Thread Chi Kit Leung
USB, I think. Yes, only work in enable USB debugging enabled. I tried to connect my HTC magic before I enabled usb debug. It did not show the device. On Fri, Aug 28, 2009 at 3:40 AM, Chris Stratton wrote: > > On Aug 27, 1:21 pm, "Yusuf Saib (T-Mobile USA)" Mobile.com> wrote: > > DDMS sends a st

[android-developers] Re: Handling phone ringing

2009-08-27 Thread Chi Kit Leung
I wish to know whether on receive event, whether I can disable ring tone on that event. Thanks! On Fri, Aug 28, 2009 at 2:10 AM, Chris Stratton wrote: > > On Aug 18, 10:18 pm, "ludaludal...@gmail.com" > wrote: > > > Let Android perform the default action on an incoming call (run the in- > > c

[android-developers] Re: Android has any tools like Nokia PC Suits

2009-08-26 Thread Chi Kit Leung
To do the sync There is HTC Sync for Magic. there is a bit different concept android than the traditional smartphone. Android is using Internet as the medium to communicate, that is a bit like cloud computing. On Thu, Aug 27, 2009 at 1:55 PM, Boern wrote: > Hi,all: > > Has the android any tool l

[android-developers] Re: Porting to J2ME

2009-08-26 Thread Chi Kit Leung
I got another website about J2ME on Android. http://www.assembla.com/wiki/show/j2ab On Thu, Aug 27, 2009 at 11:51 AM, Michael Leung wrote: > I found this one web. > http://www.netmite.com/android/ > Is it helpful? > > On Thu, Aug 27, 2009 at 10:51 AM, Yusuf Saib (T-Mobile USA) < > yusuf.s...@t-