Click here to Skip to main content
15,912,756 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
I am a beginner and want to design an app only ive got no idea for it please give some idea for an easy to build program.......here are a few programs I have already built to give an idea of my capabilities.....


Calculator.......in win form......
Age calculator......in win form......
Fibbonacci printer.......in console.......
A console program that prints an inputed number opposite........
A console program that repeats an inputed string infinite number of times using infinite loop also repeating after inputed number of time........




I also know the use of consolekey..........



Thanks in advance................

Regards,
Ahsan Naveed
Posted
Comments
You have already built many apps. So, what type of idea you need?
ridoy 18-Aug-13 12:43pm    
that depends on your programming logic.
Richard MacCutchan 18-Aug-13 12:45pm    
A program that answers pointless questions.

Your idea to list your project is good. Not much, but we all begin things eventually.

Unfortunately, it's still hard to help you, and not only because the question is too vague, but because you have a strange (but probably very popular these days) goal to "build application easily".

Easily? Come on, if you want to get something good, it's never easy.

Let's thing logically. If something is very easy, who would need your work? Everyone else can do it. If you want to learn something, you need to learn something which worth learning. And then you would be able to do something which people value. No, I don't think you are lazy. And what is laziness? Laziness is a main drive of the progress. Apparently, there is laziness and laziness then.

…This is really hard to explain to someone who does not feel it. Really, complex things are simple. And only simple things are complex. You need to avoid difficulties which are artificially created and meet real difficulties. Perhaps this will explain you something:
http://en.wikipedia.org/wiki/Accidental_complexity[^].

And of course, no concrete recipes, sorry. In fact, if you are looking for concrete recipe for, say, building application, you already loose. Are you getting the picture?

—SA
 
Share this answer
 
v2
Comments
Maciej Los 19-Aug-13 2:54am    
If you think that your answer is "full of delirium and schizophasiа", you're wrong. It's a complete answer to vague question.
A5!
Sergey Alexandrovich Kryukov 19-Aug-13 2:55am    
Thank you, Maciej.
Well, elements of schizophasiа, certainly. You are saying that as it's something bad... :-)
—SA
Maciej Los 19-Aug-13 3:31am    
Do i said that is something bad? ;)
Sergey Alexandrovich Kryukov 19-Aug-13 3:33am    
Yes, it feels like you think that delirium and schizophasiа are bad, once you say my post is good, and I'm wrong about it.
I'm not sure if you know related meme or not...
—SA
Maciej Los 19-Aug-13 3:54am    
OK, i'll try to explain the meanings of both senetences (how do i interpret it):
- dellirium - the state of body (convulsions) after well-drunk party ;)
- schizophasia - unlogical stream of words (only for the listener) ;)
Also, there is a bit differ between having fun of words (trick) and shizophasia ;)
Are we clear now? Remember, i'm not plyglot in English language (it's visible, audible and perceptible). ;)
I belive Google[^] can help you.
Another way is to use SearchBox[^] on the top-right corner on this site ;)
Don't be lazy! Do a favour for you and do a minimum effort to find what you're looking for.

[EDIT]
OK, when i answered the question, i wasn't clear enough, sorry.

I (...) want to design an app only ive got no idea for it
Three most important things to do:
1) Have a look at similar applications and copy user interface[^] from them. Do not force the door open with a crowbar, they're open.
2) Start with one application, i.e. age calculator. It seems to be the easiest to write. There are only 4 controls (GUI[^]):
- Label1 (to display a text: "Date of birth:")
- DateTimePicker (to choose a date)
- Button (to calculate age OnClick event)
- Label2 (to display current age).
3) When you finish one project, start another... and so on.
[/EDIT]
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 19-Aug-13 0:04am    
Sorry, this time I don't think it could be helpful. Actually, nearly nothing could be helpful for OP, not in response to such pretty pointless question, but perhaps you would be interested to take a loop at my, full of delirium and schizophasiа, answer... :-)
—SA
Maciej Los 19-Aug-13 2:50am    
Thank you, Sergey, for your comment. I really appreciate the words of criticism. I promise to upgrade my answer, but first, i'm going to read your answer.
Sergey Alexandrovich Kryukov 19-Aug-13 2:53am    
Great. By the way, I did not vote...
—SA
Ahsan98 19-Aug-13 3:54am    
I have already created an age calculator please read the question completely i have made it exactly as you described........
Rather than working on a "simple to build" program just for teh heck of it (since you don't have a use for it, or you'd want to write a program to do "that" rather than asking for ideas for what "that" should be, get a book on C# and go through it, and the exercises - you will learn more, your will produce more, and at the end you will be able to produce more than "A simple easy to build program"!

If that bores you, then think about your interests (other than computers) and try to see if there is anything there you could computerise. Or look at the apps you have on your phone - anything there you could maybe do better?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900