[android-developers] looking for android games (source code + rights) to buy

2010-12-06 Thread Zi Yong Chua
Hi there, I am looking for android games to buy, the rights and source code. Any interested developers/game companies do drop me a message. Thanks! Zee -- 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] Limitation of AppWidgetProviders and RemoteView - Canvas Drawing?

2009-11-18 Thread Zi Yong Chua
HI guys, Not sure anyone of you have this problem. I have having a lot of difficulty trying to port what i have done in drawables for my activity into my widget through remoteview. Does any one know any work around this issue on how to use canvas drawing inside AppWidgetProvider class? Not sure

[android-developers] help with AnalogClock widget - remoteview and appwidgetprovider

2009-11-01 Thread Zi Yong Chua
Hi guys, I am trying to develop and AnalogClock widget on the home screen that changes depending on the time of day. I am finding problems getting to the right code to make it happen, and will hope to seek you help and advise here. 1) Getting the dial resource in AnalogClock to change in code I

[android-developers] Building launcher.apk from source code

2009-09-25 Thread Zi Yong Chua
Hi guys, I am trying to build the launcher.apk from source so that I can test and modify some of the classes inside as part of a project. I imported the whole launcher.apk folder into Eclipse and I can't seem to solve the R cannot be resolve issue, and hence I cannot compile it. May I know if

[android-developers] Sharing youtube videos on youtube playlist within application

2009-05-22 Thread Zi Yong Chua
Hi guys, I am looking at creating a shared playlist of youtube videos for my app and is wondering if there is an api for me to do that. I check on the stock youtube.apk and there is an activity where the users can select from a list of videos added on his/her playlist. Does anyone has any clue

[android-developers] Android Developers Group for Singapore and South East Asia IRC channel is up

2009-04-21 Thread Zi Yong Chua
Dear developers from Singapore and from our neighboring countries, We have set up our IRC channel at #CodeAndroid on irc.freenode.net where our developers can discuss and help each other out in development. Please do join us in our discussion. We will also be offering support for the upcoming

[android-developers] Place to feedback to Android Engineers?

2009-04-14 Thread Zi Yong Chua
Hi people, I was looking at how iPhone 3.0 beta is doing and I was pleasantly surprise how fast Apple is able to push out bug fixes and UI changes that matters within the short time span (i think they already had 2 beta updates). Taking off from that, I am wondering is there a streamlined

[android-developers] api to install update apk in private-app folder

2009-03-24 Thread Zi Yong Chua
Hi fellow developers, I have a question with regards to an update feature that I am trying to put in my application. I am wondering if it is possible for an application to download a new apk and install it inside the /data/app- private folder (which i presume is for copy protected apps)? Cheers

[android-developers] Re: api to install update apk in private-app folder

2009-03-24 Thread Zi Yong Chua
Its not possible to do the install or to install it in app-private may I ask? On Mar 24, 11:38 pm, Mark Murphy mmur...@commonsware.com wrote: Zi Yong Chua wrote: I have a question with regards to an update feature that I am trying to put in my application. I am wondering if it is possible

[android-developers] speech to text api

2009-02-28 Thread Zi Yong Chua
hi guys since android now has speech to text search, anyone know if the API is available to the developers? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] driving/walking directions on mapview and clearing of application(map) cache

2009-02-17 Thread Zi Yong Chua
Hi guys, May I ask if anyone know how to get the driving/walking directions on google maps (if supported) on mapview? so far I can only calculate linear direction... Also anyone know whats the command to clear application cache? I can only find the permission to do it when i google for it.. i

[android-developers] Re: new to maps.. need help with locating position

2009-02-13 Thread Zi Yong Chua
, Zi Yong Chua chu...@gmail.com wrote: I am working on this code, it returns no error but it doesnt display maps on the emulator... it doesnt seem to be able to find the mapview         @Override         public void onCreate(Bundle savedInstanceState) {                 super.onCreate

[android-developers] new to maps.. need help with locating position

2009-02-11 Thread Zi Yong Chua
Hi guys, I am trying to create a free app to indicate the nearest hospital/atm/ banks or whatever not for the city I am in. The problem i have not is generating the code to pull the location of such places. Can someone enlighten me how to ask the system to search for the location, if I manage

[android-developers] Re: new to maps.. need help with locating position

2009-02-11 Thread Zi Yong Chua
level mc.setZoom(zoomlevel - 1); // zoom mv.setSatellite(false); // display only normal mapview } } On Feb 12, 8:49 am, Zi Yong Chua chu...@gmail.com wrote: Hi guys, I am trying to create a free app to indicate the nearest hospital/atm/ banks or whatever

[android-developers] Android Developers Needed in Singapore

2009-02-07 Thread Zi Yong Chua
Dear fellow developers, I am working on a mobile application that relates to media content delivery that I am building on the Android platform. Now I am trying to look for Android developers in Singapore who is interested in taking on this project. If you are from Singapore and is interested,

[android-developers] Help needed with animation... (startAnimation functions or ViewFlippers etc)

2009-02-03 Thread Zi Yong Chua
Hi folks, Really thank you to those who have helped me so far.. I have tried working with animating text in my application for the whole day but just cant got it to work. I have created a directory of anim in .Res with the animation xml and imported viewflippers, animation packages, but some how

[android-developers] Problem with textalign

2009-02-01 Thread Zi Yong Chua
Hi guys, I am trying to center align the text in my textview for btn_quit but the android:textalign=center is giving me error. The eclipse is telling me that there is no resource identifier for textalign and even though I have placed textview widget package in the src.. can anyone help me on

[android-developers] Install Android on PC possible?

2009-01-29 Thread Zi Yong Chua
Hi guys, I am trying to install Android as a separate OS running on top of my Windows 7/Ubuntu for development, not just running the emulator. May I know if it is possible and did anyone managed to do it? Cheers Zi Yong --~--~-~--~~~---~--~~ You received this