Wrong class name MainFeedListAdapter
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
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
@nhoxbypass
My Problem Is Solved....
I'm confused. What's the issue?
@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
all code with this -> MainFeedListAdapter changce to MainfeedListAdapter including class name