Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank page #5

Open
Kingamattack opened this issue Dec 3, 2019 · 1 comment
Open

Blank page #5

Kingamattack opened this issue Dec 3, 2019 · 1 comment
Labels

Comments

@Kingamattack
Copy link

Hi, i just try to install the package but when i try to used it, i just have a blank page.

Any info about it?

@wcoder
Copy link
Owner

wcoder commented Feb 12, 2020

Hi!

Just installation is not enough!

After installation, you can use the library, like this:

var versionElement = new Element {Title = "Version 6.2" };
var adsElement = new Element { Title = "Advertise with us" };
var aboutPage = new AboutPage(this)
.IsRtl(false)
.SetImage(Resource.Drawable.dummy_image)
.AddItem(versionElement)
.AddItem(adsElement)
.AddGroup("Connect with us")
.AddEmail("elmehdi.sakout@gmail.com")
.AddWebsite("http://wcoder.github.io/")
.AddFacebook("the.medy")
.AddTwitter("evgeniypakalo")
.AddYoutube("UCdPQtdWIsg7_pi4mrRu46vA")
.AddPlayStore("com.ideashower.readitlater.pro")
.AddGitHub("wcoder")
.AddInstagram("evgeniypakalo")
.AddItem(GetCopyRightsElement())
.Create();
SetContentView(aboutPage);

Could you please check our sample project for more details: https://github.com/wcoder/AndroidAboutPage/tree/master/samples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants