Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
8answers
1k views

Is there any set of excercises for Scala?

I just start learning Scala and I find it fascinating. I went through this course and it was nice. Now I'm looking for some not-too-big exercises. Preferably with neat solutions so when I create my ...
3
votes
3answers
285 views

C# textbook with challenging exercises? [closed]

I'm looking for a C# textbook that has some interesting exercises at the end of each chapter. I'm not talking about 10 easy quiz problems that most books come with these days. I'm talking about doing ...
1
vote
0answers
100 views

Programming exercise in java - having hierachical structure, what is a good data-model and how to sort and filter things?

My team is not really java experienced and i wonder what a good approach would be. So i start with what the goal is: a sorted list where the sorting depends on a number of different fields. We have ...
1
vote
1answer
335 views

How to stop deleting SMS from messaging app of android OS?

Does anyone know the solution to this problem in android? Can we get any event when a user delete SMS from Android messaging application. If yes, then how will we intercept Android messaging ...