CSwala / CSwala-android

An app that is a one-stop destination for all the CS enthusiasts, providing resources like Information scrapping techniques, best YT channels, courses available free-of-cost, etc. & knowledge about every domain and field that exists on the Internet related to Computer Science along with News, Jobs, and Internships opportunities in these domains along with valuable tips and hacks from mentors for a particular domain.
54 stars 51 forks source link

Solved #100 #120

Closed hemant2705 closed 3 years ago

hemant2705 commented 3 years ago

implemented necessary changes to resolve the conflicts I have created the explore fragment as base fragment using fragment manager at MainActivity.java file. Designed a minimalistic ui for profile segment having several buttons ,profile pic and name .

Fixes #100

Explanation

Checklist

riturajjain2000 commented 3 years ago

Link the issues

hemant2705 commented 3 years ago

Creating Profile Fragment #100 I have made a UI for profile fragment which is displaying the profile picture and name of the user. it will have 4 button 1- Having personal info

  1. terms of services - It will be an expandable layout explaining the documentation.
  2. contact us - its also an expandable layout.
  3. logout button.

In the .java file what we just need is to fetch the data from the database and hook those things to provided setups.