rpicms-android

Android app for the RPICMS.
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms-android.git
Log | Files | Refs

base-strings.xml (593B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <resources>
      3     <string name="app_name">RPICMS</string>
      4     <string name="intro_message">
      5         <![CDATA[
      6 
      7 
      8             This sample demonstrates using SyncAdapter to fetch background data for an app that
      9             doesn\'t require a user-visible account type or 2-way synchronization.
     10 
     11             \n\nThis sample periodically downloads the feed from the Android Developer Blog and
     12             caches the data in a content provider. At runtime, the cached feed data is displayed
     13             inside a ListView.
     14 
     15 
     16         ]]>
     17     </string>
     18 </resources>