jgmao / motochallenge

MIT License
0 stars 1 forks source link

An improvement in UI (for capture image part) #3

Open jgmao opened 10 years ago

jgmao commented 10 years ago

by default, taking pictures needs two actions on the screen:

  1. press shutter
  2. select ok can we simplify it to just use one step?
jgmao commented 10 years ago

@jeanwang325 @shengxinzha

jeanwang325 commented 10 years ago

I created one camera with shutter only.

jgmao commented 10 years ago

Can you merge (push) it to the master?

On 02/19/2014 12:01 PM, jingwang wrote:

I created one camera with shutter only.

— Reply to this email directly or view it on GitHub https://github.com/jgmao/motochallenge/issues/3#issuecomment-35528221.

jeanwang325 commented 10 years ago

https://github.com/jeanwang325/motocamera

On 19 February 2014 12:55, jgmao notifications@github.com wrote:

Can you merge (push) it to the master?

On 02/19/2014 12:01 PM, jingwang wrote:

I created one camera with shutter only.

Reply to this email directly or view it on GitHub https://github.com/jgmao/motochallenge/issues/3#issuecomment-35528221.

Reply to this email directly or view it on GitHubhttps://github.com/jgmao/motochallenge/issues/3#issuecomment-35534160 .

Jing Wang Electrical Engineering & Computer Science Department Northwestern University 2145 Sheridan Rd, Evanston, IL 60208-3118

jgmao commented 10 years ago

@jeanwang325 successfully implement one-shutter-capture using android API (instead of using Intent), thanks. I have create a new branch called oneshotcamera and merge it to master branch.

Please remember that, whenever you do something new, the workflow should be: checkout a new branch --> modify/create/debug --> merge to master branch.

Alse, lets maintain a single coding style (indent, name of function , brackets...). Please refer to google coding style http://google-styleguide.googlecode.com/svn/trunk/javaguide.html

@Yin-Shane-Xia @shengxinzha

jeanwang325 commented 10 years ago

Here is an article about AsyncTask @jgmao @Yin-Shane-Xia http://www.cnblogs.com/xiaoluo501395377/p/3430542.html