Re: [android-developers] Re: How to Open app from other App

2012-02-15 Thread abhijit chakra
Yes ur right bro.

On Wed, Feb 15, 2012 at 11:38 AM, Kristopher Micinski 
krismicin...@gmail.com wrote:

 No, his question *is* the answer, you're not reading it correctly.

 You're trying to open an activity.  It's just not in your app, but you
 still use startActivity...

 kris

 On Wed, Feb 15, 2012 at 12:52 AM, Passion Android
 passion4andr...@gmail.com wrote:
  anyways thanks TreKing Its Not the answar.My question Open an Application
  From Current Application.
  Thaks For Giving effort to my question.
 
 
  On Thu, Feb 9, 2012 at 12:18 AM, Passion Android 
 passion4andr...@gmail.com
  wrote:
 
  How to open a app from another  App.plz guide me i have used
  final Intent intent = new Intent(Intent.ACTION_MAIN, null);
 
   intent.addCategory(Intent.CATEGORY_LAUNCHER);
 final ComponentName cn = new
  ComponentName(packagename,
  class);
 intent.setComponent(cn);
 
   intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
 startActivity( intent);
 
 
  --
  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.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

 --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Application Stopped unexpectedly

2011-11-29 Thread abhijit chakra
 here is my code
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;

public class Practice extends Activity {
String
recipientArray[]={abhijitchakr...@gmail.com,kanh...@gmail.com};
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
   /* Intent intent = new Intent(this, Pracice2.class);
startActivity(intent);*/
Intent intent = new Intent(Intent.ACTION_SEND);
intent.putExtra(Intent.EXTRA_EMAIL, recipientArray);
startActivity(intent);
}
}
When i am trying to run it it is showing that Application Stopped
Unexpectedly please help.

-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Activity

2011-11-29 Thread abhijit chakra
When i am  moving from one activity to another activity...the button
in the scond activity is not showing i dont know wr is the problem.
please help
Thanks in Adavance.

-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] getting stuck in database

2011-08-15 Thread abhijit chakra
I am doing a project based on  SQLIte,I have there field in the UI,My
work is put data in the three fields and retrive it and display it
into the screen but...i tried it many time but i wont work please give
the procedure how to do it..
Abhijit Chakra
CamexInfomatix pvt ltd...

-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] display data in database

2011-08-15 Thread abhijit chakra
how to display data's that are stored in database..please tell me the
procedure.
thanks in advance.

-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] display data in database

2011-08-15 Thread abhijit chakra
just tell me the codes.

On Mon, Aug 15, 2011 at 8:52 PM, Appaholics raghavs...@appaholics.inwrote:

 Read is from the database with an SQL statement and display it.

 On Mon, Aug 15, 2011 at 8:48 PM, abhijit chakra kanh...@gmail.com wrote:

 how to display data's that are stored in database..please tell me the
 procedure.
 thanks in advance.

 --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 --
 
 Raghav Sood
 CEO/Founder/Owner/Dictator/Tyrant at Appaholics (Basically all titles
 required to have complete control)
 http://www.raghavsood.com/
 https://market.android.com/developer?pub=Appaholics
 http://www.appaholics.in/

  --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: display data in database

2011-08-15 Thread abhijit chakra
please tell me the procedure  detail,suppose i have theree fields,i
have to put values to the fields and save it into database,then how to
display the exart datas in the screen.

On Aug 15, 8:22 pm, Appaholics raghavs...@appaholics.in wrote:
 Read is from the database with an SQL statement and display it.

 On Mon, Aug 15, 2011 at 8:48 PM, abhijit chakra kanh...@gmail.com wrote:
  how to display data's that are stored in database..please tell me the
  procedure.
  thanks in advance.

  --
  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.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 --
 
 Raghav Sood
 CEO/Founder/Owner/Dictator/Tyrant at Appaholics (Basically all titles
 required to have complete 
 control)http://www.raghavsood.com/https://market.android.com/developer?pub=Appaholicshttp://www.appaholics.in/

-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] display data in database

2011-08-15 Thread abhijit chakra
i know but my question is Display the data's in a activity screen in date
wise,if one will search date wise,he will find the  data which is store at
that date..

On Mon, Aug 15, 2011 at 9:57 PM, Jim Graham spooky1...@gmail.com wrote:

 On Mon, Aug 15, 2011 at 09:06:35PM +0530, abhijit chakra wrote:
  just tell me the codes.

 Ok, here's the answer:  42.

 Here's some super secret code that works really well:  RTFM.  Do you
 know how to use a web browser?  Then use it to pull up the Developers
 Guide, do a search, and read.  Also try searching in the archives for
 this list.  Then, maybe you'll have an intelligent question to ask.
 And just in case you forgot, you aren't exactly paying anyone here

 Later,
   --jim

 --
 73 DE N5IAL (/4)MiSTie #49997   Running FreeBSD 7.0 
 spooky1...@gmail.comICBM/Hurr.: 30.44406N 86.59909W

 Seen in alt.sysadmin.recovery:  Priceless; that's better than telling
 him to use the Read Manual command with the Real Fast option.

 Android Apps Listing at http://www.jstrack.org/barcodes.html

 --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] display data in database

2011-08-15 Thread abhijit chakra
ok i am giving u the detail.here in an application there are three fields,i
have to put data's in the three fields,then will press the save button,after
that it will save in the database according to its date,then my work
is retrieve the data's from the database according to their date of storing,
u may provide an searching opting for date search .so tell me the procedure
if know,then after i will tell u the next phage...

On Tue, Aug 16, 2011 at 12:08 AM, TreKing treking...@gmail.com wrote:

 On Mon, Aug 15, 2011 at 1:36 PM, abhijit chakra kanh...@gmail.com wrote:

 i know but my question is Display the data's in a activity screen in date
 wise,if one will search date wise,he will find the  data which is store at
 that date..


 A) That's not a question.
 B) It makes no sense.



 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

  --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] display data in database

2011-08-15 Thread abhijit chakra
ok i am giving u the detail.here in an application there are three fields,i
have to put data's in the three fields,then will press the save button,after
that it will save in the database according to its date,then my work
is retrieve the data's from the database according to their date of storing,
u may provide an searching option for date search .so tell me the procedure
if u know,then after i will tell u the next phase...

On Tue, Aug 16, 2011 at 12:14 AM, Jim Graham spooky1...@gmail.com wrote:

 On Tue, Aug 16, 2011 at 12:06:35AM +0530, abhijit chakra wrote:
  On Mon, Aug 15, 2011 at 9:57 PM, Jim Graham spooky1...@gmail.com
 wrote:
   On Mon, Aug 15, 2011 at 09:06:35PM +0530, abhijit chakra wrote:
just tell me the codes.
  
   Ok, here's the answer:  42.
  
   Here's some super secret code that works really well:  RTFM.  Do you
   know how to use a web browser?  Then use it to pull up the Developers
   Guide, do a search, and read.  Also try searching in the archives for
   this list.  Then, maybe you'll have an intelligent question to ask.
   And just in case you forgot, you aren't exactly paying anyone here
  
  i know but my question is Display the data's in a activity screen in
  date wise,if one will search date wise,he will find the  data which is
  store at that date..

 Ok, let me update my secret code for you.

 First, LEARN TO READ.  Then follow the above instructions.

 Later,
   --jim

 --
 73 DE N5IAL (/4)| Peter da Silva:  No, try rm -rf /
 spooky1...@gmail.com| Dave Aronson:As your life flashes before
  Running FreeBSD 7.0  |  your eyes, in the unit of time known as an
 ICBM / Hurricane:   |  ohnosecond (alt.sysadmin.recovery)
   30.44406N 86.59909W  |

 Android Apps Listing at http://www.jstrack.org/barcodes.html

 --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] display data in database

2011-08-15 Thread abhijit chakra
ohhh fuck u man,ur such a motherfucker dump ass,if u dont  know the answer ,
fuck off!!!

On Tue, Aug 16, 2011 at 12:21 AM, TreKing treking...@gmail.com wrote:

 On Mon, Aug 15, 2011 at 1:46 PM, abhijit chakra kanh...@gmail.com wrote:

 ok i am giving u the detail.


 Awesome, this is what I've been waiting for.


 here in an application there are three fields,i have to put data's in the
 three fields,then will press the save button,after that it will save in the
 database according to its date,then my work is retrieve the data's from the
 database according to their date of storing, u may provide
 an searching opting for date search .


 OK.


 so tell me the procedure if know,


 Step 1 - Learn to program.
 Step 2 - Try to do what you described.
 Step 3 - If you get stuck, ask a SPECIFIC question.


 then after i will tell u the next phage...


 I kinda rather you not tell me the next phage.



 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

  --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] display data in database

2011-08-15 Thread abhijit chakra
ok thanks murphy
On Tue, Aug 16, 2011 at 12:24 AM, Mark Murphy mmur...@commonsware.comwrote:

 On Mon, Aug 15, 2011 at 2:49 PM, abhijit chakra kanh...@gmail.com wrote:
  ok i am giving u the detail.here in an application there are three
 fields,i
  have to put data's in the three fields,then will press the save
 button,after
  that it will save in the database according to its date,then my work
  is retrieve the data's from the database according to their date of
 storing,
  u may provide an searching option for date search .so tell me the
 procedure
  if u know,then after i will tell u the next phase...

 Please simply learn Android application development. There are plenty
 of tutorials online, dozens of books (including some free ones), plus
 all of the samples and documentation that ship with your SDK.

 This list is for specific, concrete questions (e.g., I am doing X and
 it is crashing with LogCat output Y). It is not for tell me the
 procedure.

 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://github.com/commonsguy
 http://commonsware.com/blog | http://twitter.com/commonsguy

 Android App Developer Books: http://commonsware.com/books

 --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] image displaying

2011-08-15 Thread abhijit chakra
i placed a imageview (10dip) from the margin left(assume 100*200 size
emulator )the same code if i run on the another emulator(assume
200*200)the image view should appear at 20dip but it is displaying at
10dip only ...so how can i solve this


  ImageView android:layout_height=wrap_content
android:layout_marginLeft=10dip  android:id=@+id/iv4
android:layout_width=wrap_content android:src=@drawable/image/
ImageView

-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: android:id

2011-07-26 Thread abhijit chakra
android:id is used to access that resource id in the java program and
findViewById() used in java program to access the particular id in the xml
file.
Abhijit Chakra

On Tue, Jul 26, 2011 at 9:26 PM, rambabu mareedu
rambabu.mare...@gmail.comwrote:

 hi ...I wil tell u what exactly findViewByid ...as u see R.layout.id or
 R.id.(button id or any other widgets i's) ...in android project folder
 structure you can see Gen folder under gen folder there is R.java class this
 is auto generated by framework.it is a bridge detween user interface and
 bussinuess logic in R.java u can see everything in integer variableshere
 framework creating unique integer reference variablles for xml buttons or
 and all widgets.so we are calling R.id.button here R means through
 R.java we are calling button .id means in xml we are creating button through
 id 


 On Tue, Jul 26, 2011 at 7:35 AM, adithya holla adithyaho...@gmail.comwrote:


 thank u so much :)

 --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


  --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] how to start

2011-07-26 Thread abhijit chakra
follow the tutorials in  http://developer.android.com/resources/browser.html if
u R  getting any problem in installing android sdk,java jdk,and eclipse
there r videos in YOUTUBE  SEARCH IT THERE.

On Tue, Jul 26, 2011 at 9:43 PM, nikunj it4dev nikunjit4...@gmail.comwrote:

 you can start it from android.com

 --
 You received this message because yo u 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] how to start

2011-07-26 Thread abhijit chakra
search ANDROID WIRESLESS APPLICATION DEVELOPMENT book from google search for
the pdf. u will easilly get it
Abhijit Chakra

On Tue, Jul 26, 2011 at 9:51 PM, rambabu mareedu
rambabu.mare...@gmail.comwrote:

 Downdload android pdf frm google. . U can understand . . Or buy android
 application dvlpmnt book auther Rito meier

 On 26 Jul 2011 21:44, nikunj it4dev nikunjit4...@gmail.com wrote:

 you can start it from android.com

 --

 You received this message because you are subscribed to the Google
 Groups Android Developers group...

  --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] AIR Android

2011-07-20 Thread abhijit chakra
when i am trying to publish my certificate in flashProfessionalcs5 for
an flash application for android it  is not working even the
certificate is not generating, i don't know where is the problem
please  help me..
Abhijit chakra

-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] DigitalClock

2011-07-20 Thread abhijit chakra
?xml version=1.0 encoding=utf-8?
LinearLayout xmlns:android=http://schemas.android.com/apk/res/android;
android:layout_width=fill_parent android:layout_height=fill_parent
 android:layout_weight=1
android:orientation=vertical
RelativeLayout android:layout_width=fill_parent
android:layout_height=wrap_content android:background=#b4b4b4

LinearLayout android:orientation=vertical
android:layout_alignParentLeft=true
android:layout_centerVertical=true
android:layout_width=wrap_content
android:layout_height=wrap_content
android:paddingLeft=5dip

TextView android:id=@+id/txt
android:layout_width=wrap_content
android:layout_height=wrap_content android:textSize=8pt
android:textStyle=bold android:textColor=#00
android:text=Digital
/TextView
TextView android:id=@+id/txtor
android:layout_width=wrap_content
android:layout_height=wrap_content
android:textColor=#00
android:textSize=6pt android:textStyle=bold
android:text=Clock
/TextView

/LinearLayout
 DigitalClock android:id=@+id/digitalclock
android:layout_width=wrap_content
android:layout_height=wrap_content
android:layout_centerVertical=true
android:layout_alignParentRight=true /
/RelativeLayout

/LinearLayout
TRY this it will work.Abhijit Chakra
On Wed, Jul 20, 2011 at 2:05 PM, Goutom goutom.sust@gmail.com wrote:

 Hi All

 I want to integrate digital clock in my xml file.


 -start-

 ?xml version=1.0 encoding=utf-8?
 LinearLayout xmlns:android=http://schemas.android.com/apk/res/android;
 android:layout_width=fill_parent android:layout_height=fill_parent
 android:fitsSystemWindows=true android:layout_weight=1
 android:orientation=vertical
 RelativeLayout android:layout_width=fill_parent
 android:layout_height=wrap_content android:background=#b4b4b4

 LinearLayout android:orientation=vertical
 android:layout_alignParentLeft=true
 android:layout_centerVertical=true
 android:layout_width=wrap_content
 android:layout_height=wrap_content
 android:paddingLeft=5dip

 TextView android:id=@+id/txt
 android:layout_width=wrap_content
 android:layout_height=wrap_content android:textSize=8pt
 android:textStyle=bold android:textColor=#00
 android:text=Digital
 /TextView
 TextView android:id=@+id/txtor
 android:layout_width=wrap_content
 android:layout_height=wrap_content
 android:textColor=#00
 android:textSize=6pt android:textStyle=bold
 android:text=Clock
 /TextView
 /LinearLayout

 DigitalClock android:id=@+id/digitalclock
 android:layout_width=wrap_content
 android:layout_height=wrap_content
 android:layout_alignParentRight=true
 android:layout_centerVertical=true /

 /RelativeLayout

 /LinearLayout


 --end-

 But it shows nothing. I want declare the clock in xml file.What to do?

 Thanks in Advance.

 Regards
 Goutom

 --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] I need help

2011-06-06 Thread abhijit chakra
Write the detail what problem you are facing.Give the details.
On Mon, Jun 6, 2011 at 2:33 PM, Mohammed Hossain Doula 
hossaindo...@gmail.com wrote:

 You are not mentioning what the problem you are facing. So, unless stating
 your problems specifically nobody can help you.


 On Sun, Jun 5, 2011 at 1:01 AM, abdul waheed web2sol 
 sayfrnds...@gmail.com wrote:

 I am newbie to android, but i am experienced web developer, i need
 some one to tell me why i was unable to run application/ project of
 hello world . i followed youtube tutorial, as well as android
 developer guide for installing SDK n helloanrdoid first program.
 I found there i need eclipse, jdk 6, SDK , environment variable. ADT
 plugin,  and so i have all.
 Then why i m facing problems.
 Thanks

 --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 --
 *--
 Mohammed Hossain Doula
 Software Engineer
 desme INC.*
 *www: http://www.hossaindoula.com
 @: ron...@desme.com*
 *facebook: http://www.facebook.com/ROnyWorld*
 *twitter: http://www.twitter.com/hossaindoula*
 *blogspot: hossaindoula.blogspot.com
 GSM: 00880-167-4347101*

  --
 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.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en