-
I am currently working on a command that will remove an entry from my database on command, or make i...
- 933 浏览
- 0 回答
- 4 关注
-
I have noticed that several people are having issues after upgrading to Android Studio 0.4.3 (proble...
- 1762 浏览
- 7 回答
- 4 关注
-
document.cookie is like a string, but it is not a string. To quote the example from the Mozilla doc:...
- 544 浏览
- 6 回答
- 5 关注
-
Say I have an enum, public enum Colours { Red, Blue } The only way I can see of parsing t...
- 1962 浏览
- 5 回答
- 6 关注
-
Recently I set up a new EC2 instance. The next day I was not able to connect to my instance via ssh....
- 1092 浏览
- 8 回答
- 4 关注
-
I have a project in which you are able to register posts with specific UID and other people would be...
- 1790 浏览
- 0 回答
- 6 关注
-
I am planning to use MVP pattern for my new Android project. I have done some sample code and I woul...
- 1933 浏览
- 1 回答
- 4 关注
-
If I have a json file that looks something like this: {\name\:\bob\,\hi\:\hello\} {\name\:\hello\,\...
- 1876 浏览
- 7 回答
- 5 关注
-
I\'m currently reading through John C. Mitchell\'s Foundations for Programming Languages. Exercise 2...
- 496 浏览
- 0 回答
- 6 关注
-
Can i send you my whole project because there is a lot of it. And can someone add local storage to i...
- 576 浏览
- 0 回答
- 2 关注
-
How to select one item from async pipe? Service: public Items$ = this.http.get(\'https://localhost:4...
- 2024 浏览
- 0 回答
- 5 关注
-
I am working on an MVC application where the Model class Item has a List named AvailableColours as a...
- 1315 浏览
- 3 回答
- 4 关注
-
I have a UITextField in my application. I\'d like to restrict the set of characters that can be can ...
- 1038 浏览
- 7 回答
- 6 关注
-
I have a Textview with a background drawable. I want to add the alpha option but i want to set it on...
- 1713 浏览
- 0 回答
- 3 关注
-
EDIT: I wrote a detailed tutorial explaining how to build an simple Videochat-application including ...
- 1170 浏览
- 2 回答
- 6 关注