Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a good website to share and optimize code together?

Tags:

android

ios

Recently I am working on Android app development, and also I did iOS app before. I am not good at Android so far, so sometimes I found the app is kind lagging, thought stackoverflow.com is very nice place to share and found the bug, but I would like to ask if there are some websites that I can share all codes and details about the app, and there are also some programmers there they can read and point it out what's wrong with my app? I don't know if this question is legal here, just think it's good to have one and learn more..

like image 532
Tom Avatar asked Jul 12 '12 15:07

Tom


2 Answers

You can post code and get it reviewed at https://codereview.stackexchange.com/

like image 132
CurtMorton Avatar answered Sep 28 '22 00:09

CurtMorton


The best solution would probably be to push your projects to a site like Github where there's a great infrastructure in place to allow people to collaborate with you.

Asking people to do so is a different issue, but probably best achieved through posts on XDA-developers and equivalent forums.

like image 43
Estel Avatar answered Sep 27 '22 22:09

Estel