Re: [android-developers] R Can Not be Resolved

2012-11-04 Thread Sobia Awan
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<http://groups.google.com/group/android-developers?hl=en> > -- *Sobia Awan* * Bs(cs)* *

Re: [android-developers] Re: Error (INSTALL_FAILED_MISSING_FEATURE)

2012-09-26 Thread Sobia Awan
ok...Thanks for your help On Thu, Sep 27, 2012 at 2:16 AM, Kristopher Micinski wrote: > Get a logcat dump, there *will* be one, if the app has crashed. > > kris > > On Wed, Sep 26, 2012 at 5:10 PM, Sobia Awan > wrote: > > fatal exception means... on my scanner activi

Re: [android-developers] Re: Error (INSTALL_FAILED_MISSING_FEATURE)

2012-09-26 Thread Sobia Awan
hile installing on console >> >> >> [2012-09-26 19:00:50 - CaptureActivity] Installation error: >> INSTALL_FAILED_MISSING_FEATURE >> >> [2012-09-26 19:00:50 - CaptureActivity] Please check logcat output for >> more details. >> >> [2012-09-26 19:00:50 - CaptureActivity] Launch

[android-developers] Error (INSTALL_FAILED_MISSING_FEATURE)

2012-09-26 Thread Sobia Awan
0:50 - CaptureActivity] Launch canceled! -- *Sobia Awan* * Bs(cs)* ** -- 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 em

[android-developers] How to design shopping cart android application..

2012-09-24 Thread Sobia Awan
Hi, i have a requirement to develop shopping cart app... Please can anyone suggest me with sample code if possible? Thanks, -- *Sobia Awan* * Bs(cs)* ** -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

Re: [android-developers] Re: How can I add description with respect to each image in image switcher..

2012-09-19 Thread Sobia Awan
t; -- > 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...@go

Re: [android-developers] problem in spinner...

2012-09-16 Thread Sobia Awan
No! its a different... On Sun, Sep 16, 2012 at 4:28 PM, Ibrahim Sada wrote: > Hey u still strcuked in that same problm.. > > On 16 September 2012 16:01, Sobia Awan wrote: > >> Hi, >> >> i have an issue in spinner..i applied intent on spinner options when i &

Re: [android-developers] Problem in Emulator !

2012-09-16 Thread Sobia Awan
ed 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 m

[android-developers] problem in spinner...

2012-09-16 Thread Sobia Awan
you -- *Sobia Awan* * Bs(cs)* ** -- 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-developer

Re: [android-developers] Icons in LISTVIEW...

2012-09-06 Thread Sobia Awan
; } > }); > } > > public void setImage( int resId ) { > image.setImageResource(resId); > } > public void setText(String str) { > text.setText(str); > myNewButton.setText(str); > } > } > > its not exactly what u want but > i am doing event handlin

[android-developers] Icons in LISTVIEW...

2012-09-06 Thread Sobia Awan
Hi, I want to set 3 icons at the right side of the LISTVIEW when i click on icon1 the new activity should start and so on, Is it possible or not ...? Thank you -- *Sobia Awan* * Bs(cs)* ** -- You received this message because you are subscribed to the Google Groups "Android Devel

Re: [android-developers] Re: how to set two spinners with different strings and icons?

2012-08-28 Thread Sobia Awan
actually i got solution of "intent in spinner" not this so if it will b possible for u then please reply me...Thanks On Tue, Aug 28, 2012 at 9:26 PM, Sobia Awan wrote: > shall i send u my coding again? > > > > On Tue, Aug 28, 2012 at 9:23 PM, Justin Anderson wrote:

Re: [android-developers] Re: how to set two spinners with different strings and icons?

2012-08-28 Thread Sobia Awan
r code again. > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > > On Tue, Aug 28, 2012 at 9:04 AM, Sobia Awan wrote: > >> yes i hve chkd whole coding many time and also chkd each spinner >> has different ID...

Re: [android-developers] Re: how to set two spinners with different strings and icons?

2012-08-28 Thread Sobia Awan
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://grou

Re: [android-developers]

2012-08-26 Thread Sobia Awan
ntent(current_class.this,calling_class.class)) > > instead of current_class.this you try calling the following methods. > > getApplicationContext(); > > > All the Best. > > Regards > VinayKumar > > > On Sun, Aug 26, 2012 at 3:38 PM, Sobia Awan wrote: > >>

[android-developers]

2012-08-26 Thread Sobia Awan
Hi, I want to apply intent on spinner ,I have a spinner and when the user selects I want to call another java class using new Intent..Any Help please ManyThanks. -- *Sobia Awan* * Bs(cs)* ** -- You received this message because you are subscribed to the Google Groups "Android Devel

Re: [android-developers] More Than One Spinners

2012-08-26 Thread Sobia Awan
Sun, Aug 26, 2012 at 1:39 AM, Sobia Awan wrote: > > > On Sat, Aug 25, 2012 at 2:41 AM, Justin Anderson wrote: > >> Well, for one, your row.xml does not use id's properly... You only want >> to use the plus sign the first time you define the id. After that yo

[android-developers] How can I add description with respect to each image in image switcher..

2012-08-25 Thread Sobia Awan
Hi, I have a Image Switcher with some pictures , and I would like to have a Text View that changes with the pictures. Can anyone tell how to add description within each image.I'm new in android. Any help or guide please,Many thanks... -- *Sobia Awan* * Bs(cs)* ** -- You received this me

Re: [android-developers] More Than One Spinners

2012-08-25 Thread Sobia Awan
Here's a question I'm assuming a row is only supposed to define data > for a single item, right? So why in the world do you have 2 of > everything? Why two images? Why two companies? Why two sub texts? > > > Thanks, > Justin Anderson > MagouyaWare Developer >

Re: [android-developers] how to set two spinners with different strings and icons?

2012-08-25 Thread Sobia Awan
no i have done the same thing for the second spinner but output is not correct ... any other solution please...many thanks.. On Mon, Aug 20, 2012 at 8:16 AM, TreKing wrote: > On Sat, Aug 18, 2012 at 10:56 AM, Sobia Awan wrote: > >> i want to set different strings or icons in two

Re: [android-developers] Re: More Than One Spinners

2012-08-24 Thread Sobia Awan
groups.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 > -- *Sobia Awan* * Bs(cs)* ** -- You received this message because y

[android-developers] how to set two spinners with different strings and icons?

2012-08-19 Thread Sobia Awan
Hi, i want to set different strings or icons in two spinners ..i hve done this in one spinner bt not in two spinners ...plz reply me as soon as possible,i m waiting for ur reply,many thanx From S A ** -- You received this message because you are subscribed to the Google Groups "Android Develo