English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to know the best programming practice to program API (applicaton programming interface)

2006-06-17 23:46:57 · 2 answers · asked by aMIT 1 in Computers & Internet Programming & Design

2 answers

Create a couple of sample mini-applications that actually use the API. That will show you what users of the API want to call.

2006-06-25 04:40:26 · answer #1 · answered by ymail493 5 · 0 0

As far as I'm concerned, you do it yourself. It depends on your programming environment and language. Pretty well every programming language editor nowadays will be able to lay out your interface exactly the way you want it. Do you know what an interface for a program actually is? It's just where the buttons are, what they do and how the basic input of your programs works. Above all, you just have to get the interface to match what you want to do. Make sure that every button does something, that they are labelled accurately, with tips that appear as you hover over them, if it's not already obvious what's going on, nice layout, and my favourite is making sure that any idiot who double-clicks when they should single-click doesn't end up exiting the program or deleting all the files.

2016-05-20 00:05:26 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers