Recently changed documents

What is an OTA Server?

More documents like this are at:  Android 1.5

11-Nov-12

What is an OTA Server?

Principles of Custom Layouts: A semi article

Here are steps involved in creating a custom layout

Inherit from ViewGroup
Override OnMeasure
  Use a pencil and paper to figure out your algorithm
  Use ViewGroup.measureChild(). Don't directly use child.measure()
  (Unless you know what you are doing)
  Use layout params to stuff the origin of each child view
  Take into accound padding
Override OnLayout
  Just retrieve the layout param object and use its origin
Implement custom LayoutParams
Override layout params construction methods
Test it with exact, match parent, wrap content, and weights

game development books and resources

More documents like this are at:  OpenGL

9-Nov-12

game development books and resources

Game Developer Stories

More documents like this are at:  Android 1.5

8-Nov-12

Mobile applications and games offer an opening for a home based (1 to 4 developers) cottage industries. This is also a good way to learn and cut your teeth in programming as this gives a smaller scope for someone to have a goal and achieve it in a limited time frame.

However a serious single developer faces the question of can he/she do this? On this page I intend to document the stories I come across where folks have successfully transcended this chasm and are on the other side!

The dispatchMethodX pattern in Android

More documents like this are at:  Custom Components in Android

7-Nov-12

The dispatch pattern in Android

Creating HTML apps for mobile

More documents like this are at:  Android 1.5

3-Nov-12

Research log for Creating HTML apps for mobile

On Android, Soap or REST?

More documents like this are at:  Android 1.5

3-Nov-12

The quick answer seem to point to Jackson/JSON/REST. One can use GSON/JSON/REST if performance is not an issue.

If you are using SOAP, ksoap seems to be up there but there is a commercial like wsclient++ that seems pretty nice on first looks

Principles of Compound Controls: A semi article

The devil can cite Scripture for his purpose. 
An evil soul producing holy witness 
Is like a villain with a smiling cheek, 
A goodly apple rotten at the heart: 
O, what a goodly outside falsehood hath! 

Compound Controls Research log

More documents like this are at:  Custom Components in Android

1-Nov-12

Compound Controls

Android Custom Components Research Log

More documents like this are at:  Custom Components in Android

1-Nov-12

Custom Components

Reading custom attributes

More documents like this are at:  Custom Components in Android

31-Oct-12

Reading custom attributes

java: How should we use Date and Calendar objects in Java?

More documents like this are at:  CS-Java

31-Oct-12

Description to be entered

Managing View State in Android: Techniques and Approaches

Customizing a View: Essential Code Snippets

DialogFragment

More documents like this are at:  Fragments and Dialogs

31-Oct-12

DialogFragment

Date Controls

More documents like this are at:  Custom Components in Android

30-Oct-12

Date Controls

OSGI: Open servives gateway interface

More documents like this are at:  00.15-Research

30-Oct-12

http://www.osgi.org/

why

Perhaps a gateway to control the devices of future

Implications to middleware

Conf. Devoxx 2012

More documents like this are at:  00.15-Research

30-Oct-12

Conf. Devoxx 2012

How do I align figures in power point

More documents like this are at:  Computer Hardware

26-Oct-12

How do I align figures in power point

Understanding Android Custom Attributes: An Article

More documents like this are at:  Themes and Styles

24-Oct-12

Understanding Android Custom Attributes: An Article

Custom views

More documents like this are at:  Custom Components in Android

23-Oct-12

Custom views

Responding to events

More documents like this are at:  Custom Components in Android

23-Oct-12

Responding to events

Health care terms that I have collected or commented on

More documents like this are at:  Health

23-Oct-12

Exposure
TPA
FSA

On MeasureSpec

More documents like this are at:  Custom Components in Android

23-Oct-12

On MeasureSpec

What can you use the Hierarchy Viewer for?

Working with 2D graphics

More documents like this are at:  Custom Components in Android

19-Oct-12

Working with 2D graphics

adt error on project name but no other errors

How do you work with a surface view?

More documents like this are at:  Custom Components in Android

17-Oct-12

How do you work with a surface view?