A expert on system architect with full SDLC and Agile development experience. Skills: , C# C++ Scrum OOA/OOD javascript ASP.Net MVC XML, HTML Web Service, RESTful, WCF, Android and etc. Email me if you need help on development.
Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts
Monday, 13 February 2012
Best IDE tools/plug-ins for eclipse Java development
Looking for best IDE integrated tools/plug-ins for eclipse Java development just like Resharper or CodeRush for Visual Studio .Net platform. Anyone has few suggestions?
Tuesday, 18 October 2011
Get Ready for Android App Development
Being excited about mobile application and open source platform? Apple or Android? Personally I like both platforms but more lean to Android as I don't have any "expensive" Apple computer. Would be nice if I could get a sponsor. So Android App is my target for contributing to the community.
To get ready for your Android App development, you need the following stuff.
To get ready for your Android App development, you need the following stuff.
- JDK, any version since1.6.x or later and can be downloaded from here.
- Android SDK, and it can be downloaded from here.
- Eclipse IDE (recommended but not necessary), preferable to download Java EE Developer version.
- Download and install Android Development Tools (ADT) plug-in for Eclipse.
- Add Android platforms to development environment.
- From Eclipse, go to Window -> Android SDK and AVD Manager.
- On Windows, double click the SDK Manager.exe file at the root fo the Android SDK directory.
- On Mac or Linux, open a terminal and navigate to the tools/ directory in the Android SDK, then execute command: android
Sunday, 16 October 2011
Convert Latitude and Longitude to android.maps.GeoPoint
Use the following code snippets
GeoPoint point = new GeoPoint((int)(latitude * 1e6), (int)(longitude * 1e6));
Subscribe to:
Posts (Atom)