InstaMaterial
InstaMaterial copied to clipboard
Implementation of Instagram with Material Design (originally based on Emmanuel Pacamalan's concept)
Sorry to ask this question there... But I searched a lot, Only get some thing like `android:windowSoftInputMode="adjustPan"` to make all the content move up when the keyboard pop up. I...
Just saw the concept video and I want it so bad..
Hi , I use instaMaterial app . I developed it and change lots of things. When I loaded it to Google Play Store , it gave me an eror. This...
I need help with the camera layout. I am trying to implement full size camera view with the transparent panels top and bottom both. Can you guide how I can...
seems like if I remove the code from setupHeader: ``` java Picasso.with(this) .load(profilePhoto) .placeholder(R.drawable.photo) .resize(avatarSize, avatarSize) .centerCrop() .transform(new CircleTransformation()) .into(ivMenuUserProfilePhoto); ``` Got stuck about a few hundred milliseconds when I...
please refer to below: https://parse.com
sometimes, I scroll up, then scroll down, the content of toolbar disappear.
You code well! And i have a very simple question to ask you. app/src/main/java/io/github/froger/instamaterial/ui/adapter/GlobalMenuAdapter.java you set the drawer items , but how can i add a click event?
Just a question.. u guys really use Hugo + Timber? Is that a got option? Please, tell me more..
Hey is there any way to implement Reverse Reveal Background View.I have a FAB which opens up a fragment which implements this Reveal Background View .However when i back press...