[android-beginners] flurry android

2009-11-25 Thread frederic glouzon
hello, does anybody know how to use

FlurryAgent.onEvent(String eventId, MapString, String parameters)

in an android activity to track events with flurry ?

thanks

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Raw barcode reading

2009-11-25 Thread wahib haq
you need to try on with Zxing, open-source barcode library. Work on
how to integrate Zxing with android and how to manipulate camera.

Regards,
wahib

On 11/23/09, Paulo J. Matos pocma...@gmail.com wrote:
 Hello,

 There are a lot of barcode reading applications out there but I need
 to read the barcode in raw format.
 I need to obtain the text in the barcode. One of the usages of this is
 to create a comma separated list of ISBNs which I can then easily
 import to my desktop PC to create a book library.

 Is there anything out there to do this? If not, which reference should
 I look to in order to program it?

 Cheers,

 --
 Paulo Jorge Matos - pocmatos at gmail.com
 Webpage: http://www.pmatos.net

 --
 You received this message because you are subscribed to the Google
 Groups Android Beginners group.
 To post to this group, send email to android-beginners@googlegroups.com
 To unsubscribe from this group, send email to
 android-beginners+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en


-- 
Wahib-ul-haq

Communications Engineering Student,
NUST, Pakistan.
www.sizzlotech.com

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Receiving inactivity notifications in service from android

2009-11-25 Thread swapnil kamble
Hi,
I want to launch an activity only when there is no activity on android
till a particular a period of time. I know the timer value, and I want
notification after inactivity timeout of timer value. Just like what windows
provides, you set some timer value and system will be locked after that
particular inactivity timeout.

Currently I am using ACTION_SCREEN_OFF intent, but this notification timer
value i.e. inactivity timer value is screen timeout of android's default
setting.

Does anybody has any idea about providing our own timer value for
ACTION_SCREEN_OFF ? Or different way of getting inactivity notifications ?

Thanks in advance,
Swapnil

|| Hare Krishna Hare Krishna Krishna Krishna Hare Hare ||
|| Hare RamaHare Rama   Rama   RamaHare Hare ||

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

[android-beginners] Screen Size

2009-11-25 Thread Sasikumar.S
Hi,

What are the different screen size of android mobile?

I need mobile screen size  model number of those mobiles.

any one can know about these?

Thanks in advance...

-- 
Thanks  Regards
Sasikumar.S

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

[android-beginners] Blocking Window key shortcut when specific activity is running

2009-11-25 Thread swapnil kamble
Hi All,
 I want to block window key shortcut, which takes user back to home
screen by suspending current activity. I want to block that, I want to eat
up that key event. I also wrote onkeydown handler using which I could eat up
all other keys, but this key event is not been received by onkeydown. Does
anybody has any idea about blocking this key event ?

Thanks in advance
Swapnil

|| Hare Krishna Hare Krishna Krishna Krishna Hare Hare ||
|| Hare RamaHare Rama   Rama   RamaHare Hare ||

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en