Android-Instagram-Clone icon indicating copy to clipboard operation
Android-Instagram-Clone copied to clipboard

Wrong class name MainFeedListAdapter

Open nhoxbypass opened this issue 7 years ago • 5 comments

There is an issues that the class name is mismatch with the file name for class MainFeedListAdapter. So it will cause compiling error:

error: class MainFeedListAdapter is public, should be declared in a file named MainFeedListAdapter.java

Can I submit a pull request to fix it?

nhoxbypass avatar Apr 03 '18 08:04 nhoxbypass

@nhoxbypass

I am Facing Same Problem.Please Tell Me How To Fix This ...

Error:(52, 8) error: class MainFeedListAdapter is public, should be declared in a file named MainFeedListAdapter.java

Thanks In Advance

alihusnainarshad avatar Apr 07 '18 09:04 alihusnainarshad

@nhoxbypass

My Problem Is Solved....

alihusnainarshad avatar Apr 07 '18 09:04 alihusnainarshad

I'm confused. What's the issue?

mitchtabian avatar Apr 07 '18 17:04 mitchtabian

@mitchtabian you have one mistake in naming your class name. I've request a pull request to fix it. Please see it: https://github.com/mitchtabian/Android-Instagram-Clone/pull/26

nhoxbypass avatar Apr 09 '18 07:04 nhoxbypass

all code with this -> MainFeedListAdapter changce to MainfeedListAdapter including class name

KresnaS13 avatar Oct 08 '18 08:10 KresnaS13