[android-developers] Duration - No longer visible

2017-01-25 Thread subha
Hi Team,

"onStop(): Called when you are no longer visible to the user"


no longer visible means , what is the exacte timing to call onStop?

Thanks,
Subha

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALkECN4LoAigbUUDkqKWm-WFo7ECbJMbOXozdqie1xhzWUT4Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] app not showing in play store

2016-08-31 Thread subha
Dear friends

Can anyone help me , my app not displaying in the
tablet(play store) but its showing in mobile.

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALkECN6Kec3rHR1j1LxMSVvgQKecAd-x-Xjj60TVpdSfyV0Zfg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Viewpager within NavigationDrawer

2013-12-15 Thread subha
I have MainActivity which extends Fragment Activity, has a NavigationDrawer
and a ViewPager(3 fragments) in its layout
On  each Item click of NavigationDrawer corresponding fragment is called.
On every launch of the application, I can able to slide between the 3 views
in the View Pager, But if I navigate to other fragment from the
DrawerLayout and come back to the layout which has the ViewPager, I am not
able to see all the 3 fragments sliding in the view pager, some appears and
some disappears in a random fashion

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] Document Viewer

2012-01-03 Thread subha
Hi,

 I have a word document on server, i got the word doc through URL .  How to
view this word file in my android application.

Thanks


By,
subha

-- 
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] HTC Sync

2011-12-13 Thread subha
Hi Developers,


When installing the HTC Sync it has an Application Installer for the
device. Following the Wizard it makes me browse for a file to install.
What file should I choose?


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


[android-developers] Android market Payment System

2011-11-22 Thread subha
Hi GoogleGroups,

We are planning to develop an App. The application is downloadable for
free and after the app is installed, the user has to pay to take each
test which differs in pricing. please suggest if this is feasible to
be done.if it is possible let me know how this could be accomplished.


Thanks and Regards,
A. Subhashini

-- 
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] Android market Payment System

2011-11-22 Thread subha
Ok Thanks TreKing.

On Tue, Nov 22, 2011 at 7:15 PM, TreKing treking...@gmail.com wrote:
 On Tue, Nov 22, 2011 at 3:42 AM, subha subhashini.andr...@gmail.com wrote:

 The application is downloadable for
 free and after the app is installed, the user has to pay to take each
 test which differs in pricing. please suggest if this is feasible to
 be done.if it is possible let me know how this could be accomplished.

 Read the documentation section on in-app billing.

 -
 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] titlebarcolor

2011-08-19 Thread subha
Hi,

You just mention the color inside of the laout like this...


RelativeLayout android:layout_height=30dp
android:layout_width=fill_parent
android:id=@+id/logo android:paddingTop=5dip
android:paddingBottom=5dip android:background=#d3d3d3


TextView android:id=@+id/headtext
 android:layout_width=fill_parent
 android:layout_height=fill_parent
 android:textStyle=bold
 android:textColor=@color/black
 android:gravity=left android:text=Title/



/RelativeLayout


On Fri, Aug 19, 2011 at 12:15 PM, arun kumar arun.kata...@gmail.com wrote:

 How to change the title bar background color

 i given like this in the color folder
 resources
 color name=black#ffoo/color
 /resources

 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

-- 
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] SMS-SentItems Delete

2011-08-04 Thread subha
Hi Developers,

Im successfully sent sms via android application, next i want to delete that
particular sent msg. anybody have any idea?


Thanks in Advance,
subha.

-- 
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] Delete the sent msg

2011-08-04 Thread subha
Hi,How to delete particular (contact Number) sms from sent items via andriod
application?
Thanks,
subha

-- 
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] Get digit mobile number

2011-07-29 Thread subha
Hi Developers!


How to get mobile number through the android application(which one is used
that app);

this is possible?


Thanks,
Subha

-- 
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] Identify the First Time Run the application

2011-07-25 Thread subha
Hi!

How to Identify the App is first time run(after installation)? Which
functionality i need to call?

Thanks and Regards,
Subha

-- 
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] Identify the First Time Run the application

2011-07-25 Thread subha
Hi Thanks!

You mentioned this one?  sharedPreferences.getBoolean(FIRST_TIME_USE,
true); 

On Mon, Jul 25, 2011 at 4:07 PM, Raghav Sood raghavs...@gmail.com wrote:

 Use a boolean in sharedpreferences.



 On Mon, Jul 25, 2011 at 4:04 PM, subha subhashini.andr...@gmail.comwrote:

 Hi!

 How to Identify the App is first time run(after installation)? Which
 functionality i need to call?

 Thanks and Regards,
 Subha

 --
 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
 http://www.raghavsood.com/
 http://wiki.androidappcheck.com/
 http://www.telstop.tel/
 https://market.android.com/developer?pub=Appaholics

  --
 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] holder.text.setText(Listdisplay.name[position]);

2011-05-12 Thread subha
Hi Android developer groups!

 Use the Typeface with holder means  properly get output, i mean here *
holder.text.setTypeface(tf);* ,
 but how can set the Typeface here * holder.text
.setText(Listdisplay.name[position]);*

i mean  how can use setTypeface with holder and setText? See below code

  public View getView(int position, View convertView, ViewGroup parent)
 {
View vi=convertView;
ViewHolder holder;
Typeface tf=Typeface.createFromAsset(context.getAssets(),
font.ttf);

if(convertView==null)
 {
  View vi;
  TextView text;
  vi = inflater.inflate(R.layout.item, null);
  holder.text=(TextView)vi.findViewById(R.id.text);
 * holder.text.setTypeface(tf);*
  vi.setTag(holder);
  }

 else

 holder=(ViewHolder)vi.getTag();
* holder.text.setText(Listdisplay.name[position]);*
 return vi;
}



Thanks,
suba

-- 
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] help with TextView

2011-05-12 Thread subha
just you use  only setContentView(R.layout.main);  it wil work properly
don't use this.setContentView(R.layout.main);

On Thu, May 12, 2011 at 11:47 PM, cmt chrismt...@gmail.com wrote:


 I've finally gotten my first Android app to run without any errors,
 however the TextView that I am using, is not being updated.

 Here is the code and the last line is where I use setText to update my
 textview.

 If someone has any ideas as to why my TextView is not updating, could
 you please help me out?

 Thanks!

 public class HelloAndroid extends Activity {
/** Called when the activity is first created. */
TextView tvIntro;
@Override
public void onCreate(Bundle icicle) {
super.onCreate(icicle);

//setup text views
this.setContentView(R.layout.main);

 tvIntro = (TextView)findViewById(R.id.tvIntro);


//display game intro
tvIntro.setText(Text Adventure - By 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...@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] SetTypeface with holder

2011-05-10 Thread subha
Hi!

 public View getView(int position, View convertView, ViewGroup parent) {
View vi=convertView;
ViewHolder holder;

if(convertView==null){
System.out.println(inside
null);
vi = inflater.inflate(R.layout.item, null);
holder=new ViewHolder();
holder.text=(TextView)vi.findViewById(R.id.text);
holder.text1=(TextView)vi.findViewById(R.id.text1);
   Typeface tf = holder.text1.getTypeface();
holder.text1.setTypeface(tf);
holder.image=(ImageView)vi.findViewById(R.id.image);
vi.setTag(holder);


}
else
holder=(ViewHolder)vi.getTag();

holder.text.setText(Listdisplay.name[position]);
holder.text1.setText(Listdisplay.count[position]);

holder.image.setTag(data[position]);
System.out.println(inside not
null...);
imageLoader.DisplayImage(data[position], activity, holder.image);
return vi;
}
}

-- 
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] setTypeface

2011-05-09 Thread subha
Hi Mr.gaurav gupta !


Thanks for your response , but i can't use this line
 Typeface tf=Typeface.createFromAsset(getAssets(), maduram.ttf);

particularly i got err in getAssets();

On Mon, May 9, 2011 at 3:33 PM, gaurav gupta gaurav.gupta...@gmail.comwrote:

 hi , '
 use these lines in ur application

 On Mon, May 9, 2011 at 3:27 PM, subhashini alaguchokku 
 subhashini.andr...@gmail.com wrote:

 Hi!

 how to implement the following concept


 Typeface tf=Typeface.createFromAsset(getAssets(), maduram.ttf);
 holder.text1=(TextView)vi.findViewById(R.id.text1);
   holder.text1.setTypeface(tf);

 i hope this will work 4 u..



 Here.



   public View getView(int position, View convertView, ViewGroup parent) {
 View vi=convertView;
 ViewHolder holder;
 if(convertView==null){
 System.out.println(inside
 null);
 vi = inflater.inflate(R.layout.item, null);
 holder=new ViewHolder();
 holder.text=(TextView)vi.findViewById(R.id.text);
 holder.text1=(TextView)vi.findViewById(R.id.text1);
 //Typeface typeface =
 Typeface.createFromAsset(myContext.getAssets(), FONT.TTF);

 holder.image=(ImageView)vi.findViewById(R.id.image);
 vi.setTag(holder);

 }
 else
 holder=(ViewHolder)vi.getTag();

 holder.text.setText(Listdisplay.name[position]);
 holder.text1.setText(Listdisplay.count[position]);

 holder.image.setTag(data[position]);
 System.out.println(inside not
 null...);
 imageLoader.DisplayImage(data[position], activity, holder.image);
 return vi;
 }
 }

 --
 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] setTypeface

2011-05-09 Thread subha
Hi Mr.Mark Murphy !

Thanks for your reply,  i got The method getAssets() is undefined for the
type ListAdapter this err.

On Mon, May 9, 2011 at 3:59 PM, Mark Murphy mmur...@commonsware.com wrote:

 And your err in getAssets() is... what, exactly?

 On Mon, May 9, 2011 at 6:21 AM, subha subhashini.andr...@gmail.com
 wrote:
  Hi Mr.gaurav gupta !
 
 
  Thanks for your response , but i can't use this line
   Typeface tf=Typeface.createFromAsset(getAssets(), maduram.ttf);
 
  particularly i got err in getAssets();
 
  On Mon, May 9, 2011 at 3:33 PM, gaurav gupta gaurav.gupta...@gmail.com
  wrote:
 
  hi , '
  use these lines in ur application
 
  On Mon, May 9, 2011 at 3:27 PM, subhashini alaguchokku
  subhashini.andr...@gmail.com wrote:
 
  Hi!
 
  how to implement the following concept
 
 
  Typeface tf=Typeface.createFromAsset(getAssets(),
 maduram.ttf);
  holder.text1=(TextView)vi.findViewById(R.id.text1);
holder.text1.setTypeface(tf);
 
  i hope this will work 4 u..
 
  Here.
 
 
 
public View getView(int position, View convertView, ViewGroup parent)
 {
  View vi=convertView;
  ViewHolder holder;
  if(convertView==null){
  System.out.println(inside
  null);
  vi = inflater.inflate(R.layout.item, null);
  holder=new ViewHolder();
  holder.text=(TextView)vi.findViewById(R.id.text);
  holder.text1=(TextView)vi.findViewById(R.id.text1);
  //Typeface typeface =
  Typeface.createFromAsset(myContext.getAssets(), FONT.TTF);
 
  holder.image=(ImageView)vi.findViewById(R.id.image);
  vi.setTag(holder);
 
  }
  else
  holder=(ViewHolder)vi.getTag();
 
  holder.text.setText(Listdisplay.name[position]);
  holder.text1.setText(Listdisplay.count[position]);
 
  holder.image.setTag(data[position]);
  System.out.println(inside not
  null...);
  imageLoader.DisplayImage(data[position], activity,
 holder.image);
  return vi;
  }
  }
 
  --
  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



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

 Android Training...At Your Office: http://commonsware.com/training

 --
 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] setTypeface

2011-05-09 Thread subha
Hi!
 give any other idea? use holder with typeface concept give sample code

On Mon, May 9, 2011 at 4:31 PM, gaurav gupta gaurav.gupta...@gmail.comwrote:

 hi,
 use this code in ur activity where u r calling ListAdapter


 ListItemView listitem = *new* ListItemView(PhoneBookScreen.*this*,
 R.layout.*list_item_view_phbook*,

 tracks.get(i).getContactName());

   TextView tv=(TextView)listitem.findViewById(R.id.*address_textview*);

 Typeface tf=Typeface.*createFromAsset*(getAssets(), maduram.ttf);

 tv.setTypeface(tf);

 i just use these lines as demo. try to use it . here listItem is a custom
 listAdapter.
 try once , :)



 On Mon, May 9, 2011 at 3:51 PM, subha subhashini.andr...@gmail.comwrote:

 Hi Mr.gaurav gupta !


 Thanks for your response , but i can't use this line

  Typeface tf=Typeface.createFromAsset(getAssets(), maduram.ttf);

 particularly i got err in getAssets();


 On Mon, May 9, 2011 at 3:33 PM, gaurav gupta 
 gaurav.gupta...@gmail.comwrote:

 hi , '
 use these lines in ur application

 On Mon, May 9, 2011 at 3:27 PM, subhashini alaguchokku 
 subhashini.andr...@gmail.com wrote:

 Hi!

 how to implement the following concept


 Typeface tf=Typeface.createFromAsset(getAssets(),
 maduram.ttf);
 holder.text1=(TextView)vi.findViewById(R.id.text1);
   holder.text1.setTypeface(tf);

 i hope this will work 4 u..



 Here.



   public View getView(int position, View convertView, ViewGroup parent)
 {
 View vi=convertView;
 ViewHolder holder;
 if(convertView==null){
 System.out.println(inside
 null);
 vi = inflater.inflate(R.layout.item, null);
 holder=new ViewHolder();
 holder.text=(TextView)vi.findViewById(R.id.text);
 holder.text1=(TextView)vi.findViewById(R.id.text1);
 //Typeface typeface =
 Typeface.createFromAsset(myContext.getAssets(), FONT.TTF);

 holder.image=(ImageView)vi.findViewById(R.id.image);
 vi.setTag(holder);

 }
 else
 holder=(ViewHolder)vi.getTag();

 holder.text.setText(Listdisplay.name[position]);
 holder.text1.setText(Listdisplay.count[position]);

 holder.image.setTag(data[position]);
 System.out.println(inside not
 null...);
 imageLoader.DisplayImage(data[position], activity,
 holder.image);
 return vi;
 }
 }

 --
 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


  --
 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] Google map application now working in Micromax A60

2011-02-03 Thread subha ramkie
)
02-03 16:14:19.078: ERROR/AndroidRuntime(5712): at
com.google.android.maps.MapView.init(MapView.java:255)
02-03 16:14:19.078: ERROR/AndroidRuntime(5712): ... 25 more
02-03 16:14:28.928: WARN/ActivityManager(1137): Launch timeout has expired,
giving up wake lock!
02-03 16:14:28.938: WARN/ActivityManager(1137): Activity idle timeout for
HistoryRecord{45378bd8 main.java.in.verse.em.item.android/.UserLocationMaps}

Any help will be greatly appreciated.

-- 
With best regards,
Subha

-- 
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] Showing google map on a dialog

2011-01-24 Thread subha ramkie
Hi,

I am working on an android application where i am showing a map with some
markers(points).
I want to know if there's a way to show the map in a dialog (similar to a
pop up) on top of the current screen .
Currently it opens up as a new screen.

Will the Dialog work here? If so, how should i set the content view to a
dialog?
Or is there a dialog class for maps?

-- 
Thanks  regards,
Subha

-- 
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