Click here to Skip to main content
15,899,314 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Android Start Pin
parths2-Feb-11 21:33
parths2-Feb-11 21:33 
GeneralRe: Android Start Pin
MsmVc3-Feb-11 17:41
MsmVc3-Feb-11 17:41 
QuestionVS 2010 No Mobile Development Support? Pin
sushi927-Jan-11 7:21
sushi927-Jan-11 7:21 
AnswerRe: VS 2010 No Mobile Development Support? Pin
Richard MacCutchan28-Jan-11 1:40
mveRichard MacCutchan28-Jan-11 1:40 
AnswerRe: VS 2010 No Mobile Development Support? Pin
Madhu Nair1-Feb-11 16:37
Madhu Nair1-Feb-11 16:37 
Questionsomething very simple - still dont have solution (disable/enable WIFI radio on windows-CE) Pin
Gali197827-Jan-11 6:47
Gali197827-Jan-11 6:47 
AnswerRe: something very simple - still dont have solution (disable/enable WIFI radio on windows-CE) Pin
Ravi Sant7-Feb-11 0:06
Ravi Sant7-Feb-11 0:06 
QuestionAndroid Data Pin
MsmVc26-Jan-11 18:47
MsmVc26-Jan-11 18:47 
Hi All

Once again i am asking how to send data PC to Android phone?I have search but i havn't get any ans.What i need to do
package com.example.helloandroid;

import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;

public class HelloAndroid extends Activity {
   /** Called when the activity is first created. */
   @Override
   public void onCreate(Bundle savedInstanceState) {
       super.onCreate(savedInstanceState);
       String test="";
       TextView tv = new TextView(this);
       tv.setText(test);
       setContentView(tv);
   }
}

This is my example code.I compile and run successfully and make helloandroid.apk
i install through adb command.
Now i want to Set the values of Srtring test from PC.
Please help me
AnswerRe: Android Data Pin
MsmVc28-Jan-11 1:10
MsmVc28-Jan-11 1:10 
AnswerRe: Android Data [modified] Pin
Madhu Nair1-Feb-11 19:49
Madhu Nair1-Feb-11 19:49 
GeneralRe: Android Data Pin
MsmVc1-Feb-11 21:22
MsmVc1-Feb-11 21:22 
QuestionHow to measure the power of the network (the WIFI signal) in windows-mobile ? Pin
goldsoft25-Jan-11 3:57
goldsoft25-Jan-11 3:57 
AnswerRe: How to measure the power of the network (the WIFI signal) in windows-mobile ? Pin
Joel Ivory Johnson26-Jan-11 14:56
professionalJoel Ivory Johnson26-Jan-11 14:56 
Questionhow to transfer file from PC to Windows-mobile and from Windows-mobile to PC ? Pin
Gali197824-Jan-11 7:35
Gali197824-Jan-11 7:35 
AnswerRe: how to transfer file from PC to Windows-mobile and from Windows-mobile to PC ? Pin
Madhu Nair1-Feb-11 19:55
Madhu Nair1-Feb-11 19:55 
Questionjava: mobile application that posts data onto a remote data base Pin
figgikim123-Jan-11 12:56
figgikim123-Jan-11 12:56 
QuestionAbout Search Blutooth devices in C# Pin
Amin Najafi21-Jan-11 22:53
Amin Najafi21-Jan-11 22:53 
AnswerRe: About Search Blutooth devices in C# Pin
the bugness22-Jan-11 15:09
the bugness22-Jan-11 15:09 
Questionperformance tools for WM Pin
mathy20-Jan-11 3:18
mathy20-Jan-11 3:18 
AnswerRe: performance tools for WM Pin
PavanPareta7-Feb-11 19:36
PavanPareta7-Feb-11 19:36 
QuestionCan i hide or modify message sender details? Pin
Le@rner20-Jan-11 1:18
Le@rner20-Jan-11 1:18 
Questionhow to open the phone (GPRS) by C# code ? Pin
goldsoft18-Jan-11 1:48
goldsoft18-Jan-11 1:48 
AnswerRe: how to open the phone (GPRS) by C# code ? Pin
PavanPareta7-Feb-11 19:42
PavanPareta7-Feb-11 19:42 
QuestionAndroid Contact - Get Mobil Phone # Pin
Dmontgomery.net17-Jan-11 11:31
Dmontgomery.net17-Jan-11 11:31 
QuestionAndroid and PC Pin
MsmVc17-Jan-11 0:02
MsmVc17-Jan-11 0:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.