- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
I have doubts on android sdk-15 sample ContactManager. 1) ContactManager.java => getContacts() Is there any way i query out contacts only located in sim card or phone book ? 2) ContactAdder.java => onAccountsUpdated(Account[] a) When i'm in debug mode on my device, I check the account array, a. As I … | |
Hi all, I'm developing app on managing sim card contact. While i'm researching on this, i found this on internet [Click Here](http://code.google.com/p/simsalabim/). Its outdated and there are several issue i faced mention but few unsolve. I try to find tutorial on management of sim card contact but there isn't. Could … | |
Hi, I have an undirected graph, I wish to find 3 shortest paths, my code below gives me all possible paths, can anyone give me some advice to find 3 shortest paths ? my idea of finding 3 shortest path is 1) since i have all possible path, i can … | |
Hi all, I'm doing a elevator simulation project but i met some issues. First, I wish to align my buttons on the left to the horizontal lines. I tried to setting setMinimumSize, setMaximumSize, setPreferredSize but it didn't help. Second, if I re-size the window, the buttons on the left seems … |
The End.