[android-developers] Ash Pat

2013-07-20 Thread Ash Pat
http://cng.20e.in/kjskte/tfhwgu.pgtnthoqsmegmwrt -- -- 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 unsubscribe from this group, send email to android-developers+u

[android-developers] Android post question

2011-07-05 Thread Pat Needham
e new message, but when I clicked it, I just got sent to a search result page. Can you tell me more about the process of writing posts and getting responses? -- Pat Needham Needham Development<https://market.android.com/search?q=Needham+Development&so=1&c=apps> 973-204-4976

[android-developers] using Android tabs with views instead of activities

2011-07-05 Thread Pat Needham
I tried to find out how to use views instead of activities while making tabs and I found this site: http://stackoverflow.com/questions/2970844/example-of-using-android-tabs-with-views-instead-of-activities But when I followed the method used by the first answer, I got an error while running my ap

[android-developers] How can I automate a test that sends multiple mock intents to an Android activity?

2011-04-20 Thread Pat
I am testing an app by sending mock intents to an Android activity via the Android instrumentation tools and Android JUnit in Eclipse. I am able to successfully create a test that sends one Intent to an Activity, but I want to automate this and send several consecutive Intents so I can test the Ac

[android-developers] Using 'aidl' from command line

2011-04-06 Thread Pat Wilson
I am attempting to use aidl from the command line to build the in-app billing service as specified here: http://developer.android.com/guide/market/billing/billing_integrate.html#billing-add-aidl , and am getting the following error: "com/android/vending/billing/ IMarketBillingService.aidl:19: could

Re: [android-developers] Edit Incoming Call Activity

2011-03-22 Thread Ash Pat
Thank you! I'll look around how to do it. On Tue, Mar 22, 2011 at 6:51 PM, TreKing wrote: > On Tue, Mar 22, 2011 at 6:39 PM, Ash wrote: > >> Is it possible to add a new button to the existing incoming call screen? >> > > Sure. Build your own version of the firmware. Wrong list for that though.

[android-developers] AudioTrack MODE_STATIC issue

2010-08-18 Thread Pat
Hi all, I'm developing an audio app that uses AudioTrack's MODE_STATIC to efficiently loop through a sound sample. Using MODE_STATIC, AudioTrack.write() to set the sample, and AudioTrack.setLoopPoints() to loop through the sample, I'm able to tell the hardware to simply keep looping through my so

[android-developers] Re: How to use the dpad button to pause and play audio while the device is locked

2009-11-25 Thread Pat
The button on a headset is able to pause audio (I've only used it with the Google Listen application), so there must be some sort of listener available. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

[android-developers] Clickable Map Markers

2009-06-14 Thread pat
Hi there, I am developing a map application for Android. My idea is to have a map with several markers. Whenever the user clicks on a marker i would like to change to a different activity and pass certain information. My question: how can i attach something like onClick event to the markers on

[android-developers] Re: Threaded horizontal scrolling text

2009-05-12 Thread Pat
Anyone got any suggestions for this? On May 9, 9:26 pm, Pat wrote: > Hi, > > Its been a while since I've done any coding, I'm new to android, and > unfortunately my first job is rather tricky. > > My program need to display horizontallyscrollingtextand images, but

[android-developers] Threaded Horizontal Scrolling

2009-05-11 Thread Pat
Hi, I haven't coded in java for a while and have just started with Android, and unfortunately I have to start my program with something tricky. I want to scroll text and images horizontally across the screen, but I also need to set the speed of the scrolling quite finely and would also like if I

[android-developers] Threaded horizontal scrolling text

2009-05-11 Thread Pat
Hi, Its been a while since I've done any coding, I'm new to android, and unfortunately my first job is rather tricky. My program need to display horizontally scrolling text and images, but it need to set the scroll speed quiet finely. Now I've been looing at some examples with TextView and some