[android-developers] Re: Registration ID

2012-04-24 Thread ndiiie90
Hey thanks for your reply Appreciate it very much! Rendy On Apr 24, 4:16 pm, EhyehAsherEhyeh jacobsen.ar...@gmail.com wrote: Presumably there is some two-way communication between Google's servers and the device, so server-side will know whether a device is available to receive the message

[android-developers] Re: PendingIntent getService

2012-04-19 Thread ndiiie90
thx for reply Mark, however, we can still finish it manually by calling stopSelf() method in the service On Apr 18, 7:52 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Apr 17, 2012 at 10:13 PM, ndiiie90 rnd...@gmail.com wrote: so did you mean that I don't need to stop it because you

[android-developers] Re: PendingIntent getService

2012-04-17 Thread ndiiie90
so did you mean that I don't need to stop it because you said that which automatically shuts down when it is done processing the delivered command ? On Apr 17, 6:02 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Apr 17, 2012 at 5:59 AM, ndiiie 90 rnd...@gmail.com wrote: according to

[android-developers] Re: Get Owner Email Address in Android 1.x

2012-04-17 Thread ndiiie90
sorry i mean noclassdeffounderror On Apr 18, 9:35 am, ndiiie 90 rnd...@gmail.com wrote: Hi everyone, how to get owner email address in Android 1.x? I know there is AccountManager class but it's only available for Android 2.x. I also try this one but still can't work at

[android-developers] Re: Get Owner Email Address in Android 1.x

2012-04-17 Thread ndiiie90
Updated: now it works, but it still returns null although there is a gmail account attached to the phone. Any help? Thanks On Apr 18, 11:00 am, ndiiie90 rnd...@gmail.com wrote: sorry i mean noclassdeffounderror On Apr 18, 9:35 am, ndiiie 90 rnd...@gmail.com wrote: Hi everyone

[android-developers] Re: Facebook SDK error

2011-10-22 Thread ndiiie90
://www.studio-lfp.com On Saturday, October 22, 2011 9:36:10 AM UTC-5, ndiiie90 wrote: Hi guys, i implement facebook sdk in my app and just follow the tutorial. When i call other activity, let's say: the activity that i implement facebook sdk is activity A, from there i can call

[android-developers] Re: How to escape ampersand?

2011-10-12 Thread ndiiie90
thanks for your reply. But that what i mean. What i want is to convert string, such as quot to amp to lt to gt to etc How to do it? i've used other library, such as jsoup but it seems it can't convert all ampersand characters. On Oct 12, 2:20 pm, Francisco Dalla Rosa soares soa...@argo.bz

[android-developers] Re: How to escape ampersand?

2011-10-12 Thread ndiiie90
/6/docs/api/java/lang/String.html On Oct 12, 3:35 pm, ndiiie90 rnd...@gmail.com wrote: thanks for your reply. But that what i mean. What i want is to convert string, such as quot to amp to lt to gt to etc How to do it? i've used other library, such as jsoup

[android-developers] Re: Tablet vs Phone

2011-09-07 Thread ndiiie90
Hi Dianne, thanks for fast reply, I have read about that but i don't want to use many folders and xml things.. I only code for 1 xml layout and will it work for both phone and tablet? I don't have any tablet so I can't test it.. Thanks, Rendy On Sep 8, 1:08 pm, Dianne Hackborn

[android-developers] Re: Text gone when clicked

2011-08-25 Thread ndiiie90
Hi Mark, thanks for your help..you save my life again..:D On Aug 20, 10:18 pm, Mark Murphy mmur...@commonsware.com wrote: On Sat, Aug 20, 2011 at 10:59 AM, ndiiie 90 rnd...@gmail.com wrote: I see that some of them in editText of password and username, there are some text with gray color

[android-developers] Re: How to close entire app?

2011-08-13 Thread ndiiie90
Hey what are you guys talking about? I don't understand.. :(:(:( On Aug 13, 12:38 am, Robert Thau rst...@gmail.com wrote: On Fri, Aug 12, 2011 at 11:17 AM, ndiiie90 rnd...@gmail.com wrote: Hi again Mark, I must close the entire app, because my app is a commerce application, that has

[android-developers] Re: How to close entire app?

2011-08-12 Thread ndiiie90
Hi again Mark, I must close the entire app, because my app is a commerce application, that has its own flow until the payment, and user can't go back to previous screen, so whenever user has reached the last page, there are options to exit the app or go back to menu again..have any idea?

[android-developers] Re: Sqlite version in all Android platforms

2011-08-12 Thread ndiiie90
Hi Mark, thanks for your answer. By the way I just borrowed your book from library.. :D and thanks also for Peter Thanks, Rendy On Aug 12, 6:13 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Aug 12, 2011 at 7:07 AM, Peter Stacey peterst6...@gmail.com wrote: I think it's safe to

[android-developers] Re: Sqlite version in all Android platforms

2011-08-12 Thread ndiiie90
haha thanks to remind me to return it.. :D Yeah, i think to borrow Beginning Android 3 which is not available to be borrowed in library yet. Thanks for publishing such great book! On Aug 12, 10:25 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Aug 12, 2011 at 11:18

[android-developers] Re: App Widget Automatically Deleted after Reboot

2011-08-08 Thread ndiiie90
Yeah thanks for your reply..and now my widget is no longer unavailable after reboot the phone..thanks On Aug 6, 4:11 am, Kevin TeslaCoil Software ke...@teslacoilsw.com wrote: Make sure you have:     android:installLocation=internalOnly In your AndroidManifest.xml, Widgets don't work when

[android-developers] Re: How to detect HTML tag?

2011-08-08 Thread ndiiie90
Oh sorry that is not what i mean. What i mean is to replace all tags in data that is retrieved from database.. So for example, the data is: I am a java amp android developer will be replaced into: I am a java android developer How can i do that? I think it is not effective to replace

[android-developers] Re: Motion Sensor in Android

2011-08-03 Thread ndiiie90
Ohh..Because I just watched a really good video http://www.youtube.com/user/crunchfishab it shows that it moves from one image to other image like how kinect does and it runs in Android.. And I wonder what is the technology is called behind it..Does anyone know it? Thanks On Aug 2, 12:05 am,

[android-developers] Re: Motion Sensor in Android

2011-08-03 Thread ndiiie90
Ohh really? I didn't found any api that is sold in its website.. On Aug 3, 11:47 pm, Chrystian Vieyra chrys.vie...@gmail.com wrote: The tablet on the video is making use of its front facing camera, Crunchfish sells the api to do that. yeah i have searched it in its website but found nothing..

[android-developers] Re: Access External Database

2011-08-01 Thread ndiiie90
yes it possible, you can use HttpClient and HttpPost/HttpGet. You can find some good tutorial in google. On Jul 31, 6:54 pm, Sumedh sumedhjos...@gmail.com wrote: I want to access data which is stored on external database server. is it possible? if yes please tell me how thanx in advance --

[android-developers] Re: How to linkify between two activities?

2011-07-29 Thread ndiiie90
no one reply this thread.. -- 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

[android-developers] Re: Focus in Listview

2011-07-29 Thread ndiiie90
no one reply this thread.. -- 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

[android-developers] Re: Focus in Listview

2011-07-27 Thread ndiiie90
Ohh sure! Sorry I forgot to put the code Here is the code: private class MyAdapter extends ArrayAdapterItem { private ArrayListItem items; public MyAdapter(Context context, int textViewResourceId, ArrayListItem items) { super(context, textViewResourceId, items);