
org.holoeverywhere.widget.HeterogeneousExpandableList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of addon-facebook Show documentation
Show all versions of addon-facebook Show documentation
Facebook SDK special for using with HoloEverywhere library
The newest version!
package org.holoeverywhere.widget;
public interface HeterogeneousExpandableList {
int getChildType(int groupPosition, int childPosition);
int getChildTypeCount();
int getGroupType(int groupPosition);
int getGroupTypeCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy