Sascha Peilicke

Open Source, All Things Android, (Astro) Photography and Personal Opinion.

Menu

Skip to content
  • Home
  • Projects
    • ParticleFountain
    • Qtopia Filemanager
    • Qtopia on Siemens SX1
    • Yalla web server

AAR

Chrome Custom Tabs for Android

June 14, 2017Sascha Peilicke Leave a comment

Working with Custom Tabs isn’t exactly straightforward. Even minimal examples involve quite a bit of code as can be seen in the Official Chrome Custom Tabs documentation. What makes it worse is that one can’t expect Chrome to be available on any device. That means additional code to fall back to good old WebView. To … Continue reading Chrome Custom Tabs for Android

Android Playlist File Parser

June 7, 2017Sascha Peilicke Leave a comment

For an upcoming Android App project of mine I had to parse PLS (or just Playlist) files. I decided to make this a generic Android library ready for re-use. It's braindead simple to use: // ... Playlist playlist = PlaylistParser.parse(inputStream); for (Playlist.Track track : playlist.getTracks()) { track.getFile(); track.getTitle(); // ... } Based on an InputStream … Continue reading Android Playlist File Parser

Follow me on Twitter

My Tweets

Alpha+ Player

Alpha+ Player

Birthday Calendar

Birthday Calendar

Archives

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.com
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy