It is always better to reuse the existing code. We always strive through the point that we need to have different developers for running our … Read more “React Native for Web”
Mobile App Analytics (PART 1)
Mobile Applications as one of the most rapidly emerging technology has changed the world we are living in today. With no doubt, they are … Read more “Mobile App Analytics (PART 1)”
Parse data from scanned image
Sometimes, Scanning the files can be core requirements of Android platform.Scanning of files involves reading the data from a file, processing the data for … Read more “Parse data from scanned image”
Working with sqlite Database in Android
Android provides several ways to store user and app data. SQLite is one way of storing user data. SQLite is a very light weight database … Read more “Working with sqlite Database in Android”
Instant Messaging in Android using XMPP(Openfire)
Extensible Messaging and Presence Protocol (XMPP) is a communications protocol for message-oriented middleware based on XML (Extensible Markup Language).[1] It enables the near-real-time exchange of … Read more “Instant Messaging in Android using XMPP(Openfire)”
Writing your own content provider
What is Content Provider.?? A content provider manages access to a central repository of data. A provider is part of an Android application, which often … Read more “Writing your own content provider”
When should you use the for-each loop?
When should you use the for-each loop? Anytime you can. It really beautifies your code. Unfortunately, you cannot use it everywhere. Before starting about for-each loop … Read more “When should you use the for-each loop?”
Best practices of appropriate Context in Android
You’re testing your new app and everything is looking great when suddenly you start seeing some lag in your once buttery transitions. Is it your … Read more “Best practices of appropriate Context in Android”
Touch Id Authentication in iOS
What is Touch ID ? Touch ID is Apple’s fingerprint technology for iOS mobile devices. It allows consumers to unlock their phones and make purchases … Read more “Touch Id Authentication in iOS”
Add Push Notification to iOS Chat with Ejabberd Server
Why to Use : Push notification helps the app to notify users regarding occurrence of any new event. Like in Chat Client, if the user … Read more “Add Push Notification to iOS Chat with Ejabberd Server”
Integrating XMPP Chat in the iOS App
What is XMPP: XMPP (Extensible Messaging and Presence Protocol) is a protocol based on Extensible Markup Language (XML) and intended for instant messaging (IM) and … Read more “Integrating XMPP Chat in the iOS App”
Share a URL on Facebook from Android App or Website
We recently developed an Android app for Activation Program for one of the prime Telecom Operator in India. There was a contest that winner will … Read more “Share a URL on Facebook from Android App or Website”