Articles on Trending Technologies

Technical articles with clear explanations and examples

The Rise of Social Media Influencers and Their Role in Digital Marketing

Radhika Dadhich
Radhika Dadhich
Updated on 09-May-2023 1K+ Views

When it comes to the online space, the tremendous domination of social media channels is evident. As more and more people globally are getting hooked on smartphone devices, social media engagement has become an integral part of the lives of most. Thus, employing the latest social media marketing for your digital marketing strategy has become critical like never before. Social Media Influencers have Become Celebrities With a Huge Following As social media platforms have grown in popularity, so has the function of social media influencers in digital marketing. Influencers can reach huge and highly engaged audiences, making them an ...

Read More

Realm Database in Android

Vaibhav Ahire
Vaibhav Ahire
Updated on 09-May-2023 4K+ Views

Introduction There are several databases used in android for storing as well as retrieval of data such as SQLite, Room DB, Realm Database and many more. Realm Database is also one of the famous data storage services which uses SQLite to store the data within our android application. In this article we will take a look at using Realm Database in Android. Implementation We will be creating a simple application in which we will be displaying two text input fields. Users can enter his name and age from that field. Then we will also add a button which we will ...

Read More

Implementing services in Android?

Vaibhav Ahire
Vaibhav Ahire
Updated on 09-May-2023 1K+ Views

Introduction In many android applications we can see them perform some background tasks in it such as playing music in the background. Many music applications can play the song when the app is not open and play the music in the background. This task can be done with the help of services in android. In this article we will take a look on How to implement services in Android. Implementation We will be creating a simple application in which we will be displaying a text view for displaying the heading of the application. Then we will be creating two buttons, ...

Read More

How to use Retrofit Library in Android?

Vaibhav Ahire
Vaibhav Ahire
Updated on 09-May-2023 12K+ Views

Introduction Retrofit is one of the famous HTTP libraries which is used to parse the data from the internet using APIS. We can use this library to fetch the data from API in the form of JSON and display that JSON within our application. In this article we will take a look at How to use Retrofit Library in Android. Implementation We will be creating a simple application in which we will be creating a text view for displaying the heading of our application. After that we are creating one more text view in which we will be displaying the ...

Read More

How to support Arabic text in Android?

Vaibhav Ahire
Vaibhav Ahire
Updated on 09-May-2023 1K+ Views

Introduction Android supports a wide range of languages which we can use for the users residing in different part of countries speaking different languages. We can provide multiple language support within our application such as Hindi, English, Urdu, Marath, Arabic and many more.In this article we will take a look on How to support Arabic text in Android. Implementation We will be creating a simple application in which we will be creating a text view for displaying the heading of our application. After that we are creating one more text view in which we will be displaying a message as ...

Read More

What are different models in machine learning?

Mouri Roy
Mouri Roy
Updated on 09-May-2023 576 Views

The program that trains the learning sequence of a machine is called the learning model of that machine. A machine learning model is a programmed pattern of training that makes conclusions from the dataset that is previously used in machine learning. There are different machine learning models which are divided into different factors, like the type of task given to the machine. Models in Machine Learning The process of algorithmic learning methods to find certain scenarios and give outputs is known as the machine learning model. A specific pattern or output is found from the dataset, while training is called ...

Read More

Machine Learning vs. Big Data: Best Career Options

Mouri Roy
Mouri Roy
Updated on 09-May-2023 305 Views

There is a buzz among the students regarding the terms like machine learning and big data. Machine learning and Big Data are both technologies are derived from Data Science. Although there are many differences between them, many students get confused. This is not wrong to get confused because both these technologies are from a similar field. Choosing a career in either of these fields needs a clear vision and understanding of the topic. In this article, we will discuss the various aspects where machine learning and big data are similar and where they are different. Apart from this, we will ...

Read More

How to sign the Android APK before uploading it at Google Play?

Vaibhav Ahire
Vaibhav Ahire
Updated on 09-May-2023 448 Views

Introduction While publishing any android application to the Google Play store, it is necessary to sign the android application package (APK) to make our application secure and trustworthy. In this article we will take a look at How to sign the Android APK before uploading it to Google Play Store. Generating the signed APK Create the android studio project for which you have to generate the Android application package (APK) file. Now once your project has been created, we will take a look at How to generate a signed apk for your project. For generating a signed APK navigate to ...

Read More

How to apply machine learning in an android app?

Mouri Roy
Mouri Roy
Updated on 09-May-2023 458 Views

Nowadays there are more intelligent recommendation systems, AI embedded cameras on smartphones for auto-focus and auto-face detection, advanced chatbots, and ai voice assistants like Siri, Alexa, and Google Assistant. People have started creating apps like ChatGPT, which can handle advanced problems like interviews. However, fascinating this may seem but to deploy an app with such capabilities one needs to have in-depth knowledge of machine learning and deep learning algorithms, with access to a huge variety of resources and datasets, which sometimes is impossible to attain by single individuals. So a proper group of people is needed to access and manage ...

Read More

How to send POST requests with JSON data using Volley in Android?

Vaibhav Ahire
Vaibhav Ahire
Updated on 09-May-2023 5K+ Views

Most of the android applications we see on Google Play store make an API call within themselves so that they can gather data from their database and display that within our application. Similarly many applications take the data from the user through forms and store them within their database. Many applications take user details such as address and other for delivering specific products to their address. For posting this data there are different ways such as using Volley, Retrofit and others. In this article we will take a look on How to send POST requests with JSON data using Volley ...

Read More
Showing 37061–37070 of 61,297 articles
Advertisements