Skip to main content

Home/ Android Dev/ Group items tagged project

Rss Feed Group items tagged

Vincent Tsao

Android Cloud to Device Messaging Framework - Google Projects for Android - 1 views

  • It allows third-party application servers to send lightweight messages to their Android applications. The messaging service is not designed for sending a lot of user content via the messages. Rather, it should be used to tell the application that there is new data on the server, so that the application can fetch it. C2DM makes no guarantees about delivery or the order of messages. So, for example, while you might use this feature to tell an instant messaging application that the user has new messages, you probably would not use it to pass the actual messages. An application on an Android device doesn’t need to be running to receive messages. The system will wake up the application via Intent broadcast when the the message arrives, as long as the application is set up with the proper broadcast receiver and permissions.
  • It uses an existing connection for Google services. This requires users to set up their Google account on their mobile devices.
  • C2DM imposes the following limitations: The message size limit is 1024 bytes. Google limits the number of messages a sender sends in aggregate, and the number of messages a sender sends to a specific device
  • ...1 more annotation...
  • The ClientLogin token authorizes the application server to send messages to a particular Android application. An application server has one ClientLogin token for a particular 3rd party app, and multiple registration IDs. Each registration ID represents a particular device that has registered to use the messaging service for a particular 3rd party app.
Vincent Tsao

libphonenumber - Project Hosting on Google Code - 1 views

  • oogle's common Java library for parsing, formatting, storing and validating international phone numbers. Optimized for running on smartphones. A direct port to Javascript is also available.
Vincent Tsao

google-gson - Project Hosting on Google Code - 1 views

  • Gson is a Java library that can be used to convert Java Objects into its JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of.
Vincent Tsao

card-catcher - Project Hosting on Google Code - 0 views

  • Opens vcf attachments in emails and let user create a contact
Vincent Tsao

andro-views - Project Hosting on Google Code - 1 views

  • The workspace in a viewgroup which creates virtual views (or screens). The user is able to navigate between screens by swiping the screen with his finger.
Simon Pan

Maps External Library - Google Projects for Android - 0 views

  • The <uses-library> reference is required
    • Simon Pan
       
      一定要在manifest里宣告,否则会出错
Simon Pan

Maps External Library - Google Projects for Android - 0 views

  • The certificate you use to sign your application must match the certificate that is associated with the API Key in your MapView objects.
    • Simon Pan
       
      註冊給Google map的keystore所得到的金鑰必須與發佈的keystore吻合,地圖才會顯示。如果是Debug.key可能是造成Google Map無法順利顯示的原因。
« First ‹ Previous 41 - 50 of 50
Showing 20 items per page