It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Haskell wiki > Netwire has some good introductory material to Netwire, but now (as a hobbyist Haskeller) I'm interested in something more. What kinds of simple exercises would be beneficial in order to sharpen my arrow/netwire skills?
I'm sorry that I didn't get around to updating the wiki page yet. I hope to extend it in the coming days. For now the #haskell channel on Freenode is probably your best bet.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am using the extension library addressbook dialog. The search is pretty horrible for a large company like ours. Is there a better addressbook dialog out there? I'd like to avoid writing my own right now.
Bruce you might need to code it yourself. It seems development doesn't see a need for being mores creative or they feel enhanced dialogues are to specific. Check this idea for inspiration.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am looking for a "dumbed down" tutorial that teaches how to code with the API. I have experience with HTML and PHP but i honestly don't get most of the Foursquare Tutorials. I feel like there is some simple stuff I am supposed to know but I just dont. Any ideas?
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I don't know if this is a proper question, but if I want to write a Sokoban game in Haskell (or other functional programming languages), what's the differences with writing it in C? [Edit: does Haskell have any advantages over C in Sokoban ?]
I would like to ask this question because of two reasons. First, my only interest in programming is to write Sokoban programs (I have already written several sokoban programs). Second, I've read some introduction/tutorial articles about Haskell, but have no idea how these new methods can be applied to the Sokoban logic.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
On Shai's blog entry about Searchable list, I noticed that he commented that since he optimized LWUIT some things are broken.
I want to implement search on my list in LWUIT, please how do I implement? Some basic examples would also be very helpful, thank you.
The only thing you need to do is explicitly invoke form.registerAnimated() which was missing in my original demo code.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Please I need help on how to create a nice looking UI. Now I suppose that people looking at this question have an android, if so go to the market. Download a app called, "Quick Settings". It has a great UI and I want to learn how to make mine look as good as that one, if you have any kind of help, it would be appreciated. Thanks.
A quick Google search brings up lots of good tips, tricks and tools for designing Android UIs. Here are a few:
http://www.droiddraw.org/
http://www.androiduipatterns.com/
http://phandroid.com/2011/05/11/10-tips-for-android-ui-design/