http://stackoverflow.com/questions/3112671/android-memory-analysing-eclipse-memory-analyzer
http://android.git.kernel.org/?p=platform/dalvik.git;a=blob_plain;f=docs/heap-profiling.html;hb=HEAD
final String updateText = fbUpdateText.getText().toString();
Context context = getApplicationContext();
Toast toast = Toast.makeText(context, updateText, Toast.LENGTH_LONG);
toast.show();
Simply install the new ones to /usr/local/bin and let them live alongside the default version…. call them explicity: i.e. python3.2 instead of just python
trying to unravel the mysteries of the Facebook Android SDK
amazing time in the bay area…
CIV IV is like all that came before, i.e. I imagine it’s what crack is like
Learning the Facebook SDK for Android
- http://developers.facebook.com/docs/guides/mobile/#android
- https://github.com/facebook/facebook-android-sdk
- http://www.ibm.com/developerworks/library/x-androidfacebookapi/index.html
- http://stackoverflow.com/questions/5025803/android-facebook-sdk-authorize-methods-shows-dialog-every-time
The first link has a introductory guide and the SDK comes with two sample applications
Read the source for details
