Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Wednesday, October 16, 2013

Android Studio Setup Wizard


-----

Android Studio Setup Wizard

1) Run Setup Wizard.
2)Finding Java Bin Folder.
3) Choose users.
4) Install Location.
5) Start Menu Folder
6) Installation done.
7) Completing the Android Studio Setup Wizard.
8) Android Studio Splash Screen.
9) Import Setting wizard.
10) Loading Main Window
11) Running Android Studio For The First Time.
Choose New Project…
12. New Project Wizard Window
13) Launcher Icon.
14) Activity Template.
15) Activity Properties.
16) If Windows Security Alert pops up, click Unblock.
17) Building project info.
18) Done.

Android Studio For Windows

-----
1) Setting Up

1.1) Go to URL http://developer.android.com/sdk/installing/studio.html#download
Find the button Download Android Studio v0.2.x for Windows
Click the button.



1.2) Launch the downloaded EXE file, android-studio-bundle-<version>.exe.

1.3) Follow the setup wizard to install Android Studio.

Known issue: On some Windows systems, the launcher script does not find where Java is installed. If you encounter this problem, you need to set an environment variable indicating the correct location.
Select Start menu > Computer > System Properties > Advanced System Properties. Then open Advanced tab > Environment Variables and add a new system variable JAVA_HOME that points to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21.

Note: On Windows and Mac, the individual tools and other SDK packages are saved within the Android Studio application directory. To access the tools directly, use a terminal to navigate into the application and locate the sdk/ directory. For example:
Windows: \Users\<user>\AppData\Local\Android\android-studio\sdk\
Mac: /Applications/Android\ Studio.app/sdk/

Android Studio For Mac

-----
1) Setting Up

1.1) Go to URL http://developer.android.com/sdk/installing/studio.html#download
Find the button DOWNLOAD FOR OTHER PLATFORM
Click the button.



1.2) The link to Mac OS X installer will be displayed, e.g. android-studio-bundle-130.737825-mac.dmg

1.3) Open the downloaded DMG file, android-studio-bundle-<version>.dmg.

1.4) Drag and drop Android Studio into the Applications folder.

Known issue: Depending on your security settings, when you attempt to open Android Studio, you might see a warning that says the package is damaged and should be moved to the trash. If this happens, go to System Preferences > Security & Privacy and under Allow applications downloaded from, select Anywhere. Then open Android Studio again.

Android Studio For Linux

-----
1) Setting Up


1.1) Go to URL http://developer.android.com/sdk/installing/studio.html#download
Find the button DOWNLOAD FOR OTHER PLATFORM
Click the button.



1.2) The link to Linux installer will be displayed, e.g. android-studio-bundle-130.737825-linux.tgz

1.3) Unpack the downloaded Tar file, android-studio-bundle-<version>.tgz, into an appropriate location for your applications.

1.4) To launch Android Studio, navigate to the android-studio/bin/ directory in a terminal and execute studio.sh.

1.5) You may want to add android-studio/bin/ to your PATH environmental variable so that you can start Android Studio from any directory.

DynastyCode.com Tutorial: Learn To Code Computer Instructions

DynastyCode.com Tutorial: Learn To Code Computer Instructions



1) Setting Up

1.1) Go to URL http://dynastycode.com/


1.2) Click Signup.






1.3) Fill in the details and Click Signup.




1.4) Check your email to get the activation code.


1.5) Your account is activated and you can login now.





2) Dashboard

2.1) Upon login, you will get a dashboard menu on top right of the window.


3) Start learning

3.1) Click Topics.
3.2) Click Select Lessons.






4) Web Basics (HTML and CSS)

4.1) Click the button to start learning.

Saturday, October 12, 2013

Xamarin Tutorial: Use C# to Create iOS, Android, Mac and Windows apps



1) Go to URL http://xamarin.com/
Notice the Download button.


2) Click the Download Now button.


Python Portable

As the name suggests, Python Portable can be installed to USB drive and this makes it portable.

1) Go to URL http://portablepython.com/

2) Scroll down to find the following section:



3) Download the file and run it, e.g python 2.7.5.1


4) The installer will ask you to provide a location into which the python interpreter to be extracted.



5) Done.




6) Find the executable file Python-Portable.exe , run and type the command:

 print "Hello, world"




Take note that if you are running Python 3, then the command would be:

 print ("Hello, world")




7) Next? Go to http://programming-steps.blogspot.com/2013/06/learn-basic-python-programming.html to learn python programming by following simple visual steps.