[android-developers] showing ads in toast notifications and notification bar..

2011-03-24 Thread Kartik Bansal
hi..

is there any way we can show ads in toast notification and
notification bar.

thanks
kartik

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: showing ads in toast notifications and notification bar..

2011-03-24 Thread Kartik Bansal
thnx fir the info..

On Mar 24, 5:22 pm, Zsolt Vasvari zvasv...@gmail.com wrote:
 What's your app called?  I want to put it on my do not ever download
 list.

 On Mar 24, 4:19 pm, Kartik Bansal kartikban...@gmail.com wrote:







  hi..

  is there any way we can show ads in toast notification and
  notification bar.

  thanks
  kartik

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] calling activity from service

2010-11-19 Thread Kartik Bansal
hi..

i am writing an app in which i need a background service to call an
activity and show some result..

pls share some example..


thnx a lot..
kartik..

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: calling activity from service

2010-11-19 Thread Kartik Bansal
thanks a lot.. it would be gr8 if u could share the code snippet.. i
am all so confused with intents..

On Nov 19, 11:46 pm, Tommy droi...@gmail.com wrote:
 You should be able to do it the same way you would call it from any other
 activity. Only before you call startActivity be sure to set the
 FLAG_ACTIVITY_NEW_TASK setting like below:

 Intent beginActivity //so on
 beginActivity.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
 startActivity(beginActivity);

 I think thats how I did it in my code. I am not infort of that PC right now
 to confirm though. Hopefully this will help.

 Tommy







 -Original Message-
 From: android-developers@googlegroups.com

 [mailto:android-develop...@googlegroups.com] On Behalf Of Kartik Bansal
 Sent: Friday, November 19, 2010 1:32 PM
 To: Android Developers
 Subject: [android-developers] calling activity from service

 hi..

 i am writing an app in which i need a background service to call an
 activity and show some result..

 pls share some example..

 thnx a lot..
 kartik..

 --
 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
 For more options, visit this group 
 athttp://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] reading selected text ..

2010-11-13 Thread Kartik Bansal
hi..

is it possible to read the text selected by the user.. ??

is the text selected by the user automatically copied to the clipboard
bcoz then we can copy the text from clipboard manager??

is there a way to get notified when a user has selected any text ??


thanks
kartik..

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] reading selected text ..

2010-11-13 Thread Kartik Bansal
hi..

is it possible to read the text selected by the user.. ??

is the text selected by the user automatically copied to the clipboard
bcoz then we can copy the text from clipboard manager??

is there a way to get notified when a user has selected any text ??


thanks
kartik..

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] small question abt intent

2010-11-12 Thread Kartik Bansal
hi..

can a text selection be used to fire an intent and start an app..? i
am planning to make an app which gets started as soon as some text in
mobile is selected..

before i study intents just wanted to get an heads up..


thnx,
kartik..

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: small question abt intent

2010-11-12 Thread Kartik Bansal
planning an app like cut copy paste.. user selects text and a quick
action menu is shown giving cut copy paste options.
any suggestions on how we can achieve it..


On Nov 12, 11:39 pm, TreKing treking...@gmail.com wrote:
 On Fri, Nov 12, 2010 at 12:32 PM, Kartik Bansal kartikban...@gmail.comwrote:

  can a text selection be used to fire an intent and start an app..?

 Probably not. There's no text selection event that's broadcast, AFAIK, and
 it sounds like a massive security hole if there was.

  i am planning to make an app which gets started as soon as some text in
  mobile is selected..

 That sounds annoying at best and like a virus at worst. No offense :-)

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: issue with Edit Text

2010-11-11 Thread Kartik Bansal
thnx a lot..

On Nov 11, 8:09 pm, TreKing treking...@gmail.com wrote:
 On Thu, Nov 11, 2010 at 12:06 AM, Kartik Bansal kartikban...@gmail.comwrote:

  issue is in eclipse preview.. not tried it on actual device..

 I'd bet money this is the problem. There is also an issue with italics in
 TextViews disappearing in the preview, but it shows up fine when you run it.
 Always try that first.

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] issue with Edit Text

2010-11-10 Thread Kartik Bansal
hi,

in my app i am using edit text. i am specifying hint as well as
aligning the text of the edit text using the gravity tag. if i align
the text then hint is not shown but if i remove the gravity tag for
aligning text then it shows.

please help as to how i can align text as well as show hint..

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: issue with Edit Text

2010-11-10 Thread Kartik Bansal
for alignment of text i am using android:gravity=center in the
edittext tag..
issue is in eclipse preview.. not tried it on actual device..


On Nov 11, 1:19 am, TreKing treking...@gmail.com wrote:
 On Wed, Nov 10, 2010 at 8:39 AM, Kartik Bansal kartikban...@gmail.comwrote:

   if i align the text then hint is not shown but if i remove the gravity tag
  for aligning text then it shows.

 What's the alignment?
 Is this in the preview in Eclipse or when you actually run it?

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] merging columns of cursor

2009-11-05 Thread Kartik Bansal
hi..

I am making an app where I need to filter the contacts as user types..
I m using autoTextView and I am able to successfully query the
contacts db for either tel number or name..
However while displaying I can either display name or tel number only
as simple cursor only lets me match one list view with one column..
How do I merge the name and tel number column of the cursor so that
both of them can be shown in one list view..

Thanks!!

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread Kartik Bansal
pls send an invite.. thnx..

On Nov 2, 8:05 am, kevin.hooke kevin.ho...@gmail.com wrote:
 yes please!

 On Nov 1, 10:44 am, moazzamk moazz...@gmail.com wrote:



  invite me please

  On Nov 1, 11:50 am, John P. johnny.d.p...@gmail.com wrote:

   I'd like one.  Thank you if you could send it!  =)

   On Nov 1, 1:20 am, Auguste Lunang legraphi...@gmail.com wrote:

Hi,
i have some google wave. invits to share. tell me if u want ..
thx

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Default SMS app

2008-09-12 Thread Kartik Bansal

is it possible to get the source code of default sms app built in
android ?

--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---