One Nice Bug Per Day

Game Changer & Make Some Noise

izzy's playlists!
No title available
sheepfilms
🩵 avery cochrane 🩵

Discoholic 🪩

roma★
almost home
𓃗
Noah Kahan

No title available
Interview Vampire Daily
todays bird
YOU ARE THE REASON

#extradirty
ojovivo
TMBGareOK. The Official They Might Be Giants tumblr

pixel skylines

tannertan36
seen from T1
seen from Bangladesh

seen from China
seen from Netherlands
seen from United States
seen from United States
seen from United States
seen from United Kingdom
seen from Pakistan
seen from Türkiye
seen from United States
seen from United States
seen from Netherlands

seen from United States

seen from Malaysia

seen from Malaysia
seen from United States

seen from United States
seen from India
seen from United States
@ropoco-blog-blog
Android Memory Profiling
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
Toast
final String updateText = fbUpdateText.getText().toString();
Context context = getApplicationContext();
Toast toast = Toast.makeText(context, updateText, Toast.LENGTH_LONG);
toast.show();
Django
Install:
http://docs.djangoproject.com/en/1.3/topics/install/
And the tutorial:
http://docs.djangoproject.com/en/dev/intro/tutorial01/
Multiple version of Python on Mac
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
Back home
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
Facebook Android SDK
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
so dreamy
When there are sites like this?
if you don't have your own super high quality cocoa powder lying around you should actually try to get your hands on Nescau
Recently I visited my friend Steve and he mentioned a classic Brazilian treat that I had never heard of. A brigadeiro is kind of like a truffle, but a thousand times easier to make. You simply take a can of sweetened condensed milk, cocoa powder, butter, and sugar, and then cook them in a saucepan until some of the moisture evaporates. When cooled, this creates a gooey, sticky ball that you can coat in whatever you like.
Recently, we worked with a machinist to develop a cocoa butter press and I’ve been left with a lot of excess cocoa powder. This seemed like a perfect excuse to try out something new. There are many different variants of the brigadeiro online, many of them using Nestle Quick as the powder. Since our cocoa powder has no added sugar, I decided to add sugar and reduce the cocoa powder in our version.
INGREDIENTS 1 can (14oz) sweetened condensed milk 2 tablespoons unsalted butter 2 tablespoons cocoa powder 1 tablespoon sugar For the toppings: cocoa powder pearl sugar … or anything else you like INSTRUCTIONS 1) Combine the ingredients in a small saucepan and cook over medium heat, stirring constantly. 2) Keep stirring until thickened (you should be able to see the bottom of the pan for a few seconds after each scrape). 3) Pour into a small glass pan (3x5), set aside to cool. 4) Once cooled, roll into small balls and coat with a topping.
That’s it. It really was a simple and easy treat to make. It didn’t taste quite like anything I had tried before, but was very tasty… sort of like a gooey, sticky toffee ball. The pearl sugar added a nice crunch but made it very sweet. The ones I coated in cocoa powder had a nice, chocolate-y punch. I tried a version coated in nibs, but I wouldn’t recommend it as it was a bit overwhelming.
On the chocolate making front, it was good to try this recipe as learned something new about our cocoa powder. The germ is a dense part of the bean that we usually remove as part of our winnowing process. This cocoa powder was made from some quick test chocolate that we hadn’t winnowed fully and so you could actually taste small bits of germ in the center of the brigadeiros. It wasn’t bad actually, they were almost like small, chocolate poppy seeds, but definitely something we will thoroughly remove next time unless we are specifically aiming for that texture.
posted by todd
(via dandelionchocolate)
I want to know more about
JavaDoc
Testing Android apps, monkey, JUnit
9-patches and layout banners
ProGuard
creating Android libraries
I like the blue on white, cool looking tag in NYC
brainspotting:
Some new works by Whiteout, found in soho.
Don't want an activity to show up in the history stack (accessible via the back button), few ideas on SO, but the easiest is android:noHistory="true"
Interesting side note from the author of the question:
So what I need can be done with startActivityForResult() and onActivityResult(). I just needed to decide a history path my activities can take, and call finish() when the user performs an action that should 'unwind' my activity stack.
Thanks
To change the package name
all activities in AndroidManifest.xml are fully referenced
any imports or references to R are updated
AND you probably want to grep for the old package name to make sure it isn't being used in any other critical spots - my database was hardcoded to look in a directory based on the package name
Make any Android app a twitter client