- AboutPage - Class in mehdi.sakout.aboutpage
-
The main class of this library with many predefined methods to add Elements for common items in
an About page.
- AboutPage(Context) - Constructor for class mehdi.sakout.aboutpage.AboutPage
-
The AboutPage requires a context to perform it's functions.
- addEmail(String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
- addEmail(String, String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
Add a predefined Element that opens the users default email client with a new email to the
email address passed as parameter
- addFacebook(String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
- addFacebook(String, String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
Add a predefined Element that the opens Facebook app with a deep link to the specified user id
If the Facebook application is not installed this will open a web page instead.
- addGitHub(String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
- addGitHub(String, String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
Add a predefined Element that the opens the a browser and displays the specified GitHub
users profile page.
- addGroup(String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
Add a new group that will display a header in this AboutPage
- addInstagram(String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
- addInstagram(String, String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
Add a predefined Element that the opens the Instagram app with a deep link to the
specified user id.
- addItem(Element) - Method in class mehdi.sakout.aboutpage.AboutPage
-
Add a custom
Element to this AboutPage
- addPlayStore(String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
- addPlayStore(String, String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
Add a predefined Element that the opens the PlayStore app with a deep link to the
specified app application id.
- addTwitter(String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
- addTwitter(String, String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
Add a predefined Element that the opens the Twitter app with a deep link to the specified user id
If the Twitter application is not installed this will open a web page instead.
- addWebsite(String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
- addWebsite(String, String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
Add a predefined Element that the opens a browser and loads the specified URL
- addYoutube(String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
- addYoutube(String, String) - Method in class mehdi.sakout.aboutpage.AboutPage
-
Add a predefined Element that the opens the Youtube app with a deep link to the
specified channel id.