InstaMaterial icon indicating copy to clipboard operation
InstaMaterial copied to clipboard

Implementation of Instagram with Material Design (originally based on Emmanuel Pacamalan's concept)

Results 32 InstaMaterial issues
Sort by recently updated
recently updated
newest added

![Screenshot_20](https://user-images.githubusercontent.com/62179623/120109504-603d6180-c172-11eb-9ee3-ed0a37ac7947.png) I've used SonarQube and found this bug which is not critical but it should be fixed. Utility classes should not have public constructors Utility classes, which are collections of...

![Screenshot_19](https://user-images.githubusercontent.com/62179623/120109595-bb6f5400-c172-11eb-9749-a88e0cd59d27.png) SonarQube is saying that methods returns should not be invariant When a method is designed to return an invariant value, it may be poor design, but it shouldn't adversely...

Adding more information related to project and contribution.

When the likes counter is updated, this warning appears in the console. `09-18 14:47:14.751 8414-8414/io.github.froger.instamaterial W/View: requestLayout() improperly called by android.support.v7.widget.AppCompatTextView{b2730f6 V.ED..... ......ID 0,0-143,57} during layout: running second layout pass`...

Just downloaded this app, and deployed. I see Toolbar above and then this: Android 4.0.3 device. compileSdkVersion 23 buildToolsVersion "23.0.2" Device: SHV-E160S 02-06 23:58:07.109 13909-13909/io.github.froger.instamaterial E/AndroidRuntime: FATAL EXCEPTION: main java.lang.IndexOutOfBoundsException:...

add a app:layout_behavior to FAB, make it actor like G+'s one. It is a coordinateLayout's behavior, catch its sibling's nested scrolling event, and hide/show itself.

workspace/InstaMaterial/app/src/main/res/layout/activity_publish.xml:3: Error: Suspicious namespace and prefix combination [NamespaceTypo] xmlns:app="http://schemas.android.com/tools" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Explanation for issues of type "NamespaceTypo": Accidental misspellings in namespace declarations can lead to some very obscure error messages. This...