Skip to content

An android library for quickly setting up a user profile

Notifications You must be signed in to change notification settings

Sejo9/ProfileLibrary

Repository files navigation

"# ProfileLibrary"

To use the this library in your android project

Step 1. Add the JitPack repository to your root build.gradle at the end of repositories

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.Sejo9:ProfileLibrary:build-version'
}

Available build versions:

v0.1

1.Single view containing fields for a profile

2.Fields : Profile Picture, Username ,Email, Phone Number

3.Fields can be set via XML or programmatically

4.To set fields programmatically, call the setter methods for the various fields

5.Getter methods available for retrieving field data

About

An android library for quickly setting up a user profile

Resources

Stars

Watchers

Forks

Packages

No packages published