Development

Sunday, April 14, 2013

›
Why StagefrightPlayer and AwesomePlayers are available? why the application cant directly calling the AwesomePlayer instead of StagefrightP...
1 comment:

›
Adding custom return type for marshalling/unmarshalling the data type in AIDL: In Android application, while working with AIDL, I faced t...

›
Android Application AIDL error: In android application, while working with AIDL, I observed an error. My function is returning the class...

›
What is cyclomatic complexity ? Testing is the process by which all the code should be executed once to identify the bugs/errors in a produ...
Saturday, April 13, 2013

›
How to get result from an activity: ===================================== The following program snippet depicts how we can get result fro...

›
How to use bundle in Android Application: ===============================     /** bundle got from intent. */     private Bundle mExtras = ...
Tuesday, March 19, 2013

›
How DVD chapters were implemented?    DVD movies contains chapters. The user can browse chapters to view the DVD contents.Once the user has...

›
Maximum Subarray Sum Source code:  //maximum crossing subarray int mcs(int array[],int low, int mid,int high) {     result res={0};     ...
Tuesday, March 12, 2013

›
Different ways to find the magnitude pole of an array: 1) logic: bruteforce     start from beginning of an array to end of an array and ch...
1 comment:
Tuesday, February 26, 2013

›
Apply BinarySearch in Debugging: 1)Problem1:    I faced the problem in mips processor environment. My program is crashing without givi...
Tuesday, February 19, 2013

›
Some  creational design patterns not mentioned in designpatterns book:    1)Multiton - As similar to singleton, different objects with si...

›
Server component: it is an actual implementation of code which is providing services to client Client component:     Client component uses ...
Friday, January 18, 2013

›
Android Compilation  & use emulator: ======================= source build/envsetup.sh lunch sdk-eng make sdk This will build the androi...
›
Home
View web version
Powered by Blogger.