Skip to main content

Posts

Showing posts from May, 2012

Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.

Sometimes an error comes "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication" in an ASP.NET application.  This normally happens when the password of Window user account on SQL Server Database machine and is impersonated, get expired. Just reset the password and the problem will immediately resolve.

How to setup Eclipse for Android Development

In order to work with Android Development Environment, Eclipse is one of the preferred tools. Following are the steps used to setup Eclipse for the development: Step 1: Download the JDK Standard Edition from Oracle's website. Step 2: Install the JDK Standard Edition Step 3: Set the path of the Bin directory of JDK installation in the Environmental variable called PATH in Windows Environment. Step 4: Download the Android SDK from Google. Step 5: Install Android SDK and Select platforms which you want to download i.e. 2.2, 2.3, Android 4.0 ICS. Step 6: Download Eclipse Software from Eclipse.org Step 7. Install Eclipse software. While installation, it should automatically pick path of JDK installation. If not picked up automatically, then specify the same in the Eclipse settings. Step 8. Download the ADT (Android Development Tools) plugin.  Step 9. Add ADT Plugin in the Eclipse. For adding: i.                In case of Indigo(E

Softwares required for Android Platform app development

Following is the list of the essential software's that are required to start developing for Android Platform: a. Java Development Kit (JDK SE) Standard Edition. b. Eclipse IDE c. ADT Plugin (Android Developer Tool Plugin) for Eclipse d. Android SDK  The above software's are required if you are going to develop for Android. Installing and setting up the environment is little bit tedious/complex task. I will explain the same in the next post.

App Development for Android Platform.

Anybody who wants to learn app development on Android needs to have the following pre-requisites: 1. Knowledge of JAVA Language. 2. Knowledge of OOPs concept. 3. Basic knowledge of XML language. If any body is already well versed with the above mentioned concepts, he /she can directly start learning App development for Android platform. If that's not the case, then then my sincere advice to all, firstly go through these concepts and then start learning Android. It will be very beneficial for you.