Looking for a project - Your Portfolio

Hi, my name is Ali.
I'm a mobile and web developer.
I have 7+ years of experience programming. I specialize particularly in mobile applications and Java based coding.
Beyond that, I have also spent a great deal of time working on C/C++ projects as well as C#.
Additionally, I am well versed with web based languages and have worked extensively with SQL databases, as well as CSS, HTML, PHP, as well as Java Script and its derivatives.
My strategy of software development process is iterative, model-driven, risk-driven and customer-oriented to meet the requirements of quality assurance engineering.
I've got a lot of experiences of development about Mobile & Website :
1.Mobile Programming
Application : Android, Iphone/Ipad
Web: HTML5, Jquery mobile
Language:Java, C/C++, C#, Objective-C
2. Web Programming
Language: PHP, VB.NET, C#, ASP.net
Please, contact me with:
Skype: Unrealm1
email: [email protected]

Brother i added you ... i have an idea maybe we could develop together ...
Thanks
UnRealm said:
Hi, my name is Ali.
I'm a mobile and web developer.
I have 7+ years of experience programming. I specialize particularly in mobile applications and Java based coding.
Beyond that, I have also spent a great deal of time working on C/C++ projects as well as C#.
Additionally, I am well versed with web based languages and have worked extensively with SQL databases, as well as CSS, HTML, PHP, as well as Java Script and its derivatives.
My strategy of software development process is iterative, model-driven, risk-driven and customer-oriented to meet the requirements of quality assurance engineering.
I've got a lot of experiences of development about Mobile & Website :
1.Mobile Programming
Application : Android, Iphone/Ipad
Web: HTML5, Jquery mobile
Language:Java, C/C++, C#, Objective-C
2. Web Programming
Language: PHP, VB.NET, C#, ASP.net
Please, contact me with:
Skype: Unrealm1
email: [email protected]
Click to expand...
Click to collapse

Related

Best Books/online classes

Any thoughts on the best books and/or online classes to learn Java and Android developing.
There is one Android class at a UC school by me but it is $650 for like 6 meetings.
Thanks
1) Best source to get started with Java: http://java.sun.com/docs/books/tutorial/
2) For Android, check out "Busy Coder's Guide To Android"
It's not free, but it's not expensive either ($40 for 1 year subscription and updates).
You get 3 books: basic & advanced Android, together with a tutorial.
If found these books very informative and it helped me alot during my first Android application.
Covers up to Android 2.1 API.
Big Java by Cay Horstman is an excellent book and the one my university recommends for our Software Workshop 1 (Java) module.
We're ranked 5th in the UK for computer science so we can't be that wrong
http://www.anddev.org/
Lots and lots of tutorials.
finally a forum dedicated to this...**** yes im excited. now i know what imma be doing in my spare time at school hahahah. i already was on the forums 24/7....
So, is it alright to step directly to android?
Or is it Java first??
I would say Java first...
Another good book: Professional Android Application Development
And don't forget the tutorials and sample code at http://developer.android.com/resources/samples/get.html
RationalGaze said:
I would say Java first...
Another good book: Professional Android Application Development
And don't forget the tutorials and sample code at http://developer.android.com/resources/samples/get.html
Click to expand...
Click to collapse
The first book above is now into it's second edition which is obviously the one, of the two, to go for given the rate at which Android is changing. I've just bought that & the last edition of Thinking in Java.
Two more great books, they are very good, from the basics up to professional. They are updated with Android version 2 so relatively new:
Apress' Beginning Android 2
http://apress.com/book/view/1430226293
Apress' Pro Android 2
http://apress.com/book/view/1430226595
Oh and Java books are not so mandatory because Android is not REALLY Java, it's Google's own implementation, the basics are Java, but almost
everything is possible without knowing Java and reading these books.
Chapell said:
Oh and Java books are not so mandatory because Android is not REALLY Java, it's Google's own implementation, the basics are Java, but almost
everything is possible without knowing Java and reading these books.
Click to expand...
Click to collapse
The principal programming language for Android is Java. What you mean perhaps is that Android doesn't use the common Java class libraries such as AWT & Swing, but rather its own.
To code effectively you must understand OOP, the Java language & Android's class libraries. There's no way around that.
cauli said:
The principal programming language for Android is Java. What you mean perhaps is that Android doesn't use the common Java class libraries such as AWT & Swing, but rather its own.
To code effectively you must understand OOP, the Java language & Android's class libraries. There's no way around that.
Click to expand...
Click to collapse
Yeah, I know that the programming language is Java. What I mean is if someone has knowledge about OOP and has experience with other programming languages (C++, C#, etc) there is no need to buy a book about Java. Just learn the syntax in 1-2 hour(s). During Android programming you'll be using the Android's classes almost all the time, so it's not the same like really programming some java app from the beginning.
Here is a good set of video tutorials targeted towards programmers that provides a quick down and dirty intro to Android programming and concepts.
http://android.voxisland.com/
I find the biggest challenge having never really learned Java much is learning the Android API. Coming from C the syntax is very familiar.
I am looking to start learning on my own and got this link form Andrew Web.
http://oreilly.com/catalog/0636920001690
Anyone have or heard anything about these videos?

JavaOne & Oracle Develop conference 20011 in Hyderabad

MySQL Developer Essentials with PHP, Java and .NET in JavaOne & Oracle Develop Conference 2011 to be held in Hyderabad in the month of May………….
The presentation will provide an overview of the resources available to MySQL developers in the three most popular programming languages. Including the core supported drivers and advanced features, as well as how the MySQL connectors can be used with MySQL Enterprise Monitor and Query Analyzer to help developers trace the source of a problematic query. You'll also see code examples for PHP, Java, and .NET and a live demo during the session.
I have once attended ADF Methodology conference. One comment I would like to make from having been involved in paper selection, there weren't as many papers from non-Oracle people on ADF or JDeveloper as we would have hoped. I would urge any of you who are using ADF to attend such conference. You can learn about "the big picture of why you chose ADF" or you might want to focus on a topic close to your area of work or just "my experiences with JDeveloper".
Its valuable for the community to know of real world experiences, good
and bad. So go for it and share your ideas post the conference.

Just Curios

What are the advantages of developing android apps in C++ rather than in JAVA?
The biggest advantage for me is that you can have a shared codebase between the platforms.
The best example is creating cross-platform games. If you write the game code in C++ you only need to write a small amount of code specific for current platform (e.g. Android) that just runs your C++ code right after the start.
Just take a look at Cocos2D-x game engine project (its open-source) and how many platforms it supports because its written in C++.
What are the advantages of developing android apps in C++ rather than in JAVA
OkieKokie said:
What are the advantages of developing android apps in C++ rather than in JAVA?
Click to expand...
Click to collapse
Mainly for game. Most of the mainstream 3D engine are written in C/C++, so for game developer, they can make use of the current c/c++ 3D engine directly without rewriting from scratch.

C++ Ide

Hey,
I use visual studio for programming in C++ and am interested in learning to develop for android. I have previously done so in eclipse but it has been 2 years or so and that was in Java. I am interested in programming in C++ and was curious what IDE y'all used.
Thanks,
Fish.
MrFish. said:
Hey,
I use visual studio for programming in C++ and am interested in learning to develop for android. I have previously done so in eclipse but it has been 2 years or so and that was in Java. I am interested in programming in C++ and was curious what IDE y'all used.
Thanks,
Fish.
Click to expand...
Click to collapse
I suggest you to use Qt
You can programing in c++ for android
If you're on Windows, Visual C++ isn't a bad choice (esp. the latest editions which include Android support!). But if you're on Linux and/or programming on both Windows and Linux, Qt Creator is my favourite by all means.
Personally, I prefer CLion by JetBrains (the company that creates IntelliJ and Android Studio). Although it is a commercial IDE, you can have free license for student or open source project.
THGDev said:
Personally, I prefer CLion by JetBrains (the company that creates IntelliJ and Android Studio). Although it is a commercial IDE, you can have free license for student or open source project.
Click to expand...
Click to collapse
CLion is amazing! It works really well with Rust plugin too.

About Android Studio, PHP Database

Hi I'm a student i have this weard teacher that gave a project about making application i have no back ground on PHP language and she want me make a Mysql php Databes ...Please if any of you knows how to program a PHP language help me ..its only easy for you to do it because its only a lite Program...it's only a simple app with not much more database ...just email me in [email protected] ..thanks..
Please Pro-Programmers help me...some day ill be just like you a professional programmers but now i needed to pass this course
Next semester i will enroll in a class that teaches PHP language so that i'm not struggling to make an app that needed PHP coding ....
PHP is not the language to jump straight into if you have had no experience at all. Getting a grasp of the basic programming concepts might be easier in a language such as Visual Basic as the syntax and concepts in PHP might be quite confusing for a beginner. If you have no experience in scripting, I might also suggest taking a look at JavaScript which is a client-side scripting language, making it limited when compared to PHP. But don’t let that scare you, PHP teaches some great coding habits and if you are capable of picking things up quickly then you should be just fine. Let’s take a little look at the syntax first, here’s how you would create your first PHP language programme:-
http://howtostartprogramming.com/PHP/

Categories

Resources