0

I'm trying to create a navigation drawer like this:

facebook side chat

inside the navigation drawer,I need a login page instead of a list,like this:

side login page

I didn't find any helpful libraries for doing this (SlidingMenu was the library nearest to the solution) and I found just side menu with a list of elements. Could you please suggest me a solution/library to use? Thank you very much.

onexf
  • 3,674
  • 3
  • 22
  • 36
  • Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – Prerak Sola Aug 25 '16 at 09:31

2 Answers2

0

You can implement by overriding drawer slide listener. Here it is well explained https://stackoverflow.com/a/33588398/4804264

Community
  • 1
  • 1
Sujith Niraikulathan
  • 2,111
  • 18
  • 21
  • I spent two hours trying to understand the example but I didn't get completely, because the code has missing parts and I cannot check, do you have maybe a complete (similar) example? thanks – M. Tersigni Aug 25 '16 at 13:25
0

You can write a custom Viewgroup to control the View(your side menu). And using the ValueAnimator, you can slide the menu from the side.

Custom components

Custom

Property Animation

Alan Chuang
  • 73
  • 1
  • 8