
Search In
Photo by Christina Morillo: https://www.pexels.com/photo/group-of-people-sitting-on-chair-in-front-of-wooden-table-inside-white-painted-room-1181329/ IntroductionIn today's digital landscape, web security and legal compliance have become paramou
In this tutorial, We are providing you C++ questions and answers. The content here will help all the Freshers as well as experienced people to get through with their interviews for software industry on campus or off campus. For any person who wants t
Every organization, irrespective of its size, has some basic requirements as far as the web hosting is concerned. It should have seamless access to a secure and optimum storage facility for maintaining business critical data in addition to
If you run a busy company, the chances are that you find it difficult to keep up with the pace of IT development, and in order to get the most out of your IT resources, managed services are the ideal solution. Outsourcing your IT services frees up yo
Unit Testing plays an important role in software development process, basically this testing is done by Developers as they test smallest piece of codes and test whether it gives accurate output or not.Each unit can be tested separately and can be tes
Hi Readers !
In this Blog we will find how we can Export SQL Server table data to Excel using .net code .
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
us
1)Suppose we have a Button and a TextView in XML:
activity_main.xml
<Button
android:id="@+id/btnGet"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="GET IMAGES" />
<TextView
androi
1)Suppose need to pass value from MainActivity to SubActivity.We will first make xml of both Activity:
activity_main.xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools
RSS simply means Really Simple syndication, this is a xml document which is created by a website.
You need to parse this xml file and show the information:-
Here is the code that can help you :-
Step 1:-Declare the variable of which you want to ext
Set Google map in android application
To get a google map view in your android application .First you have to create your Google Api Key on the following link
https://code.google.com/apis/console/
.
First make a project on the Google