One of the new features we’re really proud of in the Android 1.6 release is Quick Search Box for Android. This is our new system-wide search framework, which makes it possible for users to quickly and easily find what they’re looking for, both on their devices and on the web. It suggests content on yourContinue reading “Introducing Quick Search Box for Android”
Author Archives: veera45
Explain Machine Learning with Spark MLlib?
Machine learning is a part of Artificial Intelligence that facilitates systems to buildvarious data models to automate the decision-making process. Spark MLlib(Machine Learning Library) is an ML component that can scale computation forML algorithms. Moreover, Spark MLlib is Sparks’s core module that provides popular ML algorithms and applications.The Spark MLlib offers fast, easy, and scalableContinue reading “Explain Machine Learning with Spark MLlib?”
Android Application Fundamentals
Android apps can be written using Kotlin, Java, and C++ languages. The Android SDK tools compile your code along with any data and resource files into an APK, an Android package, which is an archive file with an .apk suffix. One APK file contains all the contents of an Android app and is the file that Android-powered devicesContinue reading “Android Application Fundamentals”
IOS memory management
Memory management is very important in any application, particularly in IOS applications that have memory and other constraints. It refers to ARC, MRC, reference types, and value types. Memory leaks and App crashes are all too common in apps due to poor IOS memory management.Automatic Counting for References: ARC in IOS memory managementIn IOS memoryContinue reading “IOS memory management”
Hadoop – Multi-Node Cluster
In this lesson, we will discuss Hadoop – Multi-Node Cluster As the whole cluster cannot be demonstrated, we are explaining the Hadoop cluster environment using three systems (one master and two slaves); given below are their IP addresses. Hadoop Master: 192.168.1.15 (hadoop-master) Hadoop Slave: 192.168.1.16 (hadoop-slave-1) Hadoop Slave: 192.168.1.17 (hadoop-slave-2) Follow the steps given belowContinue reading “Hadoop – Multi-Node Cluster”
Android – Broadcast Receivers
Broadcast Receivers simply respond to broadcast messages from other applications or from the system itself. These messages are sometime called events or intents. For example, applications can also initiate broadcasts to let other applications know that some data has been downloaded to the device and is available for them to use, so this is broadcast receiverContinue reading “Android – Broadcast Receivers”
Learn TM1 drill through, where to drill from, types of drill-through, TM1 cube views, ODBC
What is drill-through? Drill-through can be described as the act of exploring related information. Also, this can be described as the act of moving between related data via a link of some kind. Most specifically, drill-through usually exploits a relationship between master and detail information. Components of TM1 drill-throughThe two components that make up theContinue reading “Learn TM1 drill through, where to drill from, types of drill-through, TM1 cube views, ODBC”
Overview of Cognos course
What Is Cognos? Non-Author Roles In Cognos six non-author roles let users view stored reports, and Enhanced Consumers can also run reports: Remote Recipient Recipient Active Report Recipient (casual disconnected use) Consumer Mobile Consumer (pure mobile device accns) Enhanced Consumer (building block for higher level roles) Author Roles Cognos 10 includes many author roles thatContinue reading “Overview of Cognos course”
Android -Application Fundamentals
Android apps can be written using Kotlin, Java, and C++ languages. The Android SDK tools compile your code along with any data and resource files into an APK, an Android package, which is an archive file with an .apk suffix. One APK file contains all the contents of an Android app and is the file that Android-powered devicesContinue reading “Android -Application Fundamentals”
iOS – SQLite Database
SQLite can be used in iOS for handling data. It uses sqlite queries, which makes it easier for those who know SQL. IOS SQLite is a part of ios app development course offered by OnlineItGuru Steps Involved Step 1 − Create a simple View based application. Step 2 − Select your project file, then selectContinue reading “iOS – SQLite Database”