Whatsapp Updated Android Version with Lolipop style material design
Whatsapp updated its android version of the application with material type styling. New new design brings the application more colorful and …
Senior Web Engineer | Backend, Servers, and Automation
I’m a senior web and systems engineer who works hands-on with web applications, servers, and self-hosted infrastructure. I spend most of my time building, breaking, and fixing real systems, then writing about what actually works in production.
Whatsapp updated its android version of the application with material type styling. New new design brings the application more colorful and …
Manually enabling the WhatsApp calling feature by editing the com.whatsapp_preferences.xml file on rooted phones will only activate the call…
Moto G’s 1st generation phone is back in stock. The smartphone has got a good response in the market and also achived a record breaking…
In Windows 7 & 8 Press Windows key + R. (It will open the Run dialogue.) Type “cmd” and press Enter.(It will open a command…
Inorder to update xcode using the new apple id you need to remove the old credentials from the AppStore with which the app was downloaded,…
Create new image in IOS using the existing images using the following code UIImage *bottomImage = [UIImage imageNamed:@"background.png"]; //…
Get the path of the image chosen from library using the following code in using Image Picker ViewController - (void)imagePickerController:(U…
To get the image name from an Image Picker ViewController in iOS, access the reference URL from the editingInfo dictionary and extract the l…
Find the name of the Device in IOS Application whether its iPhone4s, iPhone5s, iPad etc. Follow the steps to detect the device Step 1 :…
Check the internet availability in IOS application using Reachability Plugin. A sample demonstration plugin is attached here. The Reachabili…
We can use Rounded Image in IOS Application. Step 1 : Create an Image View either using the Interface builder or by code Note that…
When a designer hands you a color like #FFFFFF or #000000, manually typing out RGB values in Objective-C gets tedious fast. UIKit’s UIColor …