*What is an APK List?*
It's completely free open source development tool. Sometimes I find an app
which design I really like but have no idea how it is done. Besides that
most of the time my phone isn't rooted (or I'm using some other phone).
With all unpack/decompile tools out there the only thing I need is a way to
copy APK files from phone memory to SD card for later analysis. Well this
tool is just that, it lists all installed apps on any phone and let's you
copy all or selected APKs to SD card. Currently there are no settings so
destination folder defaults to "Apks".

*Where can I get this app?*
Download APK 
here<https://bitbucket.org/grupatnt/apklist/downloads/ApkList.0.0.2.apk>
Or grab source from https://bitbucket.org/grupatnt/apklist/overview and
compile with MonoDevelop or VS2010 (Mono for Android 4.x)

*What can I do to help?*
Fork hg repository, make fantastic changes and add Pull request.

*I've found a bug! What do I do?*
Keep calm and report it! You can report it either on this thread or on
project Issues tracking
register<https://bitbucket.org/grupatnt/apklist/issues>.
Bug reports will be taken seriously and fixed when I have the time.

*Mono for Android developers*
Take a look at FastListAdapter and ViewHolderBase which implement View
Holder pattern in generic way. You only need to implement abstract
ViewHolderBase, instantiate new FastListAdapter and assign it to ListView
Adapter. You can find example implementation in ApkViewHolder.

Kudos to Android SDK and Intel teams for releasing VM Accelerated x86
Emulator.

*
*
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to