• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. Onur Ozbek

    Can't get bitmap from cache

    I'm trying to share a bitmap from my cache drive to other social media apps. My goal is to allow the user to share their memes on social media without creating a copy of it in the Gallery app, as I have already implemented a saving feature for that. But when I call the shareMeme() method, social...
  2. Onur Ozbek

    Apps How to dynamically populate ExpandableListView through user input

    I'm building a GPA tracker app and I find that an ExpandableListView is the most appropriate thing to use. The function is this: The user clicks on a FAB button and adds a Semester (group/header). The user clicks on the generated Semester (group/header) and adds a course. I can add the groups...