Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Load html file from assets folder in a WebView

By doing following steps you can load the HTML file from the assets folder inside your application:- 1) Copy that HTML file inside your assets folder. 2) Define a WebView in your layout, like this <WebView android:id="@+id/webview"

Deleting a list of objects in Entity Framework

Entity framework provides numerous ways to batch delete the objects from Database. Below are the step for way 1 : Load objects that has to be deleted in memory. Remove the objects from context And then save these changes. This statement will ref

How to remove index.php file from URL in Joomla

Hello Readers, If you want to remove the index.php from the url (http://host/folder_name/index.php) and show in this form (http://host/folder_name/joomla/). Use the following steps to do so: 1>Log into your Joomla dashboard (administrator). 2&

Methods to locate elements through Appium

Locating element is the basic activity to automate any web application or the mobile application. The action can only be performed on the element once we have located the element successfully. If the element is not located then we get NoSuchElementEx

List of Top 4 Mobile Application Development Trends 2019

The mobile application development industry has been evolving ever since its beginning.   And it has gone through constant evolution and a lot of advancements have happened which we could not even imagine a couple of years back!   Moreo

How to rotate the image in Android?

If you are looking to rotate an image that is selected image from device then please go through the following steps:- Step 1:- select image from gallery to which requires rotation Bitmap bitmapImage; File fpath; String root=Environment.get

Prioritizing Risk Involved in Project Management

Risk management is essential for every organization. It is crucial to analyze the possible risks before starting a new project. It is exciting too when an organization is rolling out a new information technology (IT) project. Between the planning, or

How to parse JSON using PhoneGap

Follow the below steps to parse JASON in PhoneGap. Step 1. Call Js function From html page or from where we want, like this function onBodyLoad() { document.addEventListener(“deviceready”, callJson, false); } Step 2. Create a function of name cal

5 Steps to Create an Effective Digital Marketing Budget

One of the hardest tasks for the management of a company is to develop an effective and moderately expensive marketing budget. You have this new product or service that you want to advertise to the world. The question that comes to mind is that how a

Rails Server Setup with passenger and nginx

Rails Server setup with Passenger and nginx Hi friends, Today I am going to tell you how to setup rails server with nginx and passenger. First you need to login to your server using ssh using the command ssh -i server_pem_key_path user@ip Here

1 88 178
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: