
Search In
To convert the hexacode to color we can create a category of UIColor and implement the following code -
it will return the code corresponding to that hexacode
Hexa code can be in following format
1- #RGB
2 -#ARGB
3- #RRGGBB
4- #AARRGGBB
How to Cr
Most of the apps requires the user to manually enable the gps setting which causes confusion with the user as they are redirected to the location services window outside the app. The below code will help you to seamlessly enable location/gps without
ASP.NET MVC Filters
ASP.NET MVC provide filters to execute code logic before and after controller action execution. Pre-action and post-action behaviour are added to controller action method by filters. Custom filters creation depends on&nbs
public class ExistingCSheet extends AppCompatActivity {
private TextView listing;
String[] items;
ListView lv;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
In this article, I’ll share 7 easy steps to use multiple targets and macro for handling the multiple environments.
Different environments are created to separate various parameters like Server URL, Bundle ID, API keys, etc. for th
Utility for Exchange Recovery and EDB Conversion to PST File
This is blog to let know about the best method of EDB Recovery and Conversion into new created outlook file from 97 to 2016. And also will solve your problem how to convert E
hello,
i have faced problem in it.
This is my logcat:
04-13 18:04:54.694 2407-2407/? I/art: Not late-enabling -Xcheck:jni (already on)
04-13 18:04:54.694 2407-2407/? W/art: Unexpected CPU variant for X86 using defaults: x86
04-13 18:04:54.
Introduction:
To maintain the menu in large site is always a bit difficult and time consuming.
The best way is to create an xml file to store menu in asp.net.
This file is called as web.sitemap,which is stored in the root directory of the web.
It
Equivalence partitioning
Equivalence partitioning is one of the most commonly used specification-based black-box technique. It is a test design technique that can be used in black-box testing as in system testing. The concept of this technique is to
Lets suppose we a have requirement to customize our layout for different controllers, means different controller will have different layout and basically we want to change the style of different controllers views. To override a layout on the basis of
