Reputation: 1163
Ok so I want to learn android push notifications. I found at android to use the C2DM service. http://code.google.com/android/c2dm/
Great they even give me an example. http://code.google.com/p/jumpnote/downloads/list
My problem is I don't know what to do with the file after I download it. :P It is an .apk file. So how do I open it in eclipse to learn from it?
Upvotes: 0
Views: 474
Reputation: 26
An apk is an android install app thingy you run it on your phone. To edit search android code examples and select the first one select what you want to edit dowbload the manifest and the other files and edit them in eclipse. Have you ever tried opening a .exe in notepad it does not work so well because it is already compiled same (i think) with the. Apk also make sure you have the android plugib for exlipse. Sorry for the strange language I am a delvoper who forgets the name of everything. And the grammer i am only 13.
Upvotes: 1
Reputation: 54640
Rename it to .zip
and you can open it with your favorite zip unarchiving program.
Upvotes: 0