[android-developers] How to show Date Picker in AlertDialog

2011-11-16 Thread Gulfam
I can successfully show EditText field, Buttons and Text Views in AlertDialog.Builder using LayoutInflater . But I am unable to show datepicker (Not DatePicker Dialog) in AlertDialog.Builder. Can we show date picker in AlertDialog.Builder? If yes then How we can show? -- You received this

[android-developers] Re: setSingleChoiceItems api usage in a dialog

2010-12-14 Thread Gulfam
Try to use this layout (android.R.layout.simple_list_item_single_choice) instead of (android.R.layout.simple_list_item_1). I hope this will help you. Gulfam On Dec 14, 12:03 pm, Sudeep Sharma sudeep.andr...@gmail.com wrote: Hi,       I am using the API of Alert Dialog builder 1.  public

[android-developers] Re: Recommended way of passing the around Facebook object among different activities

2010-12-13 Thread Gulfam
Hi sogwiz, On Dec 13, 10:37 pm, sogwiz sog...@gmail.com wrote: Hi, Does anyone have a recommended way of passing around the com.facebook.android.Facebook object to different activities one its been initialized and once the user has successfully logged in? Sample approaches may include

[android-developers] Re: Recommended way of passing the around Facebook object among different activities

2010-12-13 Thread Gulfam
can access the same object in every activity, I hope this technique will work for you:) Gulfam On Dec 13, 10:37 pm, sogwiz sog...@gmail.com wrote: Hi, Does anyone have a recommended way of passing around the com.facebook.android.Facebook object to different activities one its been

[android-developers] Re: How to reference Android default icons on MenuItem.setIcon()

2010-12-13 Thread Gulfam
its very simple android.R.drawable.icon :) On Dec 14, 2:10 am, TreKing treking...@gmail.com wrote: On Sun, Dec 12, 2010 at 1:26 AM, kno...@googlemail.com kno...@googlemail.com wrote: The question is: How do I reference the Android default icons? Same way you reference yours, but taking

[android-developers] Re: Hello Andriod

2010-12-13 Thread Gulfam
Hi Montya, I think your application is crashing at some point, try to find out the issue first. As mark has said use adb Logcat, DDMS to narrow down the issue. Gulfam On Dec 11, 3:18 pm, montya anupkalbu...@gmail.com wrote: Hey guys i am following Hello Andriod book. All was fine till  60th

[android-developers] Re: Fm Radio

2010-12-13 Thread Gulfam
There is no API available for FM radio in android, but you can play audio from stream. and there is a tutorial available in Android API demo to Play audio from stream. Gulfam On Dec 11, 6:31 pm, wolf wolfy1...@gmail.com wrote: how the fm radio it works on android phones ? i mean, can you send

[android-developers] Re: screen brightness change

2010-12-13 Thread Gulfam
I think this kind of broadcast are not availbele. Gulfam On Dec 14, 11:04 am, Hendrik Greving fourhend...@gmail.com wrote: Hi is there some broadcast or listener for screen brightness changes? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Can not find target after updating android 2.3 sdk

2010-12-10 Thread Gulfam
Hi, I have also faced the same issue, but after updating the ADT plugins, my issue has been resolved automatically:) Update your ADT plugins hope your prolem will be solved. Thanks, Gulfam On Dec 10, 3:55 pm, pramod.deore deore.pramo...@gmail.com wrote: target location changes from android-sdk

[android-developers] App Widget Updating Issue on 1.6 and 2.1?????

2010-07-14 Thread Gulfam
can i set the time from out side this XML file appwidget-provider /. means how to set the time from setting as updating time will be hourly, daily, user can select any one from a UI,?? Thanks in advance, Gulfam -- You received this message because you are subscribed to the Google Groups

[android-developers] How to force App Widget in portrait mode???

2010-07-05 Thread Gulfam
Hi all, I want to force App Widget in portrait mode, as we force our activity in portrait mode by adding this attribute in Menifest file android:screenOrientation = portrait. is there any way to force App Widget in portrait mode?? Thanks in advance. Gulfam Hassan -- You received

[android-developers] Re: How to force App Widget in portrait mode???

2010-07-05 Thread Gulfam
, it stops responding to touch events, and NOT opening main Activity of my applicaton. How I Can Resolve this issue? Any Solution??? Regards, Gulfam Hassan On Jul 5, 3:59 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jul 5, 2010 at 5:13 AM, Gulfam gulfa...@gmail.com wrote: I want

[android-developers] GOOD NEWS: Android Latest SDK 2.2(Froyo) is available now

2010-05-21 Thread Gulfam
Hi All, Congtrates to Adroid Devloper's Team on launching latest SDK 2.2(Froyo). Get it now from http://developer.android.com/ Cheer, Gulfam Hassan SSE @ Macrosoft Pakistan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: How Truncate Text With 3dots In Table Layout

2010-05-14 Thread Gulfam
I am still waiting any update On May 12, 2:35 pm, Gulfam gulfa...@gmail.com wrote: Hi all, I am truncating the text in simple TextView as under TextView     android:layout_width=fill_parent     android:layout_height=wrap_content     android:paddingTop=5dip     android:paddingBottom

[android-developers] How Truncate Text With 3dots In Table Layout

2010-05-12 Thread Gulfam
/ /TableRow /TableLayout But its not truncating the text with 3 dots. I have applied most of the solutions which are available on internet but unable to success, Is there any solution ? Thanks in advance Regards, Gulfam Hassan -- You received this message because you are subscribed

[android-developers] How Add Rating Bar on App Widget???

2010-03-10 Thread Gulfam
I want to know is it possible to add Rating Bar in a widget and if yes then How??? Thanks in advance. Gulfam Hassan -- 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

[android-developers] Re: How Add Rating Bar on App Widget???

2010-03-10 Thread Gulfam Hassan
One Thing more I am using 1.5 SDK On Wed, Mar 10, 2010 at 4:06 PM, Gulfam gulfa...@gmail.com wrote: Hi all, I am trying to make an app widget, and i want to add three things in this widget 1: Text View 2: Button 3: Rating bar I have added first two things successfully but when i have

[android-developers] Re: How Add Rating Bar on App Widget???

2010-03-10 Thread Gulfam
Thanks Mark and Kumar. On Mar 10, 5:22 pm, Mark Murphy mmur...@commonsware.com wrote: Gulfam Hassan wrote: One Thing more I am using 1.5 SDK On Wed, Mar 10, 2010 at 4:06 PM, Gulfam gulfa...@gmail.com mailto:gulfa...@gmail.com wrote:     Hi all,     I am trying to make an app widget

[android-developers] Re: AbortBroadcast Problem With 2.0 and 2.0.1 SDK's

2010-01-12 Thread Gulfam
Still waiting for response? On Jan 11, 1:21 pm, Gulfam gulfa...@gmail.com wrote: Hi, Any update I ma still waiting. Gulfam Hassan On Jan 8, 6:04 pm, Gulfam gulfa...@gmail.com wrote: Hi All,    I am facing issue with 2.0 and 2.0.1 on aborting broadcast for out

[android-developers] Re: AbortBroadcast Problem With 2.0 and 2.0.1 SDK's

2010-01-12 Thread Gulfam
Thank you very much Dannie Hackborn My problem is solved now and app is working fine. Little question more: this process will work on 1.6,1.5 and 1.0 sdk's??? Best Regards, Gulfam Hassan On Jan 12, 11:11 pm, Dianne Hackborn hack...@android.com wrote: To cancel a call, you set

[android-developers] Re: AbortBroadcast Problem With 2.0 and 2.0.1 SDK's

2010-01-11 Thread Gulfam
Hi, Any update I ma still waiting. Gulfam Hassan On Jan 8, 6:04 pm, Gulfam gulfa...@gmail.com wrote: Hi All,    I am facing issue with 2.0 and 2.0.1 on aborting broadcast for out going calls. In my main activity on callButton press I am initiating call like

[android-developers] AbortBroadcast Problem With 2.0 and 2.0.1 SDK's

2010-01-08 Thread Gulfam
not aborting broadcast. Is there any solution Thanks in advance. Gulfam Hassan -- 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

[android-developers] Re: abort outgoing call

2010-01-08 Thread Gulfam
); context.startActivity(DialIntent); Its not initiating call now. any help Thanks for your reply. Gulfam Hassan On Jan 8, 9:16 pm, Alejandro D. Garin aga...@gmail.com wrote: Hi, What do you mean with not reinitiating the call ? On Fri, Jan 8, 2010 at 4:07 AM, Gulfam gulfa

[android-developers] Re: abort outgoing call

2010-01-07 Thread Gulfam
have use also setResultData(null) method its aborting the broadcast but not reinitiating the call. Any solution pl ?? Best Regards, Gulfam Hassan On Jan 8, 1:03 am, Alejandro D. Garin aga...@gmail.com wrote: just found the answer: use setResultData(null

[android-developers] Re: How Handle Android Default Messaging Application According To Our Requirement

2009-11-20 Thread Gulfam
. Any other solution ?? Thanks in advance. Gulfam Hassan On Nov 19, 11:11 am, Gulfam gulfa...@gmail.com wrote: Hi All, Is there any response on this issue?? I am still waiting. Gulfam Hassan On Nov 18, 7:07 pm, Gulfam gulfa...@gmail.com wrote: Hi Everyone,  Currently I am

[android-developers] Re: Stop an SMS from being sent from default SMS client.

2009-11-20 Thread Gulfam
activity. Is there any way to get SMSC number Thanks in advance. Gulfam Hassan On Nov 20, 1:23 pm, Iffi aftabala...@gmail.com wrote: Hi All, Well, actually on Symbian, Winmo its getting possible so as being an advocate of Andriod :) at workplace i have to do it somehow. someone please

[android-developers] How Handle Android Default Messaging Application According To Our Requirement

2009-11-18 Thread Gulfam
suggessions ? tutorials ? Hopes you have got my idea. Any Android Framework Engineer please reply on this. Is it possible ? Best Regards, Gulfam Hassan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: How Handle Android Default Messaging Application According To Our Requirement

2009-11-18 Thread Gulfam
Hi All, Is there any response on this issue?? I am still waiting. Gulfam Hassan On Nov 18, 7:07 pm, Gulfam gulfa...@gmail.com wrote: Hi Everyone,  Currently I am doing RD on an idea for example I have an application abc which send sms through my own way . I want to do work like

[android-developers] Re: Stop an SMS from being sent from default SMS client.

2009-11-18 Thread Gulfam
? Thanks in advance. Gulfam Hassan On Nov 18, 6:05 pm, Mark Murphy mmur...@commonsware.com wrote: Iffi wrote: Hi All, i have read a few posts about somehow intercepting the outgoing SMS. after some googling i was able to intercept the outgoing SMS by getting the outbox. Now the problem

[android-developers] Re: How to Implement Ticker Component.

2009-11-12 Thread Gulfam
Hi all, Is there any help on this isseu?? still waiting Gulfam Hassan On Nov 3, 3:25 pm, Gulfam gulfa...@gmail.com wrote: Any Response on this issue?? I am still waiting . Gulfam Hassan On Nov 2, 9:21 pm, Gulfam gulfa...@gmail.com wrote: Hi all,    I want to make Ticker

[android-developers] Re: How to Implement Ticker Component.

2009-11-03 Thread Gulfam
Any Response on this issue?? I am still waiting . Gulfam Hassan On Nov 2, 9:21 pm, Gulfam gulfa...@gmail.com wrote: Hi all,    I want to make Ticker Component but i dont know how to do this. I have seen Marquee but it start scroll on focus but i dont want. I want to scroll text

[android-developers] Re: text animation

2009-11-03 Thread Gulfam
or not means in both conditions. Gulfam Hassan On Nov 3, 6:45 pm, sham shamcs shamc...@gmail.com wrote: use animation class in Android. On Tue, Nov 3, 2009 at 2:49 PM, npak...@gmail.com npak...@gmail.com wrote: Hi all, Now i want to write an application to make a certain text to run slowly

[android-developers] How to Implement Ticker Component.

2009-11-02 Thread Gulfam
Hi all, I want to make Ticker Component but i dont know how to do this. I have seen Marquee but it start scroll on focus but i dont want. I want to scroll text if it is focused or not means in both conditions. Any useful link or tutorial. Thanks in advance. Regards, Gulfam Hassan -- You

[android-developers] Re: How to capture Soft keyboard key events.

2009-10-30 Thread Gulfam
Hi Banny, Thanks alot. I have implemented the code same as you its working very well for me. It was very big issue for my app but now resolved :) Thanks again. Regads, Gulfam Hassan On Oct 30, 7:53 am, Banny helloba...@gmail.com wrote: I find the same problem of it. Finally, I found

[android-developers] Re: How to capture Soft keyboard key events.

2009-10-29 Thread Gulfam
Is there any solution I am still waiting for your Response Gulfam Hassa On Oct 28, 9:41 pm, Gulfam gulfa...@gmail.com wrote: Hi all group members, I am facing a problem any one can help me regarding this. I have an  EditText and a list of contacts. I want to search a contacts on maching

[android-developers] How to capture Soft keyboard key events.

2009-10-28 Thread Gulfam
keyListener interface and its 4 to 5 methods like keyUp(), keyDown(),etc but when i implement keyListener softkeyboard is not launching on touching my EditText field. Any useful solution would be highly appriciated. Thanks in advance. Gulfam Hassan --~--~-~--~~~---~--~~ You

[android-developers] Re: ProgressDialog with a second thread - Screen Orientation and back button. How to restore progress dialog?

2009-10-02 Thread Gulfam
this problem. Regards, Gulfam Hassan On Oct 1, 11:54 am, Kacper86 cpph...@gmail.com wrote: I'm creating an application to backup contacts  (and sms messages, files etc.) on the device and upload it to a server. It may take a long time. So I suppose I should use a service (without spawning any

[android-developers] Re: Take an action when soft keyboard is launched

2009-09-28 Thread Gulfam
Hi All, I also want to take some actions on soft keyboard appear and disappear. any one can help us how we can get appear and disappear events. Gulfam On Sep 29, 12:32 am, Thomas perd...@gmail.com wrote: Hi All, Does Nobody know that? thanks again Tomás On Fri, Sep 25, 2009

[android-developers] Re: Hello

2009-09-17 Thread Gulfam
Hi Suzanne Welcome to this group you can help others by your posts here. gulfam On Sep 17, 4:06 am, Don Tran arro...@gmail.com wrote: so tell us when will the motorola sholes be ready? On Sep 16, 1:07 pm, Mark Murphy mmur...@commonsware.com wrote: suzanne.alexandra wrote: I'm

[android-developers] Re: which sites have tutorials for Android?

2009-09-16 Thread Gulfam
Hi Marks, you can learn all the things from here. http://developer.android.com/index.html Gulfam On Sep 11, 4:28 am, Jeff j...@trackaroo.com wrote: Anddev is pretty good. http://www.anddev.org/index.php?c=2 On Sep 10, 1:25 pm, marks markshen2...@gmail.com wrote: Please post some here

[android-developers] Issue in XML parsing

2009-09-14 Thread Gulfam
) ** Any one can Help me regarding this where I am wrong Thanks Gulfam Hassan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Issue in XML parsing

2009-09-14 Thread Gulfam
Hi Neil, Thanks for your response. Now i am providing my string as ByteArrayInputStream and its working fine. Thanks again. Gulfam On Sep 14, 6:17 pm, Neil neil.wilkin...@gmx.com wrote: Your error's here:     xr.parse(xmlparse); This function takes an InputSource not a String. Regards

[android-developers] Re: How send DTMF in android?

2009-09-14 Thread Gulfam
HI all, Any response on this thread. Its important for my company product. Thanks, Gulfam On Sep 10, 12:14 pm, legerb drim...@gmail.com wrote: ToneGenerator won't help here - This API is not for generating tones over the uplink audio path. On Sep 8, 12:44 pm, Mark Ellul mark.el

[android-developers] Re: Why I can not play the ringtone in the real device?

2009-09-04 Thread Gulfam
Hi feeling, Can you please explain why we cannot play contact ringtone on G2. Thanks, Gulfam On Sep 4, 6:31 am, feeling3_4 lanwen.ban...@gmail.com wrote: Thank you, chris the update is that if the app installed in a G1, it can play the contact ringtone, but if the app installed in a G2

[android-developers] Re: How to add an icon in the List view?

2009-09-04 Thread Gulfam
Hi Vishal, If you want to make custom list view just use the base adapter for list with icons as greg mentioned above. Gulfam On Sep 3, 5:44 pm, Vishal.Android vishal.andr...@gmail.com wrote: Thanks Greg, that was very helpful. On Sep 2, 8:54 pm, greg sep...@eduneer.com wrote: Have

[android-developers] Re: Custom ListView With a lable on top

2009-09-02 Thread Gulfam
this parameter android:layout_height=wrap_content hopes it will work fine. Regards, Gulfam On Sep 2, 10:25 pm, Jack Ha jack...@t-mobile.com wrote: This is because you set the layout_height to fill_parent for the textview above the listview. -- Jack Ha Open Source Development Center ・T

[android-developers] Re: TextView Line Breaks

2009-08-31 Thread Gulfam
Hi Rud, In text view it will automatically break the text when text will reaches at end but if you want to break text according to your requirement so just put \n not \n or \\n. Regards, Gulfam On Aug 29, 12:01 am, Balwinder Kaur (T-Mobile USA) balwinder.k...@t- mobile.com wrote: Use just \n

[android-developers] How send DTMF in android?

2009-08-28 Thread Gulfam
in advance. Gulfam --~--~-~--~~~---~--~~ 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

[android-developers] Re: How to make chat window for IM?

2009-08-21 Thread Gulfam
it? its right approach to make chat window? any useful link or tutorial? Hopes you understand my problem. Thanks, Gulfam Hassan On Aug 13, 11:34 pm, Yusuf Saib (T-Mobile USA) yusuf.s...@t- Mobile.com wrote: Can you give more details on the problems you encountered with TextView or ListView? Yusuf

[android-developers] Re: How to make chat window for IM?

2009-08-13 Thread Gulfam
Hi, I have tried way recommended by Jeff but i think its not perfect solution any one can help more regarding this. Jeff V V Thanks for your response. Regards Gulfam Hassan On Aug 13, 11:36 am, Jeff Sharkey jshar...@android.com wrote: If you'll be working with long conversations, you

[android-developers] How to make chat window for IM?

2009-08-12 Thread Gulfam
its looking good but there are some problems, and i don't know its right approach or not ? Any one can refer me any tutorial or any useful link regarding this or any other help ?. Thanks in advance. Gulfam Hassan --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Listview Tabhost

2009-08-09 Thread Gulfam
().getDrawable (R.drawable.dialer_tab_icon)); tabHost.addTab(tab); } } In this class Dialer is my list activity and i am showing contacts with phone numbers in this list. but you will add both your activities in menifest file hopes it will help you. Regards, Gulfam Hassan

[android-developers] Re: An App contains a BroadcastReceiver and an Activity

2009-08-09 Thread Gulfam
=android.intent.category.DEFAULT / /intent-filter /receiver Regards, Gulfam Hassan On Aug 7, 6:08 pm, nEx.Software email.nex.softw...@gmail.com wrote: Just include them both and define them both in the Manifest. You can have as many Activities and BroadcastReceivers

[android-developers] Re: more than 4 tabs in tabhost - normal size - scrollable!

2009-08-05 Thread Gulfam
Hi, I also have the same problem any update? thanks in advance Regards, gulfam On Aug 5, 8:41 pm, Ludwig Heinz ludwighe...@googlemail.com wrote: Hi guys, if i use more then 4 tabs in the tabhost, they get to small to use with your finger! i like to scroll to the tabs, but no scrollview

[android-developers] Re: How to Run J2SE Code on Android

2009-08-04 Thread Gulfam
Hi, As said by mark murphy you cannot do that. all J2se libraries are not supported in android so you cannot do like this. There are so many beautiful libraries are available in android just explore then and enjoy your work. Regards, Gulfam On Aug 5, 4:06 am, Mark Murphy mmur

[android-developers] Re: Is there Galaxy simulator?

2009-07-31 Thread Gulfam
Hi I think you are asking about android emulators if yes then you can find at this URls. http://teavuihuang.com/android/ Gulfam On Jul 30, 9:55 pm, dan raaka danra...@gmail.com wrote:  simulator ? I guess you meant images for emulator .. but oems can provide their images for the emulator

[android-developers] Re: SoftKeyboard doesn't appear on AlertDialog

2009-07-31 Thread Gulfam
Hi, Can you please post your code snippet? Gulfam On Jul 30, 3:53 pm, drjunior drjunior@gmail.com wrote: Hi, I have one EditText inside one AlertDialog. When the EditText has focus the SoftKeyboard doesn't appear with vertical screen orientation. I have other EditTex in a common

[android-developers] Re: Custom tabs issue

2009-07-31 Thread Gulfam
I also have the same problem any update. Gulfam On Jul 30, 2:41 am, Pushkar pushkarsi...@gmail.com wrote: I could not find a straightforward way to do that, I use reflection APIs to get rid of it. TabWidget tw = getTabWidget(); Field mBottomLeftStrip;                 Field

[android-developers] Re: How Refresh Updated Contacts in list view using Base adapter

2009-07-29 Thread Gulfam
List activity from outside activities. Regards, Gulfam Hassan On Jul 23, 8:41 pm, Gulfam gulfa...@gmail.com wrote: Hi All,      Currently  i m working on IM, and I am facing problem during implementations. I am implementing this messenger using XMPP client and using smack API for implementing

[android-developers] How Refresh Updated Contacts in list view using Base adapter

2009-07-23 Thread Gulfam
after adding my contactslist in adapter thanks in advance Regards, Gulfam --~--~-~--~~~---~--~~ 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] How to scroll text in chat window

2009-07-23 Thread Gulfam
scrolling upwords. How we can scroll text upwords when it reaches at end any one can help me regarding this. I am using same code which is in Log text Box .Thanks in advance. Regards, Gulfam Hassan --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] How to make chat window?

2009-06-25 Thread Gulfam
Hi everybody, Currently I am working on chat messenger and I want to make chat window. any one can help me regarding this any use full link for this. thanks in advance Gulfam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Stack Over Flow Error on using SDK 1.5_r1

2009-05-19 Thread Gulfam
bytes in 72ms 05-19 18:18:00.130: DEBUG/dalvikvm(568): GC freed 16278 objects / 807880 bytes in 106ms 05-19 18:19:24.291: DEBUG/dalvikvm(607): GC freed 9300 objects / 524272 bytes in 62ms *** Thaks, Gulfam

[android-developers] Re: How to make SMS composing UI same Like Default.

2009-05-18 Thread Gulfam
Hi Mariano Kamp, Thank you v very much. Its great for me. I have started work on it and have 50% completed. thanks again Gulfam On May 18, 11:09 am, Mariano Kamp mariano.k...@gmail.com wrote: Could the source be a starting point for you?http://android.git.kernel.org/?p=platform

[android-developers] How to make SMS composing UI same Like Default.

2009-05-17 Thread Gulfam
Hi, I am trying to make user interface same like default sms composing ui screen but unable to make same like that. any one can share xml with me if he/she have developed or give me any idea how to do it. Thanks in advance, Gulfam --~--~-~--~~~---~--~~ You

[android-developers] Re: How Delete SMS from inbox programmatically OR discard it before received in inbox

2009-04-21 Thread Gulfam
Hi all, Thanks for response. How i can get thread_id or message id ? Regards, Gulfam On Apr 21, 9:14 am, Adam K a...@everythingandroid.net wrote: You can delete by message id, see here:http://code.google.com/p/android-smspopup/source/browse/tags/SMSPopup... Cheers, Adam

[android-developers] Re: a receiver for outgoing sms and email?

2009-04-21 Thread Gulfam
Hi all, Any updates about interception of out going SMS Gulfam On Apr 5, 4:53 am, Seer gilligan.ch...@gmail.com wrote: I have been trying to catch outgoing sms and i can tell you it is currently impossible. No one on here or the platform knows a way to do it and from the people

[android-developers] Re: BroadcastReceiver for data SMS - static works, dynamic does not

2009-04-02 Thread Gulfam
on receiving SMS on emulator and sms is going to default inbox. can you help me regarding this. Thanks, Gulfam On Apr 2, 2:02 am, thesquib thesq...@gmail.com wrote: It should be noted that there is a spelling mistake in the code version, this is how it should read: IntentFilter mFilter = new

[android-developers] SyncML on android

2009-03-31 Thread Gulfam
Hi all, I want to implement SyncML on android. I want to sync my contacts and calendar on my server.Is it possible in android ? if yes then how ?. I am waiting your response. Thanks, Gulfam --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Localizing layouts?

2009-03-25 Thread Gulfam
Hi, see this hopes it will help you https://groups.google.com/group/android-developers/web/localizing-android-apps-draft Regards, Gulfam On Mar 24, 10:01 pm, BoD bodl...@gmail.com wrote: Thanks a lot, I saw this doc but I guess I read it a bit too fast, and I was unsure the suffixing applied

[android-developers] Re: Deleting Incoming SMS???

2009-03-20 Thread Gulfam
Hi all, I am also facing exact same problem as said below any one can help us Regarding this.its very urgent for me. Regards, Gulfam On Feb 15, 4:57 am, Matt Bruce mbruced...@gmail.com wrote: I have an SMSReceiver that I built to intercept a particular type of SMS that would run a service

[android-developers] How delete a particular call log from call log list

2009-03-12 Thread Gulfam
); context.getContentResolver().delete (delUri,_id=+cursor.getCount(),null); Thanks Regards, Gulfam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: How to creat Toast Like view

2009-03-11 Thread Gulfam
* another way to make toast is Toast.makeText(context,Any String,Toast.LENGTH_LONG).show(); Hope fully it will help u Regards Gulfam On Mar 11, 1:16 pm, Tushar tusharpatu...@gmail.com wrote: Hi, Using android.widget.Toast one can created  floating view over

[android-developers] Re: How to intercept SMS without loading SMS to UI?

2009-03-11 Thread Gulfam
Hi all, My requirements are same as mentioned by Kenny Yu any one can help regarding this that How discard or delete that sms at interception time. Regards, Gulfam On Mar 11, 2:47 pm, Kenny Yu yxw...@gmail.com wrote: Requirement: 1. The program must be on top of SDK only, no hacking! 2

[android-developers] End call event

2009-03-06 Thread Gulfam
Hi, How we can detect end call event in our application. I want to delete call log at the end of call. Is it possible to detect end call event in our application? Thanks Regards, Gulfam --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: problem in deleting Call Log

2009-03-06 Thread Gulfam
Hi, I am facing the same problem for deleting perticullar call log any one can help me i have tried as david liu said but not able to delete Regards, Gulfam On Feb 18, 8:22 pm, david liu wanqing.da...@gmail.com wrote: There are three paremeters for delete(delUri,null,null),  I think

[android-developers] Re: How get horizontal and vertical events in android

2009-02-24 Thread Gulfam
setContentView(R.layout.splash). Android will take care of the rest :) On Sun, Feb 15, 2009 at 11:15 PM, Gulfam gulfa...@gmail.com wrote: Hi all,    I have two splash screens for my android app one for horizontal and second for vertical and also have two xml layout file like

[android-developers] Re: How get horizontal and vertical events in android

2009-02-24 Thread Gulfam
Thanks every body its working fine now. On Feb 16, 12:25 pm, Dilli dilliraomca...@gmail.com wrote: Hi Gulfam,  In your application no need to catch events for Landscape to portarite mode In your application under res section create 2 folders   1) layout-land   2) layout-port

[android-developers] How Delete SMS from inbox programmatically OR discard it before received in inbox

2009-02-20 Thread Gulfam Hassan
code snippet which was working perfectly for deleting sms or discarding it. Thanks Regards, Gulfam --~--~-~--~~~---~--~~ 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] How Delete SMS from inbox programmatically

2009-02-19 Thread Gulfam
required data i want to delete this currently received sms programmatically. data is very confidential in this sms and i want to delete it here after getting data. any one can help me regarding this.can any one give me code snippet which was working perfectly. Thanks, Gulfam

[android-developers] How Delete SMS

2009-02-18 Thread Gulfam
to delete this perticullar sms .i have received sms successfully get the required data but after getting data i m not able to delete that sms any one can help me how i can delete it .OR prevent it to received in inbox ? Thanks, Gulfam --~--~-~--~~~---~--~~ You

[android-developers] SyncML in android

2009-02-15 Thread Gulfam
Hi all, I want to Sync my contacts and calendar. Is there any API available in android? If available then where i can found it? please let me know any useful link or any other source for it. Thanks, Gulfam --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: EditText (textbox) to String

2009-02-15 Thread Gulfam
)dialog. findViewById(R.id.nametextxml); Regards, Gulfam On Feb 16, 6:34 am, Faber Fedor faberfe...@gmail.com wrote: On Sat, Feb 14, 2009 at 1:01 AM, Noam noam.ha...@gmail.com wrote: Whenever I run this code, it gives me NullPointerException. I know that this line is the problem

[android-developers] How get horizontal and vertical events in android

2009-02-15 Thread Gulfam
and vertical. any one can help ragarding this. Thanks and Regards, Gulfam Hassan --~--~-~--~~~---~--~~ 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] Re: Hi

2009-02-09 Thread Gulfam
Welcome On Feb 9, 10:10 am, Dilli dilliraomca...@gmail.com wrote: New join --~--~-~--~~~---~--~~ 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] How get text from EditText filed which is showing in alert Dialog

2009-02-03 Thread Gulfam
one can help How Call findViewById() on the dialog's content please modify in my code where i am wrong i dont know the exact syntex to Call findViewById() on the dialog's content. Thanks and Regards, Gulfam --~--~-~--~~~---~--~~ You received this message because

[android-developers] How get multiple phone number which are associated with a single contact.

2009-01-28 Thread Gulfam
Currently i am getting my contacts like this. public class InviteFriends { Activity activity ; public void invite(Activity _activity) { activity = _activity; String columns[] = new String[] {People.NAME, People.NUMBER}; Uri