Recently changed documents

Implement topic cards in AKC

More documents like this are at:  Aspire Knowledge Center (akc)

27-Jan-14

Implement topic cards in AKC

Dishwashers

More documents like this are at:  Products

21-Jan-14

Dishwashers

Why I like Nest Labs?

More documents like this are at:  Android 1.5

16-Jan-14

When I pay attention to the subtle messages that I come across daily, I notice that certain sounds, conversations, smells, or news put me in a better state, at least momentarily.

There is something about these cues that is not obvious. I will try to analyze one of these cues to see if there shows up a pattern.

One such cue was when I read that Google bought Nest Labs. I know very little about Nest Labs or their products. Why did I receive that news, (quite unconciously albeit) so favorbly while I have ignored or cringed at so many other web or other startups.

Here are a few things, I suspect, I am responding to unconsciously.

First of those is the name Nest Labs. I always liked nests! Yes. literally the bird nests. I have always liked labs. The places where talented people role their sleeves up, burn the night candles to their end, to create value beyond themselves. The idea of a "nest" also appealed to my humility, small, manageable, cozy, yet their products show a superb refinement, cosmopolitan, an understatement that is to my liking.

Fellowship is a big motivating factor if I dig down into my soul. This is not to pay homage to community over the individual but really for the individual to draw power from the fellowship both to survive and grow. A sufficiently, or enormously, sustainable model that let artists flourish and create. We are all artists. Irrespective of how we describe what we do we are all in search of beatuy to satisfy the craving soul. As a collective the fellowship must produce value which will turn into money. Providing this framework of business relentlessly focusing on value creation while providing a safe long lasting productive environment for the people that work there.

The puzzle to the individual is he has time and desire to contribute and grow. However he lacks the framework to bring in others to make that into a reality. This needs a business model to channel, while leaving room for meandering, to convert that energy towards creating meaningful products.

From the myriad directions various efforts could go, a business is there to converge and craft value by selecting what is of most value. Business is a place that packages this value as a sellable unit.

When beautiful products come out of a company it is not by happenstance. It is a result of extraordinary care and concern and being the creators closely connected to the production.

Perhaps subtler things I have missed to articulate....

How to cook Kidney beans for a better taste

More documents like this are at:  Recipes

12-Jan-14

Click and see the full article for details.

Copay, Coinsurance, Deductible

More documents like this are at:  Health

7-Jan-14

Copay, Coinsurance, Deductible

The mess that is called windows 8

More documents like this are at:  Computer Hardware

30-Dec-13

The mess that is called windows 8

Whats up with CommonJS?

More documents like this are at:  jquery

21-Dec-13

Whats up with CommonJS?

jquery releases

More documents like this are at:  jquery

21-Dec-13

jquery releases

Cloud, Salesforce, Amazon

More documents like this are at:  Bigdata

21-Dec-13

Cloud, Salesforce, Amazon

Caulifflower

More documents like this are at:  Recipes

21-Dec-13

Caulifflower

droiddraw.org

More documents like this are at:  Android 1.5

19-Dec-13

droiddraw.org

Worker Queues for near real term post processing based on API Providers

Client/Server communication: Micro Composition vs Macro Composition of APIs

So KitKat is here now

More documents like this are at:  Android 1.5

13-Dec-13

So KitKat is here now

Exploring Google IO

More documents like this are at:  Android 1.5

13-Dec-13

Exploring Google IO

In Code: A Mathematical Journey by Sarah Flannery

More documents like this are at:  Books

13-Dec-13

In Code: A Mathematical Journey by Sarah Flannery

minsdkversion and targetsdkversion

More documents like this are at:  Android Avds, Install, Emulator

12-Dec-13

minsdkversion and targetsdkversion

Went looking for KitKat but mostly found JellyBean

More documents like this are at:  Android 1.5

9-Dec-13

With all the recent talk about Android KitKat, I thought I was late to the party. So I went looking today. Still there is not much in it. I took the opportunity anyway to quickly summarize the API changes that are probably worth noting for an Android developer. Here is that search trace below. You will high level features by each of the sub JellyBean releases and I have also listed all the changed/new APIs in a single list for all of 4.x releases so far at the end.

Creating the AVD and running your first app on the AVD

How to run android applications on a device from the eclipse ADB

Android virtual devices or AVDs

More documents like this are at:  Android Avds, Install, Emulator

5-Dec-13

Android virtual devices

This topic covers the nuances of AsyncTask and progress dialogs in android. This is based on notes taken for ProAndroid 3 and 4 books.

Burlesque is a gorgeous film

More documents like this are at:  Movies

30-Nov-13

Burlesque is a gorgeous film

Condensed or otherwise, Some Fragment Sample code

What I learned

More documents like this are at:  TED

28-Nov-13

What I learned

I am not entirely happy how objects, especially worker objects, that are dependent on an activity needs to behave and the framework that is available for them to detect the activity availability.

Yes #Android #Fragments are good. yes #AndroidFragments are helpful. May be fragments will solve all of it. Even with fragments I believe there is a case to be made for something called "Activity Dependent Objects" or ADOs in Android.

These are some notes from my thought process here. Mainly as a reminders to myself so that when it is time for me to aggregate them into a framework I would have remembered them.

As I have worked with this idea in the last few months, I think it is mildly helpful. For me it clarified the lifecycle of fragments and activities really well.

The early illustrations below are mainly my brain gibberish and they coalesce more as you scroll down. Also the key conclusions are towards the end. If "Activity Dependent Objects" intrigues you read on.

ADO: Activity Dependent Object implementation

More documents like this are at:  Fragments and Dialogs

25-Nov-13

ADO: Activity Dependent Object implementation

How to use a progress bar from an asynctask

More documents like this are at:  Fragments and Dialogs

16-Nov-13

How to use a progress bar from an asynctask

Test Cases you should run for an asynctask

More documents like this are at:  Fragments and Dialogs

16-Nov-13

It is not trivial to create an asynctask and monitor its progress on an activity's progress dialog.

The techniques you need to implement well include fragment dialogs, retained fragments, non-cancellable dialogs, or retained objects, that also can clean themselves up as various asynchronous events take place in the system.

With out a proper set of test cases it is very easy to miss the expected behavior.

Here is a list of test cases that I can think of in my limited research on this item.

Config changes research 2

More documents like this are at:  Fragments and Dialogs

13-Nov-13

Config changes research 2