ExpandableGridView | Android customized expandable GridView | RecyclerView library

 by   thewaychung Java Version: Current License: Apache-2.0

kandi X-RAY | ExpandableGridView Summary

kandi X-RAY | ExpandableGridView Summary

ExpandableGridView is a Java library typically used in User Interface, RecyclerView applications. ExpandableGridView has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However ExpandableGridView build file is not available. You can download it from GitHub.

##Introduction This is a customized Android expandable GridView, which can expand/collapse grid view under touched item view and insert a new sub grid view in the expanded space. By using ExpandableGridView, you can get OSX/iOS expand folder like experience. ##Solution The idea of the "expand functionality" is to add a cover layer upon the grid view. Take a snapshot of the grid view and split it to two part. Add the two splited images into the cover layer, this will create an experience of split/expand the grid view. Then insert a sub grid view into the middle of the cover layer. Add the cover layer to the grid view's parent and bring it to the front. Expand function has achieved. Register click listener to the up/down images in cover layer. When the two parts are clicked, remove the cover layer and sub grid view. The hidden grid view will display again. This will create the experience of "collapse" grid view. ##Usage 0. Include the class ExpandableGridView.java in your project. Notice: the uper parent group of the grid view should be 'RelativeLayout'. Otherwise, the expanded grid view may can not be shown normally. ##Customization This ExpandableGridView is only a kind of expand solution, that to display another sub grid view in the expand space. If you wanna have some other customized sub views in the expand space, you can customize the ExpandableGridView.java as you like.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              ExpandableGridView has a low active ecosystem.
              It has 44 star(s) with 20 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 0 open issues and 4 have been closed. On average issues are closed in 69 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of ExpandableGridView is current.

            kandi-Quality Quality

              ExpandableGridView has 0 bugs and 0 code smells.

            kandi-Security Security

              ExpandableGridView has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              ExpandableGridView code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              ExpandableGridView is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              ExpandableGridView releases are not available. You will need to build from source code and install.
              ExpandableGridView has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              ExpandableGridView saves you 178 person hours of effort in developing the same functionality from scratch.
              It has 440 lines of code, 17 functions and 11 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed ExpandableGridView and discovered the below as its top functions. This is intended to give you an instant insight into ExpandableGridView implemented functionality, and help decide if they suit your requirements.
            • Expand the grid view .
            • Initialize the component .
            • Collapse the grid view .
            • Initialize the activity model .
            • Set a listener for when an expand item is clicked .
            Get all kandi verified functions for this library.

            ExpandableGridView Key Features

            No Key Features are available at this moment for ExpandableGridView.

            ExpandableGridView Examples and Code Snippets

            No Code Snippets are available at this moment for ExpandableGridView.

            Community Discussions

            Trending Discussions on ExpandableGridView

            QUESTION

            Can't get the expand functionality of the GridView
            Asked 2019-Feb-12 at 09:35

            I have a page where the profiles of the users are displayed in a GridView. Each grid contains profiles of the users(name,id,age etc) along with a button which takes us to next screen.

            I implemented the Grid Expand functionality such that when the user clicks the grid , the grid expands to show more information. I referenced the following github code for the expand functionality: https://github.com/thewaychung/ExpandableGridView

            But when I implemented this in my project , I get the expanded view overlapped on the existing grid view instead of showing up when the grid item is clicked.

            Here's my code:

            ...

            ANSWER

            Answered 2019-Feb-12 at 06:28

            You are getting the wrong idea here. You just need 1 expandable gridview and 2 adapters: 1 for parent and 1 for child like in the link you share

            Source https://stackoverflow.com/questions/54643854

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install ExpandableGridView

            You can download it from GitHub.
            You can use ExpandableGridView like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the ExpandableGridView component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/thewaychung/ExpandableGridView.git

          • CLI

            gh repo clone thewaychung/ExpandableGridView

          • sshUrl

            git@github.com:thewaychung/ExpandableGridView.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link