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

[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

[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

[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

[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

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

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

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

[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

[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

[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

[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

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

[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

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

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

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

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

Re: [android-developers] setTypeface

2011-05-09 Thread subha
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

[android-developers] Google map application now working in Micromax A60

2011-02-03 Thread subha ramkie
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

[android-developers] Showing google map on a dialog

2011-01-24 Thread subha ramkie
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