Skip to main content

Intent



Intent is the negotiator between two activities or between two applications. It gives the ability to pass messages and data between the two entities.
When writing applications for mobile, Intent is very handy, since it gives access to a lot of OS services  like opening the Camera, a Browser, displaying notifications and so on.







Comments

Popular posts from this blog

Android tutorial or android development tutorial

Welcome to Training for Android developers . Here you'll find sets of lessons within classes that  describe how to accomplish a specific task with code samples you can re-use in your app. Android tutorial or android development tutorial covers basic and advanced concepts of android technology. Our android tutorial is developed for beginners and professionals. Android  is a complete set of software for mobile devices such as tablet computers, notebooks, smartphones, electronic book readers, set-top boxes etc. It contains a  Linux-based Operating System ,  middleware  and  key mobile applications . It can be thought of as a mobile operating system. But it is not limited to mobile only. It is currently used in various devices such as mobiles, tablets, televisions etc. From android development tutorial here anyone can learn how to develop an android app. Introduction Android is an open source mobile operating system ...

PUBG Mobile Season 4: Release date, season Royal Pass, new features and more

Player Unknown’s Battlegrounds (PUBG) will refresh its mobile version for a fourth season. An update for the same had also been acknowledged by the company through Twitter. The third season of the Battle Royale game, popularly known as PUBG, ended on November 18. Here’s when PUBG Mobile Season 4 starts, and the new features it will bring. PUBG Mobile Season 4: Release date Smartphone gamers will have to wait until November 20 for the new season of PUBG. The global servers for the game are expected to be connected by November 21, which is when all devices are expected to receive access for the same. New and existing players should note that the latest version of PUBG will not take the Season 3 rankings and scores into account, meaning everyone will start with a clean slate, and an equal opportunity to gain ranks. Users can expect different game scenarios, improved maps and more from the next season of PUBG. Another season has come and gone.  — PUBG MOBILE (@PUBGMOBI...

How to create qr code and barcode reader app for android phone?

For qr code and barcode reader app for android phone, At some point of the development of Android application, occasionally it is required to provide a functionality that scans a QR code or barcode. Scanning the QR code can be achieved programmatically by means of the usage of many approaches: the usage of an internet-based API, where the QR code or barcode is uploaded to the server, and the server returns the results. the usage of an internet-based totally utility that accesses your camera and scans the QR code or barcode and returns the results. by means of Integrating the Mobile Vision API of Google Play Service. Here we are going to share the world how to create qr code or barcode reader app for android phone with certain steps. QR Code Scanner Example In this example, we will scan the QR code of a web URL and Email address, and act on it. Here we will use the  Mobile Vision API  of Google Play Service to scan the QR code. The Mobile Vision API su...