Help coderanch get a
new server
by contributing to the fundraiser

Mohan Prasath

Ranch Hand
+ Follow
since Jul 25, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mohan Prasath

If you want Emoticons (smileys) then you can refer this URL Emoticons
12 years ago
Hi Marco,

For Best programming practices,
Till now I found the resources in here Best Practices is a good start .

12 years ago
Without knowing the error in the project we can't solve your problem. Try this,

1. Go to "Window" menu in Eclipse IDE
2. choose "Show View'
3. there select "Problems"

(or)

press "alt+shift+Q" and then press X

- a new tab will be displayed in the screen. There you will find a list of errors and warnings.

Kindly post them here so that we can know what problem you are facing.
12 years ago
I hope you are using wrong tag in the string.xml file. Enclose all your <item> within <string-array> tag and then give a try.

P.S : Kindly post all your code within the code tag.
12 years ago

Within the while loop store your strings (what you get through readline() method) in an ArrayList. This would make your index picking easier.
12 years ago
Try to check for null and empty value in your "phone_number" object.
12 years ago
Kindly try the following steps and give it another try,
1. Generate a new keystore when exporting your app as an apk. (You can do this while exporting your app)
2. Also generate a new Android Map API key with MD5 checksum.

Let me know of your results.
12 years ago
You're welcome Kindly let me know of your results.
12 years ago
It's a Great Score. Congrats
12 years ago
Congratulations
12 years ago
By link means you are mentioning URL's right?.

If so then, I think you just need the list of links to be shown in the 3rd tab of your app. For that you have to just catch the click event of all the links. If so
have a look at the following link, Android Developers.

Also you have to override a method called shouldOverrideUrlLoading to catch the event of clicking an URL.

So your logic goes within that function.
12 years ago
Congratulations
12 years ago