Re: [android-developers] Re: plz help close application

2012-01-10 Thread Dhaval Varia
thanks thanks for reply On Jan 10, 2012 7:13 PM, "sparky" wrote: > You should not. Just implement the appropriate > callbacks > and > let the OS decide when to close your activity. > > -- > Y

[android-developers] Re: plz help close application

2012-01-10 Thread sparky
You should not. Just implement the appropriate callbacks and let the OS decide when to close your activity. -- You received this message because you are subscribed to the Google Groups "Andr

[android-developers] Re: PLZ HELP!!!! APPLICATION NOT GETTING UPLOADED ON EMULATOR

2011-11-14 Thread cellurl
Perhaps, also try some other examples first. You didnt mention if anything worked... Like notepad or jetboy... -cellurl On Nov 12, 6:16 am, Shrav wrote: > Hi, > I am trying to work with google map , as instructed I have got the > certificate ,etc. > My appl is getting compiled with NO ERRORS bu

Re: [android-developers] Re: plz help....

2011-10-22 Thread Jim Graham
On Sat, Oct 22, 2011 at 03:25:16AM -0700, Divyata Panchal wrote: > i dont want to block any apps. > i want to block incoming call by particular contact number so if > person can call me he/she wont be able to call. > just like black list and white list. If you're trying to write an app to do this,

[android-developers] Re: plz help....

2011-10-22 Thread Divyata Panchal
i dont want to block any apps. i want to block incoming call by particular contact number so if person can call me he/she wont be able to call. just like black list and white list. On Oct 22, 2:35 pm, RAJU V wrote: > having some apps to block > > ~~RAJU~~ > ~~www.itdoall.co.cc~~ > > On Sa

[android-developers] Re: plz help....

2011-10-13 Thread hongbosb
You can push your apk file into /system/app. Then this app won't be uninstall in usual way. ps: You mush root your phone and remount your device using adb remount. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: plz help....

2011-10-12 Thread JackN
or what? On Oct 12, 10:27 am, Divyata P wrote: > i want to hide my application from uninstall list in android... give some > solution...!!! > > On Wed, Oct 12, 2011 at 4:43 PM, Mark Murphy wrote: > > > > > On Wed, Oct 12, 2011 at 7:04 AM, Divyata Panchal > > wrote: > > > how to stop uninstallati

[android-developers] Re: plz help....

2011-10-12 Thread Paul Turchenko
Place your *.apk in /system/app/ On Oct 12, 6:04 am, Divyata Panchal wrote: > how to stop uninstallation of any application in android...? > > plz help.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

Re: [android-developers] Re: plz help...!!!

2011-09-23 Thread I-Sheng Lin
Plz post ur source. On Sep 23, 2011 3:16 PM, "Vinay Julme" wrote: > post your code > > On Fri, Sep 23, 2011 at 11:33 AM, ashok chakravarthy wrote: > >> when you call stopService(service). is it throwing any errors? >> >> >> On Fri, Sep 23, 2011 at 8:08 AM, Spiral123 wrote: >> >>> >>> Easy. >>> >

Re: [android-developers] Re: plz help...!!!

2011-09-23 Thread Vinay Julme
post your code On Fri, Sep 23, 2011 at 11:33 AM, ashok chakravarthy wrote: > when you call stopService(service). is it throwing any errors? > > > On Fri, Sep 23, 2011 at 8:08 AM, Spiral123 wrote: > >> >> Easy. >> >> sevice.stop(plz); >> >> On Sep 22, 1:24 pm, Divyata Panchal >> wrote: >> > Hie.

Re: [android-developers] Re: plz help...!!!

2011-09-22 Thread ashok chakravarthy
when you call stopService(service). is it throwing any errors? On Fri, Sep 23, 2011 at 8:08 AM, Spiral123 wrote: > > Easy. > > sevice.stop(plz); > > On Sep 22, 1:24 pm, Divyata Panchal > wrote: > > Hie.. to al Android Developers... > > > > please tell me how to stop service in one class

[android-developers] Re: plz help...!!!

2011-09-22 Thread Spiral123
Easy. sevice.stop(plz); On Sep 22, 1:24 pm, Divyata Panchal wrote: > Hie.. to al Android Developers... > > please tell me how to stop service in one class which is already > started in other class. > i need to start and stop service again n again according to my > conditions.. pl give p

[android-developers] Re: Plz help. android emulator on eclipse

2010-07-19 Thread karteek
If you want to give your desired string go and edit the following res->values->strings.xml hello On Jul 19, 12:24 pm, xuxu wrote: > Hi all, > I'm newbie with android and eclipse and I got this strange > thing...when ever I'm running little program that I write on the > emulator I'm getting: "Hell

[android-developers] Re: PLZ help !!!

2009-07-23 Thread ms99 ster
I have tested in the notepad excise, it worked well: public static final String KEY_TITLE = "title"; public static final String KEY_BODY = "body"; public static final String KEY_ROWID = "_id"; public static final String ID_SORT_ORDER = "_id DESC"; public Cursor fetchAllNotes() { return mDb

[android-developers] Re: PLZ help !!!

2009-07-23 Thread ms99 ster
public static final String SCORE_SORT_ORDER =3D "score DESC"; //orderBy public static final String TEN_LIMIT =3D "10"; //limit SQLiteDatabase:query (Stringtable, String[]

[android-developers] Re: PLZ help !!!

2009-07-23 Thread Yusuf T. Mobile
SharedPreferences is the easiest way to store data. It's basically a class that stores key-value pairs in a file for you. So store 10 of those, the key being a number from 1 to 10, the value being name and score. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statement

[android-developers] Re: plz help me for this question

2009-07-17 Thread Moto
Don't want to be rude but you should always make a proper title for your post... At least a hint what your asking... It kind of helps... :P --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. T

[android-developers] Re: plz help me for this question

2009-07-17 Thread tstanly
this web helps a lot! http://www.curious-creature.org/2009/03/01/android-layout-tricks-3-optimize-part-1/ On 7月17日, 下午1時15分, tstanly wrote: > thanks! > > but I have two imagebutton, > so use table layout seems not good idea... > > On 7月17日, 下午1時11分, Saurav Mukherjee > wrote: > > > > > u can tr

[android-developers] Re: plz help me for this question

2009-07-16 Thread tstanly
thanks! but I have two imagebutton, so use table layout seems not good idea... On 7月17日, 下午1時11分, Saurav Mukherjee wrote: > u can try this: > > add a table layout to ur web view and then add a row with the width u want. > put the button into the row. > try this only if the normal setLayoutParam

[android-developers] Re: plz help me for this question

2009-07-16 Thread Saurav Mukherjee
u can try this: add a table layout to ur web view and then add a row with the width u want. put the button into the row. try this only if the normal setLayoutParams of the button does not work. hope this selps u. cheers! 2009/7/17 tstanly > > thanks for your reply, > this method can't work,it

[android-developers] Re: plz help me for this question

2009-07-16 Thread tstanly
thanks for your reply, this method can't work,it will be first pic i draw... On 7月17日, 上午10時10分, rukiman wrote: > I could be wrong but thought you could do that by simply making the > button's width WRAP_CONTENT instead of FILL_PARENT ?? > > On Jul 17, 11:57 am, tstanly wrote: > > > > > hi al

[android-developers] Re: plz help me for this question

2009-07-16 Thread rukiman
I could be wrong but thought you could do that by simply making the button's width WRAP_CONTENT instead of FILL_PARENT ?? On Jul 17, 11:57 am, tstanly wrote: > hi all, > > this is a layout issue, > now my app's layout is this screenshot: > ps: my btn means ImageButton > > -|

[android-developers] Re: Plz help me getting solution for the below problem

2008-11-28 Thread sal123
#1 want a simple TCP socket program, where cleint sends a request for a file, and servers the returs requested file. i dont want any standard protocal like FTP to b used. On Nov 26, 8:58 pm, Michael <[EMAIL PROTECTED]> wrote: > > #1 chunk data here indicates some unit of bytes (may be 512, 1024 e

[android-developers] Re: Plz help me getting solution for the below problem

2008-11-28 Thread sal123
Hi Micheal #1 I dont want to use any standard protocol , i wud like to use simple TCP sockets for connection , where the cleint will send name of file to server and server will return corrosponding file. i just want small code to demonstrate this communication on android but not a fullfledged FT

[android-developers] Re: Plz help me getting solution for the below problem

2008-11-26 Thread Michael
> #1 chunk data here indicates some unit of bytes (may be 512, 1024 etc) . it >  would be better if you could point me to some example of such an > application written in java which works on android This doesn't tell us anything at all. By what means do you want to get this data? HTTP? FTP? >

[android-developers] Re: Plz help me getting solution for the below problem

2008-11-25 Thread Anonymous Anonymous
http://groups.google.com/group/android-beginners/browse_thread/thread/0ababd5e40398e49/fbdd321643bf48e1?pli=1 On Wed, Nov 26, 2008 at 11:08 AM, suhail ahmed <[EMAIL PROTECTED]> wrote: > Hi Micheal, > > Thanks for your concern, > > #1 chunk data here indicates some unit of bytes (may be 512, 1024

[android-developers] Re: Plz help me getting solution for the below problem

2008-11-25 Thread suhail ahmed
Hi Micheal, Thanks for your concern, #1 chunk data here indicates some unit of bytes (may be 512, 1024 etc) . it would be better if you could point me to some example of such an application written in java which works on android #2 browser doesnot connect to internet by default, i am getting "n

[android-developers] Re: Plz help me getting solution for the below problem

2008-11-25 Thread Michael
#2 happens by default, there's no special configuration. As for #1, what is "chunk data"? Most networking operations in Android are done the same as in Java, with the Socket library. For displaying data, why not look at the example applications included in the source code, as well as the tutori

[android-developers] Re: Plz Help!!

2008-04-07 Thread areslp
yes,it's ugly, it's just for test:) On Apr 7, 3:16 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Woaw, this must be one of the worst pieces of code i have recently > seen. > > On Apr 6, 4:21 pm,areslp<[EMAIL PROTECTED]> wrote: > > > Boolean t = flags.get(position);

[android-developers] Re: Plz Help!!

2008-04-07 Thread areslp
Thanks On Apr 7, 2:13 am, "Dan U." <[EMAIL PROTECTED]> wrote: > I guess you might not know this, but you don't need to be using a > Boolean. You should change it to "lowercase" boolean and get rid of > all the messy t.booleanValue() calls. > > But, the reason you don't see logging output is the w

[android-developers] Re: Plz Help!!

2008-04-06 Thread [EMAIL PROTECTED]
Woaw, this must be one of the worst pieces of code i have recently seen. On Apr 6, 4:21 pm, areslp <[EMAIL PROTECTED]> wrote: >                         Boolean t = flags.get(position); >                         Log.e("" + position, "getView_flag:" + > t.booleanValue()); >                        

[android-developers] Re: Plz Help!!

2008-04-06 Thread Dan U.
I guess you might not know this, but you don't need to be using a Boolean. You should change it to "lowercase" boolean and get rid of all the messy t.booleanValue() calls. But, the reason you don't see logging output is the way you are using Log. You are actually trying to print an empty message