Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts
November 17, 2015
April 09, 2014
Best Tutorials for Android Learning
Hi all,
http://developer.android.com/ training/index.html (Textual)
http://www.youtube.com/watch? v=lESZqCflB0o (Video)
Soon, I will also host my presentations on Android on my website ..
The best blog which described all the possibilities to learn Android
http://www.fromdev.com/2013/ 07/Android-Tutorials.html
My personal suggestions arehttp://www.fromdev.com/2013/
http://developer.android.com/
http://www.youtube.com/watch?
Soon, I will also host my presentations on Android on my website ..
May 19, 2013
UML Software(s) and Tutorial/Books Free/Open Source Download
In my viewpoint these are best sources to learn Unified Modeling Language (UML)
Open source Software:
- http://www.umlet.com/
- http://staruml.sourceforge.net/en/
- http://argouml.tigris.org/
- http://www.yworks.com/en/products_yed_about.html
- http://www.visual-paradigm.com/download/vpuml.jsp?edition=ce
Tutorials and Books:
Please send your feedback and comments to psrdotcom@gmail.com
Blogger Labels: Software,Tutorial,Free,Open,Source,Download,viewpoint,Language,visual,paradigm,edition,Nutshell,Introduction,Grady,Booch,feedback,comments,TutorialsMarch 30, 2012
Become SecurityTube Wireless Security Expert and/or Metasploit Framework Expert with Certification by Watching Videos and Practising Online Labs
Hi friends,
From my M.Tech university Cyber Security group, I got an e-mail to learn more about wireless networks and doing penetration testing on it.
I would like to share the links to download the video tutorials.
Please find the links become
http://securitytube-training.com/certifications/
You can enroll to the courses of your choice.
They are providing free video tutorials also.
Wireless Security Expert Course Videos link
All videos in single ISO
http://securitytube.aircrack-ng.org/Wi-Fi-Security-Megaprimer/WLAN-Security-Megaprimer-v1.iso
Individual Videos link
http://securitytube.net/groups?operation=view&groupId=9
Hope some of you can use this facility to learn more.
Please send your feedback and queries to psrdotcom@gmail.com
From my M.Tech university Cyber Security group, I got an e-mail to learn more about wireless networks and doing penetration testing on it.
I would like to share the links to download the video tutorials.
Please find the links become
http://securitytube-training.com/certifications/
You can enroll to the courses of your choice.
They are providing free video tutorials also.
Wireless Security Expert Course Videos link
All videos in single ISO
http://securitytube.aircrack-ng.org/Wi-Fi-Security-Megaprimer/WLAN-Security-Megaprimer-v1.iso
Individual Videos link
http://securitytube.net/groups?operation=view&groupId=9
Hope some of you can use this facility to learn more.
Please send your feedback and queries to psrdotcom@gmail.com
January 27, 2012
SQLite Database Instalation and Usage tutorials in Mobile Application Developement
Hi friends,
I would like share something related to Mobile Application Development.
SQLite Command Line Tool
SQLite Database Browser
I would like share something related to Mobile Application Development.
SQLite Command Line Tool
- Download the sqlite command line tool
- Opening database with sqlite
- sqlite_dir_path> sqlite databasefile.db
- Note: Save sqlite database file with an extension .db
To find the commands help, please go through the following links
http://www.sqlite.org/sqlite.html
http://zetcode.com/databases/sqlitetutorial/tool/
http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html
SQLite Database Browser
- Download the lastest sqlite browser files from SourgeForge
- Extract the files and execute the SQLite Database Browser.exe
- SQLite Database Browser will be opened
To find more information on usage, please go through the following links
http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/
http://www.vogella.de/articles/AndroidSQLite/article.html
Subscribe to:
Posts (Atom)
Featured Post
Java Introdcution
Please send your review and feedback to psrdotcom@gmail.com
-
Hi all, I spent 2 days on configuring this. I read lot of blogs and instrutction steps from various sites. I would like share my experienc...
-
Hi folks, Today we will see how we can get the folder path of the windows user specific app data for storing any program (app) based inform...
-
For the academic purpose i had written a small program in Matlab. I have tried encoding and decoding the image by using Huffman coding. ...