[android-developers] Re: Set result of svnversion to tag android:versionName

2010-06-21 Thread lucky4me
Another svn revision retrieving trick (place into ant build file): exec executable=svn output=svninfo.xml arg line=info --xml/ /exec xmlproperty file=svninfo.xml collapseattributes=true/ property

[android-developers] Re: HttpServerConnection

2010-01-23 Thread lucky4me
See http://code.google.com/p/i-jetty/ On Jan 24, 10:27 am, Jags jag...@gmail.com wrote: ah, these are the apis for hitting a url and get some info and post data to from m android device, is not it ? I wanna a small http server running on my android device [may be as a service] and hosting

[android-developers] Re: Implementing 'push technology' into Android apps

2009-10-27 Thread lucky4me
There is blog post by Josh Guilfoyle Push services: Implementing persistent mobile TCP connections http://devtcg.blogspot.com/2009/01/push-services-implementing-persistent.html On Oct 16, 7:43 pm, rubeN_vl rvanluch...@hotmail.com wrote: Hi, What are the different ways to implement push

[android-developers] Re: Inserting large volumes of data into SQLite - speed issues

2009-09-02 Thread lucky4me
In addition to skink post - try to use prepared/compiled statements: Object[] params = new Object[3]; SQLiteStatement statement = compileStatement(INSERT INTO my_table VALUES(?,?,?)); // loop here for(...) { params[0] = ... params[1] = ... params[2] = ...

[android-developers] Re: Can i use RotateAnimation to make a Drawable rotate?

2009-08-21 Thread lucky4me
Look at API Demos AnimationDrawable.java sample http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/graphics/AnimateDrawable.html On Aug 21, 10:40 am, bear tung beart...@gmail.com wrote: I want to draw some Drawables in a view, for example like Rect. Then I want

[android-developers] Re: How to simulate a TrackBall Event in emulator?

2009-07-25 Thread lucky4me
See Controlling the Emulator http://developer.android.com/guide/developing/tools/emulator.html#controlling Toggle trackball mode - F6, then you can use mouse as trackball On Jul 25, 11:45 am, hap 497 hap...@gmail.com wrote: i don't understand the answer. How can I do that on the emulator

[android-developers] Re: 30 Days of Android Applications

2009-07-13 Thread lucky4me
Day 23: Scottris (Tetris) http://bakhtiyor.com/2009/07/scottris/ Day 24: Rotary Dialer http://bakhtiyor.com/2009/07/rotary-dialer/ Day 25: Twitter Client http://bakhtiyor.com/2009/07/twitter-client/ --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: 30 Days of Android Applications

2009-06-19 Thread lucky4me
Day 12: Mosquito Game http://bakhtiyor.com/2009/06/mosquito-game/ Day 13: Death Calculator http://bakhtiyor.com/2009/06/death-calculator/ Day 14: GPS Speedometer http://bakhtiyor.com/2009/06/gps-speedometer/ Day 15: Count Me In http://bakhtiyor.com/2009/06/count-me-in/ Day 16: Battery Level

[android-developers] Re: 30 Days of Android Applications

2009-06-11 Thread lucky4me
Day 09: Currency Converter http://bakhtiyor.com/2009/06/currency-converter/ Day 10: Chemical Calculator http://bakhtiyor.com/2009/06/chemical-calculator/ Day 11: Password Generator http://bakhtiyor.com/2009/06/password-generator/ --~--~-~--~~~---~--~~ You

[android-developers] Re: 30 Days of Android Applications

2009-06-11 Thread lucky4me
Thanks, John. Fixed. On Jun 12, 3:30 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: It appears as if your 03day app source is missing... -John Coryat http://maps.huge.info http://www.usnaviguide.com http://www.zipmap.net --~--~-~--~~~---~--~~

[android-developers] Re: 30 Days of Android Applications

2009-06-08 Thread lucky4me
Day 06: What is my IP? http://bakhtiyor.com/2009/06/what-is-my-ip/ Day 07: Mobile Altimeter http://bakhtiyor.com/2009/06/mobile-altimeter/ Day 08: Snow Fall http://bakhtiyor.com/2009/06/snow-fall/ --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: 30 Days of Android Applications

2009-06-05 Thread lucky4me
Day 03: Bonfire http://bakhtiyor.com/2009/06/bonfire/ Day 04: Froggy Tic-Tac-Toe http://bakhtiyor.com/2009/06/froggy-tic-tac-toe/ Day 05: Plumb-Bob http://bakhtiyor.com/2009/06/plumb-bob/ Thank you (all) for new application ideas. --~--~-~--~~~---~--~~ You

[android-developers] 30 Days of Android Applications

2009-06-02 Thread lucky4me
I decided to continue Chris Craft (http://www.cjcraft.com/blog/ 2008/06/01/30DaysOfNETWindowsMobileApplications.aspx) and AppsAmuck (http://appsamuck.com/) marathon — starting series of 30 Days of Android Applications publications. I plan on writing one application per day: interesting, useful,

[android-developers] Re: 30 Days of Android Applications

2009-06-02 Thread lucky4me
Day 02: Flashlight http://bakhtiyor.com/2009/06/flashlight/ What application would you like to see next? --~--~-~--~~~---~--~~ 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: 30 Days of Android Applications

2009-06-02 Thread lucky4me
Day 01: Minutes To Midnight http://bakhtiyor.com/2009/06/minutes-to-midnight/ --~--~-~--~~~---~--~~ 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] Android FancyGestureDetector

2009-05-29 Thread lucky4me
Android port of fantastic Fancy Gestures http://bakhtiyor.com/2009/05/fancy-gesture-detector/ --~--~-~--~~~---~--~~ 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: zipped android source code

2008-12-04 Thread lucky4me
Maybe via GitWeb web interface, download snapshots, e.g. http://android.git.kernel.org/?p=platform/frameworks/base.git;a=snapshot;h=HEAD;sf=tgz On Dec 4, 5:26 pm, sal [EMAIL PROTECTED] wrote: Hi All, Is there any location on Web where i can get a zipped version of android source code (though