by WhistleBlower | Sep 17, 2017 | Technology
In android you can define the size of the UI elements either in layout files or it can also be acheived in code.We have explained both of mechanisms in the sections below. Defining the size of UI components in layout files Fixed or relative dimensions Android allows...
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...