August 02, 2011

Make an Android app for blog



Just sharing it here in case you don't happen to visit labnol.

Read at: http://www.labnol.org/read/19886/
If you just want to check the source of the app, download the apk file and then open it with winrar.

Using same techique, you can make an iphone app for your blog as well.

3 comments:

  1. Android applications are written in the Java programming language. The Android SDK tools compile the code—along with any data and resource files—into an Android package, an archive file with an .apk suffix. All the code in a single .apk file is considered to be one application and is the file that Android-powered devices use to install the application.

    ReplyDelete
  2. hi my name is christian a designer/programmer with hotrockhosting.com. one thing you forgot is the individual will be required to generate a store key for signing there applications. I use eclipse and the apktool

    ReplyDelete
  3. oh.... one more thing you cant just change the .apk extension to .zip or .rar and extract. You need to decompile the apk using the apktool since all the info is encrypted. and then use eclipse to recompile and sign and if using the wpappdroid for wordpress you can reload the apk to droid as an upgrade just disregard the error message that the version number needs to be increased for the upgraded package

    ReplyDelete