« first day (104 days earlier)      last day (243 days later) » 

4:32 AM
ala apne apk joti hoy to ?
 
madi jay
 
whatsapp ni apk joti hoy to
 
anu kaik vicharvu jose kaik gotvu to jose
 
pan apk sema padi hoy
sdk ma hase ne?
 
na bin name na folder ma hoy
 
4:35 AM
mare tara mob mathi apk joti hoy to ?
 
but apk kya thi madse?
already install app ni apk nu kaik find karvu jose
 
whatsapp to thai gai
ani website parthi
 
@Darshan wah kai rite?
great
 
whatsapp ni website parthi direct
sari sari app na =name k
 
@Darshan
 
4:40 AM
j sari hoy a badhi k j
freewarelover ma badhi madi jay dear
 
ok but aama lakh ma gmail ma lakh
samjanu ne sukam kidhu?
@Darshan
16 messages moved from igroup
2 messages moved from igroup
4 messages moved from igroup
 
 
2 hours later…
6:19 AM
Intent i = new Intent(Intent.ACTION_SEND);
i.setType("text/plain");
i.putExtra(Intent.EXTRA_EMAIL , new String[]{"recipient@example.com"});
i.putExtra(Intent.EXTRA_SUBJECT, "subject of email");
i.putExtra(Intent.EXTRA_TEXT , "body of email");
try {
startActivity(Intent.createChooser(i, "Send mail..."));
} catch (android.content.ActivityNotFoundException ex) {
Toast.makeText(MyActivity.this, "There are no email clients installed.", Toast.LENGTH_SHORT).show();
}
 
 
1 hour later…
7:39 AM
1 message moved from igroup
 
 
4 hours later…
11:51 AM
@Mike @everybody [android] if( radioButton1.getText().toString().equals("") || radioButton2.getText().toString().equals("")){do somwthing} what is the error in radioButton1.getText().toString().equals("") statement please tell me i am in middle of my project
page1.setOnClickListener(new View.OnClickListener() {

public void onClick(View v) {
if(
radioButton1.getText().toString().equals("")
|| radioButton2.getText().toString().equals("")
||radioButton3.getText().toString().equals("")
||radioButton4.getText().toString().equals("")

||petn.getText().toString().equals("")
||breed.getText().toString().equals("")
||color.getText().toString().equals("")
||alergic.getText().toString().equals("")
||ath_locat.getText().toString().equals("")
||d_condi.getText().toString().equals("")
what is the error in radioButton1.getText().toString().equals("")
 
3 messages moved from Android Developer
 
@Mike I want that user must fill it
@Mike if he dont fill this filed then he must receive a toast message
@Mike are u there???
 
12:17 PM
page1.setOnClickListener(new View.OnClickListener() {

public void onClick(View v) {
if(radioButton1.getText().toString().equals("")||radioButton2.getText().toString().equals("")||radioButton3.getText().toString().equals("")||radioButton4.getText().toString().equals("")
||petn.getText().toString().equals("")||breed.getText().toString().equals("")||color.getText().toString().equals("")||alergic.getText().toString().equals("")||ath_locat.getText().toString().equals("")||d_condi.getText().toString().equals("")||weight1.getText().toString().equals("")
please somebdy tell me the solution
 
 
2 hours later…
2:19 PM
...
 
 
4 hours later…
6:33 PM
...
 
 
2 hours later…
8:48 PM
...
 

« first day (104 days earlier)      last day (243 days later) »