[android-developers] Android App publisher

2012-02-27 Thread riz
Hi, Is it legal to publish an app on behalf of someone and take commission on per sale ? something like http://www.androidpublisher.com/ Please advise . Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Android Open Accessory API

2011-10-14 Thread riz
Hi, Is it possible to read data from audio jack using Android Open Accessory API ? please advise or suggest alternate . Regards -- 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@google

[android-developers] EAAccessory Class in Android

2011-10-14 Thread riz
Hi , I am an iphone developer and curious to know is there any equivalent to Iphone EAAccessory Class in Android ? please advise . Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] Re: reading data from audio head jack in android

2011-09-19 Thread riz
original credit card reader. please advise me On Sep 19, 5:35 pm, riz wrote: > Hi, > > I am curious to know how it is possible to read data directly from > audio head jack of android. ? I am looking to control some external > device through it . > > how Jack Dorsey is doing thi

[android-developers] reading data from audio head jack in android

2011-09-19 Thread riz
. Regards riz -- 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+unsubscr...@googlegroups.co

[android-developers] reading data from audio head jack in android

2011-09-19 Thread riz
. Regards riz -- 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+unsubscr...@googlegroups.co

[android-developers] problems reloading map in android.

2010-11-17 Thread Riz
hi all, i have created a view i.e. a button and a listener attached to the button, when i click the button its shows a map, when i click the the option menu button after diplaying the map i call back my main interface view i.e. only a button which opens the map. problem: when i call back my main

[android-developers] how to obtain location through WiFi instead of cell towers?

2010-10-17 Thread Riz
hi, i'm trying to obtain my location using android 2.1 thorugh "Provider_Network" but the problem is it uses both cell towers and Wifi Access Point. i only want to obtain my location through Wifi Access point and not through cell towers? any idea how to do it? thanks all for ur help. -- You rece

[android-developers] Re: Google Android Challenge II bugix..!

2009-09-02 Thread riz
but there should be at least bug fixing or version upgrade option available because we are not changing the ORIGINAL IDEA SUBMITTED . On Sep 3, 7:39 am, "Eric Wong (hdmp4.com)" wrote: > Good luck getting google to help you on this. > I don't think they would do anything to help you ;) > > Rememb

[android-developers] Re: media player exception

2009-08-20 Thread riz
when I try to create media Player through Create(Context,Resource_ID) (rest of the codr remain same)it played the audio of the video file but still no video . ..my project is stuck . I need to know how to play video file from resource folder. . On Aug 20, 8:41 am, riz wrote

[android-developers] Re: media player exception

2009-08-19 Thread riz
Hi Venky, No I have not file the bug yet ,if you want to file the bug then please go ahead. most important thing for me right now is how to play a resource video file in android ? please suggest me alternate solution . I m stuck here ,looking for a solution ...please help me . Thanks Riz On

[android-developers] Re: media player exception

2009-08-19 Thread riz
; > mMediaPlayer.setOnCompletionListener(this); > > mMediaPlayer.setOnPreparedListener(this); > > mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); > > > nothing happens on the screen and it just stand idle ,neither > > OnBuffering event called nor o

[android-developers] Re: media player exception

2009-08-19 Thread riz
); mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); nothing happens on the screen and it just stand idle ,neither OnBuffering event called nor onCompletion Event. I have tried to play boht wmv and 3gp file. but nothing works . please advise what i m missing. On Aug 19, 7:57 am, riz wrote: > ok Nelisson

[android-developers] Re: media player exception

2009-08-18 Thread riz
ok Nelisson , I will , but tell me how can load a movie from resource through media Player or any other alternative,please . On Aug 18, 9:00 pm, Marco Nelissen wrote: > On Tue, Aug 18, 2009 at 12:07 AM,rizwan wrote: > > > Hi, > > > I m trying to run a simple media player activity ...

[android-developers] Re: GmapActivity Only marker Touch Listener

2009-08-17 Thread riz
can anyone suggest me a better solution rather than implementing a collision deduction or ray tracing algorithm .please On Aug 16, 8:46 pm, rizwan wrote: > Hi All , > > I have extended a MapActivity and add a marker over it like > this .. > > MapView mapView = (MapView) findView

[android-developers] Re: what's wrong in this code

2009-08-02 Thread riz
yes widgets are not thread safe. thanks dude for the link On Jul 31, 9:50 am, gopu wrote: > http://android-developers.blogspot.com/2009/05/painless-threading.html > > On Jul 31, 9:08 am, Marco Nelissen wrote: > > > > > Can you be more specific than "it's not working" ?Does it crash? If so, post

[android-developers] Re: what's wrong in this code

2009-07-30 Thread riz
it is causing a problem in Thread.sleep (2000); but why ? please if any body explain On Jul 30, 11:23 pm, riz wrote: > I m just trying to call drawScore method from another Thread . > drawScore method just changes the text of textView but it's not > working .any idea ? > >

[android-developers] Re: what's wrong in this code

2009-07-30 Thread riz
I m just trying to call drawScore method from another Thread . drawScore method just changes the text of textView but it's not working .any idea ? On Jul 30, 11:20 pm, rizwan wrote: > it is not working . I don't know why please advise at your earliest. I > m stuck here . > > public myclass exten

[android-developers] BroadCastReceiver Alternate

2009-07-05 Thread riz
hi All , I m exploring Android SDK for ADC2 challenge. I need to know If my application main activity calls intent for doing some network activity (blocking call in separate thread ) meanwhile it starts another activity . how can I BroadCast network response to second activity I guess through ex