[android-developers]

2012-12-24 Thread Daniel Rodríguez
http://pacecode.com/components/com_ag_google_analytics2/google.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 andr

[android-developers]

2012-12-24 Thread Barry Drinkwater
http://bf-svendborg.dk/images/google.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..

Re: [android-developers] XMLParsing

2012-12-24 Thread sree android
U have code for sax parser goto these blog www . ramscreative.blogslot.com.it helps to u. On Dec 24, 2012 12:22 PM, "Sadhna Upadhyay" wrote: > Hi Everybody, > >Can Some one tell me how to XML Parsing data from > server.please help me. > > > > > Thanks: > Sadhana. > > > > -- >

Re: [android-developers] hi friends

2012-12-24 Thread sree android
Thank u friend.Shall u share any code. On Dec 24, 2012 9:25 PM, "nemi chhimpa" wrote: -- 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,

[android-developers] Set TextAppearance from config

2012-12-24 Thread Kiw
Hi.Is it possible to let the user select the size of font from user preferences form? if so, how could I set this preference in code? - android:textAppearance="?android:attr/textAppearanceSmall" /> (or medium or large) Thanks and regards Xabi -- You received this message because y

[android-developers] Proguard ignoring -assumenosideeffects while exporting Export Signed Application Package

2012-12-24 Thread Vladimir Svydenko
Hi, I try to strip all log calls from release app using proguard (-assumenosideeffects) but no any succes.. Ubuntu 12.04 intellij idea 12 Community Edition SDK 16 Android 4.1.2 Created test project with one activity: public class MyActivity extends Activity { @Override public void onCrea

Re: [android-developers] hi friends

2012-12-24 Thread nemi chhimpa
First check that intrrnet is on. If not then display toast message. Then open the network setting screen. Use handler postDelayed method to open network setting. So toast message will be displayed to screen On Dec 24, 2012 10:36 AM, "sree android" wrote: > when i am working webservices,internet i

[android-developers] Re: layout problem

2012-12-24 Thread dashman
thanks - just what i was looking for. On Monday, December 24, 2012 2:27:48 AM UTC-5, Sourav Howlader wrote: > > Just mention android:gravity="center" to your Root LinearLayout > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] MediaPlayer "race condition" of pause/PlaybackCompleted?

2012-12-24 Thread Tamás Kovács
The official documentation about pause(): pause() Valid states: {Started, Paused} Invalid states: {Idle, Initialized, Prepared, Stopped, PlaybackCompleted, Error} "Calling this method in an invalid state transfers the object to the Error state." How can I be safe when doing this: if (mediaplayer

[android-developers] Re: getting motorola droid hd to be recogmized by adb

2012-12-24 Thread dashman
Based on the fact that the first time i connected - it displayed a FIOS ad in my browser. didn't ask for that. also 31MB for a simple ADB interface - the usb driver was already installed. usually one can get the ADB interface to work (i.e. recognize the device) by just changing coupla lines in

Re: [android-developers] Re: Android media recorder records only my voice

2012-12-24 Thread Asheesh Arya
recording is possible only when other party device is on speaker mode -- 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 and

Re: [android-developers] Re: OnStop and OnDestroy aren`t invoked after calling finish()

2012-12-24 Thread Piren
I tried finding it, couldn't. i think it was the video was from around 2008, one of the very early presentations of android memory management/activity lifecycle videos. I found a similar one but it only showed a whole process being taken down, not a single activity instance... so at this point

[android-developers] Re: getting motorola droid hd to be recogmized by adb

2012-12-24 Thread Piren
whoo... its only a driver dude :) On Sunday, December 23, 2012 8:23:20 PM UTC+2, Lew wrote: > > dashman wrote: > >> loaded the driver from here and it works >> >> https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481 >> >> >> this driver is 31MB - seems overkill for just the AD