i migrated all strings to string.xml

i made PostActivity.java to get users input after a widget click

i added post options to the settings.xml

TravelPostWidget.java
i added an if block to check users settings for posting

LocationReceiver.java
i made a convince method for posting and added an if block that generates a post base on users settings
This commit is contained in:
2011-02-07 01:08:44 +00:00
parent 414f1a18bf
commit dafa2f284c
10 changed files with 279 additions and 28 deletions

View File

@@ -2,4 +2,12 @@
<resources>
<string name="hello">Hello World!</string>
<string name="app_name">Travel Post</string>
<string name="twitter_signin">Twitter Sign In</string>
<string name="fb_signin">Facebook Sign In</string>
<string name="location_settings">Location Settings</string>
<string name="about">About</string>
<string name="post_settings">Post Settings</string>
<string name="save_a_post">Save a post</string>
<string name="services">Social Services</string>
<string name="post_hint">Whats up?</string>
</resources>