Xamarin: Sample Push Notification Application using GCM service Summary Through this blog, I hope to be able to provide you with enough information to build a push chat notification application. To...
My Experience with iWatch WatchKit is Apple’s framework for building hybrid apps for the Apple iWatch, and first came bundled with Xcode 6.2. WatchKit app contains 2 distinct parts: Apple iWatch – The...
Google Beacon Platform   Google Beacon platform consists of the following three components, Beacon device. Eddystone format. Proximity beacon API. Beacon device Beacon devices send one-way...
How to extract MCC and MNC from IMSI stored in USIM As per 3GPP 24.003 section 2.2 & 2.3, the IMSI (International Mobile Subscriber Identity) is a unique number, assigned to each mobile...
Scala: Tail Recursion Optimization and Comparison to Java Tail Recursion is supposed to be a better method than normal recursion methods, but does that help in the actual execution of the method? We...
Service Specific Access Control (SSAC) Under disaster or emergency events, the flood of simultaneous voice call requests is usually the main cause of network congestion. Hence, a limiting mechanism is...
How MME Receives Subscribed P-GW IP This is one of the basic, but very interesting flavors of the LTE architecture. This sequential signal flow ensures the mobility as well as security of each...
Higher Order Functions in Swift – Filter, Map, Reduce In this post, we will discuss three important higher-order functions – Filter, Map, and Reduce used in functional language and their use in Swift...