[android-developers] To get usage statistics

2012-03-13 Thread Fred Rischter
Hi Everybody,

I have a question about getting usage statistics.

Consider storing information about for example, what options the user 
selected in the game, dificulty level, which options the user selected, 
when won, when losed, time of playing, framerate, screen dimentions.

So, can I get this information and send to my server to study the data and 
make better applications, just doing it, or I need to ask the user about 
sending this data?

Regards,
Fred

-- 
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

Re: [android-developers] To get usage statistics

2012-03-13 Thread YuviDroid
I'm using Flurry in my apps to track usage patterns, register events (e.g.
the user clicked on a specific button), etc.
http://www.flurry.com/product/analytics/index.html

Take a look at the custom events and parameters section.

On Tue, Mar 13, 2012 at 5:17 PM, Fred Rischter fredrisch...@gmail.comwrote:

 Hi Everybody,

 I have a question about getting usage statistics.

 Consider storing information about for example, what options the user
 selected in the game, dificulty level, which options the user selected,
 when won, when losed, time of playing, framerate, screen dimentions.

 So, can I get this information and send to my server to study the data and
 make better applications, just doing it, or I need to ask the user about
 sending this data?

 Regards,
 Fred

  --
 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




-- 
YuviDroid
Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget
to quickly access your favorite apps and contacts!)
http://android.yuvalsharon.net

-- 
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

Re: [android-developers] To get usage statistics

2012-03-13 Thread Fred Rischter
Hi I'm not having problem on how to do it.

Its quite easy to get the usage statistics, I implemented it by myself.

I'm asking about the privacy issue. Do you concern something about it?

Regards,
Fred


2012/3/13 YuviDroid yuvidr...@gmail.com

 I'm using Flurry in my apps to track usage patterns, register events (e.g.
 the user clicked on a specific button), etc.
 http://www.flurry.com/product/analytics/index.html

 Take a look at the custom events and parameters section.

 On Tue, Mar 13, 2012 at 5:17 PM, Fred Rischter fredrisch...@gmail.comwrote:

 Hi Everybody,

 I have a question about getting usage statistics.

 Consider storing information about for example, what options the user
 selected in the game, dificulty level, which options the user selected,
 when won, when losed, time of playing, framerate, screen dimentions.

 So, can I get this information and send to my server to study the data
 and make better applications, just doing it, or I need to ask the user
 about sending this data?

 Regards,
 Fred

  --
 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




 --
 YuviDroid
 Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget
 to quickly access your favorite apps and contacts!)
 http://android.yuvalsharon.net

  --
 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


-- 
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

Re: [android-developers] To get usage statistics

2012-03-13 Thread YuviDroid
ahhh sorry I didn't get that..

I think it really depends on what you are storing. If it's just some
general statistics about your app I don't see any privacy issues.

On Tue, Mar 13, 2012 at 10:11 PM, Fred Rischter fredrisch...@gmail.comwrote:

 Hi I'm not having problem on how to do it.

 Its quite easy to get the usage statistics, I implemented it by myself.

 I'm asking about the privacy issue. Do you concern something about it?

 Regards,
 Fred



 2012/3/13 YuviDroid yuvidr...@gmail.com

 I'm using Flurry in my apps to track usage patterns, register events
 (e.g. the user clicked on a specific button), etc.
 http://www.flurry.com/product/analytics/index.html

 Take a look at the custom events and parameters section.

 On Tue, Mar 13, 2012 at 5:17 PM, Fred Rischter fredrisch...@gmail.comwrote:

 Hi Everybody,

 I have a question about getting usage statistics.

 Consider storing information about for example, what options the user
 selected in the game, dificulty level, which options the user selected,
 when won, when losed, time of playing, framerate, screen dimentions.

 So, can I get this information and send to my server to study the data
 and make better applications, just doing it, or I need to ask the user
 about sending this data?

 Regards,
 Fred

  --
 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




 --
 YuviDroid
 Check out Launch-X http://android.yuvalsharon.net/launchx.php (a
 widget to quickly access your favorite apps and contacts!)
 http://android.yuvalsharon.net

  --
 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


  --
 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




-- 
YuviDroid
Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget
to quickly access your favorite apps and contacts!)
http://android.yuvalsharon.net

-- 
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

Re: [android-developers] To get usage statistics

2012-03-13 Thread Fred Rischter
Hum..

Yes this are just simple usage info like how many clicks, options selected,
score, difficulty selected, when win, when lose, performance info, so on,
that is antonym. Would have some privacy issue?



2012/3/13 YuviDroid yuvidr...@gmail.com

 ahhh sorry I didn't get that..

 I think it really depends on what you are storing. If it's just some
 general statistics about your app I don't see any privacy issues.


 On Tue, Mar 13, 2012 at 10:11 PM, Fred Rischter fredrisch...@gmail.comwrote:

 Hi I'm not having problem on how to do it.

 Its quite easy to get the usage statistics, I implemented it by myself.

 I'm asking about the privacy issue. Do you concern something about it?

 Regards,
 Fred



 2012/3/13 YuviDroid yuvidr...@gmail.com

 I'm using Flurry in my apps to track usage patterns, register events
 (e.g. the user clicked on a specific button), etc.
 http://www.flurry.com/product/analytics/index.html

 Take a look at the custom events and parameters section.

 On Tue, Mar 13, 2012 at 5:17 PM, Fred Rischter 
 fredrisch...@gmail.comwrote:

 Hi Everybody,

 I have a question about getting usage statistics.

 Consider storing information about for example, what options the user
 selected in the game, dificulty level, which options the user selected,
 when won, when losed, time of playing, framerate, screen dimentions.

 So, can I get this information and send to my server to study the data
 and make better applications, just doing it, or I need to ask the user
 about sending this data?

 Regards,
 Fred

  --
 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




 --
 YuviDroid
 Check out Launch-X http://android.yuvalsharon.net/launchx.php (a
 widget to quickly access your favorite apps and contacts!)
 http://android.yuvalsharon.net

  --
 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


  --
 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




 --
 YuviDroid
 Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget
 to quickly access your favorite apps and contacts!)
 http://android.yuvalsharon.net

  --
 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


-- 
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