需要Android成就的想法

时间:2011-11-26 15:58:04

标签: android

我正在研究创建一个简单的(毫无意义的)Android应用程序/系统,它可以跟踪各种事物并为您提供积分。可能会花点数来解锁更多的成就,或者那些东西。唯一的问题是我很难找到可追踪的东西。 我知道到目前为止,您可以使用不同的EventListeners检测到许多内容,但这些都是针对每个成就的具体内容。 所以我要求你们提供的内容,只是你可以在Android上跟踪(REASONABLY)的一般想法。

我到目前为止的清单(不是一成不变的,也不是编码的,只是想法):

+The Basics
    -Open 10 unique apps
+Around the World
    -"Check In" to 5 different locations (GPS)
+Time Traveler
    -Obtain 88 miles an hour
+Energizer
    -Recharge your phone for 1000 hours
+Forever Alone
    -Do not receive a call or text for 5days

2 个答案:

答案 0 :(得分:5)

如果您可以使用传感器实施跌倒检测算法:

+Clumsy
    -Dropped the phone 5 times.

答案 1 :(得分:2)

怎么样

+ Talkative 
   - Sent 100 texts a day or had 1 hour long converstions

+ Cool Kid on the block
   - 500+ contacts added

+ Stalker (or Friend zoned) 
  - Calls a number more than 20 times a day with no reply from it. 

+ Socially awkward penguin 
  - 5 missed calls from different numbers, not returned.  (use Call log)

+ Geek 
  - 100 apks installed (Use Package Manager) 

+ Troll 
  - Makes a lot of missed calls, or disconnects calls. (Listen to phone state events) 

+ Hipster 
  - Listens to weird music. (Use echonest API's to analyze the music files on the SD card) 

另外:也许是4 Square integration

你的应用程序对电池有点太重了。