enzaimz / c_made_easy

A basic android app to learn C Programming basics
https://play.google.com/store/apps/details?id=com.enzaimz.c_syntax
10 stars 28 forks source link

Replace "About Developer" page with "Contributors" #42

Closed harry-hov closed 3 years ago

harry-hov commented 3 years ago

Problem Description Current 'About Developer' page in Drawer only show the 2 contributors. Which kinda sucks. Can we replace that page with list of all the contributors?

Describe the solution you'd like Possible solution I can think of is to fetch the contributors directly from the GitHub.

Describe alternatives you've considered Alternatively you can hard code all the Contributors. But I wouldn't recommend that.

savagecarol commented 3 years ago

ya there is one thing you can hit the api of the git repo (github can provide that) and can take the names of the the people who are present in that particular repository .

harry-hov commented 3 years ago

yeah @savagecarol. I guess this will do the trick: "curl https://api.github.com/repos/enzaimz/c_made_easy/contributors"

savagecarol commented 3 years ago

cool assign it to me i will do that

savagecarol commented 3 years ago

assign it to me

savagecarol commented 3 years ago

i think we should remove contributors any one page from (contributors , about developer)

savagecarol commented 3 years ago

it is done so can i work on other now?

abhitidarbar commented 3 years ago

it is done so can i work on other now?

Yes you can