Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~995 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for HeartVirusSC_1
Member Avatar for engrjd91

can you follow this tutorial <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <RadioGroup android:id="@+id/rgsex" android:layout_width="wrap_content" android:layout_height="wrap_content" > <RadioButton android:id="@+id/rdmal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/l1" ></RadioButton> <RadioButton android:id="@+id/rdfel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/l2" android:checked="true" ></RadioButton> </RadioGroup> <Button android:id="@+id/btndis" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/l3" ></Button> </LinearLayout> package com.example.radiobuttonexample; import android.os.Bundle; import android.app.Activity; import android.view.*; import android.widget.*; …

Member Avatar for HeartVirusSC_1
0
698
Member Avatar for heartvirussc

i mean that i want to connect two or more phones from wireless hotspot . and then i want to apply client/server technique to send message from client to server. how can i connect to other phone. can u tell me i am a beginner of android development .thank

Member Avatar for HeartVirusSC_1
0
164

The End.