Re: [android-developers] How to connect android device with local network

2011-09-21 Thread MComputing Lab
Try usb tethering On 21 Sep 2011 17:49, "Gold" wrote: > Hi all, > > I am using android 2.2 for application development..! > > Now I want to communicate with Webservice. The webservice running on > My laptop and ip is 192.168.1.15..! > > But device not communicate.it.. > > How to communicate with l

Re: [android-developers] MS SQL Server in Android

2011-09-22 Thread MComputing Lab
Where do you want keep da sql server? On 22 Sep 2011 18:50, "Muhammad Mengrani" wrote: -- 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,

Re: [android-developers] Direction help?

2011-09-30 Thread MComputing Lab
Keep a centralized server where the data gets populated. The app retrieves the data from the data server based on the profile of the user and displays. On 30 Sep 2011 22:51, "Sam Deleon" wrote: > I’m new to android development, I have been reading tutorials online > and also started reading a begi

Re: [android-developers] Need to implement socket transmission in Android

2011-10-15 Thread MComputing Lab
Create a server first. This will reside somewhere on internet, a hosted server or cloud. Ur android app will have a client to communicate with da server. To send data to another device, u have to send data to server with address and da server forwards it to the other device which also has your clie

Re: [android-developers]

2011-10-17 Thread MComputing Lab
Where is your tomcat server? Where is your excel file? And where is Android? On 17 Oct 2011 15:11, "johny basha" wrote: > Dear All, > > i want an example, how the data can be retrieved from the external file. > i.e (EXCEL) in TOMCAT server... In android > > -- > You received this message beca

Re: [android-developers] Streaming Audio From Web

2011-10-18 Thread MComputing Lab
Are you sure that the audio file on the server is being streamed? On 18 Oct 2011 15:09, "Sunil Mishra" wrote: > Hi, > > I am trying to play a audio mp3 file which is stored on web > > String url = "http://";; // your URL here > MediaPlayer mediaPlayer = new MediaPlayer(); > mediaPlayer.se

Re: [android-developers] How to run an app while incoming or outgoing call starts

2011-08-29 Thread MComputing Lab
tent.html#ACTION_NEW_OUTGOING_CALL> broadcast intents. In your receiver class write the code to create an intent which will activate your app. Let me know if its not clear. Regards, Santosh MComputing Lab On Mon, Aug 29, 2011 at 4:46 PM, GopalaKrishnan D wrote: > > How to run an app while incomin

Re: [android-developers] Call BroadCast Receiver

2011-09-01 Thread MComputing Lab
, Santosh MComputing Lab On Thu, Sep 1, 2011 at 4:39 PM, Chirag Raval < chirag.android.develo...@gmail.com> wrote: > Hello to ereryone > > I want to call Brodcast Receiver from my main activity when it satisfy the > particular condition. How can i achieve this ? > > Please he

[android-developers] Market App behaving erratic

2011-09-04 Thread MComputing Lab
I find my market app very erratic since last 3-4 days. I dont see the Paid Apps/Paid Games section. I only see "Free Apps" and the "Just In" section. Sometimes I dont see any App at all in the "All Applications" screen. Has anybody faced this? Will it work if I reset my phone back to Factory Sett