Please write an android app with the following requirements:
– splashscreen on startup (graphics get delivered)
– supports main resolutions (ldpi, mdpi, hdpi)
– fetches an xml-file for the data from a webserver (example attached)
– data can contain simple html (strong, images, links)
– each tip can only be shown on this day
– app should check for updates (if online) in the xml-file an cache the data to get the tip also with no connection
– content can be shared via facebook
– optionmen…
