×
Home
Jobs
Tools
Coding Ground
Current Affairs
UPSC Notes
Online Tutors
Whiteboard
Tutorix
Login
Categories
Java
JSP
iOS
HTML
Android
Python
C Programming
C++ Programming
C#
PHP
CSS
Javascript
jQuery
SAP
SAP HANA
Data Structure
RDBMS
MySQL
Mathematics
8085 Microprocessor
Operating System
Digital Electronics
Analysis of Algorithms
Mobile Development
Front End
Web Development
Selenium
MongoDB
Computer Network
General Topics
Q/A
Library
eBooks
Courses
Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Selected Reading
UPSC IAS Exams Notes
Developer's Best Practices
Questions and Answers
Effective Resume Writing
HR Interview Questions
Computer Glossary
Who is Who
Vrundesha Joshi
has Published
378
Answers
ipaddress - IPv4/IPv6 manipulation library in Python
Python
Server Side Programming
Programming
Vrundesha Joshi
Published on 16-Apr-2019 12:14:42
Internet Protocol is currently in the process of moving from version 4 to version 6. This is necessitated because version 4 doesn’t provide enough addresses to handle the increasing number of devices with direct connections to the internet.An IPv4 address is composed of 32 bits, represented into four eight bit ...
Read More
html.parser — Simple HTML and XHTML parser in Python
Python
Server Side Programming
Programming
Vrundesha Joshi
Published on 16-Apr-2019 12:07:26
The HTMLParser class defined in this module provides functionality to parse HTML and XHMTL documents. This class contains handler methods that can identify tags, data, comments and other HTML elements.We have to define a new class that inherits HTMLParser class and submit HTML text using feed() method.from html.parser import HTMLParser ...
Read More
Bisect - Array bisection algorithm in Python
Python
Server Side Programming
Programming
Vrundesha Joshi
Published on 16-Apr-2019 11:37:14
Performing sort operations after every insertion on a long list may be expensive in terms of time consumed by processor. The bisect module ensures that the list remains automatically sorted after insertion. For this purpose, it uses bisection algorithm. The module has following functions:bisect_left()This method locates insertion point for a ...
Read More
How to Use WiFi Direct on Android?
Android
Apps/Applications
Mobile Development
Vrundesha Joshi
Published on 16-Apr-2019 09:01:36
This example demonstrate about How to Use WiFi Direct on AndroidStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.<?xml version = "1.0" encoding = "utf-8"?> ...
Read More
How to pass large data between activities in Android?
Android
Apps/Applications
Mobile Development
Vrundesha Joshi
Published on 16-Apr-2019 06:03:38
This example demonstrate about How to pass large data between activities in AndroidStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.<?xml version = "1.0" encoding ...
Read More
How to pass data from one activity to another in Android using shared preferences?
Android
Apps/Applications
Mobile Development
Vrundesha Joshi
Published on 15-Apr-2019 14:06:07
This example demonstrate about How to pass data from one activity to another in Android using shared preferencesStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to ...
Read More
How to send data from one activity to another in Android using intent?
Android
Apps/Applications
Mobile Development
Vrundesha Joshi
Published on 15-Apr-2019 13:42:43
This example demonstrate about How to send data from one activity to another in Android using intent.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.<?xml ...
Read More
Android scan wifi networks programmatically
Android
Apps/Applications
Mobile Development
Vrundesha Joshi
Published on 15-Apr-2019 12:39:41
This example demonstrate about How to scan wifi networks programmatically.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.<?xml version = "1.0" encoding = "utf-8"?> <RelativeLayout ...
Read More
Sending message through WhatsApp in android?
Android
Mobile Development
Apps/Applications
Vrundesha Joshi
Published on 12-Apr-2019 13:17:15
This example demonstrate about sending message through WhatsApp in androidStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.<?xml version = "1.0" encoding = "utf-8"?> <LinearLayout ...
Read More
How to use context in a fragment?
Android
Mobile Development
Apps/Applications
Vrundesha Joshi
Published on 12-Apr-2019 13:09:44
This example demonstrate about How to use context in a fragmentStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" ...
Read More
1
2
3
4
5
6
7
...
38
Next
Advertisements
Print
Add Notes
Bookmark this page
Report Error
Suggestions
Save
Close
Dashboard
Logout