Recently changed documents

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

Advice to my younger self

More documents like this are at:  Humanities Current

11-Nov-13

What ever you do,
Do it Sincerely!

Do it with one mind.
With Focus,
And God Willing,
With Rapture!

Seek Help!
Care to Ask!
For Did you not cry,
When you were hungry?

How do I transform multiple photos in picasa?

More documents like this are at:  Computer Hardware

10-Nov-13

How do I transform multiple photos in picasa?

Some box help

More documents like this are at:  Android Coding Help

10-Nov-13

Some box help

Pleasing Android Layouts

More documents like this are at:  Themes and Styles

9-Nov-13

Pleasing Android Layouts

Mashup!!

More documents like this are at:  Recipes

8-Nov-13

Mashup!!

Seeking a better pattern for constructing inherited fragments

A computer language must pass its teach-ability test to a middle school-er!!

Does a default constructor call the baseclass constructor?

More documents like this are at:  CS-Java

3-Nov-13

Does a default constructor call the baseclass constructor?

Be wary of constructors invoking virtual methods directly or indirectly!

On Clarity and its intimate relationship to Work and Happyness

So, Fragments, Android I mean

More documents like this are at:  Fragments and Dialogs

2-Nov-13

Find here early research on Android fragments.

Some notes on android dialogs

More documents like this are at:  Fragments and Dialogs

1-Nov-13

Some notes on android dialogs

Implement discuss this on twitter feature!