Re: [android-developers] Being able to touch two buttons at once

2011-02-15 Thread Kumar Bibek
If the version on which you are working on supports multi-touch, then.. http://developer.android.com/reference/android/view/ScaleGestureDetector.html(2.2 and up) Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Wed, Feb 16, 2011 at 4:44 AM, brian purgert

Re: [android-developers] Screen rotation clears TextView

2011-02-15 Thread Kumar Bibek
Check if the text view has a id. Normally, the framework would save all the basic values such as TextViews and Edittexts after orientation change. But it looks like you haven't specified the value of the TextView in one of the orientations. Kumar Bibek http://techdroid.kbeanie.com

[android-developers] Re: App with usb connectivity

2011-02-15 Thread Paul
Bumping this message, as I too would be very interested in this... On Feb 13, 10:16 am, neohacker arunscari...@gmail.com wrote: Hi all,                 I'm in the middle of an android app that need to check whether the device is connected to another system or pendrive through usb and if it is

Re: [android-developers] Activities and Intents

2011-02-15 Thread TreKing
On Tue, Feb 15, 2011 at 2:31 PM, DanielleM dmurkerso...@gmail.com wrote: I'm using an intent flag FLAG_ACTIVITY_CLEAR_TOP so that a child activity can be placed on top of the parent activity without covering up my tab navigation. You may want to explain this. I'm not sure what you mean by

[android-developers] Patch available for Horizontal scrolling in Grid view ?

2011-02-15 Thread Dev Android
Guys, Is there any patch available for Horizontal scrolling in Grid view ? Please revert me with some suggestions. -- D -- 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] how to find name of all weekdays with their date

2011-02-15 Thread Streets Of Boston
Indeed something like the code above, but with a different pattern for SimpleDateFormat: // for something like 'monday 14-feb-2011' new SimpleDateFormat(* d-MMM-*); -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: It's not the browser?

2011-02-15 Thread kypriakos
Hey DanH, good pt for the case of old data. But I am not getting any data at all and it is very curious as to why not. In summary: The client script running on the native browser (or Dolphin) makes call to a remote web service (REST or SOAP). On the server side I can see the call coming in, the

[android-developers] Re: How earn money from android app free

2011-02-15 Thread Eric Wong (hdmp4.com)
There is no real answer on that. What someone else earns from their apk has nothing to do with what you can earn. Read more related articles. E.g. read about how much Angry bird is earning and why. On Feb 15, 3:57 pm, Nguyen Nghi nguyennghih...@gmail.com wrote: I had read a article about making

Re: [android-developers] Do you know any open source game or media player on android phone?

2011-02-15 Thread ecss utdallas
Thank you very much. That's exactly the one I am looking for. On Thu, Feb 10, 2011 at 10:14 PM, Kevin Duffey andjar...@gmail.com wrote: Replica Island? That's a pretty decent game that you can view the source of I believe. On Thu, Feb 10, 2011 at 8:07 PM, xlshe dianyuangua...@gmail.com

Re: [android-developers] Do you know any open source game or media player on android phone?

2011-02-15 Thread ecss utdallas
Thank you very much. That's exactly the one I am looking for. On Fri, Feb 11, 2011 at 4:51 AM, kavitha b kkavith...@gmail.com wrote: Media Player open source project is NPR.It is pretty good for streaming. On Fri, Feb 11, 2011 at 9:44 AM, Kevin Duffey andjar...@gmail.com wrote: Replica

[android-developers] session management in android

2011-02-15 Thread pramod.deore
Hi everybody, Someone please provide some information (some links)about how to handle session management in android. -- 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] tcp dump of android phone through wifi..please help

2011-02-15 Thread nivedita arora
hi, i want to study tcp dump for a school project.i have phone connected through wifi of my laptop(i used connectify on win7 as adhoc connections are not recognised by android phones,and i did not feel like rooting and then transfer it to laptop for analysing each time ). so i am using windump

[android-developers] http://developer.android.com/resources/articles/timed-ui-updates.html Correction

2011-02-15 Thread J Handal
http://developer.android.com/resources/articles/timed-ui-updates.html It worked for me OnClickListener mStartListener = new OnClickListener() { public void onClick(View v) { if (mStartTime == 0L) { //Change this line: mStartTime = System.currentTimeMillis();

[android-developers] Beta tester wanted for OCR application

2011-02-15 Thread ko5tik
Hi all, My Small OCR application is ready to be beta tested. For now it can (hopefully correctly) recognize and dial phone numbers in dark letters against light backgrounds. It utulises open source OCR library: http://sourceforge.net/projects/javaocr/ Signed APK can be downloaded from:

[android-developers] Re: Camera preview Api

2011-02-15 Thread Jayanthi
Hi, My application is working just small mistake leads to error , In manifest file I gave permission inside another permission like below uses-permission android:name=android.permission.SEND_SMS uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE / /uses-permission I

[android-developers] Re: Out of memory error While loading lot of images from sdcard ?

2011-02-15 Thread gjs
Hi, http://developer.android.com/reference/android/graphics/Bitmap.html#recycle() Regards On Feb 15, 5:32 pm, canny cann...@gmail.com wrote: Hi all, In my application , I have to display a large image using number of small images ( like gogle map tiling of views) . Exactly i need to draw

[android-developers] which path will system load a JNI library from

2011-02-15 Thread xeagle
Hi, In my app, I'm using System.loadLibrary() to load my JNI library. It should load library from /data/data/myapp/lib/. Then I add a invocation of System.getenv(LD_LIBRARY_PATH), and found that this system env is /system/lib/. Does that means that system will load library from /system/lib/

<    1   2   3   4