by WhistleBlower | Jan 4, 2017 | Software Engineering
Most of the time while working in the android the most commonly faced problem for the developers is how to pick up the files or images from the phone memory or the SDCard , to be used further in the project.In this short tutorial followed by source code we will...
by WhistleBlower | Jan 1, 2017 | Software Engineering
In every Android application the resources play the vital role in determining the overall performance and success of application.In this tutorial we will take a look at how the developer can access the android static resources in source code and in XML files. Using...
by WhistleBlower | Dec 31, 2016 | Software Engineering
Using Android Assets Directly. Do you know the assets placed inside the res directory can be directly accessed and used in your android application. The res directory contains structured values which predefined semantics for the Android platform. In Android the assets...
by WhistleBlower | Dec 30, 2016 | Software Engineering
In Android layouts play a vital role in determining the performance and efficiency of the application.Although there exists the most commonly used mechanisms to access Android Layout effectively , In this tutorial we are going to look at the How to make use of...
by WhistleBlower | Dec 29, 2016 | Software Engineering
In Android , one of the important factor determining the performance and reliability of android application is its resources. The awareness regarding this important aspect is some time overlooked by even experience developers and designers. In this short tutorial we...
by WhistleBlower | Jul 14, 2016 | Software Engineering
In this short and fast track Services based overview , you will get a quick and effective service oriented architecture basis and its components. We are going to talk about the services in general and specific to the Service Oriented Architecture (SOA), Web services...