Re: [android-developers] AVD in current Android Studio Release does not work on my Mac

2016-11-03 Thread Michael Leung
://groups.google.com/d/msgid/android-developers/302feed9-fd5e-44ce-b6bd-5f1e15d1c5f2%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://

Re: [android-developers] Android Studio installation problem whith JDK

2016-05-28 Thread Michael Leung
After set java home, have you restart your computer? Michael leung http://www.itblogs.info 2016年5月29日 上午9:34 於 "TreKing" <treking...@gmail.com> 寫道: > > On Fri, May 27, 2016 at 1:47 PM, Joao Henrique Pataki Bernardes < > joaoh...@gmail.com> wrote: >

[android-developers] encryption in app

2015-07-08 Thread Michael Leung
Hi all, I know all apps in Android Market need to fulfil the requirement of US export law. I am going to provide some encryption in my app which is a notepad. So, the key length mush be lesser than 56 bit? -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http

Re: [android-developers] Re: AndroidStudio feedback (vs Eclipse)

2015-01-21 Thread Michael Leung
I am new to android studio. I came from c# development. I quite love the android studio Michael leung http://www.itblogs.info 2015/1/22 下午4:54 於 Manfred Moser mosa...@gmail.com 寫道: Also for all the Eclipse users .. there is an effort underway at the Eclipse foundation that builds on top of ADT

Re: [android-developers] ADT Update?

2014-04-29 Thread Michael Leung
because you are subscribed to the Google Groups Android Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Regards, Michael Leung

Re: [android-developers] Re: In-app payment system

2014-04-22 Thread Michael Leung
, Michael Leung a écrit : I know if I process the in-app payment to activate some extra features in my app. I have to use google checkout. But If I process some payment in the real world, for example, I build an app for flower shop, they want to pay their order. Can I add other payment options

[android-developers] In-app payment system

2014-04-21 Thread Michael Leung
I know if I process the in-app payment to activate some extra features in my app. I have to use google checkout. But If I process some payment in the real world, for example, I build an app for flower shop, they want to pay their order. Can I add other payment options? -- Regards, Michael Leung

Re: [android-developers] Developer console for client

2014-04-13 Thread Michael Leung
. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog

Re: [android-developers] Problem updating app (dev console)

2014-03-22 Thread Michael Leung
. For more options, visit https://groups.google.com/d/optout. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Navigation drawer

2014-01-24 Thread Michael Leung
Hi all , i found navigation drawer is in android v4 support lib. If i write an app for android 4+. I should use a action bar drawer. Am i right? Regards, Michael Leung http://www.itblogs.info -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: Android Studio running slow...

2013-08-29 Thread Michael Leung
Recently, I have started the ios development. I found Java is easier to use, but the xcode is still more advance than Android Studio, On Tue, Aug 27, 2013 at 2:58 PM, Michael Leung michaelchi...@gmail.comwrote: same situation, so I am still using eclipse as the production developer

Re: [android-developers] Re: Android Studio running slow...

2013-08-26 Thread Michael Leung
group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info

Re: [android-developers] How to communicate with Google Server for Android App License Verification?

2013-07-28 Thread Michael Leung
Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http

Re: [android-developers] Question for a Google Play employee: is it allowed to release a pro version of my existing app?

2013-07-17 Thread Michael Leung
, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- -- 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: [android-developers] How to support Redeem Code in Android App?

2013-06-21 Thread Michael Leung
are subscribed to the Google Groups Android Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Regards, Michael Leung http

Re: [android-developers] 查阅“TouchMe”

2013-06-20 Thread Michael Leung
Your apps? Regards, Michael Leung http://www.itblogs.info On 20/06/2013 9:47 PM, 何斌斌 hbbs...@gmail.com wrote: https://play.google.com/store/apps/details?id=com.imtele.touchme -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: Update a textview from another thread

2013-05-22 Thread Michael Leung
I added the hashtable in the main thread. It will loop the updated the value. But I think bob's method is better. I will try to rework into this method On Wed, May 15, 2013 at 4:43 PM, Michael Leung michaelchi...@gmail.comwrote: thank you so much! On Wed, May 15, 2013 at 2:43 AM, Marty

Re: [android-developers] Re: Update a textview from another thread

2013-05-15 Thread Michael Leung
thank you so much! On Wed, May 15, 2013 at 2:43 AM, Marty Ballard marty...@gmail.com wrote: Another option is to pass it in a bundle and set the text based on the values passed in that bundle. On Saturday, May 11, 2013 4:56:00 PM UTC-5, Michael Leung wrote: Is it possible to Update

Re: [android-developers] Re: barcode scanner on android emulator

2013-05-15 Thread Michael Leung
Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http

[android-developers] Update a textview from another thread

2013-05-11 Thread Michael Leung
Is it possible to Update a textview from another thread? I got a list item in list view from another fragement. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- -- You received this message

Re: [android-developers] Re: Update a textview from another thread

2013-05-11 Thread Michael Leung
Ok thanks. Maybe i use subscriber pattern to do that Regards, Michael Leung http://www.itblogs.info On 12/05/2013 8:29 AM, Jonathan S xfsuno...@gmail.com wrote: No. TextView only be updated in the Main Thread. Why not to pass String? On Saturday, May 11, 2013 5:56:00 PM UTC-4, Michael Leung

Re: [android-developers] Re: Frame Works

2013-05-08 Thread Michael Leung
://groups.google.com/groups/opt_out. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Downloading and install apk files from own server

2013-05-08 Thread Michael Leung
emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage

Re: [android-developers] Re: Barcode Generator

2013-05-08 Thread Michael Leung
/opt_out. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: Barcode Generator

2013-05-08 Thread Michael Leung
I have created a C# app for a client before I got a server installed bar font, then C# will create the image Example: http://www.codeproject.com/Articles/3888/C-Barcode-Generator-WebService On Thu, May 9, 2013 at 12:35 PM, Michael Leung michaelchi...@gmail.comwrote: http://zxing.appspot.com

Re: [android-developers] New to Android

2013-05-03 Thread Michael Leung
an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- -- You received

Re: [android-developers] new in development plz help

2013-05-01 Thread Michael Leung
. For more options, visit https://groups.google.com/groups/opt_out. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] instal different versions of same app

2013-05-01 Thread Michael Leung
to the Google Groups Android Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Regards, Michael Leung http

Re: [android-developers]

2013-04-10 Thread Michael Leung
. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Re: asterisk sip account

2013-04-10 Thread Michael Leung
to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- -- You received

Re: [android-developers] java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)

2013-01-22 Thread Michael Leung
-- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] using anctionbar to implement tab, how to jump to another tab programmly?

2013-01-21 Thread Michael Leung
actionBar.setSelectedNavigationItem(x)? On Tue, Jan 22, 2013 at 4:17 AM, Summer novelt...@gmail.com wrote: Could you give me an example of how to set the fragment to be active? Thanks 在 2013年1月20日星期日UTC-8下午9时15分22秒,Michael Leung写道: Can you set the tab with B Fragment to be active

Re: [android-developers] using anctionbar to implement tab, how to jump to another tab programmly?

2013-01-20 Thread Michael Leung
-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received

Re: [android-developers] GCode

2012-12-13 Thread Michael Leung
options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you are subscribed

Re: [android-developers] Re: Application uploading problem.

2012-12-10 Thread Michael Leung
, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info

Re: [android-developers] Android phone stolen

2012-10-25 Thread Michael Leung
/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: browser application

2012-10-15 Thread Michael Leung
email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog

Re: [android-developers] Re: It seems easy to get rid of a competitor’s app

2012-10-15 Thread Michael Leung
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message

Re: [android-developers] Re: Paypal in Android

2012-09-17 Thread Michael Leung
://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Paypal in Android

2012-09-16 Thread Michael Leung
in Google Play? -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: Paypal in Android

2012-09-16 Thread Michael Leung
cannot use a payment mechanism other than Google Play for an app distributed via Google Play. 2) You cannot use Google Play to charge for physical goods. William On Monday, September 17, 2012 3:30:14 PM UTC+10, Michael Leung wrote: Hi all, I got a client which has an online shop using

Re: [android-developers] Hi all

2012-08-30 Thread Michael Leung
at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Strange Error When my app start

2012-08-27 Thread Michael Leung
A500. That is ok. -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Wrong fragment onContextItemSelected

2012-08-22 Thread Michael Leung
Hi all, I got the problem for onContextItemSelected. I had 3 ListFragments. I used Context Menu in the second Fragment. But onContextItemSelected in first fragment is called. Anyone has solution? -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My

Re: [android-developers] First android app

2012-08-22 Thread Michael Leung
to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http

Re: [android-developers] First android app

2012-08-22 Thread Michael Leung
the notepad example in android developer website Regards, Michael Leung http://www.itblogs.info On Aug 22, 2012 11:16 PM, cham herbias cham.herb...@gmail.com wrote: im sorry. what do you mean notepad example? On Wed, Aug 22, 2012 at 8:07 AM, Michael Leung michaelchi...@gmail.comwrote: Start

Re: [android-developers] Re: Android talking to computer

2012-08-15 Thread Michael Leung
Are you doing an app to send the image from phone to PC via usb? Regards, Michael http://www.itblogs.info http://www.michaelleumg.info 2012-8-16 上午12:20 於 bob b...@coolfone.comze.com 寫道: So I guess you just do a bunch of *adb push* and *adb pull* commands to have a conversation with an

Re: [android-developers] I Missed my phone at Home - good apps

2012-08-15 Thread Michael Leung
I think that is a bit out of topic in here. Regards, Michael http://www.itblogs.info http://www.michaelleumg.info 2012-8-15 上午4:30 於 Rocky rkjhaw1...@gmail.com 寫道: Let me know your comments

Re: [android-developers] Android

2012-07-23 Thread Michael Leung
at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you are subscribed to the Google Groups Android

[android-developers] License of Task API for Android

2012-07-16 Thread Michael Leung
Hi, Does any one know whether Task API( https://developers.google.com/google-apps/tasks/oauth-and-tasks-on-android ) use other parties libraries? Do I know put their licenses in my application? -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog

[android-developers] Does anyone use Task API before?

2012-07-16 Thread Michael Leung
Hi all, Does anyone use Task API( https://developers.google.com/google-apps/tasks/oauth-and-tasks-on-android) before? Any legal requirements to their API java library? -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http

Re: [android-developers] Re: Does anyone use Task API before?

2012-07-16 Thread Michael Leung
I mean using their task java library is not covered on TOS. On Tue, Jul 17, 2012 at 1:07 PM, gjs garyjamessi...@gmail.com wrote: Hi, Read the TOS - https://developers.google.com/google-apps/tasks/terms Regards On Jul 16, 9:54 pm, Michael Leung michaelchi...@gmail.com wrote: Hi all

[android-developers] Any Design Pattern for Android?

2012-07-15 Thread Michael Leung
Hi all, Any Design Pattern for Android? I have some in-house pattern I built for this purpose. But I am not 100% happy about them/. Do you have any recommendations? -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info

Re: [android-developers] Any Design Pattern for Android?

2012-07-15 Thread Michael Leung
I mean any framework for design pattern, such as MVC and MVVP? On Mon, Jul 16, 2012 at 10:42 AM, Mark Murphy mmur...@commonsware.comwrote: http://developer.android.com/design/index.html On Sun, Jul 15, 2012 at 8:30 PM, Michael Leung michaelchi...@gmail.com wrote: Hi all, Any Design

[android-developers] Flip Gesture on ListView

2012-07-12 Thread Michael Leung
have some ideas? -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Any Good UI books or online resource?

2012-07-04 Thread Michael Leung
Any books with a lot of example codes. On Wed, Jul 4, 2012 at 2:24 PM, TreKing treking...@gmail.com wrote: On Tue, Jul 3, 2012 at 7:54 PM, Michael Leung michaelchi...@gmail.comwrote: I wish to improve my Android UI skills,Any Good UI books or online resource you can recommend? http

Re: [android-developers] GooglePlayStore

2012-07-04 Thread Michael Leung
to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http

[android-developers] Any Good UI books or online resource?

2012-07-03 Thread Michael Leung
Hi, I wish to improve my Android UI skills,Any Good UI books or online resource you can recommend? Thanks! -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage https://play.google.com/store/apps/details

[android-developers] Ping in android

2012-07-03 Thread Michael Leung
Hi all, I have used isReachable() in InetAddress for Ping. But that is only working in local network unless root my phone. Does anyone work this problem out before? -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http

Re: [android-developers] HttpGet Unknown Host

2012-07-02 Thread Michael Leung
I solved this. I found I need to add the permission to receiver for the widget On Tue, Jul 3, 2012 at 3:47 AM, TreKing treking...@gmail.com wrote: On Sun, Jul 1, 2012 at 11:25 PM, Michael Leung michaelchi...@gmail.comwrote: Does anyone have some ideas? Google UnknownHostException

[android-developers] Dev Phone - Galaxy Nexus

2012-07-01 Thread Michael Leung
Hi all, I read the news about the Galaxy Nexus banned in US. As I know,that is the standard 4.0 dev phone. Will it be still the standard dev phone? What do you think about the news as well? Would it be affect the sale of Android Phone? -- Regards, Michael Leung http://www.itblogs.info - My

Re: [android-developers] Dev Phone - Galaxy Nexus

2012-07-01 Thread Michael Leung
Thanks! Mark, sorry to ask about the off-topic question. On Sun, Jul 1, 2012 at 10:08 PM, Mark Murphy mmur...@commonsware.comwrote: On Sun, Jul 1, 2012 at 4:50 AM, Michael Leung michaelchi...@gmail.com wrote: I read the news about the Galaxy Nexus banned in US. As I know

Re: [android-developers] How to get jelly bean on my phone if I am an android developer

2012-07-01 Thread Michael Leung
@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info

[android-developers] HttpGet Unknown Host

2012-07-01 Thread Michael Leung
Hi, I built a new app, which is using HttpGet. But I got this exception: 07-02 14:22:32.585: E/(8310): java.net.UnknownHostException: advapps.advhost.info I have used the same piece of code in my app, that is working. Does anyone have some ideas? -- Regards, Michael Leung http

[android-developers] Can a widget use httpget?

2012-07-01 Thread Michael Leung
Hi all, Can a widget use httpget? I uesd in a app,that is OK, but when I used it in a widget. I got an unknownhost exception -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Is it possible to get the DNS server setting from app?

2012-06-05 Thread Michael Leung
-program https://groups.google.com/forum/?fromgroups#!topic/android-ndk/6eogJcaOPOg On Tue, Jun 5, 2012 at 7:43 AM, Michael Leung michaelchi...@gmail.comwrote: Hi all, Is it possible to get the DNS server setting from app? I think that is possible to find out by reading the config

Re: [android-developers] Writing in C++ code ?

2012-06-04 Thread Michael Leung
But I do not think even you write your app in c++ which can work in other platform. There are some Framework claimed they can make compile the code into various os. For example, http://xamarin.com/monotouch But I think the best way is to write a html5 app Regards, Michael http://www.itblogs.info

[android-developers] Is it possible to get the DNS server setting from app?

2012-06-04 Thread Michael Leung
Hi all, Is it possible to get the DNS server setting from app? I think that is possible to find out by reading the config in a rooted android. But how 's about the normal android phone? -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http

Re: [android-developers] technical solution to develop an App in Android

2012-05-30 Thread Michael Leung
Build a background service yo pull the webservice. Regards, Michael http://www.itblogs.info http://www.michaelleumg.info 2012-5-30 下午7:39 於 Ramya Vegesna ramyavegesna...@gmail.com 寫道: hi Good Day ! I request a kind support from the group. I am unable to develop the below requirement,

Re: [android-developers] want to install a software .exe from my Android App

2012-05-30 Thread Michael Leung
That may be possible. If the computer has android sdk, your .exe to put apk via sdk. But that sounds a mission impossible. Regards, Michael http://www.itblogs.info http://www.michaelleumg.info 2012-5-30 下午8:05 於 Meryeme Ayache meryemeaya...@gmail.com 寫道: hey everybody, I am

Re: [android-developers] Android App

2012-05-30 Thread Michael Leung
I think it has to done in ndk. Regards, Michael http://www.itblogs.info http://www.michaelleumg.info 2012-5-30 下午7:40 於 mani kandan mgmanikanda...@gmail.com 寫道: Hi All, I want to create an android application, which has to take the screenshot of all application such message, gallery,third

Re: [android-developers] Email application

2012-05-29 Thread Michael Leung
Start to learn about list activity.you can Google list view android tutorial. 2012-5-29 下午5:37 於 Chanuka lionch...@gmail.com 寫道: Hello everyone, I'm new to android development and i know nothing. i have to complete a assignment and its all about android. In my app i want to give options to

Re: [android-developers] [ASK] about get location using GPS

2012-05-29 Thread Michael Leung
Have you enable your GPS first? 2012-5-28 上午7:36 於 Alfa 672008...@student.uksw.edu 寫道: hi, i want to get my location in longitude and latitude from gps, and i use this code public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

Re: [android-developers] [ASK] about get location using GPS

2012-05-29 Thread Michael Leung
That looks fine for me Regards, Michael http://www.itblogs.info 2012-5-29 下午5:49 於 Michael Leung michaelchi...@gmail.com 寫道: Have you enable your GPS first? 2012-5-28 上午7:36 於 Alfa 672008...@student.uksw.edu 寫道: hi, i want to get my location in longitude and latitude from gps, and i use

Re: [android-developers] Email application

2012-05-29 Thread Michael Leung
Or to read the Google tutorial too. That is a good starting point to learn android programming. Regards, Michael http://www.itblogs.info 2012-5-29 下午5:45 於 Michael Leung michaelchi...@gmail.com 寫道: Start to learn about list activity.you can Google list view android tutorial. 2012-5-29 下午5:37

Re: [android-developers] Splitting screen area

2012-05-29 Thread Michael Leung
Using tablelayout? Regards, Michael http://www.itblogs.info http://www.michaelleumg.info 2012-5-29 下午5:37 於 gayathri r gayu@gmail.com 寫道: Hi All, How is it possible to split a screen into say 3 or 4 sections?I want to basically have different colour option to be given for different

Re: [android-developers] Application temporarily free

2012-05-27 Thread Michael Leung
Create a free full version and publish to android market, after two days you remove it from market- 2012-5-26 下午1:49 於 Hilario Perez Corona hpcor...@gmail.com 寫道: I'm gonna explain what i have: 1. A free Lite version of my application 2. A full paid version of my application (.99 USD) Both

Re: [android-developers] Http request and http requests

2012-03-17 Thread Michael Leung
-- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- 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: [android-developers] Re: Google Play

2012-03-07 Thread Michael Leung
from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http

Re: [android-developers] Re: MVC Architecture

2012-01-15 Thread Michael Leung
, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info

Re: [android-developers] Issue with SDK installation

2011-12-21 Thread Michael Leung
@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog

Re: [android-developers] verizon galaxy nexus as dev phone?

2011-12-19 Thread Michael Leung
. 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, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http

Re: [android-developers] verizon galaxy nexus as dev phone?

2011-12-19 Thread Michael Leung
Thanks! Then I may consider to buy Galaxy Nexus S On Tue, Dec 20, 2011 at 8:58 AM, Romain Guy romain...@android.com wrote: You can unlock the bootloader using the command fastboot oem unlock (just like on Nexus S and Nexus One.) On Mon, Dec 19, 2011 at 2:53 PM, Michael Leung michaelchi

Re: [android-developers] Pls send me android souce code....

2011-12-19 Thread Michael Leung
-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http

Re: [android-developers] Pls send me android souce code....

2011-12-19 Thread Michael Leung
The sender name sounds like a robot. On Tue, Dec 20, 2011 at 4:38 PM, Jim Graham spooky1...@gmail.com wrote: On Tue, Dec 20, 2011 at 04:14:50PM +1000, Michael Leung wrote: what is it? Spam? I don't think the OP meant it to be spam...just posting the same question more than once, after

Re: [android-developers] 3G for GPS Location

2011-12-19 Thread Michael Leung
-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You

Re: [android-developers] LinkedList or ArrayList?

2011-12-18 Thread Michael Leung
this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info

Re: [android-developers] Re: hi

2011-12-18 Thread Michael Leung
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message

Re: [android-developers] LinkedList or ArrayList?

2011-12-18 Thread Michael Leung
support your inference. So how did you decide that 'LinkedList' is better for the OP? Did they write you privately with more data? Did I perhaps misunderstand your post? -- Lew On Sunday, December 18, 2011 5:43:41 AM UTC-8, Michael Leung wrote: That sounds Linked List better

Re: [android-developers] soap web service

2011-12-18 Thread Michael Leung
To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http

Re: [android-developers] how to become a developer

2011-12-18 Thread Michael Leung
, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Service

2011-12-13 Thread Michael Leung
-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Developer Console - Hard to understand ?

2011-12-13 Thread Michael Leung
For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: Encoder Mp3

2011-12-13 Thread Michael Leung
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you

Re: [android-developers] Want to Download Google Maps Source code

2011-12-13 Thread Michael Leung
this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info - My IT Blog http://diary.skynovel.info - My Blog http://www.michaelleung.info - My Homepage -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] accessing sdcard in android 3.2

2011-12-09 Thread Michael Leung
. 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, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung

Re: [android-developers] Re: Cheating the Rating, please google stop this.

2011-11-16 Thread Michael Leung
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Android Contact application help needed

2011-11-14 Thread Michael Leung
@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info -- You

Re: [android-developers] Android Development Environment?

2011-11-14 Thread Michael Leung
-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] boss is complaining

2011-11-14 Thread Michael Leung
...@googlegroups.com For more options, visit this group at http://groups.google.com/**group/android-developers?hl=enhttp://groups.google.com/group/android-developers?hl=en -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info -- You received this message because you

  1   2   >