-1

I here attached some snap here. I am very new in android so any give idea for create the design or give any link to learn design

asdf

SMR
  • 6,628
  • 2
  • 35
  • 56
Gowtham
  • 33
  • 7
  • Please specify your question. Do you want to know how to design an app, or do you want to know which patterns you could use to achieve this design? – PhilipB Mar 06 '17 at 08:03
  • Learn to use RecyclerView with an RecyclerViewAdapter for the list. That's probably a vertical LinearLayout with a TextView and an EditText/Spinner for the list item. The bottom part is a BottomNavigationView. Hope this is enough to get you started. – Adrian Coman Mar 06 '17 at 08:03

2 Answers2

0

http://www.androidhive.info/2011/10/android-login-and-registration-screen-design/

There are lots of beginner courses for Android design. You can try this link.

sangeeta
  • 158
  • 4
  • 14
0

I recommend you to follow the Android Material Design guidelines

https://material.io/

https://material.io/guidelines/

MarcGV
  • 1,242
  • 1
  • 10
  • 33