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

Develop #1

Closed
wants to merge 4 commits into from
Closed

Develop #1

wants to merge 4 commits into from

Conversation

oyamo
Copy link
Contributor

@oyamo oyamo commented Jul 26, 2021

Added Constructor overloading to make work easier while initialising from a fragment or activity

Copy link
Owner

@ronnieotieno ronnieotieno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice PR, please work on the files I commented, also you can edit the Java snippet in the Read me file

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="JDK" project-jdk-type="JavaSDK">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove changes that arent related to the PR

@@ -4,7 +4,7 @@
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="PLATFORM" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the changes that arent related

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted. You mean the Non-Kotlin Files?

@@ -38,10 +38,10 @@ Example in code, Kotlin:
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
//activity
imagePicker = ImagePicker(activity = this)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, please o the same with Java example as well. Would be nice, wouldn't it 😊

@ronnieotieno
Copy link
Owner

ronnieotieno commented Jul 26, 2021 via email

@oyamo oyamo closed this Jul 26, 2021
@oyamo oyamo deleted the develop branch July 26, 2021 17:59
@ronnieotieno
Copy link
Owner

Why did you close and delete? The pr was super great

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

Successfully merging this pull request may close these issues.

None yet

2 participants